@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/11/07
	Last Modified: 2007‒11‒07
	Site Name: enoshima-harumi
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: all

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
strong   { color:#a50004; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}

a {color:#8b0000;}
a:visited { color:#b16c4f;}

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#d4e5f7;
	line-height:150%;
	letter-spacing:1px;
	color:#595858;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-red2   {color:#600;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	text-align:left;
	padding-left:5px;
	}
	
h3 {
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",Geneva, Arial, Helvetica, sans-serif;
	background:url(image/h3.jpg) no-repeat left center;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div#wrapper { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper { height: 1% }
.clearfix,
div#wrapper {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

h2 a:hover img{
	opacity:1;
	filter: alpha(opacity=100);
}


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }

/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	padding:10px 17px 10px 4px;
	background-color:#fff;
	text-align:left;
	margin:0 auto;
	}
	
div#content {
	width:560px;
	}
	
div.main {
	padding:10px 0;
	padding-bottom:30px;
	text-align:justify;
	text-justify:inter-ideograph;
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:100%;
	}
	
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:40px;
	background:url(image/footer.jpg) no-repeat;
	clear:both;
	text-align:center;
	}
	
#footer p{
	}
	
div#back-bottom {
	width:100%;
	height:200px;
	padding-top:5px;
	background:url(image/background.jpg) repeat-x left bottom;
	clear:both;
	text-align:center;
	}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
#sidebar               { width:205px; }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	text-align:center;
	}

div.side-form ul{
	width:100%;
	text-align:center;
	}
	
div.side-form ul li{
	width:195px;
	margin:0 auto;
	margin-bottom:5px;
	text-indent:-9999px;
	}
	
div.side-form ul li a{
	display:block;
	width:195px;
	height:50px;
	}
	
li#menuFood a    { background:url(image/menu-01.jpg) no-repeat;	}
li#menuDrink a   { background:url(image/menu-02.jpg) no-repeat;	}
li#menuVoice a   { background:url(image/menu-03.jpg) no-repeat;	}
li#menuAccess a  { background:url(image/menu-04.jpg) no-repeat;	}
li#menuEnoshima a{ background:url(image/menu-05.jpg) no-repeat;	}
	
li#menuFood a:hover    { background:url(image/menu-01-2.jpg) no-repeat;	}
li#menuDrink a:hover   { background:url(image/menu-02-2.jpg) no-repeat;	}
li#menuVoice a:hover  { background:url(image/menu-03-2.jpg) no-repeat;	}
li#menuAccess a:hover  { background:url(image/menu-04-2.jpg) no-repeat;	}
li#menuEnoshima a:hover{ background:url(image/menu-05-2.jpg) no-repeat;	}

div#bannerOsusume,div#bannerBlog { text-indent:-9999px; }

div#bannerOsusume a {
	display:block;
	width:205px;
	height:121px;
	background:url(image/banner-01.jpg) no-repeat;
	}
	
div#bannerOsusume a:hover{
	background:url(image/banner-01_2.jpg) no-repeat;
	}
	
div#bannerBlog a {
	display:block;
	width:205px;
	height:121px;
	background:url(image/banner-02.jpg) no-repeat;
	}
	
div#bannerBlog a:hover{
	background:url(image/banner-02_2.jpg) no-repeat;
	}
	
div#info{
	text-align:left;
	margin:5px 3px;
	padding:5px;
	border:1px #ccc solid;
	}
	
div#info table {
	font-size:10px;
	}
	
/* entry
==========================================================*/
div.entry-body{
	
	}
	
div.entry-body p{
	margin-bottom:10px;
	}
		
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}

	
/* table
==========================================================*/
table.tbl-price {
	margin:10px 0;
	}
	
table.tbl-price td{
	padding-bottom:10px;
	}


/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* all
==========================================================*/
div#flash {
	background:url(image/flash.jpg) no-repeat left top;
	width:810px;
	height:560px;
	}
	
div#flash-inner {
	padding-top:5px;
	}
	
dl.rese-tbl {
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:2px dotted #333;
	clear:both;
	}
	
dl.rese-tbl dt{
	width:360px;
	float:left;
	clear:both;
	padding-top:5px;
	}
	
dl.rese-tbl dd{
	width:200px;
	float:right;
	text-align:right;
	}
	
dl.rese-tbl dt strong{
	font-size:16px;
	font-weight:bold;
	color:#8b0000;
	padding-right:10px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",Geneva, Arial, Helvetica, sans-serif;
	}
	
dl.rese-tbl dt b{
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",Geneva, Arial, Helvetica, sans-serif;
	}