/*--‹¤’ÊCSS--*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W6", Osaka, sans-serif;
	color: #666666;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
}
h1, h4, h5, h6,div, p, pre, ul, ol, dl, dt, dd,address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
	font-size:small;
	font-weight: normal;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0;
	display: block;
	font-size:small;
	font-weight: normal;
}
h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	font-size:small;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
a {
	color:#4b4b4b;

}
a:hover {
	text-decoration:none;
}
a:active {
	color: #666666;
}
br.clear{
	clear:both;
}

