@charset "UTF-8";
@import url('reset.css');
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-align : justify;
	text-justify: inter-ideograph;
}

.lineheight_1_4 {
	line-height:1.4em;
}

a:link {
	color: #C60;
}
a:visited { color: #C60; }
a:hover { color: #C60; }
a:active { color: #C60; }

.menufont_green {
	font-size: 12px;
	line-height: 1.2em;
	color: #693;
	padding: 10px;
}
.font_orage {
	color: #F90;
}
.font_red {
	color:#F30;
}
.bold {
	font-weight: bold;
}
.font_midashi {
	font-size: 16px;
	color: #696;
	font-weight: bold;
}
.font_midashi_orange {
	font-size: 16px;
	color: #F90;
	font-weight: bold;
}
.font_green {
	color: #696;
}
.font_green {
	color: #696;
}
.text_red {
	color: #C33;
	text-decoration: underline;
}
.gray {
	background-color:#EBEBF2;
}
.txt_small {
	font-size: 12px;
}
.txtmargine_5 {
	margin: 5px;
}
.font_18 {
	font-size:18px;
}
.font_12 {
	font-size:12px;
}
.font_10 {
	font-size:10px;
}
.no_bold {
	font-weight:normal;
}
