@charset "utf-8";

body {
	color: #000;
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

a { text-decoration: none;}
a:link { color: #333;}
a:visited { color: #333;}
a:hover { color: #999;}
a:active { color: #999;}




.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px;
}

.font-blue{
	color:#0073e5;
}
.font-brown{
	color:#8a5c1c;
}
.font-brown a{
	color:#8a5c1c;
}
.font-red{
	color:#a03427;
}
.a-underline{
	text-decoration:underline;
}
#content h1, .h1-bg{
	text-align:center;
	font-size:40px;
}
#content h2, .h2-bg{
	font-size:20px;
	font-weight:normal;
}
