/* レイアウトの設定*/
body{
    margin:10px;
    padding:0px;
    text-align:center;
}

/* ＣＭの設定*/
#cm{
    position:relative;
    width:831px;
    margin:0px auto;
    padding:3px;
    text-align:center;
}

/* ラッパーの設定*/
#wrap{
	position:relative;
	width:831px;/*背景画像*/
	margin:0px auto;
	text-align:left;
	background-color: #F0F0F0;
}

/* ヘッダーの設定*/
#head{
	width:831px;
	height:auto;
	background-color:#F2F2F2;
	color:#FFFFFF;/*文字の色：白*/
	;
}

/* 左側の設定*/
#topics{
	width:190px;
	padding:5px;
	height:auto;
	float:left;
	background-color:#F2F2F2;
}
/* 右側の設定*/
#main{
 width:610px;
 padding:10px;
 height:auto;
 float:left;
 background-color:#FFFFFF;
}
/* フッターの設定*/
#foot{
 position:relative;
 width:811px;
 padding:10px;
 height:15px;
 background-color:#11602E;
 clear:both;
 color:#FFFFFF;
 /*文字の色：白*/;
}
