@charset "EUC-JP";

/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/**/

/* common */
body {
margin:0;
padding: 0;
text-align: left;
font-size:100%;
line-height:1em;
}
strong {
font-weight:bold;
}
a:link		{ color: #FF3300; text-decoration: none; }
a:visited	{ color: #FF3300; text-decoration: none; }
a:active	{ color: #FF6633; text-decoration: underline; }
a:hover		{ color: #FF6633; text-decoration: underline; }

#sub a:link		{ color: #FFFFCC; text-decoration: none; }
#sub a:visited	{ color: #FFFFCC; text-decoration: none; }
#sub a:active	{ color: #FFFFCC; text-decoration: underline; }
#sub a:hover		{ color: #FFFFCC; text-decoration: underline; }

#footerMenu a:link		{ color: #FFFFCC; text-decoration: none; }
#footerMenu a:visited	{ color: #FFFFCC; text-decoration: none; }
#footerMenu a:active	{ color: #FFFFCC; text-decoration: underline; }
#footerMenu a:hover		{ color: #FFFFCC; text-decoration: underline; }

/**/

#container {
margin:10px auto 0 auto;
width:780px;
text-align:center;
}
#contents {
background:url(../img/side_bg.gif) 0 0 repeat-y;
}
#contents:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
#contents {display: inline-block;}
#contents {zoom: 100%;}
#main {
float:right;
width:538px;
text-align:left;
}
#mainUnder {
	margin:10px 0 10px 10px;
}
#sub {
float:right;
padding-bottom:40px;
width:242px;
text-align:left;
/*background:#FFF3F3;*/
}

#footer {
padding:10px;
text-align:center;
line-height:1.5em;
color:#999;
font-size:0.8em;
}
#footerMenu {
background:url(../img/footer_bg.jpg) 0 bottom repeat-x #CC0000;
padding:10px;
color:#FFF;
font-size:1em;
text-align:center;
line-height:1.5em;
margin-bottom:15px;
}

/* ツールバー */
iframe {
background:#000;
}

/* ヘッダー */
#header {
	background:url(../img/header.gif) 0 0 no-repeat;
	height:182px;
	width:780px;
}
#header img {
	float:right;
	margin-top:130px;
}
h1 {
}
h1 a {
float:left;
text-indent:-9999em;
display:block;
height:182px;
width:400px;
overflow:hidden;
}
.line {
background:url(../img/message_bg.gif) 0 0 repeat-y;
padding:5px 0 5px 15px;
}

/* 番組紹介 */
#intro {
background:url(../img/intro_bg.gif) 0 0;
padding:10px;
line-height:1.4em;
color:#000000;
font-size:0.7em;
}
#introInner {
	background:url(../img/intro_ttl.gif) 0 50% no-repeat;
	padding-left:83px;
}



/* 記事 */
h2 {
font-size: 1em;
width:375px;
float:left;
}

.date {
float:right;
background:url(../img/ttl_date.gif) 0 0 no-repeat;
text-align:right;
font-size:0.9em;
line-height:2.5em;
width:153px;
height:55px;
}
.title {
margin-bottom:10px;
}
.title:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.title {display: inline-block;}
.title {zoom: 100%;}


.titlePhoto {
margin-bottom:0;
}
.titlePhoto:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.titlePhoto {display: inline-block;}
.titlePhoto {zoom: 100%;}

.articleImg {
border-right:1px solid #CC0000;
border-bottom:1px solid #CC0000;
border-left:1px solid #CC0000;
padding:4px;
margin-bottom:10px;
text-align:center;
}

h3 {
font-weight:bold;
background:url(../img/h3_bg.gif) 0 0;
padding:5px;
color:#C00;
font-size:1.2em;
margin-bottom:-0.5em;
}


/* 記事本文 */
.articleBody {
line-height:1.4;
font-size:1em;
margin-bottom:40px;
}
.more {
text-align:right;
margin-top:5px;
}
.wordBox {
background:url(../img/word_bg.gif) 0 0 no-repeat;padding:10px 45px 0 45px;
text-align:center;
}


/* サイドバー */
#menu {
margin-bottom:25px;
}
.sideBanner {
margin-bottom:5px;
text-align:center;
margin-left:20px;
}
#profile {
margin:10px 10px 10px 30px;
	font-size:0.7em;
	line-height:1.4em;
	color:#FFFFFF;
}
#profile img {
	display:block;
	margin-bottom:10px;
}

/* カレンダー */
#calender {
text-align:center;
margin:5px 10px 10px 30px;
font-size:0.8em;
}
#calender caption {
text-align:center;
color:#FFF;
padding-top:20px;
}
#calender th{
background-color:#FAE5E5;
color: #C00;
padding:3px 0;
border:1px solid #CC0000;
text-align:center;
}
#calender td{
line-height:180%;
color:#E68080;
border:1px solid #CC0000;
border-bottom:1px solid #CC0000;
}
#calender {
border-collapse:collapse;
margin-bottom:15px;
}
#calender td a:link {
	color:#CC0000;
	font-weight:bold;
	display:block;
	background-color:#FFF;
}
#calender td a:visited {
color:#CC0000;
font-weight:normal;
display:block;
background-color:#F2CDC5;
}
#calender td a:hover {
	color:#FF6600;
	background-color:#FFCC99;
	display:block;
}


/* 前後記事リンク */
#footNavi {
margin-bottom:20px;
border-top:1px solid #CCCCCC;
background:#FFF;
padding: 15px 10px;
width:498px;
color: #000000;
font-size: 12px;
}
#footNavi:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
#footNavi {display: inline-block;}
#footNavi {zoom: 100%;}

li#prevLink {
float:left;
width:200px;
}
li#prevNone {
float:left;
width:200px;
}
li#nextLink {
float:right;
width:200px;
text-align: right;
}
li#nextNone {
float:right;
width:200px;
text-align: right;
}
