body {
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	}
	
h1,h2,h3,h4,h5,h6,p,blockquote,ul,li,form,address {
    margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	}

p {
	margin-bottom: 10px;
	margin-top: 15px;
	}

img,fieldset {
	border: none;
	}

hr {
	padding: 0px;
	margin: 0px;
	}
	
/* ==================    fontstyle   ==================== */

* {
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka-等幅";
/*	font-family:"ＭＳ ゴシック","Osaka-等幅","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";*/
	text-decoration: none;
	line-height:150%;
	}
	
	

.main {
	margin:auto;
	width:450px;
}
	
/* ==================    table   ==================== */
.cast {
	width: 450px;
	border: none;
	margin:10px 0 5px 0;
}
.cast td {
	width: 50%;
	text-align:left;
	padding: 5px 15px 5px 15px;
	background-color: #626262;
	border-bottom:3px solid #000000;
}
.cast th {
	width: 50%;
	text-align:left;
	padding: 5px 15px 5px 15px;
	background-color: #3E3E3E;
	border-bottom:3px solid #000000;
}
.sp {
background-color: #CCCC39;
color:#333333;
text-align:center;
}
.pageclose {
	margin: 10px 0 0 0;
}
.copy { 
 font-size: 10px;
 padding: 15px 0;
}

/* 回り込み解除用 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
