#header {
	padding-top: 0px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	height: 250px;
	margin-bottom: -30px;
}
#header2 {
	padding-top: 0px;
	background-image: url(../images/head2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	height: 250px;
	margin-bottom: -30px;
}
#header h1 {
	color: #fff;
	font-family: "ＭＳ ゴシック", "MS Gothic", monospace, Osaka, sans-serif, Meiryo;
	font-size: 40px;
	font-weight: bolder;
	letter-spacing: -2px;
	line-height: 50px;
	padding-top: 10px;
}
#main #header h2 {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}
.multi-text-shadow {
 text-shadow: 1px 2px 8px #009; /* ここでは３つ指定している */
}.multi-text-shadow2 {
	text-shadow: 1px 2px 8px #009; /* ここでは３つ指定している */
	font-size: 20px;
}
.multi-text-shadow3 {
	text-shadow: 1px 2px 8px #666;
}
