@charset "UTF-8";
/* CSS Document */

#title{
	width:630px;
	padding-bottom:10px;
	background:url(../../img/common/title_line.gif) repeat-x bottom;
	margin:10px 0 0 10px;
	}
		
#title h1{
	padding-left:24px;
	font-size:14px;
	line-height:1.7em;
	}

#title .pink{background:url(../../img/common/icon_pink.gif) no-repeat 2px;}
#title .purple{background:url(../../img/common/icon_purple.gif) no-repeat 2px;}
#title .green{background:url(../../img/common/icon_green.gif) no-repeat 2px;}
#title .blue{background:url(../../img/common/icon_blue.gif) no-repeat 2px;}
#title .orange{background:url(../../img/common/icon_orange.gif) no-repeat 2px;}

#main-contents{
	background:#f1f1f1;
	width:620px;
	padding:10px;
	}

#main-left{
	width:390px;
	float:left;
	line-height:1.5em;
	}
		
	
#main-right{
	width:220px;
	float:right;
	}


.eventbtn{
	width:210px;
	margin:0 auto;
	}
	
.thumbnail{
	width:200px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	}
	
.movie{
	background:#66cef2;
	}
	
.movie dl{width:105px; margin-left:3px;float:left;}
.movie dt{width:105px; padding:5px 0;}
.movie dd{width:100px;line-height:1.3em; font-size:12px; color:#FFF;}

.regulartxt{padding:0 0 5px 0;
	}
.headline{
	color:#006fcd;
	font-size:14px;
	padding:10px 0 5px 0;
	font-weight:bold;
	}
.contact{padding:10px 0 5px 0;}

ul.playguide{
	display:block;
	list-style:none;
	}
ul.playguide li{
	line-height:1.5em;
	}	
	
.playguideName{font-weight:bold; display:block;}

.url{font-size:10px;display:block;}

hr.line {
	border:none;
	background: url(../../img/common/line.gif) repeat-x;
	height: 11px;}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0;
}

th {
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	border-left: #b2b2b2 1px solid;
	text-align: left;
	background: #dadada;
	padding: 10px;
	font-weight:bold;
	font-size:12px;
}

td {
	border-top: #b2b2b2 1px solid;
	border-bottom: #b2b2b2 1px solid;
	border-right: #b2b2b2 1px solid;
	padding: 10px;
	background:#FFF;
	font-size:12px;
}

/* Cast */
.castbox{
	 width:450px;
	 margin:0 auto;
	 }
	 
.castbox dl{
	
	margin-bottom:10px;
	display:block;
	float:left;
	width:150px;
	}	
		
.castbox dt{
	width:150px;
	text-align:center;
	margin-bottom:5px;
	}		
.castbox dt img {
	border: 1px #d3d3d3 solid; /* 写真の境界線 */
}
	
.castbox dd{
	width:150px;
	line-height:1.4em;
	font-size:12px;
	text-align:center;
	}	





