@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;
}


.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;
}


.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: 20em;
	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;
}



.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;
}

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){

.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;
}
}