
/*------------------------------------------------------
	reset
------------------------------------------------------*/
body {
margin:0;
padding:0;
min-width:1066px;
text-align:center;
font-size:10px;
font-family:"MS PGothic","Osaka",Arial,sans-serif;
/*\*/
letter-spacing:0.08em;
/**/
background:;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, input, select {
margin:0; 
padding:0; 
font-size:120%;
font-style:normal; 
font-weight:normal;
line-height:1.4;
}

img {
border:none;
vertical-align:bottom;
}

ul, ol {
list-style:none;
}

br {
letter-spacing:0;
}

a:link,
a:visited {
color:#0066FF;
text-decoration:underline;
}
a:hover,
a:focus,
a:active {
color:#0066FF;
text-decoration:none;
}


.noVisual {
width:0;
height:0;
text-indent:-9999px;
line-height:0;
font-size:0;
overflow:hidden;
}


/*------------------------------------------------------
	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 */
