@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

/* ======================================

 index.html
 2008.3.6
 
 Color Cordination
 Key Color: #15252e(Dark Indigo)

======================================= */

/* ======================================

 main (OVERRIDE)
 
 base style:
 see structure.css

======================================= */

/*#main
{
	background: #15252e url(../img/index/bg_contents_repeat.gif) repeat-x 0 0;
}
#main div.wrapper
{
	width: 648px;
	padding: 16px 50px 0 302px;
	background: url(../img/index/bg_contents.jpg) no-repeat 0 0;
}*/

/* ======================================

 showcase

======================================= */

#showcase
{
	width: 648px;
}



/*---------------------------------------------
01. contents
02. clearfix
---------------------------------------------*/

/*---------------------------------------------
01. #contents
---------------------------------------------*/
#contents	{ width: 610px; padding: 15px 15px 40px; border: 1px solid #e5e5e5; background: #fff; }
#contents #top h2	{ padding: 20px 0px 10px; }
#contents #top h3	{ padding: 0px 0px 15px; }
#contents #top h4	{ padding: 0px 0px 5px; margin-bottom: 7px; border-bottom: 1px solid #ccc; }

#contents #top .box	{ width: 610px; padding: 3px 0px 10px; }
#contents #top .boxLeft		{ float: left; width: 305px; }
#contents #top .boxRight	{ float: right; width: 305px; }
#contents #top .bottomSpace	{ padding-bottom: 0px; }
#contents #top .topSpace	{ padding-top: 0px; }

#contents #top .box1			{ width: 610px; }
#contents #top .box1Left		{ float: left; width: 415px; }
#contents #top .box1Left dl		{ padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px dashed #ccc; }
#contents #top .box1Left dt		{ clear: both; float: left; width: 90px; padding-left: 10px; background: url("../img/index/top_arrow.gif") no-repeat 0px 0.5em; }
#contents #top .box1Left img	{ padding-right: 7px; }
#contents #top .box1Left dd		{ padding: 0px 0px 0px 100px; }
#contents #top .box1Left .last	{ margin-bottom: 23px; }
#contents #top .box1Left ul		{ padding-bottom: 25px; }
#contents #top .box1Left li		{ padding: 0px 0px 7px 10px; margin-bottom: 7px; border-bottom: 1px dashed #ccc; background: url("../img/index/top_arrow.gif") no-repeat 0px 0.5em; }

#contents #top .box1Left .noSpace	{ padding-bottom: 0px; margin-bottom: 0px; }
#contents #top .box1Left .noSpace1	{ margin-bottom: 0px; }
#contents #top .box1Left .space1	{ padding-bottom: 7px; }
#contents #top .box1Left .space2	{ margin-bottom: 20px; }

#contents #top .box1Right			{ float: right; width: 179px; }
#contents #top .box1Right li		{ padding-bottom: 5px; }
#contents #top .box1Right .noSpace	{ padding-bottom: 0px; margin-bottom: 0px; }

#contents #top a:link		{ color: #15252e; text-decoration: underline; }
#contents #top a:visited	{ color: #15252e; text-decoration: underline; }
#contents #top a:active		{ color: #15252e; text-decoration: none; }
#contents #top a:hover		{ color: #15252e; text-decoration: none; }

#contents #top .hotelNews		{ font-size: 14px; text-align: center; font-weight: bold; color: #fff; padding: 5px; background-color: #12416F; }
#contents #top .electricity		{ background: #eee; border-bottom: 2px solid #12416F; border-left: 2px solid #12416F; border-right: 2px solid #12416F; padding: 10px; margin-bottom: 30px; }
#contents #top .electricity dt	{ font-weight: bold; color: #12416F; padding-bottom: 3px; }
#contents #top .electricity a:link		{ color: #333; text-decoration: underline; }
#contents #top .electricity a:visited	{ color: #333; text-decoration: underline; }
#contents #top .electricity a:active	{ color: #333; text-decoration: none; }
#contents #top .electricity a:hover		{ color: #333; text-decoration: none; }


/*---------------------------------------------
02. clearfix
---------------------------------------------*/
.clearFix:after  { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearFix        { display: inline-block; }
* html .clearFix { height: 1%; }
.clearFix        { display: block; }

/* contents
---------------------------------------------*/
#contents #top .box:after  { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
#contents #top .box        { display: inline-block; }
* html #contents #top .box { height: 1%; }
#contents #top .box        { display: block; }

#contents #top .box1:after  { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
#contents #top .box1        { display: inline-block; }
* html #contents #top .box1 { height: 1%; }
#contents #top .box1        { display: block; }





#contents #row1
{
	margin-bottom: 10px;
}

#contents div.container ul.list li
{
	width: 7em;
	margin: 0 0 0 auto;
	padding-right: 10px;
	font-size: 84%;
}
#contents div.container ul.list li a
{
	display: block;
	padding-left: 10px;
	background: url(../img/common/arrow_r.gif) no-repeat left center;
}
#contents div.container ul.list li a:hover
{
	background: #ab9830 url(../img/common/arrow_r.gif) no-repeat left center;
}

#contents .banner ul		{ padding-bottom: 10px; }
#contents .banner li 		{ float: left; width: 190px; margin-right: 20px; }
#contents .banner .last		{ margin-right: 0px; }
#contents .banner .bottomSpace	{ padding-bottom: 25px; }



.clearFix:after  { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearFix        { display: inline-block; }
* html .clearFix { height: 1%; }
.clearFix        { display: block; }



/* ========== what's new ========== */

#whatsnew
{
	float: left;
	width: 352px;
}
#whatsnew table.new
{
	width: 330px;
	margin: 5px 10px;
}
#whatsnew table.new td
{
	background: url(../img/common/dotted_line.gif) repeat-x left bottom;
}
#whatsnew table.new td.icon
{
	margin:2px 0 2px 0;
	padding-right: 5px;
}
#whatsnew table.new td.icon a
{
	display: block;
	padding-left: 9px;
	background: url(../img/common/arrow_r.gif) no-repeat left center;
}
#whatsnew table.new td.note a
{
	display: block;
	margin:2px 0 2px 0;
}
#whatsnew table.new th
{
	font-weight: bold;
	margin:2px 0 2px 0;
}

/* ========== what's new long ========== */

#whatsnewlong
{
	float: left;
	width: 422px;
	margin:10px 0 0 0;
}
#whatsnewlong table.new
{
	width: 400px;
	margin: 5px 10px;
}
#whatsnewlong table.new td
{
	background: url(../img/common/dotted_line.gif) repeat-x left bottom;
}
#whatsnewlong table.new td.icon
{
	padding-right: 5px;
}
#whatsnewlong table.new td.icon a
{
	display: block;
	padding-left: 9px;
	background: url(../img/common/arrow_r.gif) no-repeat left center;
}
#whatsnewlong table.new td.note
{
	width: 360px;
}
#whatsnewlong table.new td.note a
{
	display: block;
}
#whatsnewlong table.new th
{
	font-weight: bold;
}

/* ========== blog banner ========== */

#blogBanner
{
	float: right;
	width: 180px;
	margin:10px 0 0 0;
}

#blogBanner ul li
{
	margin-bottom: 1px;
}

#blogBanner .tenantBtm	{ margin-bottom: 5px; }

/* ========== reservation ========== */

#reservation
{
	float: right;
	width: 240px;
	background: url(../img/index/bg_search_body.gif) repeat-y left top;
}
#reservation div.setBgBottom
{
	padding: 0 10px 15px;
	background: url(../img/index/bg_search_bottom.gif) no-repeat left bottom;
}
#reservation label
{
	vertical-align: middle;
}
#reservation ul.action
{
	width: 200px;
	margin: 0 auto;
}

/* ========== sightseeing ========== */

#sightseeing
{
	float: left;
	width: 298px;
}
#sightseeing ul.new
{
	width: 278px;
	margin: 5px 10px;
}
#sightseeing ul.new li
{
	font-size: 84%;
}
#sightseeing ul.new li a
{
	display: block;
	padding-left: 10px;
	background: url(../img/common/arrow_r.gif) no-repeat 0 0.6em;
}
	* html #sightseeing ul.new li a
	{
		width: 268px;
	}

#sightseeing ul.new li a:hover{
	display: block;
	padding-left: 10px;
	background: #ab9830 url(../img/common/arrow_r.gif) no-repeat 0 0.6em;
}
#link_t{
	width: 540px;
	margin-left: 50px;
	height: 68px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#link_t h1{
	float: left;
	margin-right: 20px;
	height: 50px;
	width: 178px;
	margin-top: 9px;
}
#link_t h2{
	float: left;
	margin-right: 20px;
	height: 68px;
	width: 136px;
}

#link_t h3{
	float: left;
	margin-left: 20px;
	height: 68px;
	width: 136px;
}

/* ========== recommend ========== */

#recommend
{
	float: right;
	width: 296px;
}
#recommend table.pickup
{
	width: 276px;
	margin: 0 10px 5px;
}
#recommend table.pickup td
{
	font-size: 84%;
	padding: 5px 0;
	vertical-align: top;
}
#recommend table.pickup td.thumb
{
	padding-right: 5px;
}
#recommend table.pickup td.thumb a
{
	display: block;
	padding-left: 9px;
	background: url(../img/common/arrow_r.gif) no-repeat left center;
}
#recommend table.pickup td.note
{
	background: url(../img/common/dotted_line.gif) repeat-x left bottom;
}
#recommend table.pickup td.note a
{
	display: block;
}

/* ========== banners ========== */

#banners
{
	width: 642px;
	margin: 20px 4px 4px;
}
#banners ul li
{
	float: left;
}
#banners ul li.lastChild
{
	float: right;
}

/* ========== neputa banner ========== */

dl.neputa_ban{
display:block;
width:523px;
height:104px;
margin:0 0 20px 0;
padding:0 0 0 83px;
background:url(/hirosaki/img/index/ban_neputa.jpg) no-repeat 0 0;
}

	dl.neputa_ban dt{
	display:block;
	float:left;
	width:287px;
	height:54px;
	text-indent:-9999px;
	}

	dl.neputa_ban dd.btn{
	display:block;
	float:left;
	width:287px;
	height:45px;
	text-indent:-9999px;
	display: inline;
	}

		dl.neputa_ban dd.btn a{
		display:block;
		width:287px;
		height:45px;
		}

	dl.neputa_ban dd.blog{
	display:block;
	float:right;
	width:234px;
	height:104px;
	text-indent:-9999px;
	display: inline;
	}

		dl.neputa_ban dd.blog a{
		display:block;
		width:234px;
		height:104px;
		}

div#row1 dl.neputa_ban dd.btn a:hover{
background:url(/hirosaki/img/index/ban_neputa.jpg) no-repeat -83px -158px;
}

div#row1 dl.neputa_ban dd.blog a:hover{
background:url(/hirosaki/img/index/ban_neputa.jpg) no-repeat -372px -104px;
}

#contents p.chcake_ban,
#contents p.chcake_ban a{
display:block;
width:604px;
height:104px;
margin:0 0 20px 0;
background:url(/hirosaki/img/index/ban_chcake.jpg) no-repeat 0 0;
text-indent:-9999px;
}

#contents p.chcake_ban a:hover{background:url(/hirosaki/img/index/ban_chcake.jpg) no-repeat 0 -104px;}


/*----------------------
NX}XP[L
----------------------*/
#contents p.chcake_ban_half{
clear:both;
float:left;
margin:0 0 10px 0;
}

#contents p.chcake_ban_half,
#contents p.chcake_ban_half a{
display:block;
width:300px;
height:104px;
margin:0 0 10px 0;
background:url(/hirosaki/img/index/ban_chcake-half.jpg) no-repeat 0 0;
text-indent:-9999px;
}

#contents p.chcake_ban_half a:hover{background:url(/hirosaki/img/index/ban_chcake-half.jpg) no-repeat 0 -104px;}

/*----------------------
YNEVN・ｼ
----------------------*/
#contents p.bousin_half{
float:right;
}

#contents p.bousin_half,
#contents p.bousin_half a{
display:block;
width:300px;
height:104px;
margin:0 0 10px 0;
background:url(/hirosaki/img/index/ban_bousinnenkai.jpg) no-repeat 0 0;
text-indent:-9999px;

}


#contents p.bousin_half a:hover{background:url(/hirosaki/img/index/ban_bousinnenkai.jpg) no-repeat 0 -104px;}


/*----------------------
NX}XXyVv
----------------------*/

dl.xmas_ban{
display:block;
width:610px;
height:104px;
margin:0 0 10px 0;
padding:0 0 0 0px;
background:url(/hirosaki/img/index/ban_xmas20082.jpg) no-repeat 0 0;
}

	dl.xmas_ban dt{
	display:block;
	float:left;
	width:232px;
	height:104px;
	text-indent:-9999px;
	}

	dl.xmas_ban dd.plan1,
	dl.xmas_ban dd.plan2,
	dl.xmas_ban dd.plan3{
	display:block;
	float:left;
	width:126px;
	height:104px;
	text-indent:-9999px;
	display: inline;
	}

		dl.xmas_ban dd.plan1 a,
		dl.xmas_ban dd.plan2 a,
		dl.xmas_ban dd.plan3 a{
		display:block;
		width:126px;
		height:104px;
		}


div#row1 dl.xmas_ban dd.plan1 a:hover{
background:url(/hirosaki/img/index/ban_xmas20082.jpg) no-repeat -232px -104px;
}

div#row1 dl.xmas_ban dd.plan2 a:hover{
background:url(/hirosaki/img/index/ban_xmas20082.jpg) no-repeat -358px -104px;
}

div#row1 dl.xmas_ban dd.plan3 a:hover{
background:url(/hirosaki/img/index/ban_xmas20082.jpg) no-repeat -484px -104px;
}



/*----------------------
I LOVE HIROSAKI
----------------------*/
p.i_love_hirosaki{
clear:both;
float:left;
margin:0 0 10px 0;
}

/*----------------------
wine no tsudoi
----------------------*/
p.wine{
float:right;
margin:0 0 10px 0;
}


/*----------------------
bnr
----------------------*/
ul#attention{
	padding:0 0 10px;
}

ul#attention li{
float:left;
}
ul#notice{
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	background-image: url(/notice/image/caution02.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 32px;
	margin-bottom: 5px;
}

ul#notice li a{
	background-repeat: no-repeat;
	font-size: 10pt;
	text-decoration: underline;
	color: #CC0000;
	padding: 0px;
}
ul#notice li a:link{
	background-repeat: no-repeat;
	font-size: 10pt;
	text-decoration: underline;
	color: #CC0000;
	padding: 0px;
}

ul#notice li a:hover{
	background-repeat: no-repeat;
	font-size: 10pt;
	text-decoration: underline;
	color: #FF6600;
	background-color: #f0f0f0;
	padding: 0px;
}
ul#notice span{
	font-size: 7pt;
	color: #666666;
	padding: 0px;
}
