@charset "UTF-8";

/* theater */

*{
margin:0;
padding:0;
}

body{
text-align:center;
background:url("../img/bg.jpg") center top  #ffffff;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:14px;
color:#000000;
/*line-height:1.6;
letter-spacing:0.1em;*/
}

img{
border:none;
}

a:link{
color:#02044f;
text-decoration:underline;
}
a:visited{
color:#02044f;
text-decoration:underline;
}
a:hover{
color:#646590;
text-decoration:underline;
}
a:active{
color:#646590;
text-decoration:none;
}


h1{
margin:10 auto;
margin-top:30px;
margin-bottom:60px;
}


h2{
margin:10 auto;
margin-top:30px;
margin-bottom:30px;
}

/*劇場リスト設定*/
table {
	margin: 25px auto 30px;
	width: 550px;
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	width: auto;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 2px #8da6a9;
}

th#area {
	width: 63px;
}
th#tel {
	width: 110px;
}
th#date {
	width: 70px;
}

th#address {
	width: 280px;
}

th#theaterName2 {
	width: 160px;
}

th#magazine {
	width: 180px;
}

th#info {
	width: 300px;
}



td {
	width: auto;
	margin: 0;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #8da6a9;
}
