@charset "utf-8";

/* 地図 */

div.map {
	float:left;
	width:330px;
}

/* フラッシュ */

div.flash {
	float:right;
	width:330px;
}

/* ランキング */

div#rank {
	margin:10px 0;
}

div#rank h2 {
	background:url(../img/top/rank_title.png) no-repeat;
	width:670px;
	height:69px;
	margin-top:10px;
	text-indent:-9999px;
}

div#rank .body {
	padding:10px 0;
}

div#rank .rankBox {
	float:left;
	width:220px;
	margin-right:5px;
	zoom:1;
}

div#rank .rankBox h3 {
	background:url(../img/top/rank_midashi.png) no-repeat;
	margin:0;
	padding:5px 0 0 40px;
	border-left:none;
	color:#fff;
	line-height:31px;
	font-weight:bold;
}

div#rank .rankBox p {
	margin:0;
	padding:0;
}

div#rank .rankBox .memo {
	padding:10px;
	background:#f5f5f5;
	border:#ccc solid;
	border-width:0 1px 0;
	font-size:12.5px;
}

div#rank .rankBox .body {
	padding:5px;
	background:#fff;
	border:#ccc solid;
	border-width:0 1px 1px;
	zoom: 1;  
}

div#rank div.body:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#rank .rankBox .body .photo {
	float:left;
	width:60px;
	height:60px;
	margin:5px 5px 5px 0;
	padding:3px;
	border:1px solid #ccc;
}

div#rank .rankBox .body .photoBig {
	width:195px;
	height:145px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #ccc;
}

div#rank .rankBox .body .rank_title {
	clear:both;
	padding: 3px;
	background:#FFFFCC;
	font-size:15px;
	line-height:30px;
}

div#rank .rankBox .body .rank_text {
	margin-top:5px;
	font-size:12px;
}

/* 画像から探す */

div#pic {
}

div#pic h2 {
	background:url(../img/top/pic_title.png) no-repeat;
	height:69px;
	margin-top:10px;
	text-indent:-9999px;
}

div#pic .body {
}

div#pic .body td {
	font-size:12px;
}

div#pic .body .imgB {
	width:150px;
	height:210px;
	padding:5px;
	border:1px solid #ccc;
}

div#pic .body .imgS {
	width:150px;
	height:100px;
	padding:5px;
	border:1px solid #ccc;
}

/* 新着・NEWS */

div#news {
}

div#news h2 {
	margin-top:10px;
}

div#news li {
	border-bottom:1px #ccc dotted;
}

/*----------------------------------------------------
	汎用スタイル
----------------------------------------------------*/

div.pickup {
	float:left;
	width:160px;
	margin-right:10px;
	border-right:1px dotted #ccc;
}

div.pickuplast {
	float:left;
	width:160px;
}

div.pickup img,
div.pickuplast img {
	width:160px;
	height:120px;
}

div.pickup p,
div.pickuplast p {
	font-size:12px;
	line-height:120%;
}

div.taikoban {
	float:left;
	width:330px;
	height:200px;
	margin-right:10px;
	background:#eee;
}

div.taikoban h4 {
	font-size:24px;
}