@charset "utf-8";
/*-------------------------------
ヘッダー
-------------------------------*/
#header{}





/*-------------------------------
コンテナー
-------------------------------*/
.containar{}


/*-------------------------------
コンテンツ
-------------------------------*/
#content{
	float:left;
 width:100%;
	margin-right:-99%;
}
#content .wrapper{
 margin-right:240px;
	margin-left:0px;
}
#e_index #content{
	float:none;
 width:100%;
}
#e_index #content .wrapper{
}




/*-------------------------------
メニュー
-------------------------------*/
#menu01{
	float:right;
 width:205px;
 _width:200px;
}
#menu02{
	float:right;
 clear:right;
	width:250px;
}

#e_index #menu01{
	float:none;
	width:auto;
}
#e_index #menu02{
	float:none;
	width:auto;
}



/*-------------------------------
フッター
-------------------------------*/
#footer{}

