@charset "utf-8";
/*----------------------------------------
		browser default
-----------------------------------------*/
*{
	margin:0 0 0 0;padding:0 0 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	font-size: small;
	line-height: 1.4em;
}
body,td,th{
	font-size: small;
	color:#CCCCCC;
	background:#000000;
}
	
li{
	list-style:none;
}
p{
	margin:0;padding:0.5em 0;
}
img{
	border:none;
	vertical-align:top;
}

.clear{
	clear:both;
}

	
/*----------------------------------------
		Main css
-----------------------------------------*/

#flashbox{
	width: 950px;
	margin:0 auto;
	background:#000000;
/*	background-repeat : repeat-y;
	background-position: center;
	color:#000000;*/
}
/*---------------------------------
　       フッターリンク
-----------------------------------*/
#footerlink{
	border-top:1px solid #ccc;
	font-size: 90%;
}
#footerlink a{
	color:#666666;
	padding:8px;
}
#footerlink ul{
	text-align: center;
	padding: 10px;
}
#footerlink ul li{
	display: inline;
}



