@charset "utf-8";
/* CSS Document */

.img_bottom{
	margin-bottom: 5px;
}


#news{
	float: left;
	width: 650px;
	height: 60px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(../images/news_back.jpg);
	background-repeat: no-repeat;


}
#news p{
	float: left;
	margin-top: 5px;
	margin-left: 13px;
	width: 80px;
	height: 50px;
}
#news ul{
	float: right;
	width: 460px;
	height: 50px;
	color: #333333;
	overflow:auto;
	text-align: left;
	line-height: 2em;
	list-style-type: none;
	padding-left: 7px;
	padding-right: 5px;
	margin-top: 5px;
	font-size: 1em;

}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
	list-style-type: none;
}

/*特集ここから*/
.h3_box{
	text-align: left;
	width: auto;
	height: auto;
	clear: both;

}

html>body .ranking_item{
	float: left;
	width: 190px;
	text-align: center;
	height: 330px;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	line-height: 1.5em;
}

/*↓IE6用ハック*/
*html .ranking_item{
	float: left;
	width: 216px;
	text-align: center;
	height: 330px;
	padding: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*↑IE6用ハック*/
.ranking_item_info {
	display: block;
	padding-top: 5px;
	margin-top: 5px;
	color: #666666;
	height: auto;
	width: auto;
	font-size: 1.1em;
}




html>body .osusume_item {
	float: left;
	text-align: center;
	height: 200px;
	width: 106px;
	padding: 10px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-left: 2px;
	background-color: #FBFAFC;
}
/*↓IE6用ハック*/
*html .osusume_item {
	float: left;
	text-align: center;
	height: 200px;
	width: 130px;
	padding: 10px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	background-color: #FBFBFD;
}
/*↑IE6用ハック*/

html>body .new_item {
	padding: 10px;
	height: 200px;
	width: 106px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 10px;
	background-color: #FBFBFC;
}

/*↓IE6用ハック*/
*html .new_item {
	padding: 10px;
	height: 200px;
	width: 130px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FAFAF9;
}
/*↑IE6用ハック*/




/*特集ここまで*/
