@charset "utf-8";
/*body*/
* {
	margin: 0px;
	padding: 0px;
	}
body { color: #333; font-size: 12px; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 18px; text-align: center; }
ul li {
	   list-style: none;
	   }
/*link*/
a:link { 
		color: gray ;
		}
a:visited { color: #7878c8 ; }
a:hover { color: #e77000; text-decoration: underline ; }
a:active { color: gray ; }
/*font*/
.font_s { font-size: 10px; line-height: 12px; }
.font_s2 { font-size: 10px; line-height: 14px; }
.font_m { font-size: 12px; line-height: 14px; }
.font_l { font-size: 14px; line-height: 16px; }
.under_line { border-bottom: 1px dashed black; }

