@charset "UTF-8";



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

body {
	padding: 0;
	margin: 0px;
}

br {
   letter-spacing:normal;
}

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

a:hover {
	color: #666666;
	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;
}

div#header {
	position: relative;
	width: 960px;
	height: 115px;
	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;
}



div#contents {
	height: auto;
	width: 960px;
}
div#contents-footer{
	margin: 0px;
	padding: 0px;
	height: auto;
	clear: both;
}



/* ========TEMPLATE LAYOUT S======== */
div#header {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	display: block;
}
div#sub {
	float: left;
	width: 205px;
	background-image: url(../img/contents_wp.jpg);
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

div#main {
	color: #666666;
	float: right;
	width: 700px;
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


div#textbox {
	width: 658px;
	padding: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;
}

div#footer {
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	font-size: 10px;
	color: #FFF;
	display: block;
	text-align: center;
	margin: 0px;
	line-height: 40px;
	background-color: #008441;
	clear: both;
	height: auto;
	background-image: url(../img/footer.jpg);
}
