/*基本設定*/
*{
	margin:0;
	padding:0;
	border: 0px;
	font: 100%/1.5 "ＭＳ Ｐゴシック", sans-serif;
}
body{
	margin: 0px;
	color: #000;
	font-size: 12px;
	line-height: 150%;
	background: #D2D2D2;
}

/*リンク*/
a{
	text-decoration: none;
	color: #000;
}
a:link{
}
a:visited{
}
a:hover{
	text-decoration: underline;
	color: #02884F;
}

/*レイアウト*/
#p_base{
	margin: 5px auto 0;
	width: 800px;
	background: url(../img/bg_base.gif);
}
#p_header{
	background: url(../img/bg_header.gif) no-repeat;
	height:;
}
#p_cont{
	width: 760px;
	margin-left: 20px;
	padding-bottom: 40px;
}
#p_foot{
	width: 800px;
	margin: 0 auto 10px;
	text-align: center;
}

.go_top{
	clear: both;
	text-align: right;
	padding-top: 20px;
	padding-right: 25px;
}


/*ヘッダー*/
.logo{
	float: left;
	width: 250px;
}
.logo img{
	margin: 20px 0 0 20px;
}

.h_right{
	float: left;
}
.kbs{
	width: 530px;
	height: 78px;
	text-align: right;
}
.kbs img{
	margin-top: 22px;
}
.h_menu{
	width: 530px;
	text-align: right;
}
.h_menu img{
	margin-left: 5px;
}

.navi{padding-top:5px;
clear: both;
padding-right: 20px;
text-align: right;
}

.navi span{display:block;
clear: both;
color:#FF0000;
padding-bottom:30px;
text-align:center;
font-size:120%;
font-weight:bold;
}



/*左サイド*/
.news{
	background: #EEE url(../img/news_bg.gif) bottom;
	margin-bottom: 15px;
}
.news ul{
	padding: 5px 10px;
}
.news li{
	list-style: none;
	line-height: 1.7em;
}
.news a:hover{
	color: #000;
}

.info{
	/*border: 2px solid #8BC9AF;*/
	padding: 8px;
}
.info h3{
	font-weight: bold;
}
.ban_area{
	padding: 5px;
	background-color: #EEE;
	text-align: center;
	font-size: 10px;
}


/*コンテンツレイアウト*/
.c_side{
	float: left;
	width: 220px;
}
.c_height{
	float: left;
	width: 20px;
	height: 380px;
}
.c_main{
	float: left;
	width: 520px;
}
.c_left{
	float: left;
	margin-right: 34px;
}
.c_right{
	float: left;
}


/*トップ一覧*/
.top_category{
	padding-bottom: 25px;
	width: 240px;
}
.top_category ul{
	margin: 5px 5px 10px 20px;
}
.top_category li{
	margin-left: 0;
	list-style: url(../img/list.gif);
	padding-bottom: 5px;
}
.top_category a:hover{
	color: #0000CC;
}


/*お問い合わせ*/
.mail{
	clear: both;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 10px;
	margin-right: 5px;
}
.mail a{
	color: #0000CC;
	font-weight: bold;
}


/*エントリー*/
.entry_box{
	margin: 15px 10px;
	padding: 5px;
	border: 1px solid #999;
}
.entry_box h3{
	padding: 2px 4px;
	font-weight: bold;
	font-size: 14px;
	background-color: #DDD;
}
.entrybody{
	margin: 5px 10px;
	line-height: 1.8em;
}
