@import url("/chikyu/vol_11/css/elements.css");

.clear {
	clear:both;
}

* {
	font-family:
		"Century Gothic",
		"Trebuchet MS", 
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ',
		Meiryo,
		'ＭＳ Ｐゴシック',
		Arial,Helvetica,sans-serif;
}

body {
margin:0px;
padding:0px;
background-color:#080607;
color:#FFFFFF;



}

p {
font-size:12px;
color:#ffffff;
line-height:1.5em;
letter-spacing:0.1em;
}

div.line {
	border-bottom:#CCCCCC 1px dotted;
	margin-top:10px;
	margin-bottom:10px;
}

div.pagetotop {
	font-size:12px;
	text-align:right;
	margin-right:10px;
}

div#wrapper {
width:100%;
height:100%;
text-align: center;
}

div#container {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}


div#menu {
}

div#menu ul {
	margin:0px;
	padding:0px;
}

div#menu ul li{
	float:left;
	height:51px;
	display:block;
	margin:0px;
	padding:0px;
}
div#menu ul li a{
	display:block;
	height:51px;
	margin:0px;
	padding:0px;
}

div#menu ul li.logo {
	background:url(../images/menu/logo.jpg) no-repeat;
	width:111px;
}
div#menu ul li.logotop a{
	background:url(../images/menu/logo_off.jpg) no-repeat;
	width:111px;
}

div#menu ul li.logotop a:hover{
	background:url(../images/menu/logo.jpg) no-repeat;
}

div#menu ul li.news a{
	background:url(../images/menu/news_off.jpg) no-repeat;
	width:101px;
}

div#menu ul li.news a:hover{
	background:url(../images/menu/news_on.jpg) no-repeat;
}

div#menu ul li.story a{
	background:url(../images/menu/story_off.jpg) no-repeat;
	width:109px;
}

div#menu ul li.story a:hover{
	background:url(../images/menu/story_on.jpg) no-repeat;
}

div#menu ul li.words a{
	background:url(../images/menu/words_off.jpg) no-repeat;
	width:109px;
}

div#menu ul li.words a:hover{
	background:url(../images/menu/words_on.jpg) no-repeat;
}

div#menu ul li.cast a{
	background:url(../images/menu/cast_off.jpg) no-repeat;
	width:100px;
}

div#menu ul li.cast a:hover{
	background:url(../images/menu/cast_on.jpg) no-repeat;
}

div#menu ul li.schedule a{
	background:url(../images/menu/schedule_off.jpg) no-repeat;
	width:167px;
}

div#menu ul li.schedule a:hover{
	background:url(../images/menu/schedule_on.jpg) no-repeat;
}

div#menu ul li.reportout{
	background:url(../images/menu/report_unvisible.jpg) no-repeat; 
	width:131px;
}

div#menu ul li.report a{
	background:url(../images/menu/report_off.jpg) no-repeat; 
	width:131px;
}

div#menu ul li.report a:hover{
	background:url(../images/menu/report_on.jpg) no-repeat;
}

div#menu ul li.bbs a{
	background:url(../images/menu/bbs_off.jpg) no-repeat; 
	width:94px;
}

div#menu ul li.bbs a:hover{
	background:url(../images/menu/bbs_on.jpg) no-repeat;
}

div#menu ul li.staff a{
	background:url(../images/menu/staff_off.jpg) no-repeat; 
	width:100px;
}

div#menu ul li.staff a:hover{
	background:url(../images/menu/staff_on.jpg) no-repeat;
}

div#main div#schedule {
	background:url(../images/back/schedule.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}

div#main div#bbs {
	background:url(../images/back/bbs.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}

div#main div#news {
	background:url(../images/back/news.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}


div#main div#cast {
	background:url(../images/back/cast.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}

div#main div#staff {
	background:url(../images/back/staff.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}

div#main div#story {
	background:url(../images/back/story.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}

div#main div#words {
	background:url(../images/back/words.jpg) no-repeat;
	width:900px;
	height:508px;
	padding-top:128px;
	padding-left:30px;
}


div#main div#schedule th,td {
font-size:10px;
color:#ffffff;
text-align:center;
}

div#main table.stafflist th,td {
font-size:14px;
color:#ffffff;
letter-spacing:0.1em;
text-align:center;
}

div#main div#schedule table#outerLayout {
	padding:0px;
    margin-left:0px;
	margin-right:auto;
}
div#main div#schedule table#innerLayout {
	padding:0px;
	margin:0px;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
}
div#main div#schedule table#innerLayout th{
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
}
div#main div#schedule table#innerLayout td{
	margin:0px;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
	font-size:12px;
	text-align:center;
}

div#main div#schedule p.forteLarge {
	font-size:18px;
	font-weight:bold;
}

div#main div#schedule p.forte {
	padding-top:15px;
	font-size:18px;
	font-weight:bold;
}

div#main div#schedule p.playguid {
	font-size:16px;
	margin-top:30px;
}

div#main div#schedule div.ticketguid {
	width:850px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:auto;
}

div#main div#schedule p.shopname {
	width:240px;
	float:left;
	text-align:left;
	font-size:14px;
}

div#main div#schedule p.shoptext {
	width:600px;
	float:left;
/*	margin-left:150px; */
	margin-right:auto;
	text-align:left;
	font-size:14px;
}


div#main div#content {
	width:895px;
	height:478px;
	overflow:auto;
}

div#main div#content a{
	color:#FF0000;
}

div#footertop {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
div#footertop .logo{
	float:right;
	margin-bottom:5px;
	
}


div#footertop p#cr {
	text-align:right;
	color:#666666;
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.3em;
}

div#footer {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

div#footer .mainlogo{
	padding-left:367px;
	width:166px;
	float:left;
}

div#footer .copy{
	width:367px;
	float:left;
}

div#footer .logo{
	float:right;
	margin-bottom:5px;
	
}


div#footer p#cr {
	text-align:right;
	color:#666666;
	margin:0px;
	padding:0px;
	font-size:10px;
	line-height:1.3em;
	letter-spacing:0.05em;
}

hr {
	border-top:1px doted #999999;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

span.red {
		color:#F00;
}

em.extra {
	font-size:30px;
	letter-spacing:0.1em;
	color:#FF0;
	}


div#main div#bbs div#content .bbsform {
	margin-left:30px;
	margin-bottom:30px;
}


div#main div#bbs div#content #BBSenter {
	margin-top:50px;
	margin-left:450px;
}

div#main div#bbs div#content .bbscontent {
	border-bottom:#FFF 1px dotted;
	border-top:#FFF 1px dotted;
	width:837px;
	margin-top:16px;
	margin-bottom:16px;
}

div#main div#bbs div#content .bbstitle {
	width:837px;
	height:27px;
	
}

div#main div#bbs div#content .bbsname {
	font-size:12px;
	font-weight:bold;
	padding:5px 30px 5px 30px;
	width:140px;
	margin-right:2px;
	text-align:left;
	float:left;
	background:#222;
	height:17px;
}
div#main div#bbs div#content .bbsdate {
	width:575px;
	font-size:12px;
	padding:5px 30px 5px 30px;
	font-weight:normal;
	text-align:left;
	float:left;
	background:#222;
	height:17px;
}

div#main div#bbs div#content .bbsbody {
	margin-top:2px;
	width:837px;
}

div#main div#bbs div#content .bbsbodyhead {
	width:837px;
	height:0px;
}

div#main div#bbs div#content .bbsbodyfoot {
	width:837px;
	height:0px;
}


div#main div#bbs div#content .bbsbodymain {
	width:777px;
	font-size:12px;
	padding:10px 30px 10px 30px;
	font-weight:normal;
	text-align:left;
	line-height:1.7em;
	letter-spacing:0.07em;
	background:#222;

}


