@charset "utf-8";

/**************************************************
 anchor
***************************************************/
a:link {
	color: #000066;
	background-color:transparent;
}
a:active {
	color: #ffffff;
	background-color:#000066;
}
a:hover {
	color: #ffffff;
	background-color:#000066;
}


/**************************************************
 layout
***************************************************/
body {
	text-align:center;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#000;
	background:#fff;
	line-height:1.6;
}
body { 
	font-size: 13px;
}
* html body { 
	font-size: 81.25%;
}
*:first-child+html body { 
	font-size: 81.25%;
}

#container{
	font-size:108%;
	padding:0;
	min-width:1000px;
}


/**************************************************
 header
***************************************************/
#header{
	background:#012e8b url(/files/000019668.gif) left top repeat-x;
	color:#fff;
}
#headerInner{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#header a{
	text-decoration:none;
	color:#fff;
}
#header .header_top{
	border-bottom:1px solid #fff;
	height:31px;
	font-size:93%;
}
#header .header_top ul{
	margin:0;
	padding:6px 10px 0 0;
	list-style:none;
	float:right;
	text-align:left;
}
#header .header_top ul li{
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	display:inline-block;
	/display:inline;
	zoom:1;
	background:url(/files/000019665.gif) left 0.2em no-repeat;
}
#header .header_top ul li a:link,
#header .header_top ul li a:visited{
	text-decoration:none;
	color:#fff;
	background-color:transparent;
}
#header .header_top ul li a:hover,
#header .header_top ul li a:active{
	text-decoration:none;
	color:#036;
	background-color:#fff;
}
#header .header_bottom{
	background:url(/files/000019667.jpg) left top no-repeat;
	height:100px;
}
#header .header_bottom .header_flag{
	float:left;
	padding:20px 0 0 10px;
}
#header .header_bottom ul{
	margin:0;
	padding:10px 5px 0 0;
	list-style:none;
	float:right;
}
#header .header_bottom ul li{
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
	float:left;
}
#header .header_bottom .header_title{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:1.5;
	font-weight:bold;
	padding:10px 0 0 15px;
	overflow:hidden;
	zoom:1;
}
#header .header_bottom .header_title a{
	color:#ffffff;
	text-decoration:none;
	background-color:transparent;
}
#header .header_bottom .header_title span{
	font-family: "ＭＳ Ｐゴシック", serif;
	font-size:24px;
	line-height:1.2;
	display:block;
	font-weight:normal;
}


/**************************************************
 menu
***************************************************/
#menu{
	margin:0 auto;
	border-top:#ffffff solid 1px;
	padding:1px;
	background-color:#062673;
	color:#fff;
	text-align:center;
	line-height:1.4;
	font-size:93%;
}
#menu a{
	font-weight:bold;
	margin:0px 5px;
	text-decoration:none;
	padding:3px;
}
#menu a:link,
#menu a:visited{
	color:#ffffff;
	background-color:transparent;
}
#menu a:hover,
#menu a:active{
	text-decoration:none;
	background:#a1caf2;
	color:#062673;
}
#menu span {
	font-weight:bold;
	color:#ffff00;
}


/**************************************************
 contents
***************************************************/
#contents{
	width:960px;
	_width:1000px;
	margin:0 auto;
	text-align:left;
	padding:20px;
}


/**************************************************
 main_contents
***************************************************/
#main_contents{
	float:left;
	width:710px;
}
#main_contents2{
	float:left;
	width:960px;
}
body.top #main_contents{
	float:none;
	width:auto;
}


/**************************************************
 side_area
***************************************************/
#side_area{
	float:right;
	width:230px;
}
#side_area .osusume_area{
	border:1px solid #bfbfbf;
	border-top:none;
	padding:9px 9px 0 9px;
	zoom:1;
}
#side_area .osusume_area .image_area{
	margin:0 0 10px 0;
	text-align:center;
}
#side_area .osusume_area .image_area span.caption{
	margin:2px 0 0 0;
	display:block;
}
#side_area .osusume_area img{
	max-width:210px;
}


/**************************************************
 footer_page_link
***************************************************/
.footer_page_link{
	width:1000px;
	margin:20px auto 0 auto;
	padding:10px 15px;
	text-align:left;
	border-bottom: 1px solid #d5d5d5;
}
.footer_page_link .pageback{
	float:left;
	padding: 1px 0 1px 15px;
	line-height: 2;
	background: url(/files/000019732.png) center left no-repeat;
}
.footer_page_link .pagemove{
	float:left;
	margin:0 0 0 20px;
	padding: 1px 0 1px 15px;
	line-height: 2;
	background: url(/files/000019732.png) center left no-repeat;
}
.footer_page_link .pagetop{
	float:right;
	padding: 1px 0 1px 15px;
	line-height: 2;
	background: url(/files/000019731.png) center left no-repeat;
}
.footer_page_link a:hover,
.footer_page_link a:active{
	color: #000066;
	background-color:#fff;
}


/**************************************************
 footer
***************************************************/
#footer{
	padding:10px 0;
}
#footer .footer_link a{
	color:#0070c0;
}
#footer .footer_link a:hover,
#footer .footer_link a:active{
	color:#fff;
}
#footer .copyright{
	margin:10px 0 0 0;
}


/**************************************************
 free_area
***************************************************/
.free_area{
}