* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #4b3005;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline:none;
}

ul {
	list-style-type: none;
}

ul.UlDisc {
	list-style-type: disc;
}

ul.UlDecimal {
	list-style-type: decimal;
}

ul.UlDisc li, ul.UlDecimal li {
	margin-left: 18px;
}

.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */

.imageSet {
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textOut {
	overflow: hidden;
}

.textOut img {
	margin-bottom: 30px;
}

span.nobr {
	white-space: nowrap;
}

/* ================================================================ */
/* ‘S‘Ì */

#mainFrame {
	width: 100%;
	min-height: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffd67a;
	background-image: url(../img/bg.jpg);
	overflow: auto;
}

#mainBg {
	width: 980px;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #312604;
	background-image: url(../img/main_bg.jpg);
	background-position: left top;
}

#mainInner {
	width: 980px;
	min-height: 850px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/chopin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	margin: 0px 0px 0px 280px;
}

#read {
	width: 637px;
	height: 61px;
	margin: 39px 0px 0px 290px;
}

#movieBlock {
	width: 300px;
	height: 200px;
	margin: 20px 0px 0px 630px;
}

#lineupHeader {
	width: 920px;
	height: 150px;
	margin: -104px 0px 0px 30px;
}

#lineupBody {
	width: 920px;
	margin: -6px 0px 0px 30px;
	padding: 1px 0px 20px 0px;
	background-image: url(../img/lineup_bg.gif);
	background-repeat: repeat-y;
}

#lineupFooter {
	width: 920px;
	height: 10px;
	margin: 0px 0px 0px 30px;
}

.lineupConcert {
	margin: 20px 30px 0px 30px;
	background-color: #282004;
	border: 1px solid #c7a840;
}

.lineupConcertLeft {
	float: left;
	width: 150px;
	padding: 0px 0px 4px 4px;
}

.lineupConcertLeft img {
	margin-top: 4px;
}

.lineupConcertRight {
	float: right;
	width: 675px;
	padding: 0px 15px 20px 0px;
}

.lineupConcertCatch {
	padding: 20px 0px 0px 10px;
}

.lineupConcertDate {
	padding: 20px 0px 3px 10px;
	border-bottom: 1px solid #c7a840;
}

.lineupConcertTitle {
	padding: 10px 10px 0px 0px;
	text-align: right;
}

.btnDetail {
	width: 200px;
	height: 30px;
	margin: 20px 0px 0px 475px;
	text-indent: -4000px;
	overflow: hidden;
}

.btnDetail a {
	display: block;
	width: 200px;
	height: 30px;
	background-image: url(../img/btn_detail.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.btnDetail a:hover {
	background-position: 0px -30px;
}


#footerCopyright {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#footerCopyright p a {
	color: #fff;
}
