/*==================================================================
  File  :  reset.css
================================================================== */


/* universal reset
================================================================== */
body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
    margin: 0;
    padding: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}


/* general params
================================================================== */
html {
	overflow-y: scroll;
} /* firefox bar */

li,dt,dl { line-height: 1.5; }
ul { list-style-type: none; }
img { vertical-align:top; padding:0; margin:0; border:0; }
a img { border: 0; }
input { vertical-align: middle; }
br { letter-spacing: 0; } /* IE No <br/> hack */
table{ border-collapse: collapse; border-spacing:0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight:normal; }
caption,th { text-align: left; }
table, tr, td, img a{
	padding: 0;
	margin: 0;
	border:none;
}


/* hyper link
================================================================== */
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #4F95DC;
	text-decoration: underline;
}


/* clearfix
================================================================== */
.clearfix:after { /* for modern browser */
    height: 0;
    visibility: hidden;
    content:".";
    display: block;
    clear: both;
}

.clearfix { /* for IE5.5-7 */
    zoom: 1;
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
