@charset "UTF-8";

/* ---------------------------------
 * common.css
 * Common Style Sheet
 * Date: 2011 05 13   Update: 2011 05 13
 * Auther: Takehiro Momata
 * Range of adjustment: Whole Page
 *----------------------CSS Document */
 

body {
	background-color: #beb098;
	margin: 0 auto;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}
	
#contents {
	font-family: Helvecica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
	width: 980px;
	height: 828px;
}

img {
	border: 0;
}

a:link {
	color: #005bac;
	text-decoration: none;
}
a:visited {
	color: #005bac;
}
a:hover {
	color: #005bac;
	text-decoration: underline;
}
a:active {
	color: #005bac;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

h1.logo {
	flort: left;
	margin-top: 0px;
	paddign: 0px;
	font-size: 1em;
	text-indent: -9999px;
}

h2.telephone_no {
	flort: left;
	margin-top: 0px;
	paddign: 0px;
	font-size: 1em;
	text-indent: -9999px;
}

/* ヘッダー */
#header {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 980px;
	height: 284px;
	background-color: #000;
}

.header_logo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 284px;
	height: 284px;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

.header_right {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 696px;
	height: 284px;
	position: relative;
	top: 0px;
	right: 0px;
}

#header_sec {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 980px;
	height: 200px;
	background-color: #000;
}

.header_logo_sec {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 284px;
	height: 200px;
	background-image: url(../images/logo_bg_sec.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

.header_right_sec {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 696px;
	height: 200px;
	position: relative;
	top: 0px;
	right: 0px;
}

.header_line {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 898px;
	height: 22px;
	position: relative;
	top: 0px;
	left: 0px;
}

.header_title {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: 45px;
	left: 330px;
}

/* フッター */
#footer {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000;
	width: 980px;
	height: 80px;
	padding: 0px;
	display: block;
	position:relative;
	top:0px;
	left:0px;
}

.footer_copy {
	float:right;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 300px;
	font-family: Helvetica;
	font-size: 12px;
	text-align: right;
	color: #fff;
	position:relative;
	top: 8px;
	right: 15px;
}

.footer_menu {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 550px;
	font-family: Helvetica, Osaka-mono;
	font-size: 12px;
	text-align: left;
	position:relative;
	top: 8px;
	left: 12px;
}

.footer_menu a:link {
	color: #fff;
}

.footer_menu a:hover {
	color: #ffb9b4 !important;
	text-decoration: none;
}

.footer_menu a:action {
	color: #fff;
}

.footer_menu a:visited {
	color: #fff;
}



.toppage {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #6a6a6a;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}


.toppage a:link {
	color: #fff;
}

.toppage a:hover {
	color: #fff;
}

.toppage a:action {
	color: #fff;
}

.toppage a:visited {
	color: #fff;
}


.toppage_foods {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #f08200;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_foods a:link {
	color: #fff;
}

.toppage_foods a:hover {
	color: #fff;
}

.toppage_foods a:action {
	color: #fff;
}

.toppage_foods a:visited {
	color: #fff;
}



.toppage_floorguide {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #440115;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_floorguide a:link {
	color: #fff;
}

.toppage_floorguide a:hover {
	color: #fff;
}

.toppage_floorguide a:action {
	color: #fff;
}

.toppage_floorguide a:visited {
	color: #fff;
}



.toppage_beauty {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #a40e5e;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_beauty a:link {
	color: #fff;
}

.toppage_beauty a:hover {
	color: #fff;
}

.toppage_beauty a:action {
	color: #fff;
}

.toppage_beauty a:visited {
	color: #fff;
}



.toppage_amusement {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #601986;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_amusement a:link {
	color: #fff;
}

.toppage_amusement a:hover {
	color: #fff;
}

.toppage_amusement a:action {
	color: #fff;
}

.toppage_amusement a:visited {
	color: #fff;
}



.toppage_sport {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #0d6fb8;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_sport a:link {
	color: #fff;
}

.toppage_sport a:hover {
	color: #fff;
}

.toppage_sport a:action {
	color: #fff;
}

.toppage_sport a:visited {
	color: #fff;
}



.toppage_tutaya {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #171c61;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_tutaya a:link {
	color: #fff;
}

.toppage_tutaya a:hover {
	color: #fff;
}

.toppage_tutaya a:action {
	color: #fff;
}

.toppage_tutaya a:visited {
	color: #fff;
}









.toppage_contact {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 70px;
	height: 15px;
	font-size: 11px;
	color: #727171;
	position:relative;
	top: 17px;
	right: -35px;
}

.toppage_contact a:link {
	color: #727171;
}

.toppage_contact a:hover {
	color: #727171;
}

.toppage_contact a:action {
	color: #727171;
}

.toppage_contact a:visited {
	color: #727171;
}



.toppage_about {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 3px;
	width: 965px;
	height: 15px;
	background-color: #d3a003;
	font-size: 11px;
	color: #fff;
	text-align: right;
	position:relative;
	top: 0px;
	right: 0px;
}

.toppage_about a:link {
	color: #fff;
}

.toppage_about a:hover {
	color: #fff;
}

.toppage_about a:action {
	color: #fff;
}

.toppage_about a:visited {
	color: #fff;
}




.pageclose {
	float: right;
	width: 50px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 11px;
	color: #727171;
	position:relative;
	top: 20px;
}

.pageclose a:link {
	color: #727171;
}

.pageclose a:hover {
	color: #727171;
}

.pageclose a:action {
	color: #727171;
}

.pageclose a:visited {
	color: #727171;
}

.footer_navilist {
	floot: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 200px;
	font-size: 9px;
	color: #ec6305;
	position:relative;
	top: 0px;
	left: 5px;
}




/*  セットリスト  */
#setlist {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 17px;
	width: 980px;
	height: 15px;
	font-size: 13px;
	font-family: Helvetica;
	font-weight: normal;
	color: #0d6fb8;
	position: relative;
	top: 0px;
	left: 0px;
}

#setlist a:link {
	color: #767676;
}

#setlist a:visited {
	color: #767676;
}