body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
*{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	font-size:1px;
}
.top{
	background-color:#FFFFFF;
}
.top .head{
	background-image:url(_img/bg_top_head.gif);
	background-position:top;
	background-repeat:repeat-x;

	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
}

.menu{
	background-color:#FFFFFF;
	padding:5px 0px;
}
.menu_area{
width:800px;

}

.menu_list{
	float:right;
	display:block;
	margin-left:20px;
}
.top .bottom{
	background-image:url(_img/bg_top_bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:80px;
	border-top:solid 1px #999;
}
.spot{
	width:400px;
	margin-left:20px;
}
.spot_title{

}
.top .spot_article{
	background-image:url(_img/border_spot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:8px 2px 4px 2px;
	font-size:12px;
	margin-left:20px;

	color:#666666;
}
.copyright{
	text-align:right;
	width:800px;
	color:#666;
	font-size:11px;
	padding:5px 0px;
}
.copyright a{
color:#666666;
text-decoration:none;
}
.copyright a:hover{
color:#993333;
text-decoration:none;
}