@charset "UTF-8";

/*============================================================
* ver.07-06-28　'メイリオ',
	'Meiryo',Verdana, 
*============================================================*/



#header {
	width: 100%;
	background: url(../images/head_bg3.jpg) repeat-x;
	margin: 0px auto;
	height: 150px;
	border-bottom: 10px solid #999;
}

#titleBox {
	width: 900px;
	background: url(../images/head_v4-trans.png) no-repeat;
	margin: 0px auto;
	height: 150px;
	position: relative;
}

#titleBox h1 {
	position: absolute;
	left: 0px;
	top: 60px;
	background: url(../images/head_v2-trans00.png) no-repeat;
	height: 111px;
	width: 712px;
	z-index: 5;
	text-indent: -9999px;
}



#titleBox p.hdaddress {
	position: absolute;
	left: 260px;
	top: 131px;
	font-size: 12px;
	font-weight: bolder;
	z-index: 10;
	text-indent: -9999px;
}


#titleBox p.hdaddress2 {
	position: absolute;
	left: 705px;
	top: 123px;
	z-index: 11;
	text-indent: -9999px;
}

#titleBox p.mark {
	position: absolute;
	left: 760px;
	top: 7px;
	width: 140px;
	height: 73px;
	background: url(../images/head_mark-trans00.png);
	z-index: 11;
	text-indent: -9999px;
}

#wrapper {
	width: 912px;
	background: #fff url(../images/bg_all.gif) repeat-y;
	margin: 0px auto;
	padding: 25px 0px 0px;
}


