@charset "utf-8";

*{
	margin				:	0		;
	padding				:	0		;
	font-style			:	normal	;
	color				:	#999	;
}

img , a{
	border			:	0	;
}

hr{display:none;}


a:link , a:link span{
	color			:	#aad5ff		;
	text-decoration	:	none;
}
a:visited , a:visited span{
	color			:	#666		;
	text-decoration	:	none;
}
a:hover , a:hover span{
	color			:	#ff8000 !important	;
	text-decoration	:	none;
}



body{
	margin			:	0		;
	padding			:	0		;
	font-size		:	small	; _font-size:x-small	; /* for IE */
	font-family		:	'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif	;
	text-align		:	center	;
	line-height		:	1.3em	;
	height			:	auto	;
	/*\*/ height	:	100%	; /* */
	background		:	url(../images/common/bg_contents.gif) top center repeat-y #666;
}

#wrapper{
	width			: 750px		;
	margin			: 0px auto	;	
	text-align		: left		;
}
}


.main_contents{
	background-color	:	#202020	;
}

#main_contents .soon{
	fonf-size			:	18pt	;
	font-weight			:	bold	;

}

.au{
	font-size	:	10pt	;
	line-height	:	140%	;
	
}


.copy{
	font-size	:	8pt		;
	text-align	:	center	;
	color		:	#444	;
	margin-top	:	20px	;
	
}