@charset "utf-8";

/* =============================================
    reset
============================================= */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: center;
}
body {
	background: #ffffff;
	color: #333333;
}
img {
	border: 0;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 textarea {
	background: #ffffff;
	padding: 5px;
}
select {
	background: #ffffff;
	padding: 2px;
}


/*   [Link scheme]
---------------------------------------*/
a:focus { outline:none;}
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #666666;}
a:hover,
a:active {	color: #666666;}
a:hover img.hoverImg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/*   [clearfix]
------------------------------------------------------------*/
.clearfix {
	height: 1px;
	clear: both;
	display: block;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/* hide MacIE \*/
* html .clearfix {	height: 1em;}
.clearfix {
}
/* ini */
