@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ホームページのスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 メインビジュアル・タイトル
--------------------------------------------------------------------------------------- */

.h2Home {
	background: url(../images/home/special_bg.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 200px;
	width: 620px;
	margin-top: 5px;
}
.h3Home {
	background: url(../images/home/sttl_bg.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 620px;
	margin-top: 15px;
	padding: 0px;
}

/* --------------------------------------------------------------------------------------
 記事
--------------------------------------------------------------------------------------- */

.bukkenBox {
	width: 620px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	/* padding-bottom: 10px; */
	text-align: left;
}

.price {
	background: url(../images/home/icon01.gif) no-repeat left top;
	border-bottom: 2px solid #0188DA;
	font-size: 18px;
	font-weight: bold;
	color: #0188DA;
	line-height: 100%;
	padding-bottom: 2px;
	overflow: hidden;
}

.price p {
	display: block;
	float: left;
	width: 100px;
	margin-left: 20px;
}

.price span {
	color: #FFFFFF;
	width: 100px;
	display: block;
	float: left;
	margin-right: 4px;
	text-align: center;
	font-size: 14px;
}

.bukkenPhoto {
	float: left;
	height: 105px;
	width: 165px;
	margin-top: 10px;
	display: block;
}

.bukkenPhoto img { border: 3px solid #FFFFFF; }
.bukkenPhoto a:hover img { border: 3px solid #CCCCCC; }

.bukkenDetail { float: right; width: 436px; margin-top: 10px; }
.bukkenDetail li { line-height: 1.2; }

.bukDet01 {
	color: #AE0000;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/home/dotline.gif) repeat-x left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bukDet02 {
	background: url(../images/home/dotline.gif) repeat-x left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bukDet02 li {
	background: url(../images/home/icon02.gif) no-repeat 1px center;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 10px;
}

.bukDet03 {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bukDet04 a {
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	margin-right: 2px;
	text-indent: -9999px;
}

.bukkenBorder {
	/* background: url(../images/home/dotline.gif) repeat-x left bottom;
	padding-bottom: 20px; */
}

.banner { margin: 20px 0 20px 21px; clear: both; font-size: xx-small; }
.banner li { height: 49px; width: 363px; margin-top: 1px; }
.banner img { padding: 1px; border: 1px solid #FFFFFF; }
.banner a:hover img { padding: 1px; border: 1px solid #38B1FC; }


/* --------------------------------------------------------------------------------------
 詳細ボタン
--------------------------------------------------------------------------------------- */

.btnDetails { background: url(../images/home/btn_details.gif) no-repeat; }
a:hover.btnDetails { background: url(../images/home/btn_details_over.gif) no-repeat; }


/* --------------------------------------------------------------------------------------
 地図ナビ
--------------------------------------------------------------------------------------- */

a.chizunavi { 
	display: block;
	height: 100px;
	width: 620px;
	text-indent: -9999px;
	background: url(../images/home/banner_chizunavi.jpg) no-repeat; 
}
a:hover.chizunavi { background: url(../images/home/banner_chizunavi_over.jpg) no-repeat; }

/* --------------------------------------------------------------------------------------
 スタッフ募集
--------------------------------------------------------------------------------------- */

a.staff { 
	display: block;
	height: 100px;
	width: 620px;
	text-indent: -9999px;
	background: url(../images/home/banner_staff.jpg) no-repeat; 
}
a:hover.staff { background: url(../images/home/banner_staff_over.jpg) no-repeat; }

/* --------------------------------------------------------------------------------------
 おまかせ
--------------------------------------------------------------------------------------- */

a.omakase { 
	display: block;
	height: 100px;
	width: 620px;
	text-indent: -9999px;
	background: url(../images/home/banner_omakase.jpg) no-repeat; 
}
a:hover.omakase { background: url(../images/home/banner_omakase_over.jpg) no-repeat; }


/* --------------------------------------------------------------------------------------
 プリロードイメージ
--------------------------------------------------------------------------------------- */

#image-preload{
	width: 0px;
	height: 0px;
	display: inline;
	background-image:url(../images/home/btn_details.gif);
	background-image:url(../images/home/btn_details_over.gif);
	background-image:url(../images/home/banner_chizunavi_over.jpg);
}

