@charset "utf-8";
/* CSS Document */


/* 全体共通 */
body{
	background-color: #000;
	background-image: url(http://i.yimg.jp/images/evt/banduke2010/ver2/top/banduke2010_bg.png);
	background-repeat: repeat-x;
}

#bg_side_line{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #856c00;
	border-left-color: #856c00;
	padding: 0px;
}
#bg_right_line{	
	border-left:solid 2px #856c00;}
	
#prize_ttl_bg{
	background-image: url(http://i.yimg.jp/images/evt/banduke2010/common/prize_ttl_bg.png);
	background-repeat: no-repeat;
    height:93px;
}

.nominate_share1{
	background-color: #f8f3cd;
	font-size: 75%;
	padding: 3px;
	border: 1px solid #c9e59f;
	line-height: 100%;
	text-align: center;
}




/* 開発領域　ページ送り */
a.page_prev {
	color:#9b6600;
	font-size: 95%;
	margin-left: 5px;
	width:70px;
}

a.page_next {
	color:#9b6600;
	font-size: 95%;
	margin-right: 5px;
	width:70px;
}

.page_txt {
	color:#a80400;
	font-size: 95%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
}

a.page_under_navi {
	color:#9b6600;
	font-size: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page_under_navi_cur {
	color:#9b6600;
	font-size: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.page_under_txt {
	font-size: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
	width:780px;
}




/* 開発領域　ノミネート枠 */
.nominate_outline_white {
	border: 1px solid #660000;
	background-color: #FFF;
	width: 180px;
}

.nominate_outline_yellow {
	border: 1px solid #660000;
	background-color: #fff5c4;
}


.nominate_outline_aw1 {
	border: 1px solid #660000;
	background-color: #fffebc;
}

.nominate_outline_aw2 {
	border: 1px solid #660000;
	background-color: #f7f7f7;
}

.nominate_outline_aw3 {
	border: 1px solid #660000;
	background-color: #fff3e8;
}


.nominate_ttl {
	font-size: 85%;
	line-height: 130%;
	font-weight: bold;
	color: #660000;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: 70px;
	vertical-align: middle;
}

.nominate_thumb {
	text-align: center;
}

.nominate_txt {
	font-size: 85%;
	line-height: 130%;
	text-align: left;
	height: 80px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.nominate_detail {
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
}

a.nominate_detail_link {
	color:#9b6600;
	font-size: 75%;
	margin-left: 0px;
}



.nominate_vote_btn {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}

.nominate_share2{
	background-color: #f8f3cd;
	font-size: 75%;
	padding: 5px;
	border: 1px solid #c9e59f;
	line-height: 130%;

}

.nominate_vote_num{
	text-align: center;
	margin:0px 5px 0px 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
    color: #FFF;
	background-color: #030303;
}


#footer {
	padding:0px 0px 45px 0px;
	text-align:center;
	clear: both;
	font-size: 95%;
}