
/* ------------------------------
 Global - Body
------------------------------ */
body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	text-align:center;
	color:#444;
	font-family: "Lucida Grande", "Lucida Sans Unicode",  "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size:62.5%;
}
html>/**/body {
  font-size: 10px; /* Except IE */
}


/* ------------------------------
 Global - Reset Setting
------------------------------ */	
h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd,ul,ol,li,form{
	margin:0;
	padding:0;
	line-height:1;
}
	
ul{
	list-style-type:none;
}

img{
	vertical-align:bottom;
	border:0;
}
	
.append{
	display:none;
}


/* ------------------------------
 Global - Clearfix
------------------------------ */
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/* ------------------------------
 Global - Link
------------------------------ */
a {
	outline : 0 ;
}
a:link, a:visited, a:active{
	text-decoration:underline;
	color:#262C85;
}
a:hover{
	text-decoration:none;
}




/* ------------------------------
 Global - Header
------------------------------ */
#header{
	background:#FFF url(../img/_header_bg.png) repeat-x bottom;
}
#header .inner{
	width:960px;
	margin:0 auto;
	position:relative;
}

#header .left-column{
	float:left;
	width:660px;
}

#header h1{
	float:left;
	margin-top:10px;
	font-size:1em;
}
#header h1 a{
	height:57px;
	text-indent:-9999px;
	line-height:1;
	font-size:1.6em;
	display:block;
}

#header p.lang-btn{
	float:left;
	margin:45px 0px 0px 15px;
}

#header .right-column{
	float:right;
	width:296px;
}
#header form#site-search dl{
	width:296px;
}
#header form#site-search dl dt{
	float:left;
	height:38px;
	background:#52569E url(../img/_header_search_bg.png) no-repeat 0px 0px;
	padding:0px 10px;
	width:200px;
}
#header form#site-search dl dt input{
	height:20px;
	width:194px;
	padding:0 3px;
	margin-top:8px;
	font-size:1.2em;
	line-height:1.5;
	border:0;
}
#header form#site-search dl dd{
	float:left;
}

#header ul.sub-nav{
	margin-top:12px;
	float:right;
}
#header ul.sub-nav li{
	float:left;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #999;
}
#header ul.sub-nav li:first-child{
	border-left:0px;
}
#header ul.sub-nav li a{
	color:#333;
	text-decoration:none;
	font-size:1.4em;
	line-height:1.1;
}
#header ul.sub-nav li a:hover{
	color:#999;
}

#header .bottom-column{
	clear:both;
	width:100%;
	padding-bottom:1px;
}

#header ul.global-nav{
	margin-top:15px;
}
#header ul.global-nav li{
	float:left;
}
#header ul.global-nav li a{
	float:left;
	width:145px;
	height:40px;
	display:block;
	text-indent:-9999px;
	font-size:1.2em;
	line-height:1;
	background-repeat:no-repeat;
}
#header ul.global-nav li a.active{
	background-position:0px -40px;
	cursor:default;
}
#header ul.global-nav li a:hover{
	background-position:0px -40px;
}
#header ul.global-nav li a.home{
	width:90px;
	background-image:url(../img/_header_gnav_btn_home.png);
}



/* ------------------------------
 Global - Main
------------------------------ */
#main{
	background:#FFF url(../img/_main_bg.png) repeat-x;
}
#main .inner{
	width:960px;
	background:#FFF;
	margin:0 auto;
	text-align:left;
}

/* ------------------------------
 Global - Main - Breadclumb
------------------------------ */
#main #bread-crumb{
	margin:20px;
}
#main #bread-crumb li{
	float:left;
	font-size:1.1em;
	line-height:1.1;
	background:url(../img/_icon_link_arrow_right.png) no-repeat 0 4px;
	padding-left:10px;
	margin-right:8px;
}
#main #bread-crumb li:first-child{
	background:none;
	padding-left:0px;
}

/* ------------------------------
 Global - Main - Side Column
------------------------------ */
#main .side-column{
	width:180px;
	margin-left:20px;
	float:left;
	margin-bottom:25px;
}

/* ------------------------------
 Global - Main - Side Local Navi
------------------------------ */
#main .side-column .local-nav{
	padding-bottom:18px;
	background:url(../img/_main_sidenav_bg_bottom.png) no-repeat bottom;
}
#main .side-column .local-nav li{
	margin-bottom:2px;
}
#main .side-column .local-nav li a{
	background:#E9E9F3 url(../img/_icon_link_arrow_right.png) no-repeat 6px 16px;
	display:block;
	padding:10px 10px 9px 16px;
	font-size:1.3em;
	line-height:1.4;
	text-decoration:none;
	color:#444;
}
#main .side-column .local-nav li a:hover,
#main .side-column .local-nav li a.active{
	color:#262C85;
	background-color:#D6D7E8;
}
#main .side-column .local-nav li a.active{
	cursor:default;
}

/* ------------------------------
 Global - Main - Contents Column
------------------------------ */
#main .contents-column{
	width:710px;
	margin-right:30px;
	float:right;
	margin-bottom:25px;
}

/* ------------------------------
 Global - Main - Contents Header
------------------------------ */
#main .contents-header{
	background:url(../img/_main_contents_pagenav_bg.png) no-repeat left bottom;
	padding-bottom:30px;
}
#main .contents-header h2{
	font-size:2.4em;
	line-height:1.4;
	color:#003366;
	font-weight:normal;
	margin-left:17px;
}
#main .contents-header p{
	font-size:1.3em;
	line-height:1.6;
	margin:12px 0px 0px 17px;
}

#main .contents-header .page-nav{
	margin-top:10px;
}
#main .contents-header .page-nav li{
	float:left;
	font-size:1.3em;
	line-height:1.1;
	background:url(../img/_icon_link_arrow_bottom.png) no-repeat 0 5px;
	padding-left:12px;
	margin:12px 0px 0px 22px;
}
#main .contents-header .page-nav li a{
	text-decoration:none;
	white-space:nowrap;
}
#main .contents-header .page-nav li a:hover{
	text-decoration:underline;
}

/* ------------------------------
 Global - Main - Contents Section
------------------------------ */
#main .contents-column .section{
	margin:20px 0px 40px 7px;
}

#main .contents-column .section hr{
	margin:20px 0 20px 10px;
	border:0;
	border-top:1px dotted;
	color:#999;
	height:1px;
	clear:both;
}

#main .contents-column .section h3{
	font-size:1.8em;
	line-height:1.4;
	color:#003366;
	background:url(../img/_main_contents_h3_bg.png) no-repeat 0 0.3em;
	padding-left:10px;
	margin-bottom:15px;
}
#main .contents-column .section h4{
	font-size:1.4em;
	line-height:1.4;
	color:#003366;
	margin-left:10px;
	margin:20px 0px 5px 10px;
}

#main .contents-column .section p{
	font-size:1.3em;
	line-height:1.6;
	margin-left:10px;
	margin-bottom:15px;
}
#main .contents-column .section p img.icon{
	vertical-align:top;
	margin:0px 3px;
}
#main .contents-column .section p span.img-caption{
	display:block;
	font-size:85%;
	padding:5px 0px;
	color:#666;
}
#main .contents-column .section .kome-caption{
	text-indent:-0.7em;
	margin-left:1.7em;
}

#main .contents-column .section p.page-top a{
	display:block;
	float:right;
	font-size:85%;
	padding-left:11px;
	white-space:nowrap;
	background:url(../img/_icon_link_arrow_top.png) no-repeat 0px 6px;
}

#main .contents-column .section ul,
#main .contents-column .section ol{
	margin-left:10px;
	margin-bottom:15px;
}
#main .contents-column .section ul li{
	font-size:1.3em;
	line-height:1.6;
	margin-left:1.5em;
	list-style-type:disc;
}
#main .contents-column .section ol li{
	font-size:1.3em;
	line-height:1.6;
	margin-left:2em;
	list-style-type:decimal;
}

#main .contents-column .section ul.margin-list li,
#main .contents-column .section ol.margin-list li{
	margin-bottom:10px;
}

#main .contents-column .section ul.section-button li{
	float:left;
	margin:0 5px 5px 0px;
	list-style-type:none;
}
#main .contents-column .section ul.section-button li a{
	background:#E9E9F3 url(../img/_icon_link_arrow_right.png) no-repeat 10px 16px;
	display:block;
	padding:10px 15px 9px  20px;
	line-height:1.4;
	text-decoration:none;
	color:#444;
}
#main .contents-column .section ul.section-button li a.blank{
	background:#E9E9F3 url(../img/_icon_link_blank.png) no-repeat 10px 14px;
	padding-left:24px;
}
#main .contents-column .section ul.section-button li a.pdf{
	background:#E9E9F3 url(../img/_icon_link_pdf.png) no-repeat 6px 10px;
	padding-left:26px;
}
#main .contents-column .section ul.section-button li a:hover{
	color:#262C85;
	background-color:#D6D7E8;
}


/* ------------------------------
 Global - Main - Contents Section Table
------------------------------ */

#main .contents-column .section table{
	margin-left:10px;
	margin-bottom:15px;
	border-collapse:collapse;
	border:0;
}
#main .contents-column .section table caption{
	font-size:1.2em;
	text-align:left;
	line-height:1.6;
	font-weight:bold;
}
#main .contents-column .section th,
#main .contents-column .section td{
	font-size:1.2em;
	line-height:1.6;
	padding:5px 10px 4px 10px;
	border:1px solid #FFF;
}
#main .contents-column .section th{
	white-space:nowrap;
	background:#D6EBFF;
	text-align:center;
}
#main .contents-column .section th.even{
	background:#D6EBFF !important;
}
#main .contents-column .section thead th{
	background:#ADD6FF;
}
#main .contents-column .section td{
	background:#EEEEEE;
}
#main .contents-column .section tbody tr:nth-child(2n+1) th{
	background:#E0F0FF;
}
#main .contents-column .section tbody tr:nth-child(2n+1) th.odd{
	background:#E0F0FF !important;
}
#main .contents-column .section tbody tr:nth-child(2n+1) td{
	background:#F5F5F5;
}

#main .contents-column .section td img{
	vertical-align:top;
	margin-right:5px;
}

#main .contents-column .section td hr{
	margin:3px 0px;
}



/* ------------------------------
 Global - Top
------------------------------ */
#main .top-main-column{
	margin:15px 0px;
}

#main .top-main-column h2{
	background:url(../img/top_topics_cap_bg.png) repeat-x;
	font-size:1.4em;
	line-height:1;
	margin-bottom:5px;
	padding:0px 8px;
}

#main .top-main-column .view-all-btn{
	margin-top:-37px;
	margin-bottom:15px;
	text-align:right;
	padding-right:8px;
	line-height:1;
	font-size:1px;
}

#main .top-main-column table{
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
	border:0;
}
#main .top-main-column table th{
	text-align:left;
	vertical-align:top;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5;
	border-bottom:1px solid #CCC;
	padding:9px 8px 8px 0px;
	white-space:nowrap;
}
#main .top-main-column table td{
	text-align:left;
	vertical-align:top;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.5;
	border-bottom:1px solid #CCC;
	padding:8px 0px;
	width:100%;
}
#main .top-main-column table td img{
	vertical-align:top;
	margin-right:5px;
	margin-bottom:2px;
}
#main .top-main-column table td span{
	font-size:85%;
}

#main .top-main-column ul{
	margin-bottom:20px;
}
#main .top-main-column ul li{
	text-align:left;
	vertical-align:top;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.5;
	border-bottom:1px solid #CCC;
	padding:8px 0px 8px 12px;
	background:url(../img/_icon_link_arrow_right.png) no-repeat 0 14px;
}

#main .top-main-column .right-column{
	width:180px;
	float:right;
}
#main .top-main-column .right-column dl{
	margin-bottom:15px;
}
#main .top-main-column .right-column dt{
	margin-bottom:5px;
}
#main .top-main-column .right-column dd{
	font-size:1.1em;
	line-height:1.5;
	margin-bottom:5px;
}


/* ------------------------------
 Global - Footer Nav
------------------------------ */
#footer-nav{
	background:#F6F6ED;
	clear:both;
}
#footer-nav .inner{
	width:960px;
	margin:0px auto 0px auto;
	padding-top:20px;
	text-align:left;
}

#footer-nav .footer-nav-column{
	float:left;
	margin-right:15px;
	width:180px;
}
#footer-nav .last-column{
	margin-right:0px;
}
#footer-nav .footer-nav-column dl{
	margin-bottom:20px;
}
#footer-nav .footer-nav-column dl dt{
	font-size:1.4em;
	line-height:1.4;
	border-bottom:1px dotted #999;
	padding:0px 0px 3px 10px;
	margin-bottom:2px;
	background:url(../img/_icon_link_arrow_right.png) no-repeat 0 7px;
}
#footer-nav .footer-nav-column dl dt a{
	font-weight:bold;
	text-decoration:none;
}
#footer-nav .footer-nav-column dl dd{
	font-size:1.1em;
	line-height:1.4;
	padding:3px 0px 0px 10px;
	background:url(../img/_icon_link_arrow_right.png) no-repeat 0 8px;
}
#footer-nav .footer-nav-column dl dd a{
	text-decoration:none;
}
#footer-nav .footer-nav-column dl dd a:hover{
	text-decoration:underline;
}


/* ------------------------------
 Global - Footer
------------------------------ */
#footer{
	background:#CCE2F7;
}
#footer .inner{
	width:960px;
	margin:0px auto 0px auto;
	padding:20px 0px 25px 0px;
	text-align:left;
}

#footer .name{
	font-size:1.2em;
	line-height:1.4;
	font-weight:bold;
}
#footer .address{
	font-size:1.1em;
	line-height:1.4;
	margin-top:10px;
	float:left;
}
#footer .copyright{
	font-size:1.1em;
	font-family: Helvetica, sans-serif;
	line-height:1.4;
	margin-top:10px;
	float:right;
}




/* ------------------------------
 Global - Ajast
------------------------------ */
.small-text{
	font-size:85%;
}
.selif{
	font-family:Times, selif;
}

.align-left{
	text-align:left !important;
}
.align-right{
	text-align:right !important;
}
.align-center{
	text-align:center !important;
}

.bold-text{
	font-weight:bold;
}

.red-text{
	color:#FF0000;
}

.kome-caption{
	text-indent:-0.7em;
	margin-left:0.7em;
}

.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
.clear-both {
	clear:both !important;
}

.pt-0{
	padding-top:0px !important;
}
.pt-5{
	padding-top:5px !important;
}
.pt-10{
	padding-top:10px !important;
}
.pt-15{
	padding-top:15px !important;
}
.pt-20{
	padding-top:20px !important;
}
.pt-25{
	padding-top:25px !important;
}
.pt-30{
	padding-top:30px !important;
}

.pb-0{
	padding-bottom:0px !important;
}
.pb-5{
	padding-bottom:5px !important;
}
.pb-10{
	padding-bottom:10px !important;
}
.pb-15{
	padding-bottom:15px !important;
}
.pb-20{
	padding-bottom:20px !important;
}
.pb-25{
	padding-bottom:25px !important;
}
.pb-30{
	padding-bottom:30px !important;
}

.pl-0{
	padding-left:0px !important;
}
.pl-5{
	padding-left:5px !important;
}
.pl-10{
	padding-left:10px !important;
}
.pl-15{
	padding-left:15px !important;
}
.pl-20{
	padding-left:20px !important;
}
.pl-25{
	padding-left:25px !important;
}
.pl-30{
	padding-left:30px !important;
}

.pr-0{
	padding-right:0px !important;
}
.pr-5{
	padding-right:5px !important;
}
.pr-10{
	padding-right:10px !important;
}
.pr-15{
	padding-right:15px !important;
}
.pr-20{
	padding-right:20px !important;
}
.pr-25{
	padding-right:25px !important;
}
.pr-30{
	padding-right:30px !important;
}