/* ブラウザのデフォルトスタイルを無くす */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}
/* ここで通常のテキストで使用されるフォントの設定します */
body, th, td {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}
/* 画像のボーダーを無くす */
img {
	border: none;
}





body {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	font-family:sans-serif;

}

#contents {
	background-color: #000000;
	margin: 0 0 0 5px;
	padding: 0 0 20px 0;
	width: 530px;
}
h1 {
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 10px;
}

.event {
	background-color: #333333;
	margin: 0 0 20px 0;
	border: 0;
	padding: 0 0 5px 0;
}
h2 {
	background-color: #000000;
	border-bottom: 2px solid #FF9900;
	font-size: 14px;
	color: #FF9900;
}

.day {
	display:block;
	width: 85px;
	float: left;
	color: #FFFFFF;
	padding:5px;
}

.title {
	display:block;
	width: 420px;
	float: right;
	border-left: 2px solid #FF9900;
	padding:5px 0 5px 13px;
}

.band,
.dj,
.vj,
.artist,
.openStart,
.advanceDoor,
#contents .event p.comment,
.image {
	margin: 5px 10px;
	border-bottom: 2px dotted #666666;
	padding: 0px 0 5px 100px;
	vertical-align: top;
	line-height:16px;
}
.band {
	background: url(../images/p_title_img/p_band.gif) no-repeat left 3px;
}
.dj {
	background: url(../images/p_title_img/p_dj.gif) no-repeat left 3px;
}
.vj {
	background: url(../images/p_title_img/p_vj.gif) no-repeat left 3px;
}
.artist {
	background: url(../images/p_title_img/p_artist.gif) no-repeat left 3px;
}
.openStart {
	background: url(../images/p_title_img/p_op_st.gif) no-repeat left 3px;
}
.advanceDoor {
	background: url(../images/p_title_img/p_ad_do.gif) no-repeat left 3px;
}
.comment {
	background: url(../images/p_title_img/p_comment.gif) no-repeat left 3px;
}
.image {
	background: url(../images/p_title_img/p_image.gif) no-repeat left 3px;
}

.comment strong {
	color: #FF0000;
}


a {
	color:aqua;
	text-decoration :none;
}
a:hover {
	text-decoration :underline;
}

footer {
	padding: 0px;
	height: 14px;
	width: 530px;
	margin: 0 0 20px 0;
}






h2:after
{
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;
}

h2
{display:inline-table;}


/* Hides from IE-mac \*/
* html h2
 {height: 1%;}
h2
{display:block;}
/* End hide from IE-mac */


