@charset "UTF-8";
/* CSS Document */
body{
	background-color:#466884;
	font-family: "メイリオ",Meiryo,"Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.line_ao{
	background-color:#466884;
	height:10px;
}
header div{
	background-color:#ffffff;
	width:800px;
	margin:0 auto;
}
#main{
	text-align:center;
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:0;
}
h1{
	width:800px;
}
h2{
	margin:30px 0 10px 0;
}
h3{
	margin:60px auto 20px;
	width:740px;
	color:#ffffff;
	text-align:left;
	padding:10px;
	background-color:#496885;
}
h4{
	margin:10px auto;;
	color:#466884;
	line-height:140%;
	padding:5px 0 0 15px;
	border-left:6px solid #496885;
}
.gaikan{
	margin:30px auto 0;
	clear:both;
	text-align:left;
	width:740px;
}
.left{
	padding:0 0 0 23px;
	text-align:left;
	float:left;
	line-height:100%;
	margin:0 0 30px 0;
}
.left p{
	line-height:160%;
	color:#466884;
}
.right{
	text-align:left;
	padding:0 23px 20px 0;
	float:right;
}
.right p a{
	color:#496885;
}
footer{
	margin:30px 0 0 0;
	background-color:#466884;
	clear:both;
	color:#ffffff;
	padding:30px;
}
/*topへ戻る*/
#page-top{
	width:85px;
	display:none;
	position:fixed;
	right:40px;
	bottom:16px;
}

#move-page-top{
	line-height:85px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/*topへ戻るend*/

/*メニュー部分*/
.menu{
	color:#ffffff;
	margin-top:10px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#496885;
}
.menutable{
	width:600px;
	margin:0 auto;
}
dl,dt,dd{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
#acMenu dt{
	color:#ffffff;
	margin-top:10px;
	display:block;
	width:600px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:url(../img/plus.png) 555px 8px no-repeat #496885;
	}
#acMenu dd{
	width:600px;
	text-align:center;
	display:none;
	}
#acMenu dt.active{
	color:#ffffff;
	background:url(../img/mainasu.png) 555px 8px no-repeat #496885;
}
body{
	font-size:16px;
	line-height:130%;
}
table{
	width:600px;
}
caption{
	font-size:100%;
	font-weight:bold;
	color:#496885;
}
td{
	padding:5px;
	border-top:1px solid #496885;
	border-right:1px solid #496885;
}
tr{
	padding:5px;
	height:20px;
}
tr,table{
	border-bottom:1px solid #496885;
	border-left:1px solid #496885;
}
.desc{
	font-size:80%;
}
/*メニュー部分end*/