@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #515151;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#container {
	width: 910px;
	height: 100%;
	margin: 0 auto;
	}

/* clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}

* html .clearfix { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .clearfix { /* IE7にのみ適用 */
	display:inline-block;
	}


* html .box { /* IE6にのみ適用 */
	height: 1%;
	}

*+html .box { /* IE7にのみ適用 */
	display:inline-block;
	}


html[xmlns*="#header"] body:last-child body {font-size:10px;}

/* safari only \*/
html:\66irst-child body {font-size:80%;}


	
/* link styles */
a img {
	border-style: none;
}
a:link {
	color: #515151;
	text-decoration: none;
}
a:visited {
	color: #515151;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #515151;
	text-decoration: none;
}

/* ヘッダー */
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 910px;
	position: relative;
	text-align: right;
	padding-top: 30px;
}
.header_copy {
	font-weight: bold;
	position: absolute;
	left: 80px;
	top: 28px;
}
#header2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-image: url(header_navi.jpg);
	height: 30px;
	width: 888px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 25px;
}
.cross_navi {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 23px;
	padding-top: 7px;
}
.cross_navi a {
	color: #727171;
	text-decoration: none;
}
.cross_navi a:hover {
	color: #0000ff;
	text-decoration: none;
}
.cross_navi_open {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: 23px;
	padding-top: 7px;
	color: #00f;
}
.cross_navi_open a {
	color: #0033FF;
	text-decoration: none;
}
.cross_navi_open a:hover {
	color: #0033FF;
	text-decoration: none;
}


/* フッター*/
#footer1 {
	background-image: url(footer_base.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 880px;
	padding-top: 50px;
	padding-left: 30px;
}
.footer_category {
	float: left;
	margin-left: 30px;
}
.footer_category dt {
	font-weight: bold;
	margin-bottom: 12px;
}
.footer_category dd {
	line-height: 22px;
	padding-left: 20px;
}
.footer_category a {
	color: #ffffff;
	text-decoration: none;
}
.footer_category a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer_category a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.footer2 {
	font-size: 11px;
	color: #006600;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	margin-top: 3px;
}
.footer2 a {
	color: #339900 !important;
	text-decoration: none;
}
.footer2 a:hover {
	color: #339900 !important;
	text-decoration: none;
	font-weight: normal;
}
.e-net {
	font-size: 7px;
}

/*　news追加スタイル　*/

.news_box {height: 490px; overflow-y: scroll;}
#information dl{padding: 10px; border-bottom: thin solid #ccc;text-align: left;}
#information dt{font-weight: normal !important;color: #888;font-size: 0.8em;text-align: left;}
#information dd span{font-weight: bold;margin-bottom: 4px;text-align: left;} 
#information dd a{color: #0075a9;}
