@charset "utf-8";

#photo{
	background:url("../img/photo.jpg") no-repeat 0 -950px;
	width:880px;
	height:200px;
	position:relative;
	margin-bottom:15px;
}

#photo #photo_copy{
	width:500px;
	height:90px;
	color:#000;
	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 -90px;
	width:500px;
	height:30px;
	text-indent:-9898px;
	margin-bottom:5px;
}

/*左カラム*/

#contents{
	width:650px;
	float:left;
}

#contents .block{
	border:1px solid #fff;
	text-align:left;
	margin-bottom:20px;
	width:650px;
	height:112px;
}

#contents .block a img{
	float:left;
	width:320px;
	height:100px;
	margin:5px;
}

#contents .block .detail{
	float:right;
	width:300px;
	height:100px;
	margin:5px;
	line-height:20px;
	position:relative;
}

#contents .block .detail strong{
	display:block;
	color:#f8c058;
	line-height:20px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}

#contents .block .detail a{
	background:url("../img/arrow.png") no-repeat 0 1px #4d4d4d;
	position:absolute;
	bottom:5px;
	right:5px;
	border:1px solid #fff;
	color:#f8c058;
	display:block;
	width:60px;
	line-height:14px;
	letter-spacing:4px;
	text-indent:20px;
}

#contents .block .detail a:hover{
	background:url("../img/arrow.png") no-repeat 0 1px #3b3b3b;
	border:1px solid #f8c058;
	text-decoration:none;
}

/*バナー*/

#sub{
	width:210px;
	float:right;
}


#sub div{
	border:1px solid #fff;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:30px;
}

#sub div strong{
	border-top:1px solid #fff;
	display:block;
	font-size:12px;
	text-indent:20px;
	text-align:left;
	line-height:40px;
}

#sub div ul#owners{
	padding:0 20px 10px 20px;
	font-weight:normal;
}

#sub div ul#owners li{
	background:url("../img/arrow.png") no-repeat;
	text-align:left;
	font-size:10px;
	line-height:12px;
	text-indent:20px;
	margin-bottom:10px;
}

#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;
}
