@charset "utf-8";

/* reset */
html,body,a,abbr,acronym,address,area,b,bdo,big,blockquote,button,caption,cite,code,col,colgroup,dd,
del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,i,img,ins,kbd,label,legend,li,map,object,ol,
p,param,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var{
	margin:0;
	padding:0;
	vertical-align:baseline;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img,abbr,acronym,fieldset{
	border:0;
}
q:before,q:after{
	content:'';
}
code,pre{
	white-space:pre;
}
dfn{
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
ins{
	text-decoration:none;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
li{
	list-style-type:none;
}

/* default */
html{
	overflow-y:scroll;
}
body{
	background:#FFF;
	color:#000;
	font:13px/1.231 Arial,MS PGothic,Meiryo,Helvetica,Garuda,sans-serif;
	*font-size:small;
	*font:x-small;
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
h1{
	font-size:146.5%;
}
h2{
	font-size:138.5%;
}
h3{
	font-size:131%;
}
h4{
	font-size:123.1%;
}
h5{
	font-size:116%;
}
h6{
	font-size:108%;
}
hr,legend{
	display:none;
}
img{
	vertical-align:middle;
}
fieldset{
	display:inline;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clr{
    clear:both;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */