@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	padding:30px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin:10px 0 -3px 0;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

p {
	font-size:14px;
	line-height:1.4em;
	border-top:1px dotted#999;
	border-bottom:1px dotted#999;
	padding:20px 0;
	margin-top:20px;
}