/* CSS Document */
@charset "UTF-8";


/****************************************************/
/*     General Font Styles                          */
/****************************************************/

*  {
	font-family: "Hiragino Kaku Gothic Pro W6", Meiryo, "MS PGothic", Arial, sans-serif;
	line-height: inherit;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #D34F23;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	font-weight: bold;
}

p,
div {
	font-size: 12px;
}
strong {
	font-weight: bold;
}