@charset "utf-8";
/* カットハウス　つかはら　shop.css */

#billboard{
	position:relative;
	width:950px;
	height:600px;
	background:#ffffff;
}
h1{
	float:left;
	width:560px;
	height:420px;
	margin:10px;
	font-size:16px;
	font-weight:bold;
	color:#800000;
	background:#FFF url(../img/map.gif) bottom center no-repeat;
}
dl#data{
	float:right;
	width:360px;
	height:420px;
	color:#FFF;
	margin:10px 10px 10px 0;
	background:url(../img/map_data_back.jpg) left top no-repeat;
}
dl#data dt{
	font-size:18px;
	font-weight:bold;

	margin:10px 10px 0 20px;
}
dl#data dd{
	font-size:18px;
	font-weight:bold;
	margin:0 10px 20px 100px;
	line-height:1.0;
}


div#access{
	clear:both;
	width:910px;
	height:120px;
	margin:10px;
	padding:10px;
	background:url('../img/access_back.jpg') left top no-repeat;
}
div#access p{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:2.0;
	text-indent:20px;
}
div#access p#nerima{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:450px;
}




