@charset "utf-8";
@import url("base.css");
@import url("common.css");





/* ---------- title ---------- */

#flash {
	width:930px;
	height:400px;
	border:#4D3E31 5px solid;
	float:left;
	margin:0 0 30px;
	text-align:center;
}

#flash h2 {
	padding:40px 0 10px;
	font-size:125%;
	line-height:1.2em;
}

h3 {
	margin:0 0 25px;
}





/* ---------- concert ---------- */

#concert {
	width:440px;
	float:left;
	padding:5px 29px 0 0;
	border-right:#454545 1px dotted;
	font-size:75%;
	line-height:1.5em;
}

#concert .concert {
	width:440px;
	float:left;
}

#concert .concert p {
	float:left;
	padding:0 0 20px;
}

#concert .concert p img {
	padding:3px;
	background:url(../../image/top/bg_bnr.gif) left top no-repeat;
}

#concert .concert dl {
	width:299px;
	float:right;
}

#concert .concert dt {
	padding:0 0 5px 20px;
	background:url(../../image/top/bg_aOrange.gif) left 3px no-repeat;
	color:#FF9900;
}

#concert .concert dd {
	padding:0 0 20px 20px;
}





/* ---------- information ---------- */

#information {
	width:440px;
	float:right;
	padding:5px 0 0 0;
	font-size:75%;
	line-height:1.5em;
	background:url(../../image/top/bg_information.gif) right 150px no-repeat;
}

#information dt {
	padding:0 0 5px 20px;
	background:url(../../image/top/bg_aWhite.gif) left 3px no-repeat;
	color:#FFFFFF;
}

#information dd {
	padding:0 0 30px 20px;
}

#information p {
	padding:0 0 30px;
}

