@charset "UTF-8";



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

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

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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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_s.jpg);
	background-repeat: no-repeat;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}



div#contents {
	height: auto;
	width: 960px;
	margin: 0px;
	display: block;
	background-color: #E2EEF5;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	overflow: auto;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}



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

div#sub {
	float: left;
	width: 240px;
	display: block;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1D2089;
	border-left-color: #1D2089;
	padding: 0px;
	overflow: auto;
}

div#main {
	display: block;
	width: 660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#mainearea {
	display: block;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.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;
	background-color: #1E2089;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#top {
	height: 750px;
	width: 960px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	clear: both;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align: right;/* 11px相当 */
	margin-top: 5px;
	margin-bottom: 50px;
	font-size: 11px;
	display: block;
	clear: both;
	padding-right: 10px;
	padding-bottom: 0px;
}

div#totop a {
	padding:0 0 0 12px;
	background:url("../images/bg_totop.gif") 0 50% no-repeat;
	font-size: 11px;
	font-weight: bold;
}
