@charset "EUC-JP";

/* general params */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	font-family: "¥á¥¤¥ê¥ª", "Meiryo""£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;

}
table {
	margin:0;
	border-collapse:collapse;
}
hr {
	display:none;
}
li {
	list-style:none;
	float: left;
}


/*===== 3:link setting =====*/
a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a:active {
	color:#FF0000;
	text-decoration:none;
}


/*===== 4:Browser clear =====*/
div:after {/*for modern browser*/
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html div{
	/*\*/height:1%;/*for WinIE*/
}
.clear {
	clear:both;
}
