@charset "euc-jp";

/* =======================================================
初期設定
======================================================= */

* {
	margin					:	0;
	padding					:	0;
	font-family			:	"ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka,Osaka-等幅;
	font-size				:	12px;
	vertical-align	:	baseline;
	color						:	#4e4e4e;
}

html {
	overflow-y			:	scroll;
}

body{
	margin					:	0 auto;
	text-align			:	center;
	background			:	#fff;
}

a:link,
a:visited{
	color						:	#4e4e4e;
	text-decoration	:	underline;
}

a:hover,
a:active{
	color						:	#ff7e00;
	text-decoration	:	none;
}

img {
	display					:	block;
	border					:	none;
}

ul,ol{
	list-style			:	none;
}

span.none {
	display					:	block;
	text-indent			:	-9999px;
}

.cl{
	clear						:	both;
}

.floathack{
	overflow				:	hidden;
	height					:	auto;
}

.floathack:after{
	content					:	".";
	clear						:	both;
	display					:	block;
	overflow				:	hidden;
	height					:	0;
}

* html .floathack{
	overflow				:	visible;
	height					:	1%;
}

#preview{
	position				:	absolute;
	border					:	1px solid #ccc;
	background			:	#333;
	padding					:	1px;
	display					:	none;
	color						:	#fff;
}