/*ページのレイアウト用CSS*/
body	{
	background-repeat: repeat-y;
}
#contents	{
	width:800px;
	}
#main	{
	width: 480px;
	position: absolute;
	left: 155px;
	height: 487px;
}
#side	{
	width: 140px;
	position: absolute;
	left: 6px;
	top: 120px;
}
#ad_side	{
	width:140px;
	margin-left: 655px;
	}
#main2 {
	width: 630px;
	position: absolute;
	left: 160px;
	height: 572px;
	top: 130px;
}
#main2 li {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
}
#main2 img {
	float: center;
}
#main3 {
	width: 480px;
	position: absolute;
	left: 155px;
	height: 487px;
}
#main3 img {
float: center;
}
h6 {
	border:1px double #FF9900;
	color: #000033;
	font-size: 90%;
	margin:20px 10px 0px 0px;
	background-color: #CCCCCC;
	height: 20px;
	width: 400px;
	float: left;
	clear: none;
	padding-left: 10px;
	line-height: normal;
	padding-bottom: 3px;
}

