@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------- */
/* 大枠設定 */
/* ---------------------------------------------------- */

#contents{
	width:840px;
	margin-left:30px;
	margin-right:30px;
}

/* ---------------------------------------------------- */
/* 左端メニューバー */
/* ---------------------------------------------------- */

#menu{
	width:160px;
	float:left;
	text-align:left;
	margin-top:30px;
}

.menu_title_img{
	margin-bottom:10px;
}

.menu_title_img2{
	margin-bottom:20px;
}

/* ---------------------------------------------------- */
/* 右部分コンテンツ */
/* ---------------------------------------------------- */

#cont_wrapper{
	width:680px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
}

.about_wrapper{
	width:680px;
}

.left_img{
	width:240px;
	margin-left:40px;
	margin-right:60px;
	float:left;
}

.right_comment{
	width:340px;
	height:360px;
	float:left;
	text-align:left;
	color:#004d25;
	font-size:12px;
	line-height:120%;
	letter-spacing:0.2em;
}

/* ---------------------------------------------------- */
/* 会社概要 */
/* ---------------------------------------------------- */

#about_corp{
	width:680px;
	height:300px;
	background-image:url(../img/about_corp_title.jpg);
	float:left;
	text-align:left;
	color:#004d25;
	font-size:12px;
	line-height:120%;
	letter-spacing:0.2em;
}

#about_corp_img{
	width:240px;
	margin-right:10px;
	float:left;
}

#about_corp_comment{
	width:320px;
	float:left;
	margin-bottom:20px;
}

.about_corp_table{
	margin-top:20px;
	margin-bottom:50px;
}


/* ---------------------------------------------------- */
/* TOPへ戻る */
/* ---------------------------------------------------- */

.back{
	width:680px;
	height:30px;
	clear:both;
	text-align:right;
	margin-bottom:30px;
}