@charset "utf-8";

/* ==================================================

怪獣酒場 スタイルシート

================================================== * /


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
a img {
	border:none;
}

body {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:0;
	text-align:center;
	font-size:80%;
	line-height:1.33;
	background-color:#231815;
	color:#fff;
}
.fs {
	font-size:85%;
}
.fl {
	font-size:125%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#face2c;
	text-decoration:none;
}
a:hover,
a:active {
	color:#face2c;
	text-decoration:underline;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.warning {
	color:#e61e1e;
	background-color:#face2c;
	border:solid 1px #face2c;
	padding:10px 15px;
	margin:5px 0 12px;
}

.header {
	position:relative;
	width:930px;
	margin:0 auto;
	text-align:center;
}
.header h1 {
	text-align: center;
}
.header .header-tsubuyaki {
	position:absolute;
	top:35px;
	right:215px;
	width:110px;
	height:100px;
}
.header .header-text {
	padding-top: 15px;
}
.main {
	width:930px;
	margin:0 auto;
	padding-top: 30px;
	text-align:left;
}
.footer {
	padding:60px 0 20px;
	text-align:center;
}
.footer .footer-text {
	font-weight:bold;
	padding-bottom: 3px;
}
.footer .copyright {
	padding:18px 0;
	font-size:85%;
	color: #c8c8c8;
}

.copy {
	padding-bottom:10px;
}

/* トップページ 
--------------------------------------------------------------------*/
#top .lang-area {
	padding: 20px 0 10px;
	margin: 0 auto;
	width: 199px;
}
#top .lang-area div.top {
	float: left;
	width: 61px;
	text-align: center;
}
#top .lang-area div {
	float: left;
	width: 69px;
	text-align: center;
}
#top .lang-area div img {
	margin-left: 9px;
}

#top .link-area {
	text-align: center;
}
#top .link-area .left {
	float: left;
	width: 450px;
}
#top .link-area .right {
	float: right;
	width: 450px;
}
#top .link-area .btn {
	padding-top: 12px;
}
#top .recruit {
	padding-top: 20px;
}
#top h2 {
	padding-top: 50px;
	text-align: center;
}
#top .information-area {
	background-color: #433312;
}
#top .information-area th,
#top .information-area td {
	padding: 13px 0 12px;
	border-bottom: solid 5px #231815;
}
#top .information-area th {
	width: 130px;
}
#top .information-area th p {
	background: url(../img/arrow_1.png) no-repeat 15px 5px;
	padding-left: 27px;
	color: #fff;
}
#top .information-area td p a {
	font-weight: bold;
}

/* バルタン店長からのあいさつ
--------------------------------------------------------------------*/
#message .message-main {
	margin:0 auto;
	width:1000px;
	text-align:left;
}
#message .close {
	padding-top:20px;
	text-align:center;
}
#message .message-copyright {
	text-align:center;
	padding:40px 0 20px;
	font-size:85%;
	color: #c8c8c8;
}





