@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../images/bg_body.gif) repeat-x #ececec;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:active {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px;
}

ul, li {
	list-style: none;
}

.center {
	text-align: center;
}


.clear {
	clear: both;
	line-height: 1px;
}

.clear hr {
	display: none;
}


.margin-top {
	margin-top:15px;
}

.font10 {
	font-size: 10px;
	line-height: 100%;
}
.textlink1 {
padding: 3px 0;
text-align: right;
}


.content-nav  {
display:none;
margin:0;
}
style.css (776 行目)
.content-nav {
margin-top:0;
}
style.css (475 行目)
.content-nav {
margin:10px;
text-align:center;
}

.pagetop {
margin: 0 0 5px 0;
text-align: right;
}

.arrow_link {
margin: 0 0 0 5px;
padding: 0 0 0 14px;
vertical-align: baseline;
background: url(../images/arrow.gif) no-repeat 0 1px;
}

.arrow_link2 {
margin: 0 0 0 5px;
padding: 0 0 0 14px;
vertical-align: baseline;
background: url(../images/arrow.gif) no-repeat 0 2px;
}

.arrow_link a,
.arrow_link2 a {
color: #0000FF;
}

#wrapper {
	width: 960px;
	height: 80px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
}

/*-----header-----*/

#header {
	width: 960px;
	height: 100px;
	overflow: hidden;
}
#header #logo {
	float: left;
	width: 400px;
	padding: 10px 0px 0px 10px;
}

#header #header_contents {
	float: right;
}
#header #header_contents #header_menu {
	text-align: right;
	padding: 15px 10px 0px 0px;
	height: 57px;
	position: relative;
}
#header #header_contents #header_menu ul {
	list-style: none;
}
#header #header_contents #header_menu ul li {
	display: inline;
	margin: 0px 0px 0px 10px;
}
#header #header_contents #header_menu ul li.sitemap {
	background: url(../images/icon_sitemap.gif) no-repeat;
	padding: 0px 0px 0px 22px;
}
#header #header_contents #header_menu ul li.link {
	background: url(../images/icon_link.gif) no-repeat;
	padding: 0px 0px 0px 12px;
}
#header #header_contents #header_menu ul li.english {
	background: url(../images/icon_eng.gif) no-repeat;
	padding: 0px 0px 0px 17px;
}
#header #header_contents #header_menu ul li.ticket {
	background: url(../images/icon_ticket.gif) no-repeat;
	padding: 0px 0px 0px 16px;
}
#header #header_contents #header_menu ul li.goods {
	background: url(../images/icon_goods.gif) no-repeat;
	padding: 0px 0px 0px 14px;
}
#header #header_contents #header_menu ul li.x {
	background: url(../images/icon_x.gif) no-repeat;
	padding: 0px 0px 0px 14px;
}
#header #header_contents #countdown {
	position: absolute;
	bottom: 0;
	right: 5px;
}
#header #header_contents #countdown p img {
	vertical-align: middle;
}
#header #header_contents #search {
	margin: 3px 0px 0px;
	text-align: right
}
#header #header_contents #search #q {
	width: 170px;
	height: 16px;
	line-height: 16px;
	color: #999999;
	border: solid 1px #999999;
	vertical-align: middle;
}




/*-----menu-----*/
ul.menu {
	list-style: none;
	display: block;
}
ul.menu a {
	display: block;
}

ul.menu li {
	position: relative;
	float: left;
	list-style: none;
	z-index:10;
}
ul.menu ul {
	position: absolute;
	left: 0;
	display: none;
	opacity:0;
	list-style:none
}
ul.menu ul a {
	zoom: 1;
} /* IE6/7 fix */

ul.menu ul li {
	position: relative;
	width: 100%;
	line-height: 24px;
	border: solid 1px #0a73b3;
	border-bottom: dotted 1px #85b9d9;
}
ul.menu ul li a:link, ul.menu ul li a:visited, ul.menu ul li a:active {
	display: block;
	color: #ffffff;
	padding: 0px 0px 0px 8px;
	background: url(../images/icon_menu.gif) no-repeat right center #0a73b3;
}
ul.menu ul li a:hover {
	color: #0a73b3;
	background: url(../images/icon_menu_over.gif) no-repeat right center #ffffff;
}

ul.menu li.news, ul.menu li.news ul {
	width: 76px;
}
ul.menu li.result, ul.menu li.result ul {
	width: 68px;
}
ul.menu li.movie, ul.menu li.movie ul {
	width: 68px;
}
ul.menu li.photo, ul.menu li.photo ul {
	width: 101px;
}
ul.menu li.team, ul.menu li.team ul {
	width: 101px;
}
ul.menu li.guide, ul.menu li.guide ul {
	width: 110px;
}
ul.menu li.cheer, ul.menu li.cheer ul {
	width: 105px;
}
ul.menu li.hometown, ul.menu li.hometown ul {
	width: 125px;
}
ul.menu li.fan, ul.menu li.fan ul {
	width: 102px;
}
ul.menu li.goods, ul.menu li.goods ul {
	width: 104px;
}



#container {
	clear: both;
	width: 958px;
	border: solid 1px #9b9b9b;
	border-top: none;
	overflow: hidden;
	background: url(../images/bg_r_sidebar.gif) repeat-y right top #ffffff;
}
#contentleft {
	float: left;
	width: 789px;
	overflow: hidden;
	background: url(../images/bg_contentleft.gif) repeat-y;
}

/*-----container-----*/


#top_content {
	float: left;
	width: 789px;
	overflow: hidden;
}


#container #contenttop {
	width: 789px;
	overflow: hidden;
}
#container #contenttop #contenttop_left {
	width: 474px;
	float: left;
}
#container #contenttop #contenttop_left #flash {
	width: 474px;
	height: 315px;
	text-align: center;
}
#container #contenttop #contenttop_left #flash .youtube {
	background: #024287;
}
#container #contenttop #contenttop_left #flash .ustream {
	height: 315px;
	background: #000;
}
#container #contenttop #contenttop_left #flash .ustream p {
	padding: 4px 0 0;
	background: #eaeaea;
}
#container #contenttop #contenttop_left #flash .ustream p a {
	text-decoration: underline;
}
#container #contenttop #contenttop_left #flash .twitter {
}
#container #contenttop #contenttop_left #entry-1018 {
	background: url(../../images/h2_infomation.gif) no-repeat;
	padding: 28px 0px 0px 0px;
}
#container #contenttop #contenttop_left #entry-1020{
	background: url(../../images/h2_result.gif) no-repeat;
	padding: 28px 0px 0px 0px;
}
#container #contenttop #contenttop_left #entry-1022{
	background: url(../../images/h2_next.gif) no-repeat;
	padding: 28px 0px 0px 0px;
}
#container #contenttop #contenttop_left #result{
	width: 453px;
	_width: 463px;
	height:106px;
	padding: 5px 10px;
	_padding: 5px 0px 5px 10px;
	border-right: solid 1px #9b9b9b;
}
#container #contenttop #contenttop_left #result table.board {
	width: 252px;
	margin: 0px 5px 0px 0px;
	float: left;
	line-height: 100%;
	background: url(../../images/bg_board.gif);
}
#container #contenttop #contenttop_left #result table.board th {
	background: #000000;
	color: #ffffff;
	font-weight: normal;
	padding: 3px 6px;
	text-align: left;
}
#container #contenttop #contenttop_left #result table.board td {
	text-align: center;
	background: #ffffff;
	padding: 3px 10px;
}
#container #contenttop #contenttop_left #result table.board td.score {
	background: none;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-right: solid 1px #ffffff;
}
#container #contenttop #contenttop_left #result table.board td.total {
	background: none;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}
#container #contenttop #contenttop_left #result .comment {
	padding: 0px 5px 0px 0px;
}

#container #contenttop #contenttop_right {
	width: 315px;
	float: right;
}
#container #contenttop #contenttop_right #movie {
	height: 367px;
	padding: 5px 5px 0px;
	background: url(../../images/bg_movie.gif) repeat-x;
	color: #ffffff;
}
#container #contenttop #contenttop_right #movie table {
	width: 303px;
	margin: 0 0 3px 0;
}
#container #contenttop #contenttop_right #movie td {
	padding: 0px 0px 2px 0px;
	line-height: 100%;
}
#container #contenttop #contenttop_right #movie td p {
	text-align: left;
	margin: 0px 10px 0px;
}
#container #contenttop #contenttop_right #movie td p.text {
	text-align: left;
	margin: 3px 5px 0px;
}
#container #contenttop #contenttop_right #movie td.small {
	padding: 0px 0px 2px 0px;
	line-height: 100%;
	text-align: center;
}
#container #contenttop #contenttop_right #movie td.small p {
	text-align: center;
	margin: 3px 0px 0px;
}
#container #contenttop #contenttop_right #movie td.border {
	border-left: dotted 1px #ffffff;
	width: 150px;
}
#container #contenttop #contenttop_right #movie a {
	color: #ffffff;
}
#container #contenttop #contenttop_right #movie ul {
	list-style: none;
	text-align: right;
}
#container #contenttop #contenttop_right #movie ul li {
	margin: 0px 0px 0px 15px;
	padding: 0px 13px 0px 0px;
	display: inline;
	background: url(../../images/icon_movie.gif) no-repeat right bottom;
}

#container #contenttop #contenttop_right #banner {
	width: 315px;
	height: 87px;
	overflow:hidden;
}

#container #contentbottom {
	width: 769px;
	overflow: hidden;
	border-top: solid 1px #9b9b9b;
	background: #e0e0e0;
	padding: 10px 10px;
}
#container #contentbottom #contentbottom_left {
	width: 424px;
	float: left;
}
#container #contentbottom #news {
	padding: 5px 5px 0px;
	border-left: solid 1px #9b9b9b;
	border-right: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	background: #ffffff;
}
#container #contentbottom #news ul {
	width: 412px;
	overflow: auto;
	list-style: none;
}
#container #contentbottom #news ul li {
	padding: 8px 0px;
	line-height: 130%;
	border-bottom: dotted 1px #adadad;
	width: 392px;
	overflow: hidden;
}
#container #contentbottom #news ul li .icon {
	vertical-align: top;
	margin: 0px 10px 0px 0px;
	float:left;
}
#container #contentbottom #news ul li .date{
	float:left;
}
#container #contentbottom #news ul li .title{
	float:right;
	width: 280px;
}
#container #contentbottom #news p {
	color: #747474;
	font-size: 10px;
	margin: 5px 0px 5px;
	line-height: 10px;
	text-align: right;
}
#container #contentbottom #contentbottom_right {
	width: 335px;
	float: right;
}
#container #contentbottom #contentbottom_right #calendar {
	width: 313px;
	overflow:hidden;
	padding: 8px 10px 10px 10px;
	border-left: solid 1px #9b9b9b;
	border-right: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	background: #ffffff;
	margin: 0px 0px 7px;
}
#container #contentbottom #contentbottom_right #hometown {
	width: 313px;
	overflow:hidden;
	padding: 8px 10px 10px 10px;
	border-left: solid 1px #9b9b9b;
	border-right: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	background: #ffffff;
}

#container #contentbottom #contentbottom_right .sub_info {
	margin: 7px 0px 0px;
}

#r_sidebar {
	float: right;
	width: 169px;
	text-align:center;
	padding: 0px 0px 10px;
}
#r_sidebar p.small {
	margin: 7px 0px 0px;
}
#r_sidebar table a {
	display: block;
}


/*-----footer-----*/
#footer {
	padding: 18px 0px 20px 0px;
	border-left: solid 1px #9b9b9b;
	border-right: solid 1px #9b9b9b;
	background: #ffffff;
}

#footer #sponsor {
	width: 928px;
	overflow: hidden;
	padding: 0px 15px 15px;
}
#footer #sponsor .sponsors {
	float: left;
	margin: 0px 20px 0px 0px;
	color: #919191;
	font-size: 10px;
}
#footer #sponsor .sponsors img {
	vertical-align: middle;
	padding: 0px 15px 0px 0px;
}

#footer ul {
	list-style: none;
	width: 900px;;
	overflow: hidden;
	margin: 0px 0px 0px 3px;
}
#footer ul li {
	display: inline;
	border-left: solid 1px #0000ff;
	padding: 0 8px 0 12px;
	margin: 0px 0px 0px -1px;
}
#footer .copyright {
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
}


