@charset "utf-8";
/*---------------------------------
  CSS hisaki Document 2012.07
----------------------------*/

@import "base.css";
@import "common.css";

/*トップページ*/
#PageIndex #Contents {
	padding-top:0;
	position:relative;
	height:800px;
	}

#PageIndex #MainImage{
	width:650px;
	height:800px;
	margin:0;
}
#PageIndex #MainImage h2{
	margin:0;
	font-size:0;
	border:0;
	padding:0;
	}
#PageIndex #MainImage img{ vertical-align:bottom;}
#PageIndex  address{
	position:absolute;
	bottom:15px;
	left:0;
	width:650px;
	margin:0;
	text-align:center;
}


/*サービス概要*/
#PageService #Contents .contentsBox .content{
	border-bottom:1px solid #cccccc;
	clear:both;
	width:650px;
	margin-bottom:15px;
	padding-bottom:10px;
}
#PageService #Contents .contentsBox .content h3{
	display:inline;
	float:right;
	width:485px;
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:bold;
}
#PageService #Contents .contentsBox .content p{
	display:inline;
	float:right;
	width:485px;
}
#PageService #Contents .contentsBox .content p a{ text-decoration:underline;}
#PageService #Contents .contentsBox .content p a:hover{ text-decoration:none;}
#PageService #Contents .contentsBox .content p.photo{
	display:inline;
	float:left;
	width:150px;
	margin:0 15px 5px 0;
}
#PageService #Contents .contentsBox .content:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


/*商品紹介*/
#PageProduct #Contents .contentsBox .wrap{
	width:675px;
	margin:0 -25px 15px 0;
}
#PageProduct #Contents .contentsBox .wrap dl{
	display:inline;
	float:left;
	width:200px;
	margin:0 25px 0 0;
}
#PageProduct #Contents .contentsBox .wrap dl dt{
	width:200px;
	height:150px;
	margin:0 0 5px 0;
}
#PageProduct #Contents .contentsBox .wrap dl dt img{ vertical-align:bottom;}
#PageProduct #Contents .contentsBox .wrap dl dd{width:200px;}


/*お知らせ*/
#PageNews #Contents .contentsBox .content{
	border-bottom:1px solid #cccccc;
	clear:both;
	width:650px;
	margin-bottom:15px;
	padding-bottom:10px;
}
#PageNews #Contents .contentsBox .content h3{
	width:650px;
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}
#PageNews #Contents .contentsBox .content h3 span.ico{
	background:#000000;
	padding:2px 15px;
	color:#ffffff;
	font-size:10px;
	margin:0 5px 0 0;
	font-weight:normal;
}
#PageNews #Contents .contentsBox .content h3 span.date{
	margin:0 0 0 15px;
	font-size:10px;
	}

/*会社概要*/
#PageCompany #Contents .contentsBox table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 15px 0;
}
#PageCompany #Contents .contentsBox table th,
#PageCompany #Contents .contentsBox table td{
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	text-align:left;
	vertical-align:middle;
}
#PageCompany #Contents .contentsBox table th{width:150px;}
#PageCompany #Contents .contentsBox table th span{
	margin:0 0 0 5px;
	font:normal 10px verdana;
	color:#999;
}















/*end*/
