@charset "EUC-JP";

/* ************************************************ */
/* 基本セット */
/* ************************************************ */
#top {
	position:relative;
	margin:20px 0;
}

#head {
	width:80%;
	margin:25px auto;
	min-height:189px;
	color:#555;
	background:url(../img/img_v2_top_5.png) right top no-repeat;
}
#head > div {
	margin-right:330px;
}
#head h2 { font-size:20px; padding-top:20px; font-weight:bold; }
#head p { margin:10px 0; }
#head ul {}
#head ul li {
	display:inline-block;
	*display:inline; *zoom:1;
	margin-bottom:5px;
	margin-right:10px;
	background-color:#fb0;
}
#head ul li a {
	display:block;
	padding:3px 15px;
	color:white;
	text-decoration:none;
}

#side {
	float:left;
	width:280px;
	margin-right:15px;
}

#main {
	margin-left:300px;
}

#side > div { margin-bottom:24px; }
#main > div { margin-bottom:24px; }

#top h3 {
	position:relative;
	padding:4px 4px 4px 35px;
	line-height:21px;
	background-color:#666;
	color:white;
	font-size:14px;
	margin-bottom:10px;
}
#top h3:before {
	position:absolute;
	content:" ";
	width:29px;
	height:29px;
	top:0px;
	left:0px;
	display:block;
	background:url(../img/v2/icon_v2_menu.png) center center no-repeat #fb0;
}
#top .category h3:before { background-image:url(../img/v2/icon_v2_cate.png); }
#top .hot h3:before { background-image:url(../img/v2/icon_v2_hot.png); background-color:red; }
#top .new h3:before { background-image:url(../img/v2/icon_v2_new.png); background-color:#a2ad00; }

.menu ul li {
	padding-left:18px;
	line-height:22px;
	background:url(../img/button_b_1.gif) left center no-repeat;
}
.menu a { color:#666; }
.menu a:hover { color:tomato; }

.category ul li {
	line-height:34px;
	font-size:15px;
}
.category a {
	color:#666;
	text-decoration:none;
}
.category a:hover { text-decoration:underline; color:tomato; }


/* 投票リスト */
ul.rank li {
	font-size:14px;
	border-bottom:1px dotted gray;
	padding-bottom:5px;
	margin-bottom:9px;
}
ul.rank li > h4 {
	display:inline-block;
	*display:inline; *zoom:1;
	font-size:16px;
	text-decoration:none;
	background:url(../img/icon_qstn_s.gif) left center no-repeat;
	padding-left:23px;
}
ul.rank li > h4 a:first-child { margin-right:5px; color:#666; }
ul.rank li > h4 a:hover { color:tomato; }
ul.rank li > p { font-size:12px; }
ul.rank .tm { color:darkgreen; }
ul.rank .ct { margin-left:10px; }
ul.rank .cn {
	display:inline-block;
	*display:inline; *zoom:1;
	line-height:11px;
	font-size:11px;
	padding:2px 5px;
	border-radius:1em;
	margin-left:5px;
	background-color:#fc9;
	color:maroon;
}

#main .footer { text-align:center; }
#main .footer a {
	display:inline-block;
	*display:inline; *zoom:1;
	background-color:#c1defe;
	padding:4px 100px;
	color:black;
	text-decoration:none;
}
