@charset "Shift_JIS";
/* CSS Document */


* {
	margin: 0;
	padding: 0;}

body,td,th {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #CCCCCC;
	line-height: 180%;
	}

body{background-color:#000000;}


div {display: block;}

h1, h2, h3, h4, h5, h6, p, address	{
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;}

p {margin: 0px 0px 0px 0px;}
img {border: none;}
hr {display: none;}


a:link {text-decoration: none; color:#CCCCCC;}
a:visited {text-decoration: none; color:#CCCCCC;}
a:hover {text-decoration: none; color: #FF9900;}
a:active {text-decoration: none;}

.clear {clear: both;float: none;border: none;}

.S {font-size:0.8em;}


/* ////////////////////////// Hack */

.clearfix:after {
	content: ".";
	display: block;
	height:	0;
	clear:	both;
	visibility:	hidden;}

.clearfix {	display:	inline-block;} /* IE7 */

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%;}
.clearfix {	display:	block;}
/* End hide from IE-mac */