@charset "utf-8";
/* CSS Document */

/* メインコンテンツ外枠 */
#mainContents{
	width:736px;
	height:1500px;
	background-color:#f0ffff;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	border-top:3px solid #ffc0cb;
	border-bottom:3px solid #ffc0cb;
	border-left:2px solid #a9a9a9;
	border-right:2px solid #a9a9a9;
}

#title{
	width:200px;
	height:50px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
}
#banners{
	margin:0px 0px 0px 16px;
}
div.eachOne{
	float:left;
	width:220px;
	height:230px;
	margin:0px 20px 40px 0px;
	padding:0px 0px 0px 0px;
}
