/* import CSS */

/*---------------------------------------------------------------------*/
/*RESET&SETTING*/
/*---------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p{margin:0;padding:0;text-align:left;}
img{border:0;vertical-align:bottom;}
body{font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;background:#fff url(../images2/bg.jpg) center top no-repeat;color:#000;text-align:center;}
body{font-size:12px;*font-size:75%;line-height:1.6;}
body{_background:#fff url(../images2/bg.jpg) center -1px no-repeat;}
* html td,* html th{font-size:75%;line-height:1.6;}
a:link {
color:#000;
text-decoration:none;
}
a:visited {
color:#000;
text-decoration:none;
}
a:hover {
color:#009900;
text-decoration:none;
}

h2{font-size:60%;}
h5{font-size:100%;}
address{display:inline;font-style:normal;}

ul li{list-style:none;}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

