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

body {
	background-color: #F1F8DA;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	background-color: #FFF;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
h1 {
	font-size: 1.5em;
	color: #666;
	background-image: url(../pageimg/pagetitlehead.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 1px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 50px;
}
h4 {
	color: #900;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	padding: 5px;
}

