@charset "utf-8";


/*	-------------------------------------------------------------	*/
/*	Base Styles														*/
/*	-------------------------------------------------------------	*/



* {
	margin: 0;

}
div, img, ul, li, table, td, th, tr {
	border:0px;
	margin:0px;
}
.clear {
	clear: both;
}
.noshow {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #55564f;
	line-height: 150%;
	background-image: url(../images/bg.gif);
}
a, a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}


/*	-------------------------------------------------------------page layout	*/


#wrapper {
	height: auto;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrap_bg.gif);
}
#header {
	height: auto;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/head_bg.jpg);
	font-size: 10px;
}
/*	-------------------------------------------------------------main navigation	*/
#mein {
	width:800px;
	height: auto;
	margin: 0px auto;
	background-color:#ffffff;
	text-align: left;
}
dl#menu{
	float: left;
	background: url(../images/menu.jpg) left center repeat-x;
}
dl#menu ul{
	list-style: none;
}
dl#menu dd{
	float: left;
	width: 160px;
	height: 57px;
	text-align: center;
	position: relative;
	color: #666666;
}
dl#menu dd a{
	display: block;
	width: 160px;
	height: 57px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 57px;
}
dl#menu dd a:hover {
	background: url(../images/menu_on.jpg) left center repeat-x;
	color: #4F4E90;
}
dl#menu dd ul {/*グローバルメニュー下、プルダウンメニューのスタイル。*/
	display: none;	padding: 0;
	position: absolute;
	top: auto;
	left: 10px;
	z-index: 0;
	border-left: solid 1px #eef;
	border-top: solid 1px #eef;
	border-right: solid 1px #003392;
	border-bottom: solid 1px #003392;
}
dl#menu dd ul a {
	width: 120px;
	height: auto;
	padding: 1px 10px;
	background-image: url(../images/fwmenu2_168x19_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #666666;
	line-height: 110%;
	text-align: left;
}
dl#menu dd ul li.rollOver a.rollOverA {
	color: #4F4E90;
	background: url(../images/fwmenu2_168x19_up.gif) no-repeat 0px 0px;
}
dl#menu dd ul li{
	position: relative;
}
dl#menu dd ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 140px;
	z-index: 1;
}
*:first-child+html dl#menu dd ul li{ /*IE7用*/
	position: relative;
	display: inline;
}


/*	-------------------------------------------------------------main navigation	*/


#container {
	float:left;
	width:799px;
	margin: 0px auto;
	text-align: left;
	margin-left:1px;
	background-color:#ffffff;
}
#contents {
	background-color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 520px;
}

#footer {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
	height: 29px;
	clear: both;
	background-image: url(../images/foot_bg.gif);
	color: #000066;
}
#footer p {
	font-size: 10px;
	color: #000066;
	padding-top: inherit;
}



/*	-------------------------------------------------------------details	*/


h1 {
	margin-bottom: 40px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	letter-spacing: 2px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.al_right {
	text-align: right;
}
.al_center {
	text-align: center;
}
.news_data {
text-align:left;
	font-size: 10px;
	line-height:120%;
}
.news_infor {
	margin-bottom: 15px;
}
.pt {font-size:14px ; color:#00468a; line-height:16px; font-weight:bold;}
.b {font-size:15px;  color:#0033ff;  line-height:16px; }
.j11 {font-size: 11px;line-height:13px }