/* 全体幅 */
div#content {
	margin: 0px auto;
	text-align: center;
}
/* 外枠 */
div#layout {
	width: 850px;
	margin: 0px auto;
	padding:0px;
	taxt-align:center;
	background-color: #000000;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	background-image: url(img/back_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding:0px;
	scrollbar-face-color:#cc9966;
	scrollbar-highlight-color: #cc9966;
	scrollbar-shadow-color: #cc9966;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #440000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color: #460000;
}
.style1 {
	font-size: 10px}
	
table {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #fff;
	margin: 0px;
	line-height:150%;}

a:link,a:visited {
	color: #CC9966;
	text-decoration:none;
}

a:hover,a:active {
	color: #CCCC99;
	text-decoration:none;
}
	

.new{
	padding:5px;
	background-color:#000000;
	width:530px;
	height:130px;
	overflow-y:auto;
	overflow-x:hidden;
	border:0;
	text-align:center;display:block;}

div#header{
	width:848px;
	margin: 0px;
	padding:0px;
	text-align: left;
}



div#main{
	width:848px;
	text-align:center;
	padding:0px;
	margin:0px;
	background-image: url(img/back_main.gif);
}

div#left{
	width:200px;
	text-align:center;
	padding:0px;
	margin:0px;
	float:left;
}

div#top_right{
	width:648px;
	text-align:center;
	padding:0px;
	margin:0px;
	float:right;
	background-attachment: scroll;
	background-image: url(img/right_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

div#right{
	width:648px;
	text-align:center;
	padding:0px;
	margin:0px;
	float:right;
}

div#footer{
	margin :0px;
	padding:0px;
	clear:both;
	background-color: #003300;
	color:#ffffff;
	}


hr{
	height: 1px;
	color: #D3B68D;
}
