@charset "UTF-8";
/* CSS Document */

* { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	}


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

Wire Frame Setting

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

div#container {
	width:1000px;
	margin:auto;
	}

div#sidearea {
	width:150px;
	float:left;
	background-color:#303030;
	}

div#min_height {
	width:10px;
	height:600px;
	float:left;
	font-size:1px;
	}
	
div#contents {
	width:660px;
	float:left;
	/*background-color:#303030;*/
	font-size:12px;
	line-height:150%;
	}

div#sidearea2 {
	width:170px;
	height:500px;
	float:right;
	background:url(images/img/pr/prbanner01.jpg) left top no-repeat;
	font-size:0px;
	}
	

	





























