@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for 和田アキ子 スケジュール */

#main {
	overflow: hidden;
	padding-bottom: 3em;
}

/* ########## メインコンテンツ ########## */
#main h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 950px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/basic/back_h2_sub.jpg) 50% 0 no-repeat;
}

/* ---------- スケジュール本体 ---------- */
#schedule {
	position: relative;
	top: 150px;
	left: 0;
	z-index: 400;
	margin: 0 48px 170px 48px;
	padding: 0;
	
	/* for Windows IE 6 or lower */
	text-align: center;
}
#schedule h3 {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #999999;
	font-family: "Trebuchet MS";
	font-size: 200%;
	letter-spacing: 0.6em;
}

/* ---------- 表示コントロール ---------- */
#schedule #ctrl {
	position: relative;
	top: 0;
	left: -48px;
	z-index: 500;
	margin: 0 0 1.2em 0;
	padding: 0;
}
#schedule #ctrl h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#schedule #ctrl ul {
	width: 950px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(../img/basic/back_menu_li_white.gif) 0 50% repeat-x;
}
#schedule #ctrl ul li {
	list-style-type: none;
	display: inline;
	padding: 0 2em;
	color: #336699;
	font-family: "Trebuchet MS";
	font-size: 100%;
}
#schedule #ctrl ul li a {
	color: #336699;
	text-decoration: none;
}

/* ---------- 各スケジュール ---------- */
#schedule table {
	position: relative;
	top: 0;
	left: 0;
	z-index: 430;
	width: 90%;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.6;
	border-collapse: collapse;
	
	/* for Windows IE 6 or lower */
	text-align: left;
}
html[xmlns] #schedule table {
	width: 100%;
}

/*#### キャプション ####*/
#schedule table caption {
	margin: 0;
	padding: 0 0 0 24px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 100%;
	color: #666666;
	letter-spacing: 0.3em;
}
#schedule table caption#regular {
	background: url(../img/basic/icon_regular.gif) 0 50% no-repeat;
}
#schedule table caption#web {
	background: url(../img/basic/icon_web.gif) 0 50% no-repeat;
}
#schedule table caption#tv {
	background: url(../img/basic/icon_tv.gif) 0 50% no-repeat;
}
#schedule table caption#radio {
	background: url(../img/basic/icon_radio.gif) 0 50% no-repeat;
}
#schedule table caption#magazine {
	background: url(../img/basic/icon_book.gif) 0 50% no-repeat;
}
#schedule table caption#etc {
	background: url(../img/basic/icon_info.gif) 0 50% no-repeat;
}
#schedule table caption#event {
	background: url(../img/basic/icon_event.gif) 0 50% no-repeat;
}

/*#### th 関連 ####*/
#schedule table th {
	margin: 0;
	padding: 0.4em 5px;
	color: #666666;
	font-size: 82%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
}

#schedule table th.media,
#schedule table th.time {
	width: 120px;
	border: 1px solid #cccccc;
	background: #efefef;
}
html[xmlns] #schedule table th.media,
html[xmlns] #schedule table th.time {
	background: url(../img/basic/back_transparent_black_5.png);
}
#schedule table th.contents {
	border: 1px solid #cccccc;
	background: #efefef;
}
html[xmlns] #schedule table th.contents {
	background: url(../img/basic/back_transparent_black_5.png);
}

#schedule table th.info {
	color: #cccccc;
}
#schedule table th.summary {
	padding: 1.5em 5px 0.4em 5px;
	color: #333333;
	text-align: left;
	border-width: 0 1px;
	border-style: solid hidden;
	border-color: #cccccc;
	background: url(../img/basic/back_table_title.gif) 100% 100% no-repeat;
}
#schedule table th.summary strong {
}
#schedule table th.summary p {
	margin: 0.5em 20px;
	padding: 0 10px;
}
#schedule table th.summary p.title {
	padding: 0.2em 10px 0 10px;
	color: #336699;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.6;
	background: url(../img/basic/back_dot_white.gif) 0 100% no-repeat;
}
#schedule table th.summary ul {
	list-style-type: circle;
	margin: 0.5em 50px;
	padding: 0;
}
#schedule table th.summary ul.data {
	list-style-type: none;
	margin: 0.5em 30px;
}
#schedule table th.summary ul li {
	margin: 0;
	padding: 0.2em 0;
}

/*#### td 関連 ####*/
#schedule table td {
	margin: 0;
	padding: 0.4em 5px;
}

#schedule table td.media,
#schedule table td.time {
	width: 120px;
	text-align: center;
	font-size: 82%;
	border: 1px solid #cccccc;
	background: #f6f6f6;
}
html[xmlns] #schedule table td.media,
html[xmlns] #schedule table td.time {
	background: url(../img/basic/back_transparent_black_2.png);
}
#schedule table td.time em {
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}

#schedule table td.info {
	color: #cccccc;
	font-size: 82%;
	text-align: center;
}

#schedule table td.contents {
	padding: 0.4em 10px;
	border: 1px #cccccc;
	border-style: solid solid solid none;
	background: #f6f6f6;
}
html[xmlns] #schedule table td.contents {
	background: url(../img/basic/back_transparent_black_2.png);
}
#schedule table td.contents p {
	margin: 0.5em 20px;
	padding: 0;
	font-size: 82%;
}
#schedule table td.contents p.title {
	margin: 0.5em 10px;
}
#schedule table td.contents p.section {
	margin: 0.5em 10px;
	color: #336666;
	border-bottom: 1px dotted #cccccc;
}
#schedule table td.contents p.small {
	font-size: 71%;
}
#schedule table td.contents p.memo {
	margin: 1em 25px 1em 50px;
	padding: 0 0 0 8px;
	font-size: 71%;
	border-left: 5px solid #cccccc;
}
#schedule table td.contents p.link {
	margin: 0.5em 10px;
	padding: 0.2em 10px;
	border: 1px solid #eeeeee;
	text-align: right;
	background: url(../img/basic/back_link_white.gif) repeat-x 0 50%;
}
#schedule table td.contents p.link a {
	text-decoration: none;
}
#schedule table td.contents p.link a:hover {
	text-decoration: underline;
}

#schedule table td.contents p strong {
	font-size: 113%;
}
#schedule table td.contents p em {
	color: #336699;
	font-style: normal;
	font-weight: bold;
}

#schedule table td.contents ul {
	list-style-type: circle;
	margin: 0.5em 25px 0.5em 50px;
	padding: 0;
}
#schedule table td.contents ul.data {
	list-style-type: none;
	margin: 0.5em 20px;
}
#schedule table td.contents ul li {
	margin: 0;
	padding: 0.2em 0;
	font-size: 82%;
}

#schedule table td.contents ul li p {
	font-size: 100%;
	margin: 0;
}

#schedule table td.contents ul.memo li {
	font-size: 71%;
}
#schedule table td.end {
	padding: 0.4em 20px;
	text-align: right;
	border-width: 0 1px;
	border-style: solid hidden;
	border-color: #cccccc;
	background: url(../img/basic/back_table_end.gif) 100% 0 no-repeat;
}
#schedule table td.end-last {
	border-width: 0 1px 1px 1px;
	border-style: solid hidden hidden hidden;
}
#schedule table td.end p {
	margin: 0.5em;
	padding: 0;
	font-size: 82%;
}

/* ########## メモ部分 ########## */
#memo {
	position: relative;
	top: 20px;
	left: 0;
	z-index: 500;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#memo h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}
#memo ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 520;
	margin: 0;
	padding: 0.4em 40px;
	font-size: 82%;
	list-style-type: circle;
	background: #f6f6f6;
}
html[xmlns] #memo ul {
	background: url(../img/basic/back_transparent_black_2.png);
}
#memo ul li {
	margin: 0;
	padding: 0.2em 0;
}