@charset "utf-8";
/* CSS Document */

/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*--------------------------------スペース*/

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb60{
	margin-bottom:60px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
/*--------------------------------スペース*/


/*----------------------------------------
	common
----------------------------------------*/

#main-content{
	max-width: 960px;
	overflow: hidden;
	color: #333;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}
#main-content p{
	font-size:75%;
	line-height:1.5em;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#main-content p.box_pagetop{
	width:100%;
	text-align:right;
	margin-bottom:40px;
}
#main-content p.box_pagetop a:link{
	color:#003a91;
	text-decoration:none;
}
#main-content p.box_pagetop a:hover{
	color: #5378c6;
	text-decoration: underline;
}
#main-content p.box_totop{
	width:100%;
	margin-top:6em;
}
#main-content p.box_totop a:link{
	color:#003a91;
	text-decoration:none;
}
#main-content p.box_totop a:hover{
	color: #5378c6;
	text-decoration: underline;
}

.clear{
	clear:both;
}

h1{
	background-color:#fff;
	color:#000066;
	background-image:url(../img_res/bg01.jpg);
	background-repeat:repeat-x;
	line-height:38px;
	font-size:100%;
	padding-left:2%;
}
h1 img{
	width:156px;
	display: block;
	float: left;
}
h1 .subtitle{
	text-align: right;
	width: 40em;
	display: block;
	float: right;
	padding-right:2%;
}
h2{
	color: #FFF;
	background-color: #3B5791;
	background-image: url(../img_res/bg02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	line-height: 27px;
	font-size: 100%;
	padding-left: 2%;
	letter-spacing: 0.5em;
}
h4{
	margin-bottom:10px;
}

.text_box01{
	border: 1px solid #999;
	padding: 20px;
}
.text_box01 p.text_indent{
	margin-left:2em;
	text-indent:-1.5em;
}

.text_att01{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.line01{
	width: 100% !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.ta_C{
	text-align:center;
}

div.global-navi {
	margin-bottom : 24px;
	background-color: #FFF;
	text-align:center;
}
div.global-navi ul {
	overflow : hidden;
	list-style-type: none;
	font-size: 75%;
	width: 100%;
}
div.global-navi ul li {
	width : 24%;
	float : left;
	text-align:center;
	display : table;
}
/*IE以外*/	
:root div.global-navi ul li {
	width : 25%;
}

div.global-navi ul li a {
	display : table-cell;
	height: 4.5em;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #949494;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(28%, #d8e4fc), color-stop(77%, #a8bfdb) );
	background: -moz-linear-gradient( center top, #d8e4fc 28%, #a8bfdb 77% );
	background: -ms-linear-gradient( top, #d8e4fc 28%, #a8bfdb 77% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e4fc', endColorstr='#a8bfdb');
	background-color: #d8e4fc;
	color: #202b42;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	vertical-align: middle;
}
div.global-navi ul li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4b6bad), color-stop(100%, #112d4f) );
	background:-moz-linear-gradient( center top, #4b6bad 5%, #112d4f 100% );
	background:-ms-linear-gradient( top, #4b6bad 5%, #112d4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6bad', endColorstr='#112d4f');
	background-color:#4b6bad;
	color:#ffffff;
}
div.global-navi ul li.page_t a{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4b6bad), color-stop(100%, #112d4f) );
	background:-moz-linear-gradient( center top, #4b6bad 5%, #112d4f 100% );
	background:-ms-linear-gradient( top, #4b6bad 5%, #112d4f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6bad', endColorstr='#112d4f');
	background-color:#4b6bad;
	color:#ffffff;
}
div.page_link{
	text-align: center;
	padding-top: 20px;
}
div.page_link a{
	font-size: 75%;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	background-color: #ededed;
	color: #444444;
	display: inline-block;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	white-space: nowrap;
}
div.page_link a:hover{
	background-color: #CCCCCC;
	color: #333;
}

.btn_class01 {
	font-size: 88%;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3866a3;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #84aae3), color-stop(100%, #5e84c7) );
	background: -moz-linear-gradient( center top, #84aae3 5%, #5e84c7 100% );
	background: -ms-linear-gradient( top, #84aae3 5%, #5e84c7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#84aae3', endColorstr='#5e84c7');
	background-color: #84aae3;
	color: #113064;
	display: inline-block;
	text-shadow: 1px 1px 2px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	margin: 20px;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.btn_class01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5e84c7), color-stop(100%, #84aae3) );
	background:-moz-linear-gradient( center top, #5e84c7 5%, #84aae3 100% );
	background:-ms-linear-gradient( top, #5e84c7 5%, #84aae3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e84c7', endColorstr='#84aae3');
	background-color:#5e84c7;
}.btn_class01:active {
	position:relative;
	top:1px;
}


.dl_01{
	width:90%;
	padding-left:5%;
	font-size:75%;
}

.dl_01 dt {
	width:15em;
	height:30px;
	margin-top:10px;
	padding-left:1em;
	}
	
.dl_01 dd {
	min-height: 30px;
	margin-top: -30px;
	padding-left: 15em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}


.dl_01 dd a {
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(49%, #ededed), color-stop(56%, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 49%, #dfdfdf 56% );
	background: -ms-linear-gradient( top, #ededed 49%, #dfdfdf 56% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	color: #777777;
	display: inline-block;
	text-shadow: 1px 1px 2px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	white-space: nowrap;
}
.dl_01 dd a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(49%, #dfdfdf), color-stop(56%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 49%, #ededed 56% );
	background:-ms-linear-gradient( top, #dfdfdf 49%, #ededed 56% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.dl_01 dd a:active {
	position:relative;
	top:1px;
}
.dl_02{
	width:90%;
	padding-left:5%;
	font-size:75%;
}
.dl_02 dt {
	width:25em;
	height:30px;
	margin-top:10px;
	padding-left:1em;
}
.dl_02 dd {
	min-height: 30px;
	margin-top: -30px;
	padding-left: 26em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.dl_02 dd a {
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(49%, #ededed), color-stop(56%, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 49%, #dfdfdf 56% );
	background: -ms-linear-gradient( top, #ededed 49%, #dfdfdf 56% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	color: #444444;
	display: inline-block;
	text-shadow: 1px 1px 2px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	white-space: nowrap;
}
.dl_02 dd a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(49%, #dfdfdf), color-stop(56%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 49%, #ededed 56% );
	background:-ms-linear-gradient( top, #dfdfdf 49%, #ededed 56% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.dl_02 dd a:active {
	position:relative;
	top:1px;
}

h4.manual_title{
	font-size: 88%;
	margin-bottom: 20px;
	background-color: #EDEDED;
	color: #5D5D5D;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2em;
}



@media(max-width:600px){
  div.global-navi ul {
    font-size:69%;
	}
	div.global-navi ul li {
    width : 45%;
    float : left;
    padding:1%;
    text-align:center;
	}
/*IE以外*/	
	:root div.global-navi ul li {
    width : 46%;
	}

  .dl_01 dt {
    width:100%;
    height:30px;
    margin-top:10px;
    padding-left:1em;
    text-align:center;
    }

  .dl_01 dd {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 1em;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    }

  .dl_01 dd a {
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(49%, #ededed), color-stop(56%, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 49%, #dfdfdf 56% );
    background: -ms-linear-gradient( top, #ededed 49%, #dfdfdf 56% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    color: #777777;
    display: inline-block;
    text-shadow: 1px 1px 2px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    padding-top: 4px;
    padding-right: 18px;
    padding-bottom: 4px;
    padding-left: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    white-space: nowrap;
  }
  .dl_02{
    width:90%;
    font-size:69%;
  }
  .dl_02 dt {
    width:100%;
    height:30px;
    margin-top:10px;
    padding-left:0;
    text-align:center;
  }
  .dl_02 dd {
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
  }
  .dl_02 dd a {
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(49%, #ededed), color-stop(56%, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 49%, #dfdfdf 56% );
    background: -ms-linear-gradient( top, #ededed 49%, #dfdfdf 56% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    color: #444444;
    display: inline-block;
    text-shadow: 1px 1px 2px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    padding-top: 4px;
    padding-right: 18px;
    padding-bottom: 4px;
    padding-left: 18px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    white-space: nowrap;
  }
}