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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

.oneColLiqCtr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: groove 2px #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColLiqCtr #mainContent {
	padding: 30px 70px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

#flyer_left {
	width: 240px;
	float: left;
}

#flyer_right {
	width: 400px;
	float: right;
}


.h1box {
	height:25px;
	margin-bottom: 15px;
	padding: 3px;
	font-weight:bold;
	background-color:#ff7f00;
	font-size: 18px;
	text-align:center;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.5em;
}

p {
	font-size: 12px;
	color:#333333;
	margin: 0px;
	line-height: 1.5em;
	line-break: normal;
}

.info_box {
	width: 390px;
	font-size:11px;
	border:solid 1px #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	}

.way {
	font-size: 10px;
	}

.band {
	font-size: 18px;
	color:#000000;
	margin: 0px;
	font-weight: bolder;
	line-height: 2.5em;
}

.ticket {
	width: 630px;
	font-size:12px;
	border:dotted 1px #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.5em;
}

.zokusei {
	width: 400px;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #ff7f00;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 10px;
	letter-spacing: 1em;
}

.message {
	width: 630px;
	font-size:12px;
	color:#CC3300;
	border:dotted 3px #CCFF99;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	line-height:1.8em;
	}


.red {
	color:#CC0099;
	font-weight:bold;
	}


.band_ph_box {
	width: 250px;
	float: left;
}

.band_ph_box_270 {
	width: 270px;
	float: left;
}

.band_text_box {
	width: 380px;
	float: right;
	}

.bandname {
	width: 180x;
	font-weight:500;
	font-size: 15px;
	font-weight:bolder;
	background-color:#ffe97f;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 0px 2px 10px;
}

.line{
	clear: both;
	width: 660px;
	margin-bottom: 20px;
	padding-top: 20px;
}



/*テキストアライン*/
.tal {	text-align:left; }
.tac {	text-align:center; }
.tar {	text-align:right; }

/*表示形式*/
.dsnone { display:none; }
.dsblock { display:block; }
.dsinline { display:inline; }

/*マージンオート*/
.mauto { margin-left:auto ; margin-right:auto ; }



.clear{
	clear: both;
}



.band name {
	text-align: left;
	font-size: 14px
}

