@charset "euc-jp";

/*=======================================================
目次
==========================================================
1.初期設定

2.全体共通class

/* =======================================================
1.初期設定
==========================================================*/
*{
	margin					:	0;
	padding					:	0;
	line-height				:	1.4;
}

html{
	overflow-y				:	scroll;
}

body{
	text-align				:	center;
	font-size				:	13px;
	color					:	#444;
	background				:	#fff;
}

a ,a:link, a:visited{
	color					:	#06c;
	text-decoration			:	none;
}

a:hover,a:active{
	color					:	#c30;
	text-decoration			:	underline;
}

table{
	border-style			:	none;
}

td,th{
	font-size				:	13px;
}

ul, ol, dl{
	margin					:	0;
	padding					:	0;
}

li{
	list-style-type			:	none;
}

p{
	margin-bottom			:	1.0em;
}

h1, h2, h3, h4, h5, h6{
	margin					:	0;
	padding					:	0;
	font-size				:	13px;
}

img{
	display					:	block;
	border					:	none;
}

hr{
	display					:	none;
}

.cl{
	clear					:	both;
}

span.dl{
	display					:	block;
	text-indent				:	-9999px;
}

.txt_left{
	text-align				:	left;
}

.txt_right{
	text-align				:	right;
}

.fleft{
	float					:	left;
}

.floathack{
	overflow				:	hidden;
	height					:	auto;
}

.floathack:after{
	content					:	"";
	display					:	block;
	clear					:	both;
	overflow				:	hidden;
}

/*\*/
* html .floathack{
	height					:	1%;
	overflow				:	visible;
}
/**/


/* =======================================================
2.全体共通class
======================================================= */
div#mainbox{
	margin					:	140px 0 0 0;
}

div#middlebox{
	margin					:	40px 0 0 0;
}


/* =======================================================
3.フッター
======================================================= */
div#footer{
	margin					:	80px 0 0 0;
}
