<style type="text/css"> 
body {
	text-align:center;
	}
#header {
	width:100%;
	height:120px;
	border: thin solid #CCFFFF;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom:5px;
	}
#header2 {
	width:100%;
	height:220px;
	border: thin solid #CCFFFF;
	background-color: #FFFFFF;
	text-align:left;
	margin-bottom:0px;
	}

#container {
	width:980px;					/*** コンテナン、右サイドバーの幅指定を無効にしてバナーが横長でもコンテナからはみ出ない ***/
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	text-align:left;
	padding:5px;
	}
#sidebar01 {
	width:165px;
//	height:300px;
	border: thin solid #CCFFFF;
	float:left;
	background-color: #FFFFFF;
	text-align:left;
	margin-right:5px;
	}
#content {
	width:540px;
	border: thin solid #CCFFFF;
	float:left;						/***　３段組レイアウトのポイント?　フロート設定　コンテンツ部分を左側へ　***/
	background-color: #FFFFFF;
	text-align:left;
	}
#sidebar02 {
	width:250px;					/*** コンテナ、右サイドバーの幅指定を無効にしてバナーが横長でもコンテナからはみ出ない ***/
//	height:300px;
	border: thin solid #CCFFFF;
	float:right;					/***　３段組レイアウトのポイント?　フロート設定　右側サイドバーを右側へ　***/
	background-color: #FFFFFF;
	text-align:left;
	}
#footer {
	width:100%;
	height:160px;
	border: thin solid #CCFFFF;
	clear:both;
	background-color: #FFFFFF;
	text-align:center;
	margin-top:10px;
	}
