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





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


/*-------------------------------
コンテンツ
-------------------------------*/
#content{
	float:right;
 width:100%;
	margin-left:-270px;
}
#content .wrapper{
	margin-right:30px;
	margin-left:270px;
}


/*-------------------------------
メニュー
-------------------------------*/
#menu01{
	float:left;
 width:250px;
}
#menu02{
	float:left;
 clear:left;
	width:250px;
}



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

