@charset "utf-8";
/* CSS Document */

/*主な要素の初期化*/

body,
h1, h2, p, div, ul, li, dl, dt, dd{
font-family:
"ヒラギノ角ゴ pro W3",
"Hiragino kakugo Gothic Pro W3",
"Osaka",
"メイリオ",
"sans-self";
margin:0px;
padding:0px;
}


/*リストのマークを非表示*/
ol,ul,li {
	list-style-type: none;
}

/*画像の縦位置を下に*/
img {
	vertical-align: bottom;
}

/*リンク画像のボーダーを非表示*/
a img {
	border: none;
}








