/*このスタイルシートを参照しているhtmファイル⇒event/index.htm*/

/*イベント目次*/
/*見出し*/
h2{
	margin:20px 20px 30px 20px;
	font-weight:normal;
}
h3{
	padding-top:20px;
	margin-left:30px;
	margin-bottom:20px;
	font-weight:normal;
}
div#archive table{
	width:740px;
	margin:20px 0px 20px 30px;
	border-spacing:30px;
}
div#archive th{
	width:200px;
}
div#archive td{
	vertical-align:top;
	padding-left:10px;
}
div#archive img{
	border:1px solid #444444;
}
div#archive li{
	margin-bottom:5px;
}

/*イベント個別ページ*/
div#report{
	margin:20px 0px;	
}

div#report p{
	width:650px;
	text-indent:1em;
	margin-left:30px;
	margin-bottom:15px;
	line-height:150%;
}
p#double{
	padding-top:20px;
}
div#report img{
	border:1px solid #444444;
	margin-left:30px;
	margin-bottom:15px;
}
div#report img.nobd{
	border:0px;
	margin-left:30px;
	margin-bottom:15px;
}
/*詳細テーブル*/
div#report table{
	width:600px;
	border-collapse:collapse;
	margin:20px 20px 20px 30px;
}
div#report th,div#report td{
	border:1px solid #444444;
	padding:5px;
}
div#report th{
	width:100px;
	font-weight:normal;
	white-space:nowrap;
	color:#D0D0D0;
	background-color:#222222;
	text-align:center;
	width:100px;
}
div#report table p{
	width:450px;
	margin-left:5px;
	margin-bottom:10px;
	padding:0;
	text-indent:0;
}
div.artist{
	margin-bottom:20px;
}

div.artist h3{
	padding-top:20px;
	margin-left:10px;
	margin-bottom:10px;
	font-weight:normal;
}

