@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
}
body	{
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#feead5;
	font-size:13px;
}
li {
	list-style:none;
	color:#333;
}
h1,h2,h3,h4,p,li {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
	vertical-align:bottom;
}
p,h4{
	line-height:25px;
	margin:10px 0px;
	color:#333;
}
/*wrapper
--------------------------------------------------------------------------------------*/
#wrapper {
	width:920px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
}

/*header
------------------------------------------------------------------------------------*/
#header {
	width:900px;
	margin:0 auto;
}
#header-top {
	width:850px;
	margin:0 auto;
}
#header-top a {
	float:left;
}
h1 {
	padding-top:10px;
	font-size:10px;
}
#title {
	width:900px;
	height:330px;
	margin:0 auto;
}


ul#pagelink {
position:relative;
width:900px;
height:100px;
background:url(images/bg_pagelink.gif) top left no-repeat;
list-style:none;
margin:0;
padding:0;
}
ul#pagelink li {
	position:absolute;
	top:0px;
	width:258px;
	height:67px;
	margin:0;
	padding:0;
	left: 606px;
}
ul#pagelink li#link-sg {
	left:36px;
}
ul#pagelink li#link-mrt {
	left:321px;
}
ul#pagelink li#link-gu {left:;}
ul#pagelink li#link-sg a,
ul#pagelink li#link-mrt a,
ul#pagelink li#link-gu a {
text-indent:-9999px;
display:block;
width:100%;
height:100%;
}

/*contents
------------------------------------------------------------------------------------*/
#contents {
	width:870px;
	margin:0 auto;
}
.st {
	height:85px;
	width:870px;
	background:url(images/st.gif) repeat-x;
}
#contents h2 {
	color:#084eab;
	font-weight:bold;
	font-size:28px;
	padding:15px 0px 0px 15px;
}
#contents h3 {
	width:850px;
	border-bottom:1px dotted #084eab;
	border-left:10px solid #084eab;
	color:#084eab;
	font-weight:bold;
	font-size:20px;
	padding:5px;
}
#sansu-list li {
	line-height:25px;
	margin-left:30px;
	color:#333;
	list-style-type:decimal;
}
.cnt-box {
	width:840px;
	padding-bottom:20px;
	margin:0 auto;
}
.textbox {
	width:840px;
	margin:0 auto;
}
.boxl {
	width:530px;
	float:left;
}
.boxr {
	width:310px;
	float:right;
	padding-top:10px;
}
.boxl2 {
	width:300px;
	float:left;
	padding-top:5px;
}
.boxr2 {
	width:480px;
	float:right;
	margin-left:20px;
}
.imgbox {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:20px 0px;
}
.imgbox img {
	margin:0px 5px;
}
.btn {
	width:870px;
	height:150px;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
}


/*footer
--------------------------------------------------------------------------------------*/
#footer {
	width:870px;
	margin:0 auto;
	text-align:center;
	clear:both;
	font-size:10px;
	padding:60px 0 30px 0;
	color:#FFF;
	background:url(images/bdr.gif) top left repeat-x;
}
	
#footer ul li {
	text-align:center;
	padding:0 5px;
	display:inline;
}

#footer p small {
	display:block;
	padding:10px 0 0 0;
	letter-spacing:0.1em;
}
