@charset "UTF-8";

/* サイト共通CSS（初期化済み）
-----------------------------------------------------------
https://www.nomu.com/css/rn_common/rn_common.css
https://www.nomu.com/css/rn_common/rn_header.css
https://www.nomu.com/css/rn_common/rn_footer.css
https://www.nomu.com/css/rn_common/rn_side_parts.css
https://www.nomu.com/css/detail/rn_detail.css
----------------------------------------------------------- */
/* マウスオーバー */
/* パンくず */
/* コンテンツボックス */

/* 見出し h1 */
/* 見出し h2 */
/* 見出し h3 */
/* 見出し h4 */

/* ボックス */
div#boxarea-of {
	width:650px;
	zoom:1;/* clearfix */
	padding: 10px;
}
div#boxarea-of:after {/* clearfix */
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
div#boxarea-of_1 {
	width: 350px;
	float: left;
}
div#boxarea-of_2 {
	width: 300px;
	float: right;
}

/* 見出しあり枠 */
#obi {
	width: 650px;
	height: 35px;
	background-color: #F5EFC9;
}
.obi-title_tx {
	padding-left: 10px;
	color: #333333;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.obi-title_line {
	width: 650px;
	height: 3px;
	background-color: #237900;
}

.solidbox{
	font-size:16px;
	letter-spacing:2px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:left;
	margin-top:10px;
	width:650px;
}

/* ページトップに戻る */