@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Antic';
  src: url(../font/Antic-Regular.eot);
  src: local('Antic'),
       url(../font/Antic-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Tallys';
  src: url(../font/Tallys_15.eot);
  src: local('Tallys'),
       url(../font/Tallys_15.ttf) format('truetype');
}

@font-face {
  font-family: 'FertigoPro';
  src: url(../font/FertigoPro-Regular.eot);
  src: local('FertigoPro'),
       url(../font/FertigoPro-Regular.ttf) format('truetype');
}

html{
 	height: 100%;
}

body{
	height: 100%;
	font: 13px Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5{
	color: #222;
}

a:link{
   font-weight: bold;
   color: #333;
   text-decoration: none;
   }

a:visited{
   font-weight: bold;
   color: #333;
   text-decoration: none;
   text-shadow: 1px 1px 2px #ddd; 
   }
	
a:hover{
   font-weight: bold;
   color: #EC7F03;
   text-decoration: none;
   }

a:active{
   font-weight: bold;
   color: #EC7F03;
   text-decoration: none;
   }

img {
	background: url(../img/loading.gif) no−repeat 50% 50%;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.bold{
	font-weight: bold;
}

.underline{
	border-bottom: 1px dotted #C60;
}

.brown{
	padding-right: 2px;
	color: #824805;
}

.normal{
	font-weight: normal;
}

.smaller{
	font-size: 90%;
}




/******************************
wrapper
******************************/
#wrapper{
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

body > #wrapper{
	height: auto;
}




/******************************
header
******************************/
header{
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 0;
	background: url(../img/header_bg.jpg) repeat-x;
}

header h1{
	height: 25px;
	position: relative;
	z-index: 1;
	top: 50px;
  opacity: 0.9;
	filter: alpha(opacity=90);
	margin-left: 662px;
	border-radius: 3px 3px 0 0;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0,0,0,1),0px 3px 5px rgba(0,0,0,0.8);
	color: #fff;
}

header h1 a,
header h1 a:link,
header h1 a:visited,
header h1 a:hover{
	color: #fff;
}

nav{
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -52px;
}

.webkit nav{
	margin-top: -45px;
}
		
nav h2{
	font-weight: bold;
	visibility: hidden;
}

.mozilla nav h2{
	font-size: large;
}

ul#nav_global{
	width: 920px;
	display: block;
	margin: 73px auto 0;
	text-align: center;
	font-size: 12px;
}

.lt-ie10 ul#nav_global{
	margin-top: 80px;
}

ul#nav_global li{
	float: left;
	margin-right: 5px;
	padding-bottom: 3px;
	text-align: center;
}

ul#nav_global li a,
ul#nav_global li a:link,
ul#nav_global li a:visited{
	font-weight: normal;
	color: #fff;
}

ul#nav_global li a span.nav_en,
ul#nav_global li a:link span.nav_en,
ul#nav_global li a:visited span.nav_en{
	margin: 0 6px 0 2px;
	color: #777;
	font-size: 12px;
	font-family: "Antic";
	letter-spacing: 0.1em;
}

ul#nav_global li a span.nav_en_current{
	margin: 0 10px 0 2px;
	color: #f90;
	font-size: 12px;
	font-family: "Antic";
	letter-spacing: 0.1em;
}

ul#nav_global li a:hover span.nav_en{
	color: #fbaa1d;
}




/******************************
container
******************************/
#container{
	min-height: 500px;
	position: relative;
	left: 0;
	z-index: 0;
	margin: auto;
	padding-bottom: 310px;
}




/******************************
slider-wrapper
******************************/
.slider-wrapper{
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 10px 0 90px 0;
	color: #fff;
}



/******************************
article#boxBlog, article#boxNews
******************************/
article#boxBlog{
	width: 960px;
	height: 280px;
	clear: both;
	margin: 0 auto -32px;
	text-align: center;
	box-shadow: 0px 0px 3px #bbb;
}

.lt-ie9 article#boxBlog{
	background: #fff;
	margin: 0 auto -33px;
	box-shadow: 0px 0px 5px #ccc;
	border: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	color: #333;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxNews{
	width: 956px;
	height: 150px;
	background: #fff;
	margin: 0 auto 20px;
	border: 3px double #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px #ddd;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxBlog h2,
article#boxNews h2{
	width: 220px;
	height: 20px;
	float: left;
	padding: 5px 0 5px 10px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-shadow: 0 0 1px #eee;
	line-height: 20px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxNews h2{
	position: relative;
	z-index: 2;
	margin-left: -12px;
}

article#boxBlog h2{
	clear: both;
	margin-left: -10px;
}

article#boxBlog h2 em,
article#boxNews h2 em{
	width: 200px;
	height: 30px;
	display: inline-block;
	*display: inline;
  *zoom: 1;
	background: url(../img/footer_bg.jpg) left center;
	box-shadow: 0px -1px 3px #aaa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=180, Strength=3);
	margin-top: -10px;
	padding: 2px 8px 0 8px;
	border-radius: 3px 3px 0 0;
	border-bottom: 3px double #aaa;
	padding-bottom: 3px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxBlog h2 em a,
article#boxBlog h2 em a:link,
article#boxBlog h2 em a:visited
article#boxNews h2 em a,
article#boxNews h2 em a:link,
article#boxNews h2 em a:visited{
	color: #fff;
	font-weight: normal;
}

article#boxBlog h2 span,
article#boxNews h2 span{
	margin-right: 5px;
	color: #f90;
	font: 14px skia,Lithos,'Lithos Pro',verdana;
}

article#boxBlog h2 em a:hover,
article#boxNews h2 em a:hover{
	color: #fff;
	font-weight: normal;
}

article#boxNews section{
	clear: both;
	width: 926px;
	height: 100px;
	overflow: auto;
  border-top: 1px solid #ddd;
	padding: 10px 15px;
	line-height: 1.6;
	text-align: left;
}

article#boxNews h3{
	border-bottom: 1px dotted #ccc;
	padding: 3px 0;
	letter-spacing: 0.06em;
	font-weight: normal;
}

article#boxNews h3:last-child{
	border-bottom: none;
}

article#boxNews h3 span.normal{
	margin-left: 10px;
}

article#boxBlog p#p_blog,
article#boxNews p#p_news{
	float: left;
	margin-top: 7px;
	padding-left: 6px;
	color: #492202;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: 0.08em;
}
	
#boxNews img:hover{
	opacity: 0.7;
}




/******************************
article#blog rss
******************************/

.rssBody{
	clear: both;
}

article#blog{
	height: 298px;
	overflow: auto;
}

h2#recent_posts{
	font-size: large;
	font-weight: bold;
	visibility: hidden;
}

.rssBody ul{
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	text-align: left;
}

.rssBody ul li.rssRow{
	height: 70px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #aaa;
}

.rssBody ul li:last-child{
	border-bottom: none;
}

.rssBody ul li.rssRow a,
.rssBody ul li.rssRow a:link,
.rssBody ul li.rssRow a:visited{
	color: #824805;
}

.rssBody ul li.rssRow a:hover{
	color: #EC7F03;
}

.rssBody h3{
	float: left;
	display: inline;
	margin: 5px 0 5px 0;
	text-shadow: 0 0 1px #eee;
}

.rssBody div{
	float: right;
	display: inline;
	margin: 5px 5px 5px 0;
	color: #42280A;
}

.rssBody p{
	width: 900px;
	clear: both;
	margin: 0 10px 5px 10px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

article#boxInfo,
article#boxGallery,
article#boxMagazine,
article#boxLink,
article#boxThanks{
	width: 960px;
	min-height: 530px;
	margin: auto;
	text-align: left;
}

article#boxInfo h1,
article#boxGallery h1,
article#boxMagazine h1,
article#boxLink h1,
article#boxInquiry h1,
article#boxThanks h1{
	width: 947px;
	height: 25px;
	background: url(../img/bar_bg.jpg) repeat-x;
	box-shadow: 1px 1px 3px #ccc;
	margin: 20px 0 0 0;
	border-radius: 2px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
  font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;	text-align: left;
	line-height: 25px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxGallery h1{
	width: 980px;
	margin-left: 5px;
	letter-spacing: 0.25em;
}

article#boxInquiry h1,
article#boxThanks h1{
	width: 770px;
	margin-top: 25px;
}

article#boxInfo h1 span,
article#boxGallery h1 span,
article#boxMagazine h1 span,
article#boxLink h1 span,
article#boxInquiry h1 span,
article#boxThanks h1 span{
	margin-left: 10px;
	color: #f90;
	font-weight: normal;
	font-size: 12px;
}

p.catch{
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
}

p.intro{
	width: 930px;
	background: #fff;
	margin: 10px auto 0;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.2em;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

p.introB{
	width: 950px;
	background: #fff;
	margin: -5px auto 0;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

p.intro_gallery{
	width: 950px;
	color: #111;
}

p.intro_gallery a,
p.intro_gallery a:visited,
p.si_central a,
p.si_central a:visited{
	color: #222;
	font-weight: bold;
}

p.intro_gallery a:hover,
p.si_central a:hover{
	border-bottom: 1px dotted #3cf;
	color: #555;
	font-weight: bold;
}

p.si_central em{
	margin: 0 5px;
	font-weight: bold;
}

p.intro_inquiry{
	width: 755px;
}



/***** shop_info *****/
article#boxInfo{
}

#boxInfo_left{
	width: 580px;
	float: left;
}

#boxInfo_right{
	width: 340px;
	float: right;
	margin-top: 10px;
}

#boxInfo_left p.p_info{
	margin: 0 0 0 15px;
	line-height: 1.6;
}


#boxInfo_right img#img_infoA{
	width: 199px;
	float: left;
	box-shadow: 1px 1px 3px #aaa;
	margin-right: 8px;
	border-radius: 2px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

#boxInfo_right img#img_infoB{
	width: 120px;
	float: left;
	box-shadow: 1px 1px 3px #aaa;
	border-radius: 2px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

#blockInfo,
#blockAccess,
#blockMap{
	width: 937px;
	background: #fff;
	box-shadow: 0 0 3px #ddd;
	margin: 20px 5px 0 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 5px 0 5px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

#boxAccess h2{
	width: 90px;
	clear: both;
	float: left;
	margin: 5px 0 0 5px;
}

#boxAccess p{
	width: 400px;
	float: left;
	margin: 5px 0 0 5px;
}

p#googleMap{
	width: 400px;
	float: left;
	box-shadow: 1px 1px 3px #aaa;
	margin: 20px 30px 20px 50px;
	border: 2px solid #151515;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

p#googleMap a,
p#googleMap a:link,
p#googleMap a:visited{	
	width: 390px;
	height: 30px;
	display: block;
	background: #151515;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-align: right;
}

p#googleMap a:hover{
	color: #79B3B7;
}

p#appearance{
	width: 400px;
	float: left;
	box-shadow: 1px 1px 3px #aaa;
	margin: 20px 30px 20px 0;
	border: 2px solid #151515;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

p#appearance span{
	width: 390px;
	height: 30px;
	display: block;
	background: #151515;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-align: right;
}


/***** gallery *****/
article#boxGallery{
}

article#boxGallery h2{
	margin: 10px 0 0 30px;
	color: #492202;
	letter-spacing: 0.1em;
}

ul#box_tj{
	width: 990px;
	height: 25px;
	background: url("../img/bar_bg.jpg") repeat-x;
	box-shadow: 1px 1px 3px #ccc;
	margin: 20px auto -26px;
	border: 1px solid #aaa;
	border-radius: 3px;
	text-align: center;
	line-height: 25px;
}

ul#box_tj li{
	display: inline-block;
}

ul#box_tj li span{
	margin-left: 5px;
	color: #f90;
}

ul#box_tj li#current_gallery{
	color: #f60;
	font-size: 15px;
	letter-spacing: 0.08em;
}

ul#box_tj li a,
ul#box_tj li a:link,
ul#box_tj li a:visited{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 0 1px #aaa;
}

ul#box_tj li#current_gallery span{
	font-size: 13px;
	font-weight: normal;
}

.content_gallery{
	height: 600px;
	margin-top: -20px;
}

ul.ul_gallery{
	margin: 10px 30px 10px;
	font-size: 90%;
	letter-spacing: 0.2em;
}

p.si_central{
	margin: 10px;
	font-size: 90%;
	text-align: right;
}






/***** mail_magazine *****/
article#boxMagazine{
}

section#boxMagazine_left h2{
	width: 323px;
	height: 25px;
	background: url(../img/footer_bg.jpg);
	box-shadow: 1px 2px 2px #ccc;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 25px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

section#boxMagazine_right h2{
	width: 589px;
	height: 25px;
	background: url(../img/footer_bg.jpg);
	box-shadow: 1px 2px 2px #ccc;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 25px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

section#boxMagazine_left{
	width: 328px;
	height: 450px;
	float: left;
	box-shadow: 0 0 2px #ddd;
	margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 1px 6px 6px;
	text-align: left;
	}

section#boxMagazine_right{
	width: 594px;
	height: 450px;
	float: right;
	position: relative;
	box-shadow: 0 0 2px #ddd;
	margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 1px 6px 6px;
	text-align: left;
}

section#boxMagazine_left p#p_magazine{
	position: relative;
	z-index: 1;
	width: 302px;
	height: 393px;
	float: left;
	background: #f90;
	box-shadow: 1px 1px 3px #ccc;
	margin-top: 5px;
	border: 4px solid #ffd;
	border-radius: 8px;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
}

.lt-ie9 section#boxMagazine_left p#p_magazine{
	width: 305px;
}

section#boxMagazine_left p#p_magazine02{
	clear: both;
	padding: 10px 0 0 180px;
	font-size: 12px;
}

section#boxMagazine_left a{
	width: 300px;
	height: 393px;
	display: block;
}

section#boxMagazine_left a em{
	display: block;
	margin: 3px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	line-height: 0.8;
} 

section#boxMagazine_left a span#span_magazine01{
	display: block;
	margin: 30px 0 10px 3px;
	color: #630;
	font-weight: bold;
	line-height: 1.3;
}

section#boxMagazine_left a span#span_magazine02{
	width: 272px;
	display: block;
	margin: 15px 0 0 0;
	padding: 5px;
	color: #4d2803;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

section#boxMagazine_left a span#span_magazine03{
	display: block;
	margin: 5px 0 0 12px;
	color: #4d2803;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
}

section#boxMagazine_left a span#span_magazine04{
	display: block;
	margin: 40px 0 0 10px;
	color: #fff;
	font-weight: normal;
}

section#boxMagazine_left p#p_magazine img{
	display: block;
	margin: -57px 0 0 120px;
}

section#boxMagazine_right img{
	outline: 1px dotted #aaa;
	outline-offset: 1px;
	border: 1px dotted #aaa;
	border-radius: 2px;
	padding: 2px;
}

section#boxMagazine_right #div_magazine001{
	width: 340px;
	height: 230px;
	float: left;
	position: relative;
	margin: 20px 5px 0 5px;
}

section#boxMagazine_right #div_magazine001 p{
	position: relative;
	top: -37px;
	left: 15px;
	z-index: 2;
	color: #600;
	font-size: 20px;
	letter-spacing: 0.2em;
}

section#boxMagazine_right #div_magazine001 img{
	width: 340px;
	height: 225px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: -15px;
}

section#boxMagazine_right #div_magazine002{
	width: 218px;
	height: 392px;
	float: right;
	position: relative;
	margin: 5px 15px 0 0;
	background: #ddd;
}

section#boxMagazine_right #div_magazine002 p{
	position: relative;
	top: -53px;
	left: 100px;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2em;
}

section#boxMagazine_right #div_magazine002 img{
	width: 218px;
	height: 392px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
}

section#boxMagazine_right #div_magazine003_004{
	width: 400px;
	height: 150px;
	position: relative;
	top: -150px;
	left: 0;
	clear: both;
	margin: 0;
}

section#boxMagazine_right #div_magazine003{
	width: 100px;
	height: 150px;
	float: left;
	position: relative;
	margin: 0;
}

section#boxMagazine_right #div_magazine003 p{
	position: relative;
	top: -70px;
	left: 15px;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
}

section#boxMagazine_right #div_magazine003 img{
	width: 100px;
	height: 150px;
	position: relative;
	top: 0;
	left: 5px;
	z-index: 1;
}

section#boxMagazine_right #div_magazine004{
	width: 223px;
	height: 150px;
	float: left;
	position: relative;
	margin: 0;
}

section#boxMagazine_right #div_magazine004 p{
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2em;
}

section#boxMagazine_right #div_magazine004 img{
	width: 223px;
	height: 150px;
	position: relative;
	top: 0;
	left: 22px;
	z-index: 1;
}




/***** link *****/
article#boxLink{
}

article#boxLink h1{
}

article#boxLink h2{
	background: url(../img/footer_bg.jpg);
	box-shadow: 1px 2px 2px #ccc;
	margin: 0 5px 3px 0;
	border-radius: 2px;
	color: #fff;
	font: normal 20px "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: 0px -1px 2px #000, 0px 1px 2px #aaa;
	letter-spacing: 0.2em;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

article#boxLink h3{
	width: 85px;
	height: 15px;
	padding-top: 5px;
	font-size: 10px;
	text-shadow: 0 0 1px #ddd;
}

article#boxLink h3.smallA{
	font-size: 70%;
}

article#boxLink h3.smallB{
	height: 21px;
	margin-top: -6px;
	font-size: 70%;
	line-height: 10px;
}

article#boxLink h3.smallC{
	height: 21px;
	margin-top: -6px;
	font-size: 65%;
	line-height: 10px;}


section#boxSHOP,
section#boxBLOG,
section#boxOTHER{
	width: 300px;
	float: left;
	display: inline;
	box-shadow: 0 0 2px #ddd;
	margin: 0 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 1px 6px 6px;
	text-align: left;
}

section#boxOTHER{
	margin-right: 0;
}

.zitems{
	width:85px;
	float: left;
	margin: 5px 8px 5px 5px;
}

.zitem {
	width:85px;
	height:85px;	
	border:2px solid #222;	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	box-shadow: 1px 1px 3px #bbb;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

.zitem .caption {
	width: 81px;
	display: block;
	background: #000;
	padding: 5px 2px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;	
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}



/***** thanks *****/
#blockThanks{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
	}

#blockThanks p.center{
	font-size: 13px;
}

p#owner{
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}




/******************************
footer
******************************/
footer{
	width: 100%;
	height: 295px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(../img/footer_bg.jpg) left center;
	color: #fff;
	box-shadow: -1px -1px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=4);
}

.mozilla footer{
	height: 285px;
}

footer#footer_gallery{
	height: 60px;
}

footer ul#nav_bottom,
footer#footer_gallery ul{
	width: 960px;
	margin: auto;
	padding: 12px 10px 0 60px;
	text-align: center;
	font: 12px "Josefin Sans";
	letter-spacing: 0.90em;
}

.lt-ie10 .footer ul#nav_bottom,
.lt-ie10 footer#footer_gallery ul{
	width: 900px;
}

footer ul#nav_bottom li,
footer#footer_gallery li{
	float: left;
	margin-right: 5px;
	color: #fff;
	text-align: left;
}

footer ul#nav_bottom li span,
footer#footer_gallery li span{
	margin-left: 5px;
	color: #660;
}

footer ul#nav_bottom li a,
footer#footer_gallery li a,
footer ul#nav_bottom li a:link,
footer#footer_gallery li a:link,
footer ul#nav_bottom li a:visited,
footer#footer_gallery li a:visited{
	color: #fff;
	font-weight: normal;
	text-shadow: 0 0 5px #f30;
	text-decoration: none;
}

footer ul#nav_bottom li a:hover,
footer#footer_gallery li a:hover{
	color: #6FFCFA;
	text-shadow: 0 0 1px #98F9F8;
	text-decoration: none;
}

footer section#boxFooter{
	width: 960px;
	margin: 5px auto 20px;
}

footer section#boxFooter h2{
	width: 739px;
	box-shadow: 0px -1px 3px #111;
	margin-left: 0;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	padding: 10px 10px 10px 25px;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-shadow: 0 0 1px #000;
	letter-spacing: 0.2em;
}

footer section#boxFooter h2 span{
	margin-right: 5px;
	color: #f90;
	font: 14px skia,Lithos,'Lithos Pro',verdana;
	letter-spacing: 0.08em;
}

footer #boxFooter_info{
	width: 759px;
	float: left;
	display: inline;
	box-shadow: 0px 1px 3px #111;
	margin-left: 0;
	border-radius: 0 0 2px 2px;
	padding: 15px 0 19px 15px;
	color: #bbb;
	font-size: 95%;
	text-align: center;
	text-shadow: 0 0 1px #000;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

footer h3{
	width: 90px;
	clear: both;
	float: left;
	background: url(../img/address_bg.png) no-repeat left center;
	margin-left: 5px;
	padding-left: 23px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}

footer p.footer_info{
	width: 600px;
	float: left;
	color: #fff;
	text-align: left;
	letter-spacing: 0.1em;
}

footer ul#footer_infoB{
	width: 600px;
	float: left;
	margin: 5px 0 0 119px;
	color: #fff;
	text-align: left;
	font-size: 90%;
}

section#boxQR{
	width: 157px;
	float: right;
	margin: -40px 20px 0 0;
}

footer section#boxFooter h2#QR{
	width: 157px;
	height: 180px;
	box-shadow: 0px 1px 3px #111;
	margin: 0 0 3px 5px;
	border-radius: 2px; 
	padding: 7px;
	letter-spacing: 0.15em;
}

footer section#boxFooter h2#QR img{
	width: 147px;
	height: 147px;
	display: block;
	margin: 5px auto;
	box-shadow: 3px 3px 3px #111;
	border-radius: 3px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

footer p#QRcode{
	width: 100px;
	margin: -30px 0 0 35px;
	border-left: 8px double #660;
	padding-left: 5px;
	font-size: 11px;
	text-shadow: 0 0 1px #000;
}

footer small{
	height: 30px;
	clear: both;
	background: url(../img/footer_bg02.jpg) repeat-x left center;
	box-shadow: -1px 1px 7px #000;
	padding-top: 0;
	color: #eee;
	text-shadow: 0 0 1px #000;
	font-family: "Josefin Sans";
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 30px;
  behavior: url("http://hotaru-des-hotaru.com/PIE.htc");
}

.win.ff2 footer small{
 font-family: Verdana;
}


/***** button（ このcssのみでアニメーション可能。jsの使用なし。）*****/
.button{
	text-decoration:none !important;
	white-space:nowrap;
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:10px 0;
	background-repeat:no-repeat;

	/* The following two rules are fallbacks, in case
	   the browser does not support multiple backgrounds. */
	background-position:bottom left;
	background-image:url('../img/button_bg.png');

	/* Multiple backgrounds version. The background images
	   are defined individually in color classes */
	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;
	
	/* Animating the background positions with CSS3 */
	/* Currently works only in Safari/Chrome */
	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
	transition:background-position 1s;
}

.button02{
	padding:10px 20px;
}

.button:hover{
	/* The first rule is a fallback, in case the browser
	   does not support multiple backgrounds
	*/
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}

.button:active{
	/* Moving the button 1px to the bottom when clicked */
	bottom:-1px;
}

.lt-ie10 .button{
	background: none;
}

#topcontrol{
	z-index: 3;
}