@charset "utf-8";
/* CSS Document */

/* 
基本設定
------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	overflow: scroll;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height: 100%;
	padding-bottom: 1px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
}
li{
	list-style-type: none;
}
img{
	border: 0;
	vertical-align: top;
}

