

/* ----- header部にheader_topとheader_bottomを作成する。 ----- */
#header_top{
/*	height:65px;	*/
	width:895px;	/*	IE8	*/
	_width:890px;	/*	IE6	*/
}

#header_bottom{

	height:150px;
/*	height:150px;		IE8	*/
/*	_height:130px;		IE6 	*/
	_height:140px;	/*	IE6 	*/

	width:900px;	/*	IE8	*/
	_width:890px;	/*	IE6	*/

}

#header_bottom, x:-moz-broken{	/*	FireFox3.5用CSSハック	*/

	height:150px;
/*	height:150px;		IE8	*/
/*	_height:130px;		IE6 	*/

	width:900px;	/*	IE8	*/
	_width:890px;	/*	IE6	*/

}

#header_null_line{
	height:80px;

}

#header_bottom_text{

	width:900px;	/*	IE8	*/
	_width:880px;	/*	IE6	*/

}

/* ===== menu_belt部のレイアウト ===== */
#menu_belt{
	height:25px;
	width:900px;	/*	IE8	*/
	_width:900px;	/*	IE6	*/


}

/* ===== contents部のレイアウト ===== */

#contents{
	height:700px;
	width:900px;

}

/* ----- contents内にleft_sideとright_sideを作成する。 ----- */
#left_side{
	width:500px;

/*	position:absolute;	*/
	float:left;

}


#right_side{
	width:400px;

	float:right;

}



/* ===== footer部のレイアウト ===== */

#footer{
	height:180px;
	width:900px;

}



#footer_bottom{
	height:30px;
	width:890px;

}




