﻿@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;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 50px;
	padding-top: 600px;
}

.border {
	width: 820px;
	margin: 0 auto;
	border-top: 1px #505050 solid;
}

.content-block {
	width: 820px;
	margin: 34px auto 34px auto;
	line-height: 130%;
}

h1 {
	color: #33cc00;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Century Gothic";
}

.left-image {
	width: 300px;
	padding-right: 10px;
	float: left;
}

.right-image {
	width: 300px;
	padding-left: 10px;
	float: right;
}

.left-text {
	width: 510px;
	float: left;
}

.right-text {
	width: 510px;
	float: right;
	text-align: left;
}

li {
	list-style-type: none;
	display: inline;
}

h2 {
	color: #33cc00;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.interview {
	width: 640px;
	float: left;
}

.gigs {
	width: 200px;
	float: left;
}

.interview-text {
	width: 420px;
	margin: 0px 10px;
	float: right;
}

.interview-text p {
	margin-bottom: 2em;
}

.poster {
	width: 180px;
	float: right;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}

.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*/
}