@charset "utf-8";
/* CSS Document */

body{
	background-color:#DBF1FF;
	background-image:url("../img/bg.png");
	background-repeat:repeat-y;
	background-position:center;
	color:#333333;
	line-height:150%;
	text-align:center;
}
a img{border:0;}
p{
	margin-top:1em;
	margin-bottom:1em;
}

a:link{
	color:#15428B;
	text-decoration:none;
}
a:visited{
	color:#15428B;
}
a:hover{
	color:#15428B;
	text-decoration:underline;
}
h1.index{
	background: url(../img/h1.gif) no-repeat center bottom;
	height: 45px;
	padding: 25px 0px 0px;
	margin: 0px auto;
	color: #333333;
	vertical-align: middle;
	font: bold 20px/150% 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width: 640px;
	text-indent: 15px;
}
h2 {
	background: url(../img/h2.gif) repeat-x;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 150%;
	padding: 6px 15px 0px;
	width: 580px;
	margin: 10px auto;
}
h3 {
	background: url(../img/h3.gif) repeat-x bottom;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #2e0600;
	line-height: 150%;
	padding: 6px 5px 0px;
	width: 570px;
	margin: 10px auto 15px;
}
h4 {
	background: url(../img/h4.gif) no-repeat;
	margin: 0px 0px 10px;
	color: #3C4A91;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 14px;
	line-height: 100%;
}

p.index{
	background: url(../img/ind_arrow.gif) no-repeat 15px;
	height: 27px;
	padding: 9px 0px 0px;
	margin: 0px auto;
	color: #3E9B8F;
	vertical-align: middle;
	font: bold 16px/120% 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width: 580px;
	text-indent: 35px;
}
p.index a{color: #3E9B8F;}
p.index a:hover{
	color: #317BA8;
	text-decoration: underline;
	background: #C2F7DD;
}
.box560{
	font-size: 14px;
	margin: 0px auto;
	width: 580px;
	padding-bottom: 20px;
}
.box560 td{
	font-size: 14px;
	margin: 0px auto;
	padding: 3px;
	line-height: 150%;
}

.comment_bg{
	background: #DADAD2 url(../img/comment_bg.gif) no-repeat left top;
	width: 570px;
	margin: 0px auto;
	padding: 25px 20px;
	font-size: 14px;
	line-height: 160%;
}

p.ind{
	padding-left:1em;
	text-indent:-1em;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	line-height:150%;
}


.links {
	margin: 0px auto;
	width: 620px;
}
.link_nos{
	color: #FFFFFF;
	background: url(../img/link_number_bg.gif);
	padding-right: 5px;
	font: bold 10px Tahoma, Helvetica, sans-serif;
}
.link_bg{
	background: #F4EFD7 url(../img/link_bg.gif) repeat-y right;
	text-align: left;
	padding: 0px 8px 0px 0px;
}
.link_ph{
	padding: 8px 0px;
	width: 150px;
	float: right;
}
.link_comment{
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	width: 590px;
	text-align: left;
	margin: 6px 0px 0px 15px;
}
.link_bottom{
	background: #F4EFD7 url(../img/link_bg_bottom.gif) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
}



/* --- layout box --- */
.root_box{
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.header-left{
	width:400px;
	float:left;
	text-align:left;
}
.header-right{
	width:400px;
	float:right;
}
.hrader_border{
	border-bottom:5px solid #1491E0;
	margin-bottom:20px;
}

.main_box{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	padding-bottom:3em;
	text-align:left;
	background-color:#FFF;
}

