@charset "utf-8";
/**************************************************************************************
 * CSS Infomation
 * Last Editor:				Baccass
**************************************************************************************/

/* リセットスタイル */

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
tabele, th, td, form, input, fieldset, textarea, select {
	margin: 0;
	padding: 0;
	color: #717172;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	line-height: 1;
	letter-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}


/* 共通スタイル */
html {
	overflow-y:scroll;
}
body {
	margin: 0px auto 0px auto;
	background: #d7d7d7 url(../images/shared/bg_container.gif) center top repeat-y;
	text-align: center;
	font-size: 62.5%;
}

/**************************************************************************************
	container
**************************************************************************************/
div#containerWrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	background: #c9c9cf url(../images/shared/bg_snow.jpg) left 109px repeat-y;
	font-size: 1.2em;
	text-align: left;
}
div#container {
	background: url(../images/shared/header.jpg) no-repeat;
}
div#container a:link {
	text-decoration: none;
}

/**************************************************************************************
	header
**************************************************************************************/
div#header {
	margin: 0px auto 20px auto;
	padding-top: 25px;
}
div#header h1 {
	width: 706px;
	height: 80px;
	margin: 0px 0px 26px 91px;
	text-indent: -9999px;
}
div#header p.description {
	width: 740px;
	height: 45px;
	margin-left: 80px;
	text-indent: -9999px;
}

/**************************************************************************************
	contents
**************************************************************************************/
div#contents {
	width: 760px;
	margin: 0 auto 30px auto;
}

/* XMAS PARTY */
div#contents div#party {
	width: 750px;
	margin-bottom: 26px;
	padding: 5px;
	background: url(../images/shared/bg_liverepo.gif) repeat-y;
}
div#contents div#party div.section h2 {
	float: left;
	display: inline;
	width: 450px;
	margin-right: 16px;
}
/* ライブレポート */
div#contents div#party div.report {
	float: left;
	display: inline;
	width: 276px;
	margin: 4px 0px 9px 0px;
}
div#contents div#party div.report h3 {
	margin-bottom: 4px;
}
div#contents div#party div.report p {
	margin-bottom: 1em;
	line-height: 1.5;
}
/* ギャラリー */
div#contents div#party #gallery {
	position: relative;
	width: 641px;
	padding: 3px 0px 3px 109px;
	background: url(../images/shared/bg_thumb.gif) repeat-y;
}
div#contents div#party #gallery h3 {
	position: absolute;
	top: 11px;
	left: 23px;
	width: 71px;
}
/* ミュージックビデオ特集 */
div#contents div#special {
	width: 750px;
	padding: 5px;
	background-color: #ededed;
}
/* XMAS SONGS */
div#contents div#special div#xmasSong h3 {
	margin-bottom: 13px;
}
div#contents div#special div#xmasSong div.block01,
div#contents div#special div#xmasSong div.block02 {
	float: left;
	width: auto;
	padding: 14px 16px 0px 16px;
}
div#contents div#special div#xmasSong div.innerBlock01 {
	margin-bottom: 10px;
}
div#contents div#special div#xmasSong div.innerBlock01 p {
	float: left;
	width: auto;
}
div#contents div#special div#xmasSong div.innerBlock01 p.image {
	width: 142px;
}
div#contents div#special div#xmasSong div.innerBlock01 p.txt {
	width: 194px;
	padding-top: 8px;
	line-height: 1.4;
}
div#contents div#special div#xmasSong div.innerBlock02 * {
	font-weight: bold;
	line-height: 1.2;
}
div#contents div#special div#xmasSong div.innerBlock02 dl.onair {
	margin-bottom: 10px;
}
div#contents div#special div#xmasSong div.innerBlock02 dl.onair dt {
	float: left;
	clear: left;
	width: 7em;
	margin-right: -7em;
}
div#contents div#special div#xmasSong div.innerBlock02 dl.onair dd {
	width: auto;
	margin-left: 7em;
}
div#contents div#special div#xmasSong div.block01 {
	width: 336px;
	background-color: #e4e3de;
	border: 1px solid #b6b6b6;
	border-top: none;
}
div#contents div#special div#xmasSong div.block02 {
	width: 348px;
	background-color: #a9a5a0;
	border-bottom: 1px solid #a9a5a0;
}
div#contents div#special div#xmasSong div.block02 * {
	color: #ffffff;
}
div#contents div#special div#xmasSong div.block02 div.innerBlock01 p.txt {
	width: 204px;
}
/* WINTER SONGS */
div#contents div#special div#winterSong {
	width: 710px;
	padding: 18px 22px 0px 16px; 
	background-color: #f2f1ef;
	border: 1px solid #b6b6b6;
	border-top: none;
}
div#contents div#special div#winterSong h3 {
	margin-bottom: 28px;
}
div#contents div#special div#winterSong div.program {
	width: 660px;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#contents div#special div#winterSong div.program li {
	position: relative;
	width: 660px;
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c1bc;
}
div#contents div#special div#winterSong div.program li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
div#contents div#special div#winterSong div.program li div.ttlBlock {
	position: relative;
	margin-bottom: 11px;
}
div#contents div#special div#winterSong div.program li div.ttlBlock.noMargin {
	margin-bottom: 1px;
}
div#contents div#special div#winterSong div.program li div.ttlBlock h4 {
	position: absolute;
	top: -4px;
	left: 0px;
}
div#contents div#special div#winterSong div.program li dl {
	float: right;
	display: table;
	width: auto;
}
div#contents div#special div#winterSong div.program li dl dt,
div#contents div#special div#winterSong div.program li dl dd {
	display: table-cell;
	width: auto;
	line-height: 1.2;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
div#contents div#special div#winterSong div.program li.fast dl dd {
	padding-right: 7.5em;
}
* html div#contents div#special div#winterSong div.program li dl.onair {
	display: block;
}
*:first-child+html div#contents div#special div#winterSong div.program li dl {
	display: block;
}
* html div#contents div#special div#winterSong div.program li dl dt,
* html div#contents div#special div#winterSong div.program li dl dd {
	float: left;
	display: block;
}
*:first-child+html div#contents div#special div#winterSong div.program li dl dt,
*:first-child+html div#contents div#special div#winterSong div.program li dl dd {
	float: left;
	display: block;
}
* html div#contents div#special div#winterSong div.program li dl dd {
	width: 20em;
}
*:first-child+html div#contents div#special div#winterSong div.program li dl dd {
	width: 20em;
}
* html div#contents div#special div#winterSong div.program li.fast dl dd {
	width: 12.5em;
}
*:first-child+html div#contents div#special div#winterSong div.program li.fast dl dd {
	width: 12.5em;
}
div#contents div#special div#winterSong div.program li p.txt {
	line-height: 1.2;
}
div#contents div#special div#winterSong div.program li p.btn {
	position: absolute;
	bottom: 9px;
	right: 10px;
	line-height: 1.2;
	text-align: center;
}
div#contents div#special div#winterSong div.program li p.btn span {
	font-size: 80%;
}

/**************************************************************************************
	footer
**************************************************************************************/
div#footer {
	text-align: center;
}
div#footer address {
	padding-bottom: 45px;
	font-size: 80%;
	font-style: normal;
	color: #929292;
}


/**************************************************************************************
	clearfix
**************************************************************************************/
div, ul, dl {
	display: inline-block;
}
div:after, ul:after, dl:after {
	content: "";
	display: block;
	clear: both;
}
* html div, * html ul, * html dl {
	height: 1%;
}
div, ul, dl {
	display: block;
}
