@charset "EUC-JP";

/* reset */
html{color:#000;background-color:#FA99CC;}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 {
	background:url(../img/bg.jpg) 0 0 repeat-x;
	background-color:#FA99CC;
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; }

#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:0 auto;
width:760px;
text-align:center;
}
#contents {
	padding:0 10px 10px 10px;
	background-color:#FFF;
}
#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:518px;
text-align:left;
}
#mainUnder {
	margin:10px 0 10px 10px;
}
#sub {
float:left;
padding-bottom:40px;
width:202px;
text-align:left;
	margin-right:20px;
}
#bottom {
	width:760px;
	margin:0 auto;
}
#footer {
padding:10px;
text-align:center;
line-height:1.5em;
color:#000;
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 {
	padding-top:15px;
	margin-bottom:1px;
text-align:center;
}
#header img {
margin:0 auto;
}
h1 {
}
/*
h1 a {
float:left;
text-indent:-9999em;
display:block;
height:296px;
width:400px;
overflow:hidden;
}
*/
.line {
	margin-bottom:5px;
}
.boxTitle {
	margin-bottom:10px;
}

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

#backnumber {
	float:right;
}
/* 記事 */
h2 {
font-size: 1em;
}

.date {
font-size:0.8em;
line-height:1.2em;
}
.title {
	color:#FFF;
	background-color:#F73BAD;
	padding:0 10px;
}


.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 {
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;
padding-top:10px;
}
.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;
}
#profile {
	font-size:0.7em;
	line-height:1.4em;
	margin-bottom:25px;
}
#profile img {
	display:block;
	margin-bottom:10px;
}

/* バックナンバー */
#backnumberSet .title {
margin-bottom:5px;
background-color:#FFF;
color:#F73BAD;
border-bottom:1px dotted #666;
padding-bottom:5px;
}
#backnumberSet .title .date {
	margin-bottom:3px;
}

/* 前後記事リンク */
#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;
}

