@charset "shift_jis";

/*-----------------------------------------------
 __reset
-----------------------------------------------*/

* {
	margin: 0px;
    padding: 0px;
}

html {overflow-y: scroll;}

li {list-style-type: none;}

img {border: none;}



/*-----------------------------------------------
 __link
-----------------------------------------------*/

a {
	color:#323232;
	text-decoration:none;
}

a:link {
	color:#323232;
	text-decoration:none;
}

a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}

/*-----------------------------------------------
 __default
-----------------------------------------------*/

body {
	color: #323232;
	font-size: small;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 2;
	letter-spacing:0.1em;
}


/* for IF6 */
* html body {	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
	
