@charset "utf-8";

#photo{
	background:url("../img/photo.jpg") no-repeat 0 -1150px;
	width:880px;
	height:200px;
	position:relative;
	margin-bottom:15px;
}

#photo #photo_copy{
	width:500px;
	height:90px;
	padding:1em;
	text-align:left;
	line-height:1.5em;
	position:absolute;
	top:0;
	left:0;
}

#photo #photo_copy h2{
	background:url("../img/photo_title.png") no-repeat 0 -180px;
	width:500px;
	height:30px;
	text-indent:-9898px;
	margin-bottom:5px;
}

/*左カラム*/

#contents{
	width:650px;
	float:left;
}

#contents dl{
	text-align:left;
}

#contents dl dt{
	font-weight:bold;
	font-size:14px;
	color:#f8c058;
}

#contents dl dd{
	line-height:20px;
	margin:10px 0 2em 1em;
}

#contents p{
	line-height:20px;
	float:right;
	text-align:left;
}

/*バナー*/

#sub{
	width:210px;
	float:right;
}

#sub ul#bnr li{
	width:210px;
	margin-bottom:15px;
}

#sub ul#bnr li a{
	background:url("../img/bnr.gif") no-repeat;
	display:block;
	height:70px;
	text-align:center;
	text-indent:-9898px;
}

#sub ul#bnr li a.article{
	background-position:0 0;
}
#sub ul#bnr li a.owner{
	background-position:0 -70px;
}
#sub ul#bnr li a.shimizu{
	background-position:0 -140px;
}
#sub ul#bnr li a.faq{
	background-position:0 -210px;
}

/*アドレス*/

#bottom_column{
	clear:both;
	text-align:right;
	margin-bottom:10px;
}

#bottom_column address{
	clear:both;
	white-space:nowrap;
}
