@charset "utf-8";
/*---------------------------------------------------------------
ジョン･レノン音楽祭2009
---------------------------------------------------------------*/

div, span, dl, dt, dd, input, label, form, select, p, td, tr, th, ul, li, ol, h1, h2, h3, h4, h5, h6, address, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul, li {
	list-style:none;
}
img {
	border:none;
	vertical-align:top;
}
address {
	text-decoration:none;
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
th {
	text-align:left;
	font-weight:normal;
}
object, iframe {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*---------------------------------------------------------------
基本設定
---------------------------------------------------------------*/

/* 書体指定 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	_font-family: 'ＭＳ Ｐゴシック';
	background: #FFFFFF url(../images/bg.jpg) repeat-x top;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	font-weight: normal;
}
*:first-child+html body {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック'; /* IE7用 */
}

/* safari only \*/  
html:\66irst-child body {
 font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro';
}
/*　フォントスタイル */
.underline {
	text-decoration:underline;
}

/*　クリア＋ホーリーハック　*/
.c-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.c-box {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .c-box {
	height: 1%;
}
.c-box {
	display: block;
}
/* End hide from IE-mac */
*:first-child+html .c-box { /* IE7用 */
	zoom: 100%;
}
img {
	vertical-align:bottom;
}
.clear {
	clear:both;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}
.clear02{
	clear:both;
	
}





#wrapper {
	width:969px;
	margin:0 auto;
	text-align:left;
	margin-bottom:15px;
}
#contents {
	background:url(../images/contents_bg.jpg) repeat-y;
}
#explanation {
	margin-left: 68px;
	margin-top: 15px;
}
#day {
	margin-bottom: 15px;
}
#text {
	margin-top: 10px;
	width: 830px;
}
#artist_box {
	margin-left: 68px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#artist_box ul {
	padding: 15px 30px;
	width: 769px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEE1D5;
	border-bottom-color: #EEE1D5;
	border-left-color: #EEE1D5;
}
#artist_box ul li {
	margin-bottom: 5px;
}

