﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Quattrocento);

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #e0e0e0;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.4);
}

#wrapper {
	height: auto;
	width: 900px;
	margin: 0px auto;
}

#header {
	width: 900px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.top-cap {
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 50px;
	padding: 0px 30px;
}

.content-block {
	width: 800px;
	margin: 0px auto 50px auto;
}

h1 {
	color: #33cc00;
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.img-left {
	font-size: 12px;
	color: #999999;
	display: block;
	text-align: center;
	padding: 0px 10px 10px 0px;
	float: left;
}

.img-right {
	font-size: 12px;
	color: #999999;
	display: block;
	text-align: center;
	padding: 0px 0px 10px 10px;
	float: right;
}




#shopping {
	text-align: center;
	margin: 50px auto;
}

.return-index {
	text-align: center;
	margin: 20px auto 40px auto;
}

#inquiry {
	text-align: center;
	padding-bottom: 20px;
}

.inquiry-title {
	background-color: #333333;
	width: 540px;
	font-size: 20px;
	font-weight: bold;
	margin: 0px auto 10px auto;
	padding: 6px 0px;
}

.shop_name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
}

.tel {
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	color: #900;
	line-height: 35px;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

a {
	color: #208000;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #208000;
}	
	
a:visited {
	color: #208000;
}

a:hover {
	color: #33cc00;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}