@charset "utf-8";

/*
	説明:基本スタイルシート
	制作日:2012年7月27日
	制作者:aya
*/

/*
=====目次===========================================

	1.基本構造
	2.ヘッダー
	3.メニュー
	4.メインコンテンツ
	5.サブコンテンツ
	6.フッター

	説明:特になし

=====================================================*/
/*----------------------------------------------*/
/*		4.メインコンテンツ  	      　*/
/*----------------------------------------------*/
/*****************************/
/*.........メインTOP.........*/
/*****************************/
#top_img{
	background: url(../img/top_img.jpg) no-repeat;
	width:980px;
	height: 171px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
}

.top_menu{
	background: url(../img/top_main_bg.png) no-repeat;
	width: 956px;
	height: 119px;
	position: absolute;
	top: 330px;
	left: 11px;
	
}

.top_menu_img{
	position: absolute;
	top: 7px;
	left: 12px;
}


.top_menu_img_1{
	float: left;
	margin-right: 6px;
}

/*製品・設備・見積もりの下にあるコンテンツ全体*/
.content_area_top{
	width: 980px;
	clear:both;
	margin-top: 20px;
}


/*****************************************************/
/*.............コンテンツ.............*/
/*****************************************************/
/*=========================================*/
		/*★左側設定★*/
/*=========================================*/

/*エコアクション21のバナー*/
.bana{
	margin-bottom: 20px;
}


/*=========================================*/
		/*★右側設定★*/
/*=========================================*/

/*縦線 製品内容用*/
.hr_h4{
	background: url(../../common/img/hr_r.png) no-repeat; 
	width: 3px;
	height: 2050px;
	float: left;
	margin-right: 10px;
}


#right_area{
	width: 725px;
	float:left;
}

.content{
	float: left;
	width: 710px;
	margin-bottom: 20px;
}

.content_text{
	line-height: 2.0;
}

/*******繰り返し使っている部分です**********/

/*製品・左*/
.content_product_1{
	float: left;
	margin-left: 5px;
}

/*製品・右*/
.content_product_2{
	margin-left: 20px;
	float: left;
}


/*設備の写真（個々）*/
.content_photo_1{
	float: left;
	margin-top: 20px;
}

/*設備の文章（個々）*/
.content_text_1{
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 390px;
}
	
	