@charset "utf-8";


/******************************************************************

	font

******************************************************************/
body{
	zoom:1;
}
select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/******************************************************************

	alpha

******************************************************************/
a:hover img{
	filter: alpha ( opacity = 80) ;
	-moz-opacity:0.80;
	opacity:0.80;
}




/******************************************************************

	clearfix

******************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/******************************************************************

	reset

******************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:bold;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	*font-size:100%;
}
legend{
	color:#000;
}
del,ins{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,
ul,ol,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	zoom: 1;
}
a {
	_height: 1px;
	_cursor: hand;
}
a img {
	cursor: pointer;
	_cursor: hand;
}
ol li {
	zoom: normal;
}
img,object {
	vertical-align: top;
}
strong {
	font-weight: bold;
}
