@charset "UTF-8";



/* ========BASIC======== */
* {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	padding: 0;
	margin: 0px;
	background-color: #F5E8CB;
}

br {
   letter-spacing:normal;
}

a {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #1B488D666;
	text-decoration: blink;
}

img {
	border:0;
}

/* ========TEMPLATE LAYOUT======== */
div#container {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	-webkit-box-shadow: 0px 0px 20px #999999;
	background-color: #C3E1D7;
}

div#header {
	position: relative;
	width: 960px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clip: rect(0px,auto,auto,auto);
	padding: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}



div#contents {
	height: auto;
	width: 960px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #C4E3D9;
	background-image: url(../images/cnt_wp.gif);
}



/* ========TEMPLATE LAYOUT S======== */

div#sub {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float: left;
	width: 220px;
	display: block;
	height: auto;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(../images/toka.png);
	background-repeat: repeat;
}

div#main {
	display: block;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#mainearea {
	display: block;
	height: auto;
	font-size: 13px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
}
.maintitle {
}
div#textbox {
	width: 658px;
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
}
div#textbox2 {
	width: auto;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	height: auto;
	background-color: #FFF;
	margin-right: 20px;
	border: 1px solid #0264B3;
}
div#footer {
	display: block;
	text-align: center;
	clear: both;
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #1E2087;
}
div#top {
	height: 450px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#contfooter {
	width: 610px;
	display: block;
	padding: 0px;
	vertical-align: bottom;
	height: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* ========TOTOP CUSTOMIZE========= */
#page-top{
	width: auto;
	height: 25px;
	bottom: 40px;
	text-align: right;
	display: block;
	position: fixed;
	margin-left: 490px;
	padding-bottom: 40px;
}
 
#move-page-top{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
