@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 10px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:1.1;
	letter-spacing:0.1em;
	font-size: 12px;
}
body br{
	letter-spacing:0;
}
a:link {
	text-decoration: none;
	color:#FFF;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#FFF;
} 

p {
	margin:0px;
	padding:0px;
	}
	
input,select,textarea {
	border:1px solid #000000;
	}
	
	
/* TOPレイアウト構造 */
#container_top {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#000000;
	overflow: hidden;
	}
	
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}



