@charset "utf-8";
@import "reset.css";
@import "common.css";


/*           share
--------------------------------------------------------------------------------------------*/
div#header p.logo {
	top:7px;
	left:11px;
}
div#side {
	background:url(../images/bg_index_side.jpg) left no-repeat;
}
div#content {
	background:url(../images/bg_index_content.jpg) right top no-repeat;
}
div#content a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}



/*           seo master
--------------------------------------------------------------------------------------------*/
div.sbox table {
	margin: 0 auto;
	text-align: center;
}

div.sbox h1.stext,
div.sbox div.summary,
div.sbox div.summary a strong {
	margin: 0 5px 0 0;
	color: #FFFFFF;
}

div.sbox div.summary a:link,
div.sbox div.summary a:visited {
	text-decoration: none;	
}

strong.rzseo {
	font-weight: inherit;
	}

/*           greetings
--------------------------------------------------------------------------------------------*/
div#greeting {
	margin:0 0 30px 0;
}
div#greeting h2 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
	background:#E5E3D8 url(../images/bg_h2.jpg) left top no-repeat;
	padding:12px 0 12px 39px;
	border-top:solid 1px #305301;
	border-bottom:solid 1px #CFCBB6;
	margin:0 0 16px 0;
}
div#greeting div {
	float:left;
	width:367px;
	padding:3px 0 0 2px;
}
div#greeting div p {
	margin:0 0 28px 0;
	font-size:1.2em;
	line-height:1.6em;
}
div#greeting div p.last {
	margin:0 0 21px 0;
}
div#greeting img.img_right {
	float:right;
}
div#greeting p.red {
	clear:both;
	color:#CC0000;
	font-size:1.2em;
	margin:0 0 30px 0;
}


/*           news
--------------------------------------------------------------------------------------------*/
div#news {
	margin:0 0 30px 0;
}
div#news h2 {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
	background:#E5E3D8 url(../images/bg_h2.jpg) left top no-repeat;
	padding:12px 0 12px 39px;
	border-top:solid 1px #305301;
	border-bottom:solid 1px #CFCBB6;
	margin:0 0 10px 0;
}
div#news iframe {
	width:540px;
	height:203px;
}


/*           index
--------------------------------------------------------------------------------------------*/
div#index {
	padding:16px 0 0 0;
	margin:0 0 15px 0;
	background:url(../images/index_top.jpg) left top repeat-x;
}
div#index dl dt {
	font-size:1.4em;
	font-weight:bold;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	background:url(../images/index_dt.jpg) left top no-repeat;
	padding:8px 0 16px 23px;
}
div#index dl dd img {
	margin:0 0 20px 0;
}
div#index dl dd p {
	padding:0 0 15px 0;
	font-size:1.2em;
	line-height:1.6em;
}
div#index dl dd p span {
	font-weight:bold;
	color:#CC0000;
	font-size:1.2em;
}


/*           index_con
--------------------------------------------------------------------------------------------*/
div#index_con {
	background:url(../images/index_top.jpg) left top repeat-x;
}