@charset "UTF-8";

/* Web Basic Dtyle
   File: dafault.css
   Last Modified: 2009-12
*/


/*basic*/

html { 
	overflow:scroll; /*for IE*/
} 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding: 0;
	margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

/*フォントの指定*/
* {  
	font-family: verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
	letter-spacing:1px;
	line-height:1.5em;
    zoom:1;
}  

* + html body {  
	font-family: "メイリオ","Meiryo";  
}  

body { background-color:#FFFFFF;
}



/*ブラウザによるhのフォント表示サイズを初期化*/

h1, h2, h3, h4, h5, h6  {  
	font-size: 1em;  
}    

body {  
	font-size: 0.8em;  
}


/*imgにﾎﾞｰﾀﾞｰを初期化*/
img {  
	border: 0;
} 

/*liに・が表示されるのをなしに*/
li  {  
	list-style-type: none;  
}       

br {
   letter-spacing:normal;
}
