#top_flash {
	width:685px;
	height:392px;
	border-bottom:10px solid #69f;
}

#past_election {
	z-index:3;
	position:relative;
	padding:10px;
	width:665px;
/*	height:30px;*/
	height:80px;
	border-top:10px solid #9cf;
	background:#fff;
	background:linear-gradient(top, #e5e5e5 0%,#fff 100%);
	background:-moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fff));
	background:-webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-ms-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	-pie-background:linear-gradient(top, #e5e5e5 0%, #fff 100%);
	behavior: url("/pie/PIE.htc");
}
#past_election a.to_past_election {
	display:block;
	position:relative;
	float:right;
	padding:10px 10px 10px 20px;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #aaa;
	border-right:1px solid #888;
	border-bottom:1px solid #666;
	background:#fff url(images/index/btn_arrow.png) 10px 15px no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url("/pie/PIE.htc");
}
#past_election a.to_past_election:hover {
	color:#888;
	border-top:1px solid #666;
	border-left:1px solid #888;
	border-right:1px solid #aaa;
	border-bottom:1px solid #ccc;
	background:#fffff0 url(images/index/btn_arrow_on.png) 10px 15px no-repeat;
}
#past_election a.to_future_election {
	display:block;
	position:relative;
	float:left;
/*	width:173px;
	height:41px;*/
	width:280px;
	height:86px;
	border-top:1px solid #207df4;
	border-left:1px solid #1a68cb;
	border-right:1px solid #185eb7;
	border-bottom:1px solid #134f9b;
/*	background:url(images/index/election_btn.png) 0 0 no-repeat;*/
	background:url(images/side_banner/senkyo.jpg) 0 0 no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url("/pie/PIE.htc");
}
#past_election a.to_future_election:hover {
	border-top:1px solid #134f9b;
	border-left:1px solid #185eb7;
	border-right:1px solid #1a68cb;
	border-bottom:1px solid #207df4;
/*	background:url(images/index/election_btn_on.png) 0 0 no-repeat;*/
}

/*
#social_btn {
	z-index:3;
	position:relative;
	width:685px;
	height:50px;
	border-top:10px solid #9cf;
	background:#fff;
	background:linear-gradient(top, #e5e5e5 0%,#fff 100%);
	background:-moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fff));
	background:-webkit-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-o-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background:-ms-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	-pie-background:linear-gradient(top, #e5e5e5 0%, #fff 100%);
	behavior: url("/pie/PIE.htc");
}
#social_btn .mixi {
	float:right;
	margin:15px 0;
	width:120px;
}
#social_btn .twitter {
	float:right;
	margin:15px 0;
	width:100px;
}
#social_btn .plusone {
	float:right;
	margin:15px 0;
}
#social_btn .facebook {
	float:right;
	margin:15px 0;
}
*/

.topics_outer {
	margin:20px 0;
	width:660px;
}
.topics_outer .h2_wrap {
	padding-bottom:5px;
	border-bottom:5px solid #e0cb92;
}
.topics_outer .h2_wrap h2 {
	display:inline;
	float:left;
	color:#512b07;
	font-size:18px;
	line-height:20px;
	letter-spacing:16px;
}
.topics_outer .h2_wrap a.to_list {
	display:block;
	position:relative;
	margin-left:160px;
	width:80px;
	height:16px;
	color:#3f3f3f;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	text-decoration:none;
	border:1px solid #d2d2d2;
	background:#fff;
	background:linear-gradient(left -70deg, #fff 0%,#dbdbdb 100%);
	background:-moz-linear-gradient(left -70deg, #fff 0%, #dbdbdb 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff), color-stop(100%,#dbdbdb));
	background:-webkit-linear-gradient(left -70deg, #fff 0%, #dbdbdb 100%);
	background:-o-linear-gradient(left -70deg, #fff 0%, #dbdbdb 100%);
	background:-ms-linear-gradient(left -70deg, #fff 0%, #dbdbdb 100%);
	-pie-background:linear-gradient(left -70deg, #fff 0%, #dbdbdb 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url("/pie/PIE.htc");
}
.topics_outer .h2_wrap a.to_list:hover {
	background:#dbdbdb;
	background:linear-gradient(left -70deg, #dbdbdb 0%,#fff 100%);
	background:-moz-linear-gradient(left -70deg, #dbdbdb 0%, #fff 100%);
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0%,#dbdbdb), color-stop(100%,#fff));
	background:-webkit-linear-gradient(left -70deg, #dbdbdb 0%, #fff 100%);
	background:-o-linear-gradient(left -70deg, #dbdbdb 0%, #fff 100%);
	background:-ms-linear-gradient(left -70deg, #dbdbdb 0%, #fff 100%);
	-pie-background:linear-gradient(left -70deg, #dbdbdb 0%, #fff 100%);
}
.topics_outer .list_box {
	position:relative;
	margin-top:5px;
	padding:5px 0 0 5px;
	width:655px;
	height:220px;
	border:1px solid #e0cb92;
	background:#fff;
	background:linear-gradient(top, #fff 0%,#faf4e4 100%);
	background:-moz-linear-gradient(top, #fff 0%, #faf4e4 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#faf4e4));
	background:-webkit-linear-gradient(top, #fff 0%, #faf4e4 100%);
	background:-o-linear-gradient(top, #fff 0%, #faf4e4 100%);
	background:-ms-linear-gradient(top, #fff 0%, #faf4e4 100%);
	-pie-background:linear-gradient(top, #fff 0%, #faf4e4 100%);
	behavior: url("/pie/PIE.htc");
}
.topics_outer .list_box .overflow {
	width:100%;
	height:220px;
	overflow:auto;
}
.topics_outer .list_box .overflow dl {
	padding:10px;
}
.topics_outer .list_box .overflow dt {
	padding-top:5px;
	line-height:1.4;
}
.topics_outer .list_box .overflow dt .newmark {
	background:url(images/index/new_topics.png) center right no-repeat;
	padding-right:40px;
}
.topics_outer .list_box .overflow dd {
	padding:0 0 5px 15px;
	line-height:2.0;
	border-bottom:1px dotted #999;
	background:url(images/index/topics_arrow.png) 0px 9px no-repeat;
}

.site_info {
	margin:20px 0 30px 0;
	width:660px;
}
.site_info .h2_wrap {
	padding-bottom:5px;
	border-bottom:5px solid #e0cb92;
}
.site_info .h2_wrap h2 {
	display:inline;
	color:#512b07;
	font-size:18px;
	line-height:20px;
	letter-spacing:16px;
}
dl#public_info {
	margin:5px 0 20px 0;
	padding-top:10px;
	width:660px;
	border-bottom:1px dotted #999;
}
dl#public_info dt {
	clear:left;
	float:left;
	margin-bottom:10px;
	width:80px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-top:1px dotted #999;
}
dl#public_info dt .topix {
	display:block;
	margin-top:10px;
	padding-left:27px;
	width:53px;
	color:#ffffcb;
	background:#f60 url(images/index/dt_topix.png) 2px 3px no-repeat;
}
dl#public_info dt .tv {
	display:block;
	margin-top:10px;
	padding-left:27px;
	width:53px;
	color:#fff;
	background:#9c3 url(images/index/dt_tv.png) 2px 3px no-repeat;
}
dl#public_info dd {
	margin:0 0 10px 80px;
	padding-left:40px;
	width:540px;
	border-top:1px dotted #999;
}
dl#public_info dd {
	_width:535px;
}
dl#public_info dd.null {
	height:30px;
}
dl#public_info dd ul {
	margin-top:10px;
}
dl#public_info dd li {
	list-style-type:disc;
	line-height:20px;
}

#youtube .title_wrap {
	margin-bottom:3px;
	background:#bce0ff;
}
#youtube .title_wrap h2 {
	float:left;
	padding-left:32px;
	color:#003466;
	font-size:16px;
	line-height:24px;
	background:url(images/index/movie_title.png) 5px 4px no-repeat;
}
#youtube .title_wrap ul {
	float:left;
}
#youtube .title_wrap ul li {
	float:left;
	margin-left:30px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
#youtube .title_wrap ul li a {
	display:block;
	padding-left:32px;
	color:#003499;
	text-decoration:none;
	background:url(images/index/movie_list.png) 5px 4px no-repeat;
}
#youtube .movie {
	margin:3px 0 20px 0;
	padding:10px 0;
	border-top:1px solid #bce0ff;
	border-bottom:1px solid #bce0ff;
}
#youtube .movie li {
	float:left;
	margin-right:23px;
}
#youtube .movie li.end {
	margin-right:0;
}







