@charset "utf-8";

/*
----------------------------------------------------------
	青いナポリ
	COMMON
---------------------------------------------------------
*/

/*common
////////////////////////////////////////*/

*html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}



a:link  {color: #003366;}
a:visited {color: #003366;}
a:hover  {color: #003366;}
a:active {color: #003366;}
h1,h2,h3,h4,h5,h6,div,p,ul,li,dl,dt,dd,table,tr,th,td{
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0em;
	line-height: 1.5em;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/*layout
////////////////////////////////////////*/
/*header*/
#header{
	height: 83px;
	width:100%;
	background:url(../images/header_bg.gif);
}

#header #header_Inner{
	width:900px;
	height:83px;
	margin:0 auto;
	position:relative;
}

#header #header_Inner #logo{
	width: 211px;
	height: 67px;
	padding-top:8px;
	float:left;
}
#header #header_Inner #logo h1 a{
	background-image: url(../images/h1_logo.png);
	width: 211px;
	height: 67px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#header #header_Inner h2{
	float:left;
	text-align:right;
	width:689px;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	right:0px;
	top:50px;
	color:#2d2205;
}

#header #header_Inner .fb-like{
	display:block;
	text-align:right;
	position:absolute;
	right:0px;
	top:10px;
}

/*headTitle*/
#headTitleWrapper{
	width:100%;
	height:230px;
	background:url(../images/top_mainImage_bg.gif) repeat-x;
}
#headTitleWrapper h3{
	width:900px;
	height:200px;
	margin:0 auto;
	position:relative;
	top:15px;
}


/*Gnavi*/

#GnaviWrap{
	width:100%;
	height:68px;
	background:url(../images/navi_bg.gif) repeat-x;
}
ul.main{
	width:900px;
	height:68px;
	margin:0 auto;
	z-index:100;
}

ul.main li{
	float:left;
	width:128px;
	height:68px;
	position:relative;
}
ul.main li a{
	display:block;
	width:128px;
	height:68px;
}
ul.main li.navi6 a{
	display:block;
	width:132px;
	height:68px;
	background:#FC3;
}

ul.main li a:hover{
	color:#333333;
	background:#FC3;
}
ul.sub li ul.sub{
    position:absolute;
    left:180px;
    top:0;
	width:180px;
	height:68px;
	background:#F63;
	margin-bottom:1px;
}
ul.sub{
    display:none;
}
ul.main:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}
/* IE7 対策 */
ul.main{
	zoom:1;
	margin-bottom:50px;
}
*+html ul.main li{
    display:inline;
    zoom:1;
}
*+html ul.sub{
    zoom:1;
    position:relative;
}


/*contents*/
#contentsWrapper{
	width:100%;
	background:url(../images/contents_bg.gif);
	padding-bottom:30px;
}
#contents{
	margin: 0 auto;
	padding:20px;
	width: 900px;
}
#contents p{
	line-height:170%;
}
#contents:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

#contents #yoyaku{
	width:232px;
	height:230px;
	position:absolute;
	top:90px;
	right:30px;
}

/**footer*/
#footer{
	margin: 15px auto 30px;
	width: 900px;
}
#footer #footerMenu{
	margin-bottom: 10px;
	background-image: url(../images/footer_ul_bg.gif);
	width: 900px;
	height: 30px;
}
 #footer #footerMenu ul{
	margin: 0 auto;
	list-style: none;
	width: 650px;
}
#footer #footerMenu ul li{
	color: #FFFFFF;
	display: inline;
}
#footer #footerMenu ul li a{
	text-decoration:none;
	color: #FFFFFF;
	line-height: 2.5em;
}
#footer #footerLogo{
	padding-left: 20px;
	width: 210px;
	height: 50px;
	float: left;
}
#footer #footerLogo p a{
	width: 210px;
	height: 50px;
	display: block;
	overflow: hidden;
	background-image: url(../images/footer_logo.png);
	text-indent: -9999px;
}
#footer #footerAddress{
	padding-left: 50px;
	width: 285px;
	height: 50px;
	float: left;
}
#footer #footerAddress address{
	width: 285px;
	height: 50px;
	background-image: url(../images/footer_address.png);
	text-indent: -9999px;
}
#footer #footerCopyright{
	padding-left: 30px;
	width: 285px;
	height: 50px;
	float: left;
}
#footer #footerCopyright p{
	width: 285px;
	height: 50px;
	background-image: url(../images/footer_copyright.png);
	text-indent: -9999px;
}

p.gotoTop{
	margin-top: 5px;
	line-height: 1.4em;
	text-indent: 20px;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100px;
	float: right;
}
p.print{
	margin-top: 5px;
	font-weight: normal;
	line-height: 1.4em;
	text-indent: 20px;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 130px;
	float: right;
}

/*LINKS*/

#contentsBox h3{
font-size:21px;
font-weight:bold;
color:#004520;
line-height:1.0em;
margin-bottom:20px;
}
	
.contentsBox .shopContainer{
	width:950px;
	padding:20px 0;
	margin-bottom:30px;
	display:block;
}


.contentsBox .shopContainer div.shop{
	width:190px;
	margin:10px 5px;
	float:left;
	display:block;
	height:190px;
}

.contentsBox .shopContainer h3{
	margin:5px 0;
	font-size:28px;
	font-weight:bold;
}
.contentsBox .shopContainer img{
	padding:3px;
	border:#ccc 1px solid;
}

.contentsBox .shopContainer div.shop h4{
	width:164px;
	margin-bottom:8px;
	padding-bottom:1px;
	border-bottom:#ccc 2px solid;
	color:#004520;
}

.contentsBox .shopContainer div.shop h5{
	margin:5px 0;
	font-size:11px;
	color:#004520;
}

.contentsBox .shopContainer:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}

