@charset "Shift-JIS";

/*--------------------------------------
	リセット
---------------------------------------*/

* {
	font-family:"MS PGOTHIC", "Hiragino Kaku Gothic Pro W6", Osaka, Verdana, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	line-height:1.35em;
	list-style:none;
}

html {
	height:100%;
}

img {
	border:none;
	vertical-align:bottom;
}

/*--------------------------------------
	body定義
---------------------------------------*/

body {
	overflow-y:scroll;
}


body{
	font-size: 83%;
	color: #333333;
	background-color: #000;
	background-image: url(/special/1105diamondcup/images/bg-01.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrapper{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0 10px 0 10px;
	border-right: none;
	border-left: none;
	background-color: #fff;
}

/*--------------------------------------
	テキストリンク定義
---------------------------------------*/
a{
	text-decoration: none;
}

a:link{
	color: #01006c;
	text-decoration: underline;
}

a:visited{
	color: #01006c;
	text-decoration: underline;
}

a:hover{
	color: #1077CB;
}

/*--------------------------------------
	ヘッダー定義
---------------------------------------*/

#header{
	padding: 10px 0 0 0;
	font-size: 80%;
}

#header .link{
	margin-bottom: 5px;
}


/*--------------------------------------
	パンくず定義
---------------------------------------*/

#topicpath{
	clear: both;
	padding: 0 10px 18px 10px;
	font-size: 80%;
}


/*--------------------------------------
	グローバルナビゲーション定義
---------------------------------------*/

#globalnavi{
	width: 940px;
}

#globalnavi li{
	float: left;
	padding-bottom: 10px;
}


/*--------------------------------------
	コンテンツエリア定義
---------------------------------------*/

#contents{
	width: 940px;
	margin-bottom: 20px;
}


/*--------------------------------------
	メインエリア（コンテンツ）定義
---------------------------------------*/

#main{
	float: left;
	width: 627px;
	margin-bottom: 20px;
}

.movie-area{
	padding:8px;
	margin-bottom: 10px;
	background: url(/special/1105diamondcup/images/bg_sub.gif) left top repeat;
}

.movie-area ul{
	margin:8px 0 0 0;
}

.movie-area li{
	float: left;
	margin-right:7px;
}

.movie-box{
	background: #000000;
}

.no-margin{
	margin:0px!important;
}

.news-area{
	margin-bottom: 7px;
	border: 8px solid #e4e7f4;
	background-color: #fff;
	padding:18px 22px 22px;
}

.news{
	padding:10px;
}

.news dl {
	margin-top:20px;
}

.news dl dt {
	float:left;
	padding:5px 0;
	width:160px;
}

.news dl dd {
	padding:5px 0;
	border-bottom: 1px solid #a3a9c1;
}

/*チャリティイベント*/
p.charity-tit{
	margin-bottom:28px;
}
.charity-box{
	width:567px;
	display:inline-block;
}
.charity-contents{
	width:381px;
	float:left;
}
.charity-images{
	width:172px;
	float:right;
}

.charity-contents dl.charity-schedule{
	margin-bottom:28px;
}
.charity-contents dl.charity-schedule dt{
	color:#1e2b5b;
	border-bottom:1px solid #b5b9c9;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:5px;
}
.charity-contents dl.charity-schedule dt span.charity-name{
	font-size:114%;
}
.charity-contents dl.charity-schedule dd{
	margin-bottom:18px;
}
.charity-notes{
	text-indent:-1em;
	padding-left:1em;
}
.charity-images p img{
	background: url(/special/1105diamondcup/images/bg_sub.gif) left top repeat;
	padding:4px;
	margin-bottom:2px;
}

.charity-images p.caption{
	margin-bottom:14px;
	font-size:0.8em
}


/*--------------------------------------
	サブエリア（コンテンツ）定義
---------------------------------------*/

#sub{
	float: right;
	width: 306px;
	margin-bottom: 20px;
}

.navi li{
	float: left;
	background: url(/special/1105diamondcup/images/bg_sub.gif) left top repeat;
	padding:4px;
	margin-bottom:7px;
}

.navi li.pr-video{
	line-height:0;
	font-size:0;
}


/*--------------------------------------
	フッター定義
---------------------------------------*/

#footer{
	color: #FFFFFF;
}

#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


.footer-navi{
	clear: both;
	width: 940px;
	padding: 8px 0;
	background-color: #1e2b5b;
}

.footer-navi li{
	float: left;
	width:116px;
	text-align:center;
	border-right: 1px solid #fff;
}

.no-border{
	border-style: none!important;
}


.footer-news{
	clear: both;
	width: 910px;
	padding: 8px 15px;
	font-size: 80%;
	background-color: #5f6b97;
	margin-bottom:5px;
}

.footer-copyright{
	width: 910px;
	padding: 5px 15px 25px 15px;
	background-color: #000;
}

.style-box{
	width: 918px;
	margin: 0 auto 5px auto;
}

.style-box li{
	float: left;
	margin-right: 9px;
}

.style-box li.last{
	margin-right: 0;
}


/*--------------------------------------
	スタイルボックス
---------------------------------------*/

#stylebox{
	margin: 5px 0 8px 8px;
}

#stylebox ul{
	text-align: center;
}

#stylebox li{
	float: left;
	margin: 0 5px 0 0;
}

/*--------------------------------------
    フロート定義
---------------------------------------*/

.left {float:left!important}
.right {float:right!important}
.clear {clear:both;!important}

/*--------------------------------------
	clearfixハック
---------------------------------------*/

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix {
	display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */


/*--------------------------------------
	FireFoxスクロールバー対策
---------------------------------------*/

/*IE6以下対策*/
*html body {
	overflow-y:auto;
}

/*IE7対策*/
*+html body {
	overflow-y:auto;
}

/*--------------------------------------
	放送日程（popup）
---------------------------------------*/
body#popTV{
	background:#fff;
}
body#popTV .popTV-contents{
	padding:10px;
}
body#popTV h1{
	margin-bottom:20px;
	font-size:115%;
	background-color:#1f2b5b;
	color:#fff;
	padding:10px;
}
body#popTV h2{
	margin-top:20px;
	margin-bottom:3px;
	background-color:#e1e1e1;
	padding:2px 10px;
}
body#popTV dl.popTV-time,
body#popTV dl.popTV-detail{
	position:relative;
}
body#popTV dl.popTV-time dt{
	position:absolute;
	width:3.5em;
	left:0;
}
body#popTV dl.popTV-time dd{
	margin-left:4em;
}
body#popTV dl.popTV-detail dt{
	position:absolute;
	width:2.5em;
	left:0;
}
body#popTV dl.popTV-detail dd{
	margin-left:3em;
}
body#popTV .popTV-inner{
	padding:0 10px;
}
body#popTV p.popTV-colse{
	text-align:center;
	margin-top:20px;
}
