@charset "UTF-8";
@import url(base.css);

/* 基本構造
----------------------------------------------------------------*/
body {
	background: url(../image/bg.gif) repeat-x;
}

/* ヘッダ
----------------------------------------------------------------*/
#header {
	height: 330px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(../image/header.jpg);
}
#header p {
	text-indent: -9999px;
}

/* pagebody
----------------------------------------------------------------*/
/*3カラム*/
#main {
	width: 630px;
	float: left;
}
#sub {
	width: 240px;
	float: right;
	margin-left: 0px;
}
#main_left {
	width: 300px;
	float: left;
	margin-left: 0px;
}
#main_right {
	float: right;
}

/*共通*/
h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
	background: no-repeat left top;
}
p {
	margin: 0px;
	overflow: auto;
	padding: 0px 3px;
}

/*メイン共通*/
.main_box {
	width: 280px;
	border: 1px solid #CCCCCC;
	padding: 9px;
	height: 302px;
	margin-bottom: 30px;
}
.font_b_green {
	color: #659815;
	font-weight: bold;
}
.main_box img, .main_box2 img, #news_box img { /*■バナーのための設定*/
	margin-top: 10px;
}
.right { /*■txtやimgの右寄せ*/
	text-align: right;
}

/*特集*/
h2.tokusyu {
	width: 278px;
	border: 1px solid #D5D4D0;
	height: 118px;
	background: url(../image/h2_tokusyu.jpg);
	margin-bottom: 10px;
}
p.tokusyu_txt {
	height: 170px;
}

/*キャスター日記*/
h2.diary {
	width: 278px;
	border: 1px solid #D5D4D0;
	height: 128px;
	background: url(../image/h2_diary.jpg);
	margin-bottom: 10px;
}
p.diary {
	height: 155px;
}

/*ニュース*/
#news_box {
	width: 218px;
	border: 1px solid #CCCCCC;
	padding: 9px;
	font-size: 0.8em;
	line-height: 1.6em;
}
h2.news {
	width: 218px;
	height: 25px;
	background: url(../image/h2_news.gif);
	margin-bottom: 0px;
}
p.news {
	margin: 0px;
	border-bottom: 1px solid #DDDDDD;
	padding: 6px 0px;
}
#news_box a:link {
	color: #333333;
	text-decoration: none;
}
#news_box a:visited {
	color: #666666;
	text-decoration: none;
}
#news_box a:hover,a:active {
	color: #669933;
	text-decoration: underline;
}

/*バナー*/
.hotline {
	margin-top: -10px;
}
#banner h2 {
	height: 0px;
}
#banner {
	padding: 10px 5px;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
	height: 65px;
	margin-top: 30px;
}
#banner img {
	margin: 0px 5px;
	padding: 0px;
}

