@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 160%;
	color: #333;
	text-decoration: none;
	overflow-y: scroll; /*ページのずれ解消*/
}

h1, h2, h3, h4, p, ul, ol, li, dl {
    margin: 0;
    padding: 0;
    list-style:none;	
}
.text_small{font-size: 80%;}

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
