.top-midashi1 {
	font-size: 14px;
	font-weight: bold;
	color: #66CC99;
}
.top-midashi2 {
	font-weight: bold;
	color: #FF99CC;
}
.contents {
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.contents p {
	margin-bottom: 20px;
}
#list img {
	margin-bottom: 5px;
}
#list {
	width:589px;
	margin:0px;
	padding:0px;
	_position:relative;
}
#list li {
	float: left;
	width: 186px;
	*width:165px;
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin:0 0 10px 10px;
	font-size: 10px;
	height: 199px;
	line-height: 12px;
	display:inline;//IE6用
}
//以下2つはIE6,7用
#list li.ie {
	_position:absolute;
	_top:0;
	_left:380px;
}
#list li.ie2 {
	_position:absolute;
	_top:220px;
	_left:350px;
	white-space:nowrap;
}

#list p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#list p.l-10 { margin-left:10px }
.clear {
	clear: both;
}

