@charset "UTF-8";
/* CSS Document */
/*-------------base----------------*/
/* reset styleSheet */
/*img*/
img,
/*box*/
p, blockquote,h1, h2, h3, h4, h5, h6,div,dl,dt,dd,
/*form*/
form, fieldset,
/*list*/
ul, ol, dl,dt,dd {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style:none;
}
* {padding:0; margin:0}
html {
	overflow-y:scroll; /* Firefox*/
	width:auto;
	height:100%;
	margin:0 auto;
}
body {
    width:100%;
	min-width:968px;
    margin:0;
	padding:0;
	background:url(../img/bg.gif) repeat-x left top #FFFFFF;
	border-style: none;
	text-align:left;
	color:#333333;
}
img{vertical-align:middle;}
li img {vertical-align:bottom;}
/*----------------*/
#all {
    width:968px;
	padding:0;
	margin:0 auto;
	padding-bottom:10px;
    overflow: hidden;	/* モダンブラウザ向け */
    zoom: 1; /* IE向け */
}
#contents_base{
    width:968px;
	background:url(../img/contents_bg.png) repeat-y center top;
	overflow: hidden;	/* モダンブラウザ向け */
}
/*----------------*/
.clear {clear:both;}
.hide {display:none;}
.left {float:left;}
.right {float:right;}
.center{text-align:center;}
.txt_l{text-align:left !important;}
.txt_r{text-align:right !important;}
.attention {font-size:80%;}
/*-------font--------*/
#all {
	font-size: 90%;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	/*font-family: "ＭＳ Ｐゴシック",sans-serif;*/
}
/*-------------------*/
/*--------------------------------------*/
/*------------rollover---------------*/
a:hover img.onmouse{
	opacity:0.8;
	filter: alpha(opacity=80);
}
/*-----------------------------------*/
/*--------------header-----------------*/
#header{
    clear:both;
    width:960px;
	height:105px;
	margin:0 auto;
	border-top:solid 5px #0d2881;
	background:url(../img/header_bg_l.gif) repeat-x left bottom;
}
h1{
    float:left;
	width:414px;
	height:70px;
	padding:35px 0 0 13px;
}
#header_r{
    position:relative;
    float:right;
	width:533px;
	height:105px;
	background:url(../img/header_bg_r.jpg) no-repeat left bottom;
}
#header_r #language,
#header_r #header_links,
#header_r #search,
#header_r #menu_btn{
    position:absolute;
}
#header_r #language{
	top:0px;
	right:10px;
}
*:first-child+html #header_r #language { top:-1px; } 
*html #header_r #language { top:-1px; } 
#header_r #header_links{
	top:5px;
	left:198px;
}
#header_r #header_links li,
#header_r #menu_btn li{
    display:inline;
}
#header_r #header_links li{
	padding-right:25px;
}
#header_r #search{
	top:72px;
	left:63px;
	vertical-align:middle;
}
#header_r #search #search_input{
    width:154px;
	height:18px;
	padding:2px 2px 1px 2px;
	margin-right:9px;
	vertical-align:top;
}
#header_r #menu_btn{
	top:54px;
	right:10px;
	vertical-align:middle;
}
/*--------------------------------------*/
/*-------------global_navi--------------*/
#global_navi {
    float:left;
    clear:both;
    width:960px;
	padding:0 4px;
	height:38px;
	border-top:solid 1px #cfd4e6;
	border-bottom:solid 1px #cfd4e6;
}
#global_navi li {
    float:left;
}
/*--------------------------------------*/
/*--------------------------------------*/
#main_contents{
    float:left;
    clear:both;
    width:940px;
	margin:0 4px;
	padding:10px;
	background:url(../img/wrapper_bg.gif) repeat-x left top #e1ebfd;
	text-align:left;
}
*html #main_contents{
    margin:0 2px;
}
/*--------------------------------------*/
/*--------------wrapper-----------------*/
p{line-height:1.4em;}
/*------------links-------------*/
#links{
    float:left;
    clear:both;
	width:939px;
	margin:20px auto 0 auto;
	padding-bottom:11px;
	text-align:left;
}
#links h2{
    clear:both;
	width:939px;
	height:21px;
	border-bottom:solid 1px #4d4d4d;
}
#links h2 img{
	vertical-align:top;
}
*html #links h2{
    overflow:hidden;
}
#links ul,
#links #get_adobe{
    float:left;
    clear:both;
}
#links ul{
	padding:8px 0 6px 0;
}
#links ul li{
   display:inline;
}
#links a{
   color:#0033ff;
   vertical-align:bottom;
}
#links #get_adobe{
   margin-top:5px;
}
#links #adobe_reader{
   margin-right:10px;
}
/*--------------------------------------*/
/*---------------footer-----------------*/
#footer_base {
    float:left;
	clear:both;
	width:960px;
	height:100px;
	padding:0 4px 9px 4px;
	background:url(../img/contents_bottom.gif) no-repeat center bottom;
}
*html #footer_base{
    margin-bottom:-8px;
}
#footer {
    float:left;
	clear:both;
    position:relative;
	clear:both;
	width:956px;
	height:100px;
	margin:0 auto;
	padding-left:4px;
	background:url(../img/footer_bg.gif) repeat-x left top;
	border-top:solid 5px #0d2881;
	text-align:left;
	font-size:75%;
}
ul.footer_links{
	float:left;
	clear:both;
	margin-top:18px;
	margin-bottom:12px;
}
ul.footer_links li{
    display:inline;
	border-right:solid 1px #333333;
	padding-left:5px;
	padding-right:5px;
}
ul.footer_links li.end{
	border-right:none;
}
#copy {
    float:left;
	clear:both;
	white-space:nowrap;
	padding-left:5px;
}
#footer a:link,#footer a:visited {
    color:#333333;
	text-decoration:none;
}
#footer a:hover ,#footer a:active {
    color:#333333;
	text-decoration:underline;
}
#logo {
    position:absolute;
	top:15px;
	right:10px;
}
/*-----page top------*/
#pagetop {
    position:absolute;
	top:-25px;
	right:10px;
}
/*-------------------*/
/*-------------------------------------*/
/*-------------link base---------------------*/
a:link,a:visited {
    color:#0d2881;
	text-decoration:underline;
}
a:hover ,a:active {
    color:#0d2881;
	text-decoration:none;
}
/*---------------margin-----------------*/
/* margin-top */
	.mt00 { margin-top: 0px !important; }
	.mt05 { margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt15 { margin-top: 15px; }
	.mt20 { margin-top: 20px; }
	.mt25 { margin-top: 25px; }
	.mt30 { margin-top: 30px; }
	.mt35 { margin-top: 35px; }
	.mt40 { margin-top: 40px; }
	.mt45 { margin-top: 45px; }
	.mt50 { margin-top: 50px; }
	.mt55 { margin-top: 55px; }
	.mt60 { margin-top: 60px; }	
/* margin-right */
	.mr00 { margin-right: 0px; }
	.mr05 { margin-right: 5px; }
	.mr10 { margin-right: 10px; }
	.mr15 { margin-right: 15px; }
	.mr20 { margin-right: 20px; }
	.mr25 { margin-right: 25px; }
	.mr30 { margin-right: 30px; }
	.mr35 { margin-right: 35px; }
	.mr40 { margin-right: 40px; }
	.mr45 { margin-right: 45px; }
	.mr50 { margin-right: 50px; }
	.mr55 { margin-right: 55px; }
	.mr60 { margin-right: 60px; }
	
/* margin-bottom */
	.mb00 { margin-bottom: 0px !important; }
	.mb05 { margin-bottom: 5px; }
	.mb10 { margin-bottom: 10px; }
	.mb15 { margin-bottom: 15px; }
	.mb20 { margin-bottom: 20px; }
	.mb25 { margin-bottom: 25px; }
	.mb30 { margin-bottom: 30px; }
	.mb35 { margin-bottom: 35px; }
	.mb40 { margin-bottom: 40px; }
	.mb45 { margin-bottom: 45px; }
	.mb50 { margin-bottom: 50px; }
	.mb55 { margin-bottom: 55px; }
	.mb60 { margin-bottom: 60px; }
/* margin-left */
	.ml00 { margin-left: 0px; }
	.ml05 { margin-left: 5px; }
	.ml10 { margin-left: 10px; }
	.ml15 { margin-left: 15px; }
	.ml20 { margin-left: 20px; }
	.ml25 { margin-left: 25px; }
	.ml30 { margin-left: 30px; }
	.ml35 { margin-left: 35px; }
	.ml40 { margin-left: 40px; }
	.ml45 { margin-left: 45px; }
	.ml50 { margin-left: 50px; }
	.ml55 { margin-left: 55px; }
	.ml60 { margin-left: 60px; }
	.ml80 { margin-left: 80px; }
/*--------------------------------------*/
