﻿@charset "utf-8";

/*-----------------------------------------------------------------
Base
-----------------------------------------------------------------*/
body{
	background: #FFF;
	font-size:75%;/* 13px相当 */
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	margin: 0px;
	padding:0px;
	line-height:1.5;
}

/*-- IE only --*/
body {
	scrollbar-base-color:#efefee;
	scrollbar-arrow-color:#aaa;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#aaa;
	scrollbar-3dlight-color:#aaa;
	scrollbar-darkshadow-color:#aaa;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6,p,div,ol,ul,li,th.td {
	margin: 0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

table td.nowrap{
	white-space:nowrap;
	}

body a {color: #003399; text-decoration:none;}
body a:link {color: #003399; text-decoration:none;}
body a:visited {color: #11296F; text-decoration:none;}
body a:hover {color: #6B87D6; text-decoration:none;}
body a[name]:hover {color: #6B87D6; text-decoration:none;}

a:focus{
	outline:none;
}

img{
	border:0px;
	vertical-align:bottom;
}

.left{text-align:left;}
.right{text-align:right; margin-right:7px;}
.right p{text-align:right;}
.center{text-align:center;}
.center p{text-align:center;}

/*-----------------------------------------------------------------
Font
-----------------------------------------------------------------*/
.red{color:#A50539;}
.brown{color:#990000;}
.green{color:#007D00;}
.small_unit {font-size:0.8em; vertical-align:top;}
.big{font-size:120%;}
.big2{font-size:110%;}
.ex_big{font-size:150%;}
.small{font-size:80%;}
.ex_small{font-size:70%;}
.underline{text-decoration:underline;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.flame{
	border:solid 1px #999;
	padding:3px;
	}

/*-----------------------------------------------------------------
Space
-----------------------------------------------------------------*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mr15{margin-right:15px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr40{margin-rightt:40px;}
.mt20{margin-top:20px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl45{padding-left:45px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.pb25{padding-bottom:25px;}

/*-----------------------------------------------------------------
List
-----------------------------------------------------------------*/
li.arrow{
	background-image:url(../img/arrow1.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 8px;
	margin-left:3px;
}

ul.no-style{
	margin-left:0;
	padding-left:0;
}

ul.no-style li{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	text-indent:-1em;
}

/*-----------------------------------------------------------------
Float
-----------------------------------------------------------------*/
.f_right{
	float:right;
	margin:0 0 5px 15px;
}
.f_left{
	float:left;
	margin:0 15px 5px 0;
}
.f_clear:after{
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.f_clear { display: inline-block; }
/* MacIE begin \*/
*+html div.f_clear{height: 1%;}

* html div.f_clear{height: 1%;}

.f_clear {display: block;}
/* Mac IE end */



/*-----------------------------------------------------------------
枠
-----------------------------------------------------------------*/
#framework{
	background-color:#FFFFFF;
}

/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
/*-- header --*/
#header{
	background:url(../img/header_bg.jpg) 0px 0px repeat-x;
}

#header .inner{
	width:960px;
	margin:0 auto;
	height:130px;
	margin:0 auto;
}

h1{
	padding-top:27px;
	width:407px;
	float:left;
}


#subMenu1{
	width:290px;
	float:right;
	padding: 11px 4px 0px 0px;
	margin:0;
}

#subMenu1 ul{
	float:right;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#subMenu1 ul li{
	display:inline;
	vertical-align:bottom;
}

#subMenu1 ul li.arrow a{
	text-decoration:underline;
}

#subMenu2{
	width:290px;
	float:right;
	padding: 10px 0px 0px 0px;
	margin:0;
}

#subMenu2 ul{
	float:right;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}

#subMenu2 ul li{
	margin:0;
	display:inline;
}


/*-- contents --*/

#contents{
	background:url(../img/contents_bg.jpg) 0px 0px repeat-x;
	min-height:285px;
	height: auto !important;
	height: 285px;
}

/*-- P --*/
p{
	margin:0px;
}

p.no-indent{
	text-indent:0;
}

p.border{
	border:1px solid #666;
}


/*--page--*/
#page{
	width:960px;
	margin:0 auto;
	background-color:#FFF;
	min-height:285px;
	height: auto !important;
	height: 285px;
}

#page p{
	text-indent:1em;
	margin:0px 40px 10px 35px;
}

#page p.no-indent{
	text-indent:0;
}

#page p.no-space{
	text-indent:1em;
	margin:0px 40px 0px 35px;
}

#page h2{
	width:960px;
}

#page h3{
	font-size: 1.3em;
	font-weight: bold;
	padding:7px 5px 0px 20px;
	margin:0px 0px 8px 20px;
	background:url(../img/h3_bg.png) 0px no-repeat;
	width:700px;
	height:30px;
}

#page h4{
	font-size: 1.2em;
	color:#13095E;
	background:url(../img/h4_bg.jpg) 0px repeat-x;
	width:670px;
	margin:0px 0px 8px 30px;
	padding:0.2em 0 0.2em 1em;
	border-left:5px solid #C5C0D6;
	border-top:1px solid #C5C0D6;
	border-right:1px solid #C5C0D6;
	border-bottom:1px solid #C5C0D6;
}



#page h5{
	width:665px;
	margin:0px 0px 8px 30px;
	background:url(../img/circle.png) 5px 8px no-repeat;
	padding:5px 0px 5px 23px;
	border-bottom:1px solid #7B82BF;
}

/*--パンくず--*/
#path{
	background:#FFF url(../img/path_bg.jpg) 0px 0px repeat-x;
	padding-bottom:15px;
}

#path ul{
	padding:5px 0px 0px 20px;
	font-size:0.8em;
}

#path ul li{
	display:inline;
}


#page .inner{
	width:960px;
	float:left;
	background:#FFF url(../img/gray_bg2.png) 0px 0px repeat-y;
	margin-bottom:20px;
}

/*-- コンテンツページ左側 --*/

#left{
	width:210px;
	float:left;
}

#left ul{
	list-style-type:none;
	padding:0;
	margin:10px 0 10px 0;
}

#left ul li{
	width:185px;
	background:#FFF;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-bottom:5px;
	margin-left:18px;
}

#left ul li div{
	width:184px;
	background:#FFF;
}

#left ul li div span{
	font-weight:bold;
	display:block;
	background:url(../img/arrow3.png) 5px 8px no-repeat;
}

#left ul li div span.view{
	color:#FFF;
	background:#2E226F url(../img/arrow3.gif) 5px 8px no-repeat;
	padding:5px 5px 5px 20px;
}

#left ul li div span a{
	display:block;
	padding:5px 5px 5px 20px;
}

#left ul li div span a:hover,
#left ul li div span a:active{
	color:#FFF;
	background:#514EC7 url(../img/arrow3.gif) 5px 8px no-repeat;
}

#left ul li ul{
	margin-top:5px;
}

#left ul li ul li{
	width:145px;
	background:#FFF;
	background:url(../img/arrow1.png) 5px 5px no-repeat;
	border-bottom:1px solid #AAA;
	border-right:none;
	padding-left:15px;
	padding-bottom:3px;
	margin-bottom:5px;
	margin-left:10px;
}

#left ul li ul li.view{
	color:#333;
	font-weight:bold;
}



/*-- コンテンツページ右側 --*/
#right{
	width:750px;
	float:right;
}

#right ul{
	margin:0px 25px 15px 55px;
	/*width:660px;*/
}

#right ol{
	margin:0px 0px 15px 55px;
	width:660px;
}

#right p.pdflink{
	background:url(../img/arrow_pdf.gif) 5px 1px no-repeat;
	padding-left:10px;
}

/*--pageup--*/
.pageup_top{
	clear:both;
	width: 960px;
	padding:20px 0px 7px 0;
	text-align: right;
}
.pageup{
	clear:both;
	width: 720px;
	padding:20px 0px 0px 0;
	text-align: right;
}




/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
table{
	border-spacing:0;
	border-collapse:collapse;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
}
td{
	text-align: left;
}

.td_center{
	text-align:center;
}

.td_top{
	vertical-align:top;
}

table.td_indent{
	margin:0 0 0 15px;
}
table.td_indent td{
	text-indent:1em;
}
table.td_indent td img{
	text-indent:0em;
}

.nowrap{
	white-space: nowrap;
}
/*table border_ON*/
table.b_on{
	border-top:1px solid #4970B8;
	border-right:1px solid #4970B8;
	background:#FFF;
	margin:7px 0px 15px 45px;
}
table.b_on img{
	margin:7px;
}
table.b_on td,.b_on th{
	border-left:1px solid #4970B8;
	border-bottom:1px solid #4970B8;
	padding:5px 8px;
}
table.b_on th{
	background:url(../img/th_back01.jpg) top left no-repeat #7592C9 ;
	text-align:left;
	line-height:1.2;
	color:#FFF;
	font-weight:bold;
}
table.b_on th.sub{
	background:url(../img/th_back02.jpg) top left no-repeat #D1DBED ;
	color:#37568E;
}
table.b_on td.nonline{
	border-left:1px solid #EFEFEF;
}
table.b_on td.nonline2{
	border-left:1px solid #FFF;
}

table.b_on th.sub2{
	background:#ECEFFF ;
	color:#555;
}

.b_on table,.b_on table th,.b_on table td{
	border:none;
	background:none;
}

.b_on table{
	margin:0px;
}
.b_on table th,.b_on table td{
	color:#333;
}
.b_on table th{
	padding:0px 2px;
}

.b_on tr.tr_gray{
	background:#EEE;
}

.b_on td.td_center{
	text-align:center;
}
.b_on td.td_right{
	text-align:right;
}
.b_on td.td_top{
	vertical-align:top;
}
.b_on th.th_left{
	text-align:left;
}
.b_on th.th_center{
	text-align:center;
}

/*table b_on2*/
table.b_on2{
	border-top:1px solid #4970B8;
	border-left:1px solid #4970B8;
	background:#FFF;
	margin:7px 0px 15px 45px;
}
table.b_on2 td,.b_on2 th{
	border-right:1px solid #4970B8;
	border-bottom:1px solid #4970B8;
	padding:5px 8px;
}
table.b_on2 th{
	background:url(../img/th_back01.jpg) top left no-repeat #7592C9 ;
	text-align:left;
	line-height:1.5;
	color:#FFF;
	font-weight:bold;
}
table.b_on2 th.sub{
	background:url(../img/th_back02.jpg) top left no-repeat #D1DBED ;
	color:#37568E;
}

table.b_on2 td{
	text-align:center;
}

.b_on2 th.th_center{
	text-align:center;
}
.b_on2 th.th_right{
	text-align:right;
}

/*table b_on3*/
table.b_on3{
	background:#FFF;
	margin:7px auto 15px auto;
}
table.b_on3 td,.b_on3 th{
	border-bottom:1px solid #4970B8;
	padding:5px 8px;
}
table.b_on3 th{
	text-align:left;
	line-height:1.5;
	font-weight:bold;
}
table.b_on3 th.sub{
	background:url(../img/th_back02.jpg) top left no-repeat #D1DBED ;
	color:#37568E;
}

table.b_on3 td{
	text-align:center;
}

.b_on3 th.th_center{
	text-align:center;
}
.b_on3 th.th_right{
	text-align:right;
}




/*--------------------
footer
--------------------*/
#footer{
	clear:both;
	border-top:1px solid #AAA;
}

#footer .inner{
	width: 960px;
	margin: 5px auto 0px;
}

#add{
	width:330px;
	float:left;
	font-size:90%;
	line-height:1.4;
	_margin-top:1em;
}

#add dl{
	margin-bottom:8px;
}

#add dt{
	margin-bottom:7px;
}

#add dd{
	margin:0;
}

#download{
	background-color:#E6E6E6;
	width:480px;
	float:right;
	padding:10px 15px;
	margin:18px 0px 15px 0px;
	font-size:80%;
}

#download p{
	width:210px;
	float:left;
}

#download ul{
	float:right;
	margin-top:5px;
}

#download ul li{
	float:left;
	list-style-type:none;
	margin-left:8px;
}

#copyright{
	clear:both;
	text-align:center;
	border-top:1px solid #AAA;
	padding-top:10px;
	padding-bottom:15px;
}


