body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.gif);
	font-size: 100%;
	color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
p, dl, dt, dd, ul, li, form, h1, h2 ,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style:none;
}
h1 { display:none;}
a {
	color:#FFFF00;
	/*font-weight:bold;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img{border:none;}

/*etc*/
.imgCenter{ display:block; margin:0 auto;}
.fontWhite{ color:#ffffff;}
.fontS{ font-size:60%;}

/*大枠*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bgMain.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*ヘッダーイラスト*/
#container #banner {
	background-image: url(../image/header.jpg);
	height: 320px;
	width: 900px;
}
/*ヘッダーリンク*/
#container #banner #logo a {
	height: 130px;
	width: 650px;
	display: block;
}
/*リンク*/
#container #column-left {
	width: 200px;
	float: left;
	height: 500px;
}

/*カレンダー・コピーライト枠*/
#container #column-right {
	width: 200px;
	float: right;
	height: 500px;
}

/*NEXT・BACK*/
#container #nextback {
	background-image: url(../image/line2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 500px;
	height: 25px;
	line-height: 23px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
}
#container #nextback a { color:#ff0000;}
/*メイン枠*/
#container #content {
	float: left;
	width: 500px;
}
/*カレンダーサイズ*/
#container #column-right #calendar {
	height: 175px;
	width: 179px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*カレンダー中身*/
#column-right #calendar iframe {
	height: 175px;
	width: 179px;
}
/*放送局*/
#container #column-left p {
	font-size: 90%;
	line-height: 1.5em;
	color: #000000;
	width: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #content .goto-top {
	text-align: center;
	margin-top: 10px;
}
#container #content .goto-top a:link {
	color: #E218A0;
	text-decoration: underline;
}
#container #content .entry {
	width: 445px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
/*記事タイトル*/
#container #content .entry h2 {
	background-image: url(../image/line1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #990000;
	font-size: 90%;
	height: 30px;
	line-height: 23px;
}
/*記事*/
#container #content .entry .entry-text {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	font-size: 78%;
	line-height: 1.6em;
	color: #000000;
	margin-bottom: 10px;
}
/*記事下ライン*/
#container #content .entry-line {
	background-image: url(../image/line2.gif);
	height: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}
/*記事本文*/
#container #content .entry .entry-text a:link {
	color: #0000ff;
}
#container #content .entry .entry-text a:hover {
	color: #0000ff;
}
#container #content .entry .entry-text a:visited {
	color: #0000ff;
}
/*記事の記録時間、記録者*/
#container #content .entry .entry-footer {
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-top: 10px;
	font-size: 60%;
	line-height: 1em;
	padding-bottom: 20px;
	padding-right: 5px;
}

/*放送局*/
#container #column-left #station {
	width:180px;
	left: 20px;
	top: 20px;
	right: 20px;
	line-height: 130%;
	bottom: 20px;
}

/*リンクバナー*/
#container #column-left .lists dt#link {
	background-image: url(../image/titleLink.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	color: #FFFFFF;
}
/*モバイルバナー*/
#container #column-left .lists dt#mobile {
	background-image: url(../image/titleMobile.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	color: #FFFFFF;
}
/*リスト左・リンク幅*/
#container #column-left .lists dd {
	display: block;
	background-color: #CA1821;
	width: 179px;
}
/*カレンダーバナー*/
#container #column-right .lists dt#calendar_banner {
	background-image: url(../image/titleCalendar.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
}
/*アーカイブスバナー*/
#container #column-right .lists dt#archives {
	background-image: url(../image/titleArticle.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
}
/*カテゴリーバナー*/
#container #column-right .lists dt#categories {
	background-image: url(../image/categories.jpg);
	background-repeat: no-repeat;
	background-position: -1px top;
}
#container #column-right .lists {
	margin-top: 10px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#container #column-right .lists dt {
	height: 34px;
	width: 180px;
	display: block;
	text-indent: -9999px;
}
#container #column-left .lists {
	margin-top: 10px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#container #column-left .lists dt {
	height: 34px;
	width: 180px;
	display: block;
	text-indent: -9999px;
}
/*リスト右・アーカイブス、エントリー幅*/
#container #column-right .lists dd {
	display: block;
	background-color: #CA1821;
	width:179px;
	float:left;
	clear:both;
}
/*エントリーアイコン*/
#container #column-right .lists ul {
	padding-top: 14px;
	padding-left: 8px;
}
#container #column-right .lists li {
	background-image: url(../image/iconList.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 11px;
	padding-left: 20px;
	font-size: 65%;
	color: #FFFFFF;
	padding-bottom: 10px;
}
/*エントリー・カテゴリー・リンク下（右）*/
#container #column-right .lists dt#under {
	background-image: url(../image/sideFooter.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	height: 5px;
}
/*エントリー・カテゴリー・リンク下（左）*/
#container #column-left .lists dt#under {
	background-image: url(../image/sideFooter.gif);
	background-repeat: no-repeat;
	background-position: -1px top;
	height: 5px;
}
/*フッター（コピーライト）*/
#container #footer {
	background-image: url(../image/footer.gif);
	height: 20px;
	width: 900px;
	clear:both;
	margin-top:50px;
}



