/* CSS Document */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
	font-size:0.8em;
}

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

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

DIV#main {
	width:1000px;
	background-image:none;
	float:left;
}

DIV#navi {
	width:180px;
	float:left;
	margin-left:0px;
	padding-bottom:30px;
	background-color: #DCEAF1;
}

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

DIV#division {
	float:right;
	position:relative;
	z-index:2;
	width:810px;
}

DIV#contents {
	float:left;
	width:450px;
	margin-right: 10px;
}

DIV#right {
	float:right;
	width:350px;
}

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