@charset "Shift_JIS";

/********************************
index適用CSS
********************************/

/*div*/

div#index_bottom {
	margin-bottom: 40px;
}


div#bottom_banner img {
	margin-bottom: 5px;
	display: block;
}

div#index_contents {
	margin: 0 10px;
	padding: 20px 10px;
}

div#index_contents p {
	font-size: 80%;
	line-height: 170%;
	margin: 1em 0;
}

div#center_bg {
	background: #416000 url(../../images/index_center_bg.jpg) no-repeat top left;
	padding-top: 20px;
	min-height: 130px;
}
* html body div#center_bg {
	height: 130px;
}

/*indexのメインコンテンツ*/

div#indexContentsLeft {
	width: 400px;
	float: left;
}

/*おすすめ情報*/

div.recommendBox {
	width: 400px;
	height: 150px;
	overflow: auto;
	padding-bottom: 10px;
}

div.recommendBox h4 {
	font-size: 85%;
	font-weight: bold;
	line-height: 180%;
	color: #006600;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

div.osusumePic {
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}

div.osusumeText {
	width: 240px;
	float: right;
}
div.osusumeText p {
	margin-top: 0 !important;
}

div.osusumePic,
div.osusumeText {
	margin-bottom: 10px;
}

/*スタッフからのお知らせ*/

div#staffInfoBox {
	height: 150px;
	overflow: auto;
}

div#staffInfoBox dl {
	margin: 10px;
}

div#staffInfoBox dl dt {
	font-size: 85%;
	font-weight: bold;
	line-height: 180%;
	color: #006600;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
}

div#staffInfoBox dl dd {
	font-size: 80%;
	line-height: 180%;
	margin-bottom: 20px;
}

/*おすすめ横のバナー*/

div#indexContentsRight {
	width: 240px;
	float: right;
}

div#indexMainBanner {
	width: 240px;
}

div#indexMainBanner ul li {
	font-size: 80%;
	margin-bottom: 5px;
}

/*インデックスコンテンツ共通*/

div#indexContentsLeft,
div#indexContentsRight {
	margin-bottom: 20px;
}

/**/

.dropcap {
	font-size: 26px;
	display: block;
	float: left;
	line-height: 140%;
}

h2#index_info {
	font-size: 12px;
	font-weight: normal;
	color: white;
	line-height: 160%;
	margin: 0 10px 20px 10px;
}
h2#index_info strong,
h2#index_info em {
	font-style: normal;
	font-weight: normal;
}
h2#index_info strong {
	margin-right: 5px;
}

div#index_banner img {
	display: block;
	margin-bottom: 5px;
}


h3#h_oshirase_index {
	width: 510px;
	height: 70px;
	background: url(../../images/h_index_oshirase.jpg) no-repeat top left;
	text-indent: -9999px;
}
h3#h_oshirase_index a {
	width: 510px;
	height: 40px;
	display: block;
}

h3#h_daisen_index {
	width: 510px;
	height: 70px;
	background: url(../../images/h_index_daisen.jpg) no-repeat top left;
	text-indent: -9999px;
}
h3#h_daisen_index a {
	width: 510px;
	height: 40px;
	display: block;
}

h3#h_coupon_index {
	width: 510px;
	height: 70px;
	background: url(../../images/h_index_coupon.jpg) no-repeat top left;
	text-indent: -9999px;
}

div.index_con_bg {
	background-color: white;
	margin-bottom: 20px;
}

/*今日の大山*/

div#index_daisen {
	height: 160px;
	position: relative;
}

#todaysDaisen,
div.daisen_date,
#daisen1,
#daisen2,
#yama_umi {
	position: absolute;
}

div.daisen_date {
	width: 70px;
	height: 72px;
	background: url(../../images/date_bg.jpg) no-repeat top ;eft;
	line-height: 80px;
	text-align: center;
	font-family: Arial Black;
	font-size: 20px !important;
	top: 0;
	left: 370px;
}

#todaysDaisen {
	top: 0;
	left: 5px;
}
#daisen1 {
	top: 0;
	left: 160px;
}
#daisen2 {
	top: 0;
	left: 450px;
}
#yama_umi {
	top: 84px;
	left: 360px;
}

.cut {
	width: 200px;
	height: 160px;
	overflow: hidden !important;
}

/*indexカレンダー*/

iframe#cal_frame {
	float: left;
	margin-right: 20px;
}

span.cal_color {
	color: #A4CDFF;
}

div.coupon_mes {
	width: 290px;
	float: right;
}

div.coupon_mes p {
	font-size: 75%;
	line-height: 180%;
	margin-bottom: 1em;
}


/*天気表示*/
div#weather {
	width: 160px;
}
div.weather_link {
	display: none;
}

/*バナー表示部*/

div#leftSideBanner {
	margin: 10px 0 10px 10px;
}

div#leftSideBanner img {
	margin-bottom: 5px;
}

div#leftSideBanner p {
	font-size: 80%;
	line-height: 170%;
	margin: 1em 0;
}

/*営業時間等*/

dl#open {
}

dl#open dt {
	margin-bottom: 10px;
}

dl#open dd {
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

/*カウンター表示*/

div#counter {
	text-align: center;
	margin-top: 20px;
}

/* 雨の日のおもてなし */

div#omotenashi {
	width: 400px;
	height: 180px;
	background: url(../../images/bg-omotenashi.jpg) no-repeat top left;
	position: relative;
}

p#omotenashiTxt {
	text-align: center;
	width: 170px;
	position: absolute;
	top: 120px;
	left: 120px;
	font-size: 20px !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}
