@charset "utf-8";
@import "reset.css";
@import "common.css";

/* SEOマスター用 */
div.sbox { width: 800px; }
div.sbox h1 { margin-left:10px; }
td div.summary { margin-left:10px; }
div.sbox table { margin:0 auto; }


/*           share
--------------------------------------------------------------------------------------------*/
body {
	color:#555555;
}
a:hover img {
	opacity : 0.7;
	filter: alpha(opacity=70);
}


/*           main
--------------------------------------------------------------------------------------------*/
div#content div#main {
	width:580px;
	height:84px;
	padding:20px 0 0 20px;
	background:url(../images/index_h.jpg) left top no-repeat;
}
div#content div#main h2 {
	font-size:20px;
	font-weight:bold;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	color:#333333;
}
div#content div#main h2 strong {
    font-weight:bold;
}


/*           greeting
--------------------------------------------------------------------------------------------*/
div#content div#greeting {
	margin:0 0 28px 0;
	width:600px;
}
div#content div#greeting h3 {
	font-size:1.4em;
	background-color:#183552;
	color:#FFFFFF;
	padding:6px 0 6px 12px;
	width:588px;
	font-weight:normal;
	margin:0 0 10px 0;
}
div#content div#greeting div {
	margin:0 0 0 10px;
}
div#content div#greeting div p {
	float:left;
	width:390px;
	font-size:1.2em;
	line-height:1.5em;
}
div#content div#greeting div img {
	float:right;
}


/*           news
--------------------------------------------------------------------------------------------*/
div#news {
	position:relative;
	width:604px;
	background:url(../images/news_bg.jpg) left top no-repeat;
	height:172px;
	margin:0 0 42px 0;
}
div#news h3 {
	position:absolute;
	font-size:1.6em;
	color:#FFFFFF;
	background:url(../images/news_h4.jpg) left top no-repeat;
	width:174px;
	text-align:center;
	padding:6px 0 0 0;
	height:28px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}
div#news div {
	position:absolute;
	left:38px;
	top:18px;
	width:563px;
	height:134px;
	padding:19px 0 0 0;
	overflow:auto;
}
div#news div dl {
	width:520px;
	background:url(../images/news_border.jpg) left bottom repeat-x;
}
div#news div dl dt {
	float:left;
	padding:9px 0 7px 45px;
	font-weight:bold;
	width:115px;
	font-size:1.2em;
}
div#news div dl dd {
	margin:0 0 0 160px;
	padding:9px 10px 7px 0;
	font-size:1.2em;
	line-height:1.4em;
}
*html div#news div dl dd{
	height:1px;
}


/*           index_menu
--------------------------------------------------------------------------------------------*/
div#index_menu {
	margin:0 0 24px 0;
}
div#index_menu ul li {
	float:left;
	padding:0 3px 0 0;
}
div#index_menu ul li.index_menu_li {
	padding:0 0 0 0;
}
