@charset "Shift_JIS";

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

/* Cascading Style Sheet for 城之内ミサ スケジュール */


/* ########## スケジュール ########## */
#schedule {
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 0;
	padding: 0;
	text-align: center;
}

#schedule h3 {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0.6em 0;
	color: #999999;
	font-family: "Trebuchet MS";
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.6em;
	line-height: 1.0;
	background: #f3f3f3;
}
html[xmlns] #schedule h3 {
	background: url(../img/basic/back_transparent_black_5.png);
}

/* ########## 表示コントロール ########## */
#schedule #ctrl {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	margin: 0 15px 1em 15px;
	padding: 0;
}
#schedule #ctrl h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
#schedule #ctrl ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #eeeeee;
	background: #ffffff url(../img/basic/back_ctrl_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 {
	width: 900px;
	margin: 0 auto 1.5em auto;
	padding: 0;
	line-height: 1.6;
	border-collapse: collapse;
	
	/* for Windows IE 6 or lower */
	text-align: left;
}

/* ---------- キャプション ---------- */
#schedule table caption {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 100%;
	text-align: left;
	letter-spacing: 0.2em;
}

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

#schedule table th.media,
#schedule table th.date {
	width: 120px;
	border: 1px solid #cccccc;
	background: #efefef;
}
html[xmlns] #schedule table th.media,
html[xmlns] #schedule table th.date {
	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: #999999;
	font-size: 82%;
}
#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 40px;
	padding: 0 10px;
	font-size: 82%;
	letter-spacing: 0;
}
#schedule table th.summary p.title {
	margin: 0.5em 30px;
	padding: 0.2em 10px 0 10px;
	color: #336699;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	background: url(../img/basic/back_dot_white.gif) 0 100% no-repeat;
}
html[xmlns] #schedule table th.summary p.title {
	background: url(../img/basic/back_dot_black_5.png) 0 100% no-repeat;
}

#schedule table th.summary p.section {
	margin: 0.5em 40px;
	color: #666600;
	border-bottom: 1px dotted #cccccc;
}

#schedule table th.summary strong.impact {
	color: #336699;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.6;
}

#schedule table th.summary ul {
	list-style-type: circle;
	margin: 0.5em 70px;
	padding: 0;
	font-size: 71%;
	letter-spacing: 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;
}
#schedule table th.summary em {
	color: #336699;
	font-weight: bold;
	font-style: normal;
}

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

#schedule table td.media,
#schedule table td.date {
	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.date {
	background: url(../img/basic/back_transparent_black_2.png);
}
#schedule table td.date em {
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}

#schedule table td.info {
	color: #999999;
	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 {
	margin: 0;
	font-size: 100%;
}
#schedule table td.contents ul li ul {
	margin: 0 40px;
}
#schedule table td.contents ul li ul li {
	padding: 0;
	font-size: 100%;
}

#schedule table td.end {
	padding: 0.4em 20px;
	text-align: right;
	border-width: 0 1px;
	border-style: solid hidden;
	border-color: #eeeeee;
	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: 300;
	margin: 0 25px 50px 25px;
	padding: 0.6em 0;
	text-align: left;
	border: 1px solid #e9e9e9;
	background: #ffffff url(../img/basic/back_stripe_white.gif);
}
html[xmlns] #memo {
	background: url(../img/basic/back_transparent_white_50.png);
}
#memo h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#memo ul {
	margin: 0 40px;
	padding: 0;
	font-size: 82%;
	list-style-type: circle;
}
#memo ul li {
	margin: 0;
	padding: 0.4em 0 ;
	line-height: 1.0;
}