@charset "UTF-8";



/* ========BASIC======== */
* {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ ProN W3", "小塚ゴシック Pro M";
	font-size: 13px;
}

body {
	padding: 0;
	margin: 0px;
	background-image: url(../images/WP.png);
	background-repeat: repeat-x;
	background-color: #FEEABE;
}

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;
	clear: both;
	background-image: url(../images/cont_wp.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F8C185;
}

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;
	display: block;
	padding: 0px;
}



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

div#sub {
	float: left;
	width: 240px;
	display: block;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}

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

div#mainearea {
	display: block;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
.maintitle {
}
div#textbox {
	width: 658px;
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
}

div#footer {
	display: block;
	text-align: center;
	clear: both;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #02368B;
	border-right-color: #02368B;
	border-bottom-color: #02368B;
	border-left-color: #02368B;
	padding: 0px;
	background-color: #4F150B;
	margin: 0px;
}
div#top {
	height: 800px;
	width: 960px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#footer-main {
	height: 260px;
	background-image: url(../images/renga.png);
	background-repeat: repeat-y;
	padding-top: 15px;
	background-attachment: fixed;
	background-position: center top;
}

div#footer-main2 {
	height: 60px;
	background-image: url(../images/renga.png);
	background-repeat: no-repeat;
	clear: both;
}

/* ========TOTOP CUSTOMIZE========= */
#page-top{
	width: auto;
	height: 20px;
	bottom: 55px;
	text-align: right;
	display: block;
	position: fixed;
	margin-left: 810px;
	margin-right: 0px;
}
 
#move-page-top{
	text-decoration: none;
	display: block;
	cursor: pointer;
}
