@charset "utf-8";

/*----------------------------------------------------------
all
----------------------------------------------------------*/

html {overflow-y: scroll;}

/* 01: base
==========================================================*/
body {
	font: 100% "MS PGothic", "ＭＳ Ｐゴシック", "HiraginoKakugo Pro", "ヒラギノ角ゴ Pro", sans-serif, Meiryo, "メイリオ";
	color: #202020;
	padding: 0px;
	margin: 0px;
	background: #F5F3E8 url(/img/common/bg_body.jpg) center top repeat-x;
	text-align: center;/* --- For IE6 --- */
	behavior: url(/js/csshover3.htc);/* --- For IE6 --- */
}

* html body {padding-left: 1px;}/* --- For IE6 --- */
*+html body {padding-left: 1px;}/* --- For IE7 --- */
@media screen and (-webkit-min-device-pixel-ratio:0) { body {padding-left: 1px;}}/* --- For webkit --- */
h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,pre,blockquote,address,div,span,img,input {margin: 0px; padding: 0px; font-weight: normal; font-style: normal; list-style: none;}
img {border: 0;}
li img {vertical-align: bottom;}
td,th {vertical-align: top;}
select,input,textarea,table {font-size: 100%;}
label {cursor: pointer;}
object {outline: none;}/* --- For FF --- */

a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}


/* 01: 外枠部分指定
==========================================================*/
#container {
	background: url(/img/common/bg_container.jpg) center top no-repeat;
}

/* 01: ヘッダーエリア（ナビ含む）
==========================================================*/
#headerArea {
	background: #F5F3E8 url(/img/common/bg_container.jpg) center top no-repeat;
	position: relative;
	width: 974px;
	height: 179px;
	margin: 0px auto;
	text-align: left;
	/*margin-bottom: 10px;*/ /*hide for pankuzu*/
}
#headerArea p.logo,
#headerArea h1.logo {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 253px;
}
#headerArea #hederNaviArea {
	height: 153px;
	position: absolute;
	top: 33px;
	right: 0px;
	width: 711px;
}
	#hederNaviArea ul#hd {
		position: absolute;
		top: 0;
		left: 281px;
	}
	#hederNaviArea ul#hd li {
		float: left;
		font-size: 1px;/* --- For IE6 --- */
		display: inline;
	}
	#hederNaviArea ul#hd li img {
		margin-left: 3px;
		display: inline;
		font-size: 1px;/* --- For IE6 --- */
	}
	#hederNaviArea ul#hnav {
		position: absolute;
		top: 47px;
		left: 0;
	}
	#hederNaviArea ul#hnav li {
		float: left;
		font-size: 1px;/* --- For IE6 --- */
		display: inline;
	}
	#hederNaviArea ul#hnav li img {
		display: inline;
		font-size: 1px;/* --- For IE6 --- */
	}


#headerArea #hederNaviArea p {
	width: 98px;
	height: 26px;
	position: absolute;
	top: 47px;
	right: 312px;
	_right: 311px;
}

	/* --- ヘッダナビ --- */
	#hederNaviArea form {
		clear: both;
		font-size: 100%;
		vertical-align: middle;
		position: relative;
	}
	
	#hederNaviArea form .inputTxt {
		width: 180px;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		position: absolute;
		top: 50px;
		left: 448px;
	}

	#hederNaviArea form .inputBtn {
		position: absolute;
		top: 47px;
		right: 5px;
	}


/* --- グローバルナビ --- */
#headerArea #gnav {
	width: 974px;
	position: absolute;
	top: 114px;
}
#headerArea #gnav li {
	float: left;
}

/* 模様付き背景無し */
#mainContentsArea {
	width: 970px;
	background: url(/img/common/bg_box970.png) center bottom no-repeat;
	padding: 0px 2px 15px 2px;
}
#mainContentsArea .box970 {
	padding: 10px 8px 0px 8px;
	border-right: solid #333 2px;
	border-left: solid #333 2px;
	background: #FAF9F3;
}

/* 模様付き背景有り */
#mainContentsAreaBg {
	width: 970px;
	background: none;
	padding: 0 2px;
}
#mainContentsAreaBg .box970 {
	width: 950px;
	_width: 970px;/* --- For IE6 --- */
	padding: 10px;
	background: url(/img/common/bg_box970Bg.png) center bottom no-repeat;
}

/* 01: コンテンツエリア
==========================================================*/
#contentsArea {
	width: 974px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: left;
	font-size: 78%;
	background: url(/img/common/bg_contentsArea.jpg) center bottom no-repeat
}

#bg_contentsArea {
	background: url(/img/common/bg_contentsArea.jpg) center bottom no-repeat
}

/* --- メインエリア --- */
#mainArea {

}
/*H1*/
#mainArea h1 {

}

/*H1*/
#mainArea p {
	line-height: 1.4;
	letter-spacing: 0.1mm !important;
}

/* --- サイドエリア --- */
.box970 #sideB {
	min-height: 770px;
	_height: 800px;
}


/* --- 今月のスケジュール --- */
#thisMonthArea {
	width: 940px;
	background: url(/img/common/bg_thisMonth.jpg) no-repeat bottom left;
	overflow: hidden;
	height: 152px;
	_height: 152px;
	margin: 20px 0px 10px 0px;
}

#thisMonthArea .box {
	width: 930px;
	_width: 940px;
	overflow: hidden;
	padding: 13px 0px 0px 10px;
}

#thisMonthArea form {
	padding: 9px 0px 0px 18px;
	/padding: 12px 0px 0px 19px;/* --- For IE6/IE7 --- */
	margin: 0;
}

#thisMonthArea select {
	width: 114px;
	margin-right: 5px;
	line-height: 1.5;
	margin-top: 1px;
	padding-bottom: 0:
	zoom: 1;
}

#thisMonthArea select.adjust {
	margin-left: 47px;
	_margin-left: 45px;/* --- For IE6 --- */
}

*+html body #thisMonthArea select {margin-top: 2px;}/* --- For IE7 --- */


#thisMonthArea input {
	vertical-align: middle;
	margin: -2px 0px 0px 1px;
	width: 55px;/* --- For IE6 --- */
	height: 31px;/* --- For IE6 --- */
	padding: 0;
	_margin: -4px 0px 0px -1px;/* --- For IE6 --- */
}

*+html body #thisMonthArea input {margin-top: -6px;}/* --- For IE7 --- */

/* 04: #footerArea
==========================================================*/
#footerArea {
	background: #030200 url(/img/common/bg_footer.jpg) repeat-x top center;
}

#footerContentsArea {
	background: #030200 url(/img/common/bg_footer.jpg) repeat-x top center;
	clear: both;
	position: relative;
	text-align: left;
	width: 970px;
	font-size: 78%;
	margin: 0px auto;
}

#footerContentsArea p {
	top: -16px;
	right: 0;
	position: absolute;
}

#footerContentsArea ul#fNavi_icon {
	text-align: left;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

#footerContentsArea ul#fNavi_icon li {
	float: left;
	padding: 0px 2px 30px 0px;
}

#footerContentsArea strong {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 85%;
	padding: 19px 0px 0px 10px;
	line-height: 1.2;
	width: 620px;
}

#footerContentsArea strong img {
	display: block;
	margin-bottom: 4px;
}

#footerContentsArea ul#fNvai {
	background: #333333;
	text-align: center;
	font-size: 85%;
	line-height: 1;
	padding: 7px 0px 7px 0px;
	clear: both;
	margin-bottom: 20px;
}

#footerContentsArea ul#fNvai li {
	display: inline;
	border-right: solid #FFFFFF 1px;
	padding-right: 10px;
	margin-right: 10px;
}

#footerContentsArea ul#fNvai li.bnone {
	border: none;
}

#footerArea address {
	text-align: center;
	color: #FFFFFF;
	font-size: 85%;
	padding-bottom: 30px;
}

#footerArea p.npb {
	position: absolute;
	right: 0;
	top: 20px;
}

#footerArea p.npb span {
	color: #FFFFFF;
	font-size: 85%;
	display: block;
	margin-top: 3px;
}





/* --- ニュース/視聴方法 --- */

.box970 ul.bannerKanyuu {
	width: 680px;
	overflow: hidden;
	margin: 0px 10px 30px 20px;
}

.box970 ul.bannerKanyuu li {
	float: left;
}






/* --- 調整用 --- */
.txtSmall {font-size: 85%; letter-spacing: 0.1mm !important;}
.marTop5 {margin-top: 5px;}
.marTop10 {margin-top: 10px;}
.marTop20 {margin-top: 20px;}
.marBot0 {margin-bottom: 0px;}
.marBot5 {margin-bottom: 5px;}
.marBot10 {margin-bottom: 10px;}
.marBot15 {margin-bottom: 15px;}
.marBot20 {margin-bottom: 20px;}
.marBot30 {margin-bottom: 30px;}
.marBot40 {margin-bottom: 40px;}
.marBot50 {margin-bottom: 50px;}
.marBot80 {margin-bottom: 80px;}
.marLef5 {margin-left: 5px;}
.marLef10 {margin-left: 10px;}
.marLef15 {margin-left: 15px;}
.marLef20 {margin-left: 20px;}
.marLef30 {margin-left: 30px;}
.marRig5 {margin-right: 5px;}
.marRig10 {margin-right: 10px;}
.marRig15 {margin-right: 15px;}
.marRig20 {margin-right: 20px;}
.marRig30 {margin-right: 30px;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.al {text-align: left;}
.ar {text-align: right;}
.ac {text-align: center;}
ol.decimal,ul.disc  {padding: 5px 0 5px 0;}
ol.decimal li {list-style: decimal; margin-left: 24px;}
ol.decimal li li {margin-left: 24px;}
ul.disc li {list-style: disc; margin-left: 30px;}
.indent {text-indent: -1.4em; margin-top: 1.4em; margin-left: 1.4em;}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear :both;
	visibility :hidden;
}


/* --- リンクカラー ---- */
a:link {color: #000099; text-decoration: underline;}
a:visited {color: #000099; text-decoration: underline;}
a:active {color: #000099; text-decoration: underline;}
a:hover {color: #000099; text-decoration: none;}


#footerContentsArea a:link {color: #FFFFFF; text-decoration: underline;}
#footerContentsArea a:visited {color: #FFFFFF; text-decoration: underline;}
#footerContentsArea a:active {color: #FFFFFF; text-decoration: underline;}
#footerContentsArea a:hover {color: #FFFFFF; text-decoration: none;}

/* --- パンクヅ ---- */
#contentsArea #topicpath {
	font-size: 102%;
	padding: 7px 0 20px 13px;
}
#contentsArea #topicpath li {
	float: left;
	background: url(/img/common/ico_topicpath.png) left no-repeat;
	padding: 0 7px 0 10px;
	line-height: 1.1;
}
#contentsArea #topicpath li.home {
	background: url(/img/common/ico_topicpath_home.png) left no-repeat;
	padding: 0 5px 0 15px;
}
#contentsArea #topicpath li a {
	color: #000099;
	text-decoration: underline;
}
#contentsArea #topicpath li a:hover {
	color: #000099;
	text-decoration: none;
}


@media print {
/* 紙媒体向けスタイル定義ここから */
body {
	zoom: 65%;/* --- For IE6 --- */
}

ul#gnav li img {
	_width: 162px;/* --- For IE6 --- */
}

#contentsArea, .box970 #sideBox {
	overflow: visible !important;
}

#footerContentsArea p {
	display: none;
}


}
/* 紙媒体向けスタイル定義ここまで */
