@charset "UTF-8";

/* +++++++++++++++++ HTMLtag +++++++++++++++++ */

body {
	font:12px/100% "ＭＳ Ｐゴシック", 'MS P Gothic', "ヒラギノ角ゴ Pro W3", Osaka, "Hiragino Kaku Gothic Pro W3", sans-serif;
	color: #fff;
	}
h1 {
	font-size: 1.2em;
	line-height: 100%;
	}
h2,h3 {
	font-size: 14px;
	line-height: 100%;
	}
h4,h5,h6 {
	font-size: 1em;
	line-height: 100%;
	}
p,div,li,form,dt,dd {
	font-size:12px;
	line-height: 130%;
	}
a:link {
	color: #369;
	text-decoration: none;
	}
a:visited {
	color: #369;
	text-decoration: none;
	}
a:hover {
	color: #C30;
	text-decoration: none;
	}
a:active {
	color: #369;
	text-decoration: none;
	}
