@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
共通
*******************************************/


.live-detail a:link {
	text-decoration:none;color:#003399;

}
.live-detail a:active {
	text-decoration:none;color:#003399;
}
.live-detail a:visited {
	text-decoration:none;color:#003399;
}
.live-detail a:hover {
	text-decoration:underline;
	color:#333;
}

.live-detail{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	
}

.live-detail .title-area{
	margin-bottom:10px;

}

.live-detail h2{
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Verdana,Arial", "Helvetica", "sans-serif";
	font-size:16px;
	line-height:170%;
}
.live-detail .date{
	font-size:20px;
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:4px;
	font-weight:bold;
}
.live-detail .info{
	font-size:12px;
	margin-top:2px;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		
}
.live-detail .detail{
	float:left;
	width:500px;

}
.live-detail .photo{
	float:right;

}

.live-detail .photo img{
	background-color:#f8f8f8;
	border:#cccccc 1px solid;
	padding:10px;
	width:auto;
	margin-bottom:20px;
}


.pastshow{
	margin-top:50px;
}

.pastshow .title{
	border-bottom:#000000 1px solid;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	font-weight:bold;
	color:#333;
}
.pastshow ul{
	margin-top:5px;

}
.pastshow li{
	padding:3px 8px;
	border-bottom:#ccc 1px dotted;

}
.pastshow .date{
	background-color:#F9F9F9;
	font-weight:bold;
	color:#333;
	font-size:11px;
}
.pastshow .act{
	background-color:#fff;
	color:#666;
	font-size:11px;
}