@charset "UTF-8";
/* CSS Document */

/* ページ基本設定 */
body {
	font: normal 13px 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo ,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	*font-size: small; /* IE 7向け */
	color:#CCC;
	margin: 0;
	padding: 0;
	line-height: 145%;
	background-color:#000;
}
	/* safari only \　*/
	body:first-of-type body {
    	font-size: 88%;
	}
	/* end */ 
	
table,td,th {
	font: 100%  'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo ,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	color:#FFF;
	line-height: 145%;
}

/* 各要素マージン無効化 */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	font-weight: normal;
}	

/* イメージの下部スペースの解消、及びボーダーの消去 */
img {
	vertical-align: bottom;
	display: block;
	border-style: none;
}

/* リンク疑似クラスの設定 */
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFCC00;
}
a:active {
	text-decoration: underline;
	color:#FFCC00;
}

	/* 〜clearfix最新版20071113〜floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
	div{
    zoom:1;/*for IE 5.5-7*/
	}
	div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}
	/* 〜clearfix最新版20071113〜floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

/* 最外部コンテナ */
#Container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* ヘッド、ボディ、フットメインスペース確保 */
/* タイプ1 */
#HEADspc, #BODYspc, #FOOTspc {
	width: 960px;
	clear: both;
}

/* IE6用バグ回避要素 */
.IE6BUG {
	display: none;
}