@charset "shift_jis";

html,body {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #F1095B;
	SCROLLBAR-ARROW-COLOR: #F1095B;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #F1095B;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(image/bg.jpg);
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

#wrapper {
	overflow:auto;
	height:400px;
	width:700px;
	position:absolute;/* position:absolute;とtop:50%;とleft:50%;を使ってmainボックスの基点を 画面中央に持ってきます*/
	top:50%;          /* position:absolute;とtop:50%;とleft:50%;を使ってmainボックスの基点を 画面中央に持ってきます*/
	left:50%;         /* position:absolute;とtop:50%;とleft:50%;を使ってmainボックスの基点を 画面中央に持ってきます*/
	margin-top:-200px; /* mainボックスの高さと幅の半分だけ、 上と左にずらしてあげれば、見事画面中央に配置されます。 */
	margin-left:-350px;/* mainボックスの高さと幅の半分だけ、 上と左にずらしてあげれば、見事画面中央に配置されます。 */
	background-image: url(image/mainbg.jpg);
	text-align: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents {
	height: 360px;
	width: 545px;
	float: right;
	clear: none;
	margin: 0px;
	padding-top: 25px;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

#footer {
	height: 20px;
	width: 735px;
	background-repeat: no-repeat;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

.top_bg {
	background-image: url(top/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.top_what {
	padding: 5px;
	height: 245px;
	width: 275px;
	border: 1px solid #F1095B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}
