.left h2{
	width:700px;
	height:36px;
	background:url(../images/h2_drink_ranking.jpg) no-repeat top left;
}

.frame{
	width:650px;
	height:auto;
	margin:20px auto;
}

	.frame h3{
		float:left;
		display:inline;
		font-size:130%;
		margin-top:15px;
	}
	
	
	ul.darts{
		width:400px;
		margin:10px auto;
		font-size:120%;
		overflow:auto;
	}

		.darts li{
			width:200px;
			float:left;
			display:inline;
			text-align:center;
		}
		
			.darts li a{
				text-decoration: underline;
			}
			
	.darts_contents{
		width:650px;
		border:1px #6E5324 solid;
		clear:both;
		margin:0px auto 30px auto;
	}
	
		h4#name_WHISKEY{
			width:132px;
			height:22px;
			background:url(../images/drink-ranking_whisky.gif) no-repeat;
			margin:10px;
		}
		
		h4#name_DISTILLED_SPIRIT{
			width:60px;
			height:23px;
			background:url(../images/drink-ranking_syoutyuu.gif) no-repeat;
			margin:10px;
		}
		
		.darts_contents ol{
			width:605px;
			margin:auto;
			overflow:hidden;
		}
		
		.darts_contents li{
			width:101px;
			float:left;
			display:inline;
			margin:5px 10px 5px 10px;
			height:180px;
		}
		
			.rank_list dt{
				display:none;
			}
			
			.rank_list dd{
				margin:0px auto 5px auto;
			}
			
				dd.rank1{
					width:84px;
					height:27px;
					background:url(../images/ranking_no1.gif) no-repeat;
				}
			
				dd.rank2{
					width:84px;
					height:27px;
					background:url(../images/ranking_no2.gif) no-repeat;
				}
			
				dd.rank3{
					width:84px;
					height:27px;
					background:url(../images/ranking_no3.gif) no-repeat;
				}
			
				dd.rank4{
					width:39px;
					height:27px;
					background:url(../images/ranking_no4.gif) no-repeat center bottom;
				}
			
				dd.rank5{
					width:39px;
					height:27px;
					background:url(../images/ranking_no5.gif) no-repeat center bottom;
				}
			
				dd.rank6{
					width:39px;
					height:27px;
					background:url(../images/ranking_no6.gif) no-repeat center bottom;
				}
			
				dd.rank7{
					width:39px;
					height:27px;
					background:url(../images/ranking_no7.gif) no-repeat center bottom;
				}
			
				dd.rank8{
					width:39px;
					height:27px;
					background:url(../images/ranking_no8.gif) no-repeat center bottom;
				}
			
				dd.rank9{
					width:39px;
					height:27px;
					background:url(../images/ranking_no9.gif) no-repeat center bottom;
				}
			
				dd.rank10{
					width:55px;
					height:27px;
					background:url(../images/ranking_no10.gif) no-repeat center bottom;
				}
			
				dd.photo{
					width:101px;
					height:106px;
				}
				
				dd.name{
					line-height:1.0;
				}