@charset "UTF-8";

@import "unit_tag.css";
@import "unit_menu.css";

body{
	background-color:	#ffffff;
	text-align:			center;
	font-size:			80%;
}

#wrap{
	margin:				auto;
	width:				780px;
	padding-top:		10px;
	text-align:			left;
}

/* 下部コンテンツ左側 */
#bottomContents-left{
	width:				320px;
	float:				left;
}
/* 下部コンテンツ右側 */
#bottomContents-right{
	width:				460px;
	float:				right;
}

#bottomContents-right .banner{
	margin-bottom:		4px;
}

/* 更新履歴 */
#history{
	width:				308px;
	background:			url("../img/top/history_bg.gif") right -30px no-repeat;
	background-color:	#f3f3f3;
}

#history-body{
	width:				296px;
	padding:			5px 5px 5px 5px;
	border-left:		solid 1px #c0c0c0;
	border-right:		solid 1px #c0c0c0;
}

#history dl{
	height:				77px;
	overflow:			auto;
}
#history a{
	color:			#0066cc;
	border-bottom:	dashed 1px #0066cc;
}
#history a:hover{
	background-color:			#ffffcc;
}

/******************/
.copyright{
	padding-bottom:		6px;
	font-size:			10px;
	text-align:			center;
	color:				#896e49;
}
