/*-----------------------------------
 
title : 路上のソリスト劇場情報
client : 
 
design : ulm design(http://www.ulm-design.com)
author : kimura
 
ver : 1.0
 
【index】@ key to jump
0.clearfix
1.theatersTable
2.header
3.container
4.footer
 
 
-----------------------------------*/
html body {
	margin:0 auto;
	padding: 0px;
	text-align:center; }
 
/*IE6中央寄せ 背景あわせ*/
*html body { text-align:center; }
 
/*----------------------------------
@clearfix
-----------------------------------*/
.clearfix {
	margin:0;
	min-height:1px;
	padding:0;
	zoom:1; /*for IE 5.5-7*/ }
 
/* for IE6 */
* html .clearfix {
	height: 1px;
	/* for Mac IE4,5*//*\*//*/
  height: auto;
  overflow: hidden;
  /**/ }
 
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	line-height:0;
	visibility: hidden; }
 
/*----------------------------------
@theaterTable
-----------------------------------*/
table {
	color: #600;
	font-size: 12px;
	line-height: 200%; }
 
th { color: #F90; }
 
.pad_b10 {
	background-color: #FFF;
	font-size:10px;
	margin: 10px auto; }
 
.table_br { 
	background-color: #62430D; 
	margin: 0px auto;
	}
 
.table_br td {
	background-color: #FFC;
	padding: 5px;

}
 
table .item {
	background-color: #E74497;
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px; }
 
.theatersList {
	color: #333333;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 630px; }
 
/*----------------------------------
@header
-----------------------------------*/
#header {
	margin: 0px;
	padding: 0px; }
 
/*----------------------------------
@container
-----------------------------------*/
#container {
	border-left-color: #630;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #630;
	border-right-style: solid;
	border-right-width: 2px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	width: 610px; }
 
/*----------------------------------
@footer
-----------------------------------*/
#footer {
	padding-top: 50px;
}
 
 
