@charset "shift-jis";
/* CSS Document */

/* -----------------------------------------------------------
 default style
----------------------------------------------------------- */

html {
overflow-y:scroll;
font-size:75%;
}


body,
div,p,
h1,h2,h3,h4,h5,h6,
ol,ul,li,
dl,dt,dd,
strong,em,address,
table,caption,tr,th,td,
pre,blockquote,
form,fieldset,input,textarea {
margin:0;
padding:0;
}

body {
font-weight:normal;
font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Osaka,Verdana,Arial;
color:#333;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
}

address,strong,em,th{
font-weight:normal;
font-style:normal;
}

ul,ol{
list-style:none;
}

img{
border:none;
}

hr{
display:none;
}



/* -----------------------------------------------------------
 ClearFix
----------------------------------------------------------- */

.clearfix:after{
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}

/* for WinIE7 only */
*:first-child+html .clearfix{
height: 1%;
}
/* for WinIE6 and below */
/*\*/
* html .clearfix{
height: 1%;
}
/* ClearFix End */
