@charset "UTF-8";



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

body {
	padding: 0;
	margin: 0px;
	background-image: url(../images/wp.jpg);
	background-repeat: repeat;
}

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#wp {
	height: 100px;
	width: auto;
	background-color: #231715;
	display: block;
	margin: 0px;
	clear: both;
}

div#container {
	width: 962px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

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.jpg);
	background-repeat: no-repeat;
}



div#contents {
	height: auto;
	width: 960px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/wp_cont.png);
	background-repeat: repeat-y;
	display: block;
}



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

div#sub {
	width: 200px;
	display: block;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #231715;
	float: left;
	overflow: auto;
}

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

div#mainearea {
	display: block;
	width: 730px;
	box-shadow: inset 0px 0px 3px 3px #999999;
	-moz-box-shadow: inset 0px 0px 3px 3px #999999;
	-webkit-box-shadow: inset 0px 0px 3px 3px #999999;
	background-color: #FFF;
	overflow: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 10px;
}
div#mainfooter {
	display: block;
	width: 760px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.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;
	height: 52px;
	box-shadow: 0px -2px 15px 0px #000000;
	-moz-box-shadow: 0px -2px 15px 0px #000000;
	-webkit-box-shadow: 0px -2px 15px 0px #000000;
	padding: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	bottom: 0px;
	clip: rect(auto,auto,0px,auto);
}
div#top {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
