@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ css ] [ uni_theater.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-10-29
	---------------------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(common.css);

/* ================================================

	theaterMenu

=================================================*/

/* theaterMenu -------------*/
#theaterMenu {
	background-image: url(../_img/common/asahikawa_thm_bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#theaterMenu ul {
	height: 80px;
	width: 850px;
}
#theaterMenu li {
	float: left;
}
#theaterMenu ul {}
		#sapporo #theaterMenu ul {
			background-image: url(../_img/common/sapporo_thm_bg.jpg);
			background-repeat: no-repeat;
		}
		#asahikawa #theaterMenu ul {
			background-image: url(../_img/common/asahikawa_thm_bg.jpg);
			background-repeat: no-repeat;
		}

/* contents -------------*/

h3,h5,h6,p{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0;
}

.box{
	width:820px;
	height:auto;
	margin:0 auto 30px;
	text-align:left;
}

.midashi{
	width:740px;
	display:block;
	height:35px;
	margin:10px auto 0;
	text-align:left;
	color:#555;
}

.midashi h4{
	font-size:14px;
	font-weight:bold;
	margin-left:45px;
	line-height:2.5em
}

.prof{
	width:675px;
	margin:15px 0 15px 70px;
}

.prof h5{
	font-size:16px;
	font-weight:bold;
}

.prof-r{
	border-bottom:dotted 1px #999;
	padding:5px 0 2px;
	font-size:14px;
}

.map{
	width:675px;
	margin:0 auto 15px;
}

.map-btm p{
	margin-left:50px;
	color:#444;
	line-height:1.5em;
}

.sc{
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:10px 0 15px 75px;
}

.screen{
	width:470px;
	margin:0 0 15px 75px;
}

.screen td{
	border-bottom:solid 1px #C6C6C6;
	padding:5px 0;
	font-weight:bold;
	color:#666;
}

#sc-gray{
	background-color:#EAEAEA;
}

#n-border{
	border-bottom:none;
}

/*eniwa*/

#tt1_1{
	background-image:url(../theater/images/3_tt1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#tt2_1{
	background-image:url(../theater/images/3_tt2.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#tt3_1{
	background-image:url(../theater/images/1_tt3.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.map-btm{
	width:675px;
	background-color:#FFDE7C;
	padding:15px 0;
	margin:0 auto;
	text-align:left;
}

/*sapporo*/

#tt1_2{
	background-image:url(../theater/images/2_tt1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#tt2_2{
	background-image:url(../theater/images/2_tt2.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#map-btm2{
	background-color:#DDEBBD;
}


/*asahikawa*/

#tt1_3{
	background-image:url(../theater/images/3_tt1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#tt2_3{
	background-image:url(../theater/images/3_tt2.gif);
	background-position:left top;
	background-repeat:no-repeat;
}


#map-btm3{
	background-color:#FFEBB1;
}

