@charset "Shift_JIS";

/* 基本-ベース */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	color:#333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* 基本-見出し */

h1 {
}
h2 {
}
h3 {
}


/* 基本-フォントサイズ */

.size09 {
	font-size: 9px;
	line-height: 1.5em;
}
.size10 {
	font-size: 10px;
	line-height: 1.5em;
}
.size12 {
	font-size: 12px;
	line-height: 1.5em;
}
.size14 {
	font-size: 14px;
	line-height: 1.5em;
}
.size16 {
	font-size: 16px;
	line-height: 1.5em;
}

