@charset "utf-8";

/* ------------------------- 共通 ------------------------- */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

h1,h2,h3,h4,h5,em,i{
	font-size:12px;
	font-weight:normal;
}

html{
	height:100%;
}

body{
	background-color:#000;
	height:100%;
	color:#333;
	font-size:12px;;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	text-align:center;
}

a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#999;
}

#bold{
	font-weight:bold;
}

#clear{
	clear:both;
}

/* ------------------------- ブロックレイアウト ------------------------- */

#page{
	margin:20px auto;
	width:850px;
	height:100%;
}

#author{
	color:#fff;
	margin:10px;
	margin-top:-20px;
	margin-bottom:15px;
	font-size:10px;
	text-align:center;
}

#footer{
	color:#fff;
	margin:-20px 0 10px 0;
	font-size:10px;
	text-align:center;
}

#gotop{
	margin-bottom:50px;
}

#topleft{
	float:left;
	width:421px;
}

#topright{
	float:left;
	width:423px;
}

#about{
	margin-bottom:50px;
}

#place{
	margin-bottom:50px;
}

#cast{
	margin-bottom:50px;
}

#sign{
	margin-bottom:50px;
}

#off{
	margin-bottom:50px;
}

#concept{
	margin-bottom:50px;
}

