@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#af3143;
	text-decoration:none;
}
a:hover {
	color:FFF;
	text-decoration:underline;
}
.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
strong{
	font-weight:bold;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.1em;
	font-size:12px;
	background-size:cover;
	background-color: #6C6;
}
#wrapper {
    width:1000px;
	background:#fff;
	margin:0 auto;
	padding:10px;
}
.c_wrapp{
}


/*header*/
.h_wrapp{
}
#header {
	margin:10px 0 30px 0;
}
#header img{
}
.header2{
}
.search form{
}
.site_title {
}
.site_title a {
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   font-size:36px;
   color:#000;
}
.large{
	font-size:34px;
	color:#af3143;
}
.large:hover{
	color:#000;
}
.socialicons{
}
/*visual*/
.visual wrapp{
	width:100%;
}
.visual {
	margin-bottom:20px;
}
.visual img{
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.9);
}
.visual p{
	width:1000px;
	margin:0 auto;
}
.visual2 img{
	margin-left:25px;
	margin-bottom:10px;
}

/*nav*/
#nav {
	margin:10px 0;
}
#nav ul{
	width:100%;
	text-align: center;	
	
}
#nav ul li {
	padding:5px;
	display: inline-block;	
	
}
#nav ul li a{
	display:block;
	padding:15px 5px;
	color:#141414;
}
#nav ul li:hover{
	background:url(../images/vintage_speckles.png);
	font-weight:bold;
}
#nav ul li a:hover{
}
.nav1{
}
.nav2{
}
.img_r {
    float: right;
	border:1px solid grey;
}
.img_l {
    float: left;
    margin: 15px 15px 15px 5px;
}
.list1{
	border-left:none !important;
}
.list2{
	border-right:none !important;
}
.list3{
	width:151px !important;
	border-left:1px solid #000;
}


/*contents*/
#contents{
	clear:both;
	margin-bottom:30px;
	background:url(../images/bg.jpg);
	border-radius:10px;
}
#contents p{
	font-size:14px;
	line-height:24px;
	padding:10px;
}
.l_area {
	float:left;
	width:240px;
}
.r_area{
	float:right;
	width:240px;
}
.c_area{
	float:left;
	width:500px;
}
.cap01 {
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
    font-weight: bold;
	font-size:24px;
	padding:10px;
	padding-left:50px;
	background:url(../images/icon_6m_64.png) no-repeat;
	background-position:left;
	background-size:contain;
	margin-bottom:10px;
}
.cap02 {
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
	font-size:22px;
	color:#141414;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.s_c{
	padding-left:10px;
}
.s_cap{
	font-size:20px;
	font-weight:bold;
	padding:10px;
}
.s_nav{
	padding-left:20px;
	padding-bottom:10px;
}
.s_nav li{
	margin-bottom:10px;
}
.s_nav li a{
	color:#000;
	font-size:14px;
}
.small{
	font-size:12px;
	margin-left:20px;
}
.pu_wrapp{
	clear:both;
}
.pu_wrapp ul li{
	float:left;
	width:300px;
	margin-left:25px;
}
.pu_line{
}
.pu_wrapp ul{
	padding:10px 0;
}
.pu_wrapp img{
}
.news_wrapp{
	width:1000px;
}
.news_area{
	background:url(../images/bg.jpg);
	border-radius:10px;
	padding:10px;
}
.news_wrapp p{
	margin:10px 0;
}
.news_wrapp ul{
	margin:20px 0;
}
.news_wrapp li{
	background:url(../images/cap.png) no-repeat;
	height:100px;
	padding-left:120px;
	margin-bottom:10px;
}
.pu2{
	background:url(../images/cap02.png) no-repeat !important;
}
.news_wrapp li a{
	font-weight:bold;
}
.news_wrapp li img:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff;
}
.news_wrapp dl{
}
.news_wrapp dt{
	padding:5px;
	margin:10px 0;
}
.news_wrapp dd{
	padding-left:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
.news_wrapp li a{
	color:#0CF;
}
.news_wrapp dd a:hover{
	color:#F00;
}
.new{
}
.up{
}
.manager_wrapp{
}
.manager_wrapp ul{
}
.manager_wrapp ul li{
}
.manager_wrapp p{
}
.text{
	border-top:1px dotted grey;
	border-bottom:1px dotted grey;
}
.bp_area{
	float:left;
	width:200px;
	margin-bottom:50px;
}
.bp_wrapp{
	background:url(../images/bg.jpg);
	border-radius:10px;
	padding:10px;
}
.bp{
	margin:10px 0 20px 70px;
}
.bp2{
	margin-left:45px;
}
.link01{
	margin:10px;
}
.link01 li {
	font-size:14px;
	font-weight:bold;
	background:url(../images/arrow022_03.png) no-repeat;
	padding-left:20px;
	line-height:13px;
}
.link01 li:hover{
}
.link01 li a{
	color:#3C0;
}
.red {
}
.black{
	color:#000;
	font-size:24px;
}
.blue{
	color:#00F;
}
.qu{
	color:#F00;
	font-size:14px;
	font-weight:bold;
}
.as{
	color:#00F;
	font-size:18px;
	font-weight:bold;
}
.textline {
    border-bottom: 1px dashed #03F;
}
.colorGreen {
    color: #779e17;
    font-weight: bold;
}
.search{
	margin-top:-50px;
}
.self{
}

/*footer*/
.f_wrapp{
}
#footer {
	clear:both;
}
.f_nav{
	text-align:center;
	margin:30px 0;
}
.f_nav li{
	display:inline-block;
	margin-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.f_nav li a{
	
}
.f_nav li a:hover{
}
.f_text {
	font-size:12px;
	text-align:center;
}

.imgLeft img {
	border: 3px solid #6C9;
	border-radius: 3px;
	box-shadow: 0px 6px 6px -6px rgba(0,0,0,0.75);
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
}
