@charset "utf-8";

/**********************************************************
　Setting - 初期化
***********************************************************/
body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: bottom;
}


/**********************************************************
　Link - リンク
***********************************************************/
a{
	outline: none;
	color: #FF6600;
}
a:hover{
	text-decoration: underline;
	color: #FACD09;
}


/**********************************************************
　Layout - レイアウト
***********************************************************/
body{
	background-color: #DDD;
	color: #333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height: 145%;
}

#container{
	width: 940px;
	margin: 10px auto;
	background: #390 url(img/container_bg.gif);
}
#header{
	background-color: #DDD;
	text-align: right;
}
#main{
	width: 891px;
	margin-left: 25px;
}
#side{
	float: left;
	width: 280px;
	background: #7BC300 url(img/side_bg.gif) no-repeat;
}
#contents{
	float: left;
	width: 595px;
	margin-left: 15px;
}
#footer{
	clear: both;
	padding-top: 35px;
	background: #DDD url(img/footer_bg.gif) no-repeat;
}

.clear{
	clear: both;
	height: 0;
}


/**********************************************************
　footer - フッター
***********************************************************/
address{
	color: #333;
	font-style: normal;
	text-align: center;
}
address a{
	color: #333;
	font-weight: bold;
}
address a:hover{
	color: #999;
}


/**********************************************************
　side - サイド
***********************************************************/
/*ブログメニュー*/
#blog_menu{
	width: 260px;
	margin: 10px 0 10px 10px;
	padding-top: 5px;
	background: #FACD09 url(img/blog_menu_bg.gif) no-repeat;
}
#blog_menu ul{
	margin-bottom: 5px;
}
#blog_menu li{
	list-style: none;
	margin-top: 5px;
	padding: 8px 20px 8px 45px;
	background: #FACD09 url(img/blog_menu_li.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
}
#blog_menu li a{
	display: block;
	color: #390;
	text-decoration: none;
}
#blog_menu li a:hover{
	color: #7BC300;
}


/*カレンダー*/
#calendar{
	width: 250px;
	margin-left: 5px;
	padding-top: 5px;
	background: #FFF url(img/calendar_bg.gif) no-repeat;
	text-align: center;
}

#calendar h2{
	font-weight: bold;
}
#calendar h2 a{
	color: #390;
	text-decoration: none;
}
#calendar h2 a:hover{
	color: #7BC300;
}

.calendar{
	margin: 10px 0 0;
	text-align: center;
}
.calendarhead{
	margin-top: 10px;
	padding: 5px;
	letter-spacing: 0.2em;
}
.calendar table{
	width: 250px;
	padding-bottom: 5px;
	border-collapse: collapse;
}
.calendar th{
	padding-bottom: 3px;
	font-size: x-small;
	text-align: center;
}
.calendar td{
	padding: 2px 0;
	text-align: center;
	line-height: 120%;
}
.calendar a{
	display: block;
	font-weight: bold;
}
.today{
	display: block;
	border: 1px solid #FACD09;
}
.calendar a{
	color: #333;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}
.calendar a:hover,
.saturday a:hover,
.holiday a:hover
{
	color: #FACD09;
}


/*アーカイブ*/
#archive{
	width: 250px;
	margin-left: 5px;
	background: #FFF url(img/archive_bg.gif) no-repeat bottom;
}
#archive select{
	width: 240px;
	margin: 5px 0 5px 5px;
}

#blog_menu_bottom{
	margin-left: 10px;
	margin-bottom: 10px;
}

/*サイドボックス*/
.side_box{
	width: 260px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #FFF url(img/side_box_bg.gif) no-repeat bottom;
}
.side_box h2{
	margin-bottom: 5px;
	padding: 10px 10px 4px;
	background: #FACD09 url(img/corner_h2.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
}

/*番組コーナー紹介*/
#corner dl{
	margin: 0 10px;
}
#corner dt{
	color: #390;
	font-weight:bold;
}
#corner dd{
	padding: 0px 5px 5px;
	font-size: 90%;
	line-height: 135%;
}


/*協力リンク*/
#cooperator img{
	margin: 5px;
	margin-left: 9px;
	border: 1px solid #000;
}

/*リニューアル*/
#renew{
	margin-top: 10px;
}
#renew p{
	margin: 5px 10px;
}



/**********************************************************
　cotents - コンテンツ
***********************************************************/
#contents h2{
	height: 30px;
	padding: 8px 10px;
	background: #390 url(img/contents_h2.gif) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

/*エントリー*/
.entry{
	background: #7BC300 url(img/entry_bg.gif);
}
.entry h3{
	height: 25px;
	padding-top: 25px;
	padding-left: 50px;
	background: #7BC300 url(img/entry_h2.gif) no-repeat;
	color: #390;
	font-size: 14px;
	font-weight: bold;
}
.entry h3 a{
	color: #390;
	text-decoration: none;
}
.entry_body{
	margin: 0 30px;
	padding-bottom: 25px;
	overflow: hidden;
	_zoom: 1;
}
.entry p{
	margin: 1em 0 0;
}
.entry_footer{
	clear: both;
	margin-bottom: 15px;
	padding: 3px 15px 10px;
	background: #7BC300 url(img/entry_footer.gif) no-repeat bottom;
	text-align: right;
	border-top: 1px dashed #7BC300;
}
.entry_footer a{
	color: #390;
}
.entry_footer a:hover{
	color: #7BC300;
}
.entry_category{
	color: #CFDDE0;
}

/*ページトップへ*/
.go_top{
	text-align: right;
	font-size: 90%;
}
.go_top a{
	color: #FFF;
}
.go_top a:hover{
	color: #FACD09;
}
