@charset "utf-8";
/* *****************************************-

タイトル；ベレコム
作者；Hideyuki Kubayashi

概要；ベレコムのカラムスタイル

制作日；2010/01/03
変更日；2010/01/06

-***************************************** */




/*全体構造*/

body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', sans-serif, Osaka;
	font-size:13px;
	color:#4d4d4d;
	text-align:center;
	background:url(../../img/bg_01_01.jpg) repeat-x #b8b8b8;
	}

div#wrapper {
	width:850px;
	margin:0 auto;
	text-align:left;
	}


	
/*ヘッダエリア*/

div#header {
	width:850px;
	height:57px;
	position:relative;
	}


/*メインコンテンツ*/

div#content {
	width:671px;
	background:#fbfbfb;
	float:left;
	}



/*運営メディア*/

div#media {
	width:179px;
	float:right;
	background:#474747;
	}



/*フッタエリア*/

div#footer {
	width:850px;
	height:67px;
	clear:both;
}	



