﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #ffffff;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.8);
}

#wrapper {
	height: auto;
	width: 950px;
}

#header {
	height: auto;
	width: 950px;
	margin: 20px auto 40px auto;
}

.top-cap {
	margin-bottom: 60px;
	padding: 0px 20px;
}

#profile {
	background-color: #2a2a2a;
	width: 800px;
	font-size: 12px;
	margin: 0px auto 60px auto;
	padding: 20px;
}

#profile strong {
	font-size: 16px;
	line-height: 140%;
}

#comment {
	margin-bottom: 60px;
}

h2 {
	color: #cc3300;
	font-size: 26px;
	margin-bottom: 10px;
}


.movie {
	text-align: center;
	margin: 0px auto 50px auto;
}

.movie iframe {
	display: block;
	margin: 0px auto 10px auto;
}

.movie strong {
	color: #99f;
	font-size: 20px;
	line-height: 130%;
}

#shopping {
	text-align: center;
	margin: 80px auto;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

#shopping img {
	display: block;
	margin-bottom: 10px;
}

#inquiry {
	text-align: center;
	height: auto;
	padding-bottom: 20px;
}

.shop_name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
	border-top: 2px #ffffff solid;
}

.clear {
	clear: both;
}

a {
	color: #999999;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #999999;
}	
	
a:visited {
	color: #999999;
}	

a:hover {
	color: #cc3300;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}