@charset "shift_jis";

@import url("common.css");


/* コンテンツとメニューのwrapper */
#wrapper{
	width: 780px;
	clear: both;
	background: url(../img/contents_bg.gif) repeat-y;
}

/* メインコンテンツ */
#main_contents{
	width: 577px;
	float:left;
	border-right: 1px solid #5EA630;
	padding-bottom: 170px;
}

.company_description{
	margin: 25px 0px 25px 17px;
	font-size: 14px;
}

.pickupttl {
	margin: 0px 0px 15px 17px;
}

.pickup_linup_wrapper{
	margin-left: 24px;
}
.pickup_linup_wrapper_inner{
	width: 532px;
}


.pickup_lineup_box_l{
	width: 344px;
	float:left;
}
.pickup_lineup_box_r{
	width: 175px;
	float:right;
}

/* メニューコンテンツ */
#menu_area{
	width: 190px;
	float: right;
}
.btn_contact{
	margin-top: 7px;
}
.btn_contact_txt{
	padding: 4px;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 7px;
	background-color: #587C2C;
}
