/*
トップページ用CSS
index.css
----------------------------------------*/
#main ul{
	clear:both;
}
#main h2 {
	clear:both;
	color:#600;
	border-bottom:1px dotted #cc9;
	padding:5px;
	margin:10px 0px;
}
#top_pr {

	float:right;
	width:260px;
	height:260px;
	margin-left:15px;
	padding:4px;
}
#side h2 {
	border-top:1px solid #cc9;
	border-bottom:1px solid #cc9;
	padding:15px 0px;
	margin:20px 0px;
}
