@charset "utf-8";
/* CSS Document */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	padding:0px;
	font-size:12px;
	color:#333333;
	background-image:url(../img/bg.gif)
}

DIV#bodys {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#FFFFFF;
}

DIV#header {
	width:757px;
	padding:0px 3px 2px 0px;
	word-spacing:0.8em;
	border-bottom:1px solid #336699;
	background-color: #FFFFFF;
}

DIV#main {
	width:760px;
	background-image:url(../img/bg_main.gif);
	float:left;
}

DIV#left {
	width:580px;
	float:left;
	margin-left:0px;
	padding-bottom:30px;
}

DIV#right {
	width:170px;
	margin-right:0px;
	padding:0px;
	float:right;
	background-color:#EBEBEB;
}

DIV#footer {
	clear:both;
	display:block;
	border-top:1px solid #336699;
	text-align:center;
	line-height:200%;
	margin:0px;
	padding:5px;
}
