/*トップページの3ペイン式表示　css*/


/*各ペインのタイトル*/
.pain_title {

	padding: 3px;
	color: #FFFFFF;
	font-size: 14px;
	/*background-color: #cc0000;*/
	background-color: #996600;
	text-align:center;
	border-top: 1px solid #5C4033;
	border-right: 1px solid #5C4033;
	border-left: 2px solid #5C4033;
	border-bottom: 3px solid #5C4033;
	margin-bottom: 1px;
	opacity: 0.8;
}






/*1ペイン目*/
#topic_box {
	width: 250px;
	float: left;
	padding-left: 15px;
	background-color: inherit;
	opacity: 0.8;
}

#topic_box_txt {
	padding: 5px;
	border: 2px solid #5C4033;
	font-size: 75%;
	/*height: 500px;
	overflow: hidden;*/
	height: auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#topic_box_txt a {
	text-decoration: none;
	display: block;
	background-image: url(../common/icon_bt/caffee.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
}

#topic_box_txt a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#topic_box_txt li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	list-style-type: none;
}



/*2ペイン目（中央）*/
#main_box {
	width: 400px;
	float: left;
	padding-left: 7px;
	padding-right:7px;
	background-color: inherit;
	opacity: 0.8;
}

#main_box_txt {

	padding: 10px;
	border: 2px solid #FFFFFF;
	font-size: 80%;
	/*height: 500px;
	overflow: auto;*/
	height: auto;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#main_box_txt a {
	text-decoration: none;
	display: block;
	background-image: url(../common/icon_bt/caffee.gif);
	background-repeat: no-repeat;
	}

#main_box_txt a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#main_box_txt li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	list-style-type: none;
}

/*フロート指定*/
.wp_left {
	float: left;
}




/*menu読み込み*/
/*3ペイン目*/



#news_box {
	width: 210px;
	float: left;
	padding-left: 5px;
	padding-right:5px;
	opacity: 0.8;
}

#news_box_txt {
	padding: 10px;
	border: 2px solid #5C4033;
	font-size: 70%;
	/*height: 500px;
	overflow: auto;*/
	height: auto;
	text-decoration: none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#news_box_txt a {
	text-decoration: none;
	display: block;
	background-image: url(../common/icon_bt/caffee.gif);
	background-repeat: no-repeat;
}
#news_box_txt a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#news_box_txt h4 {
	padding: 4px;
	border-top: 1px solid #5C4033;
	border-right: 1px solid #5C4033;
	border-left: 2px solid #5C4033;
	border-bottom: 3px solid #5C4033;
	margin-bottom: 2px;
	text-align: center;
	font-size: 90%;
}




#news_box_txt li {
	margin-bottom: 3px;
	list-style-type: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	font-size: 110%;
	
}

#news_box_txt .menu_prise {

	text-align:right;
	font-size: 16px;
	color: blue;

}


