@charset "utf-8";
/* CSS Document */

/* text color
---------------------------------------------------------------------------------------*/
.orange {
	color: #915309;
}
.catch-orange {
	font-size: 140%;
	color: #915309;
	line-height: 170%;
	font-weight: bold;
}


/* title color
---------------------------------------------------------------------------------------*/

h1#orange {
	font-size: 10px;
	color: #FFF;
	background-color: #e79a2d;
	padding-left: 10px;
	line-height: 22px;
}
h2.title-orange {
	background-color: #BD8B37;
	background-image: url(../images/title_bg_orange.gif);
	color: #FFF;
	padding: 3px 2px 3px 10px;
	background-repeat: repeat-x;
	font-size: 125%;
	font-weight: bold;
	border: 1px solid #999;
}
/* foot color
---------------------------------------------------------------------------------------*/


.orange_bg {
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #b48536;
	background-color: #eecc9e;	
}
.orange_arr {
	background-image: url(../images/arrow_bg_o.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;	
}

.bottom.orange_bg ul li strong {
	color: #DB5200;
}
/* news
---------------------------------------------------------------------------------------*/


.white_box {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	min-height: 10px;
	_height: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/w-bg.gif);
	background-repeat: repeat-x;
}
.or_box {
	border: 1px solid #CCC;
	padding: 10px;
	min-height: 10px;
	_height: 10px;
	background-color: #F8EDE4;
	clear: both;
	margin: 0px;
}
.or-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF8C38;
}
.icon_list {
	background-image: url(../images/list_normal.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.sub_title {
	font-weight: bold;
	color: #915309;
	font-size: 130%;
	margin: 5px 0px 0px 0px;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF8C38;
}
.tenteki_menu_l {
	width: 385px;
	float: left;
}
.tenteki_menu_r {
	width: 230px;
	float: right;
}