@charset "UTF-8";

/* INDEX
-------------------------------------------
1. main layout
2. navigation
3. link style
4. common parts
-------------------------------------------*/


/* 1. main layout
-------------------------------------------*/
body{
color:#fff;
font-size:%;
text-align:center;
}

#container{
margin:0 auto;
padding:px;
width:975px;
background-color: #5b0000;
}

#contents{
margin:0px auto;
padding:px;
width:810px;
text-align:center;
background-image:url(../imgs/bg_left_b.gif);
}

#contents_right{
margin:0px auto;
padding:px;
float:right;
width:540px;
height:auto;
background-image:url(../imgs/bg_cont.gif);
position:relative;
}

#contents_right_top{
margin:0px auto;
padding:px;
float:right;
width:540px;
height:auto;
background-color: #FFCC00;
}
#contents_right_center{
margin:0px auto;
padding:px;
float:right;
width:540px;
height:155px;
background-image:url(../imgs/bg_news.gif);
}

#menu_1{
margin:0px;
float:left;
width:270px;
height:900px;
background-image:url(../imgs/bg_left_t.gif);
}

#menu{
margin:0px;
float:left;
width:270px;
background-color:000;
}
.cl {   
display: inline-block;   
}   


#footer{
clear:both;
margin:0px;
padding:0px;
width:975px;
height:50px;
background-color:#5D1005;
}

#header{
margin:0px;
padding:0px;
width:px;
}

#maincol{
float:;
margin:0px;
padding:0px;
width:px;
}
#subcol{
float:;
width:px;
}


/* 2. navigation
-------------------------------------------*/
.gloabalnavi{
}
/* 3. link style
-------------------------------------------*/
a{
overflow:hidden;
}

a:link{
color:#;
}

a:visited{
color:#;
}

a:hover{
color:#;
}

a:active{
color:#;
}

/* 4. common parts
-------------------------------------------*/
/* 4.1 of header
-------------------------------------------*/

/* 4.2 of content
-------------------------------------------*/
.notice{
	position:absolute;
	color:#490000;
	width:485px;
	right: 12pt;
	top: 40px;
	text-align:right;
}
.logo_5{
	position:absolute;
	top:0px;
	left:425px;
}

ul.menu{
margin:60px auto 0px;
}
li.menu{
margin:15px auto 0px;
}

.ticket_banner{
position:absolute;
top:775px;
left:45px;
}
ul.link{
margin:50px auto 0px;
}
li.link{
margin:20px auto 0px;
}

.ticket_banner{
position:absolute;
top:775px;
left:45px;
}

.digest{
	width:520px;
	margin-right:10px;
}
.digest_top{
width:520px;
height:7px;
}
.digest_center{
width:510px;
background-image:url(../imgs/bg_cont_c.gif);
color:#000000;
text-align:left;
padding-top:5px;
}
.digest_bottom{
width:520px;
height:7px;
}

li.cast{
float:left;
margin-left:5px;
margin-bottom:5px;
}

.bottp_area{
height:100px;
}
/* 4.3 of footer
-------------------------------------------*/
#footer p{
margin:0px auto;
padding:21px 5px 0px 0px;
width:945px;
line-height:1.0;
color:#FFFFFF;
font-size:80%;
text-align:right;
}


/* 4.3 news
-------------------------------------------*/
#news{
	margin-top:10px;
	margin-left:10px;
	background-image:url(../imgs/bg_news_in.gif)
	}
#news_title{
color:#000000;
font-size:14px;
font-weight:bold;
text-align:left;
}
#news_text{
color:#000000;
font-size:12px;
text-align:left;
line-height:150%;
}
