/*トップページの3ペイン式表示　css*/


/*各ペインのタイトル*/
.pain_title {

	padding: 3px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #cc0000;
	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;
}






/*1ペイン目*/
#topic_box {
	width: 150px;
	float: left;
	padding-left: 15px;
	background-color: inherit;
}

#topic_box_txt {
	padding: 5px;
	border: 2px solid #5C4033;
	font-size: 75%;
	height: 500px;
	overflow: hidden;

}

#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: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}



/*2ペイン目（中央）*/
#main_box {
	width: 360px;
	float: left;
	padding-left: 15px;
	padding-right:15px;
	background-color: inherit;
}

#main_box_txt {

	padding: 10px;
	border: 2px solid #FFFFFF;
	font-size: 80%;
	height: 500px;
	overflow: auto;

}
#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;
}

/*フロート指定*/
.wp_left {
	float: left;
}




/*menu読み込み*/
/*3ペイン目*/



#news_box {
	width: 195px;
	float: left;
	padding-left: 5px;
	padding-right:15px;

}

#news_box_txt {
	padding: 10px;
	border: 2px solid #5C4033;
	font-size: 70%;
	height: 500px;
	overflow: auto;
}
#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;
}




#news_box_txt li {
	margin-bottom: 3px;
	list-style-type: decimal;
	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;

}
