/* CSS Document */

@import url("reset.css");


/*	センタリング
================================================== */
html {
	height: 100%;
}
body {
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
	height: 100%;
}
body div {
	text-align: left;
	margin: 0 auto;
}
a:link {
	color: #32ACB7;
	text-decoration: underline;
}
a:visited {
	color: #32ACB7;
	text-decoration: underline;
}
a:hover {
	color: #32ACB7;
	text-decoration: none;
}
div#flaBox {
	height: 100%;
	width: 100%;
}


/*	
================================================== */
div#wrapper {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
div.eventBox {
	background-image: url(../event/img/line.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #32ACB7;
}
.eData {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #32ACB7;
}
.eTxt {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.eArtist {
	font-weight: bold;
	color: #32ACB7;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.bTxt {
	font-weight: bold;
}
.pTxt {
	font-size: 11px;
	margin-bottom: 10px;
}
