@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:none;
	color:#333;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"Batang","MS 明朝", serif;
}

.clear {  
	clear:both;　/*floatの解除、ここがポイント*/ } 

ul{
	list-style:none;}

#contents {
	height: 330px;
	width: 960px;
	
}

#main {
	width:960px;
	height:330px;
	
	margin-bottom:15px;
	
	
	float:left;
	overflow:scroll;
}

#main ul{
	list-style:none;
	width:3040px;
	margin:0;
	padding:0;
	position:relative;
}
	
#main li{
	display:inline;
	float:left;
}

#side{
	width:120px;
	height:280px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	float:right;
}

.side1{
	width:120px;
	height:60px;
	margin-bottom:12px;
	
	}	
.side2{
	width:120px;
	height:60px;
	margin-bottom:13px;
	}
	
.side3{
	width:120px;
	height:60px;
	margin-bottom:15px;
}
.side4{
	width:120px;
	height:60px;
	
}