@charset "utf-8";

/************************************************

	Font Style

************************************************/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	line-height:1.5em;
	font-size: 90%;
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.0;
	font-size: 100%;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}

.green {
	color: #060;
}

.red {
	color: #F00;
}

.bule{
	color: #0034FD;
}

.pink{
    color: #D411BA;
}


.must {
	font-weight: bold;
	color: #F00;
}

.sample {
	font-size: 80%;
	color: #060;
	margin-top: 3px;
}
.font_s {
	font-size:95%;
}
.font_ss {
	font-size:82%;
}

.notice {
	font-size: 90%;
	color: #C30;
}
.sub {
	padding-left:20px;
	font-size:90%;
	margin-top:5px;
}

.f8{font-size:8px;}
.f9{font-size:9px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}


