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

* {
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #666;
}
#header p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding-left: 40px;
	margin: auto;
	padding-bottom: 10px;
}
#content ul li a {
	color: #390;
	text-decoration: none;
}
#content h3 {
	color: #090;
}
#content h4 {
	font-weight: bold;
	color: #666;
	font-size: 110%;
}

