html, body {
	height: 100%;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "Osaka", sans-serif;
	position: relative;
	background: #1c212f url(img/header.jpg) top center no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
}

p{
	font-size: 14px;
	margin-top: 20px;
}

p em{
	color: #f0b4e5;
	font-style: normal;
}

p.b{
	font-size: 16px;
}

img{
	vertical-align: top;
}

li{
	display: inline-block;
	list-style: none outside;
	text-align: left;
	vertical-align: top;
}

li.time{
	width: 200px;
}

li.prof{
	width: 600px;
}

li.food{
	width: 350px;
	list-style: disc;
}

li.price{
	width: 100px;
}

/**================================= link Setting =================================**/

a {
	color: #fff;
	text-decoration: none;
	border: 0;
	margin: 0;
}

a:hover {
	color: #c9fffb;
	text-decoration: none;
}

/**================================= contents Setting =================================**/

div.contents{
	width:  800px;
	margin: 0 auto;
	text-align: left;
}

#main{
	width: 800px;
	text-align: left;
}

hgroup{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

h1{
	font-size: 20px;
	line-height: 2;
	margin: 120px 0 30px;
}

#a{
	padding-top: 700px;
}

#z{
	padding-top: 1px;
	padding-bottom: 250px;
	clear: both;
}

#flyer{
	padding-top: 60px;
	text-align: center;
}

#movie{
	padding-top: 60px;
	text-align: center;
}

#chara_pic{
	height: 244px;
	float: left;
}

#chara_txt{
	height: 244px;
	float: right;
}

/**================================= sub Setting =================================**/

#sub{
	background-color: #fff;
	width: 100%;
	height: 150px;
	color: #1C212F;
	text-align: center;
	position: fixed;
	bottom: 0px;
}

#menu{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#sub1{
	width: 300px;
	float: left;
}

#sub2{
	width: 200px;
	padding-top: 10px;
	float: left;
	text-align: center;
}

#sub3{
	width: 230px;
	float: right;
}

#sub4{
	height: 20px;
	width: 70px;
	padding-top: 70px;
	float: right;
}

p.button{
	text-align: right;
	line-height: 0;
	line-break: normal;
	vertical-align: bottom;
}

footer{
	color: #1C212F;
	font-size: 9px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: right;
	clear: both;
}

/**================================= Twitter Setting =================================**/

#tweet{
	text-align: center;
}




