@charset "utf-8";
body {
	background: url(../img/bg.gif) no-repeat fixed center center;
	font: 12px/150% "Meiryo UI", "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #330033;
}
H1, H2, H3, H4 {
	text-align: left;
	text-indent: -9999px;
}
#container {
	background: url(../img/container.png) 0px 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#container #contents {
	background: url(../img/header.png) no-repeat 0px 0px;
	padding: 15px 30px;
}
#container #contents H1 {
	background: url(../img/title.png) no-repeat 0px 0px;
	height: 102px;
	width: 799px;
	margin-bottom: 30px;
}
#container #contents H2 {
	background: url(../img/lead.png) no-repeat 0px 0px;
	height: 75px;
	width: 456px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#container #contents IMG.cast {
	margin-left: 30px;
}
#container #contents .guest {
	margin-left: 40px;
	margin-bottom: 15px;
	line-height: 100%;
	width: 360px;
}
#container #contents .guest STRONG {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #333AA0;
	padding-left: 10px;
	margin-bottom: 5px;
}
#container #contents .day01, #container #contents .day02 {
	margin-right: 30px;
	margin-left: 30px;
	width: 780px;
}
#container #contents .day01 H3 {
	background: url(../img/title1.png) no-repeat 0px 0px;
	height: 57px;
	width: 285px;
}
#container #contents .day01 H4 {
	background: url(../img/lead2.png) no-repeat 0px 0px;
	height: 40px;
	width: 630px;
}
#container #contents .day02 H3 {
	background: url(../img/title2.png) no-repeat 0px 0px;
	height: 57px;
	width: 285px;
}
#container #contents .day02 H4 {
	background: url(../img/lead3.png) no-repeat 0px 0px;
	height: 39px;
	width: 540px;
}
#container #contents .lead {
	border-left: 8px solid #CC0033;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 10px 10px 0px 15px;
	color: #990000;
	line-height: 110%;
	font-weight: bold;
	font-size: 14px;
}
#container #contents .navi {
	background: #EAEAEA;
	margin-top: 15px;
	text-align: center;
}

#container #contents DL {
	margin-right: 15px;
	margin-left: 15px;
}
#container #contents DT {
	width: 6em;
	padding-left: 1em;
	display: block;
	float: left;
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
}
#container #contents DD {
	padding-left: 8em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
}
#container #contents DD.q {
	padding-top: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 0px;
}
