@charset "shift_jis";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	background: #051920;
}
a:link  { 
	color: #009600; text-decoration: none 
	}
a:visited {
	color: #009600; 
	text-decoration: none 
}
a:hover{ 
	color: #009600; 
	text-decoration: underline 
}
a:active { 
	color: #009600; 
	text-decoration: none 
}



.performerTable {
	border-top: 1px dotted #FFFFFF;
	padding-top: 30px;
	margin-bottom: 20px;
}
.nameTxt {
	line-height: 1.2;
	color: #FFFF00;
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
.bodyTxt {
	line-height: 1.4;
	color: #FFFFFF;
	font-size: 78%;
	margin-bottom: 10px;
}
.stayTxt {
	line-height: 1.4;
	color: #FFFF00;
	font-size: 78%;
	margin-bottom: 10px;
	font-weight: bold;
}

