@charset "UTF-8";
@font-face {
	font-family: 'JapanSans80';
	src: url('http://webfontfan.com/fontcss/font/JapanSans80.eot');
	src: url('http://webfontfan.com/fontcss/font/JapanSans80.eot?#iefix') format('embedded-opentype'),  url('http://webfontfan.com/fontcss/font/JapanSans80.woff') format('woff'),  url('http://webfontfan.com/fontcss/font/JapanSans80.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



/*div#header {
	/*背景画像のサイズに合わせてボックスの高さを指定*/
	height: 70px;
	/*背景画像を繰り返さない*/
	background-repeat: no-repeat;
	/*ヘッダ部分の背景色*/
	background-color: #cccccc;
	z-index: -1;
	margin-right: -8px;
	margin-top: -8px;
	margin-left: -8px;
	margin-bottom: -8px;
	top: 0px;
	position: fixed;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-spacing: 2px 2px;
	border-color: #000000;
	left: 0px;
	width: 100%;
}
*/
h4 {
	font-size: 11px;
}
h3 {
	font-family: 'Great Vibes', cursive;
	word-spacing: -5px;
	letter-spacing: -1px;
	font-size: 64px;
}
h1 {
	font-family: 'JapanSans80', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku  Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #FFFFFF;
	text-shadow: 4px 4px 6px #000000;
	text-indent: 22px;
	letter-spacing: 7px;
	font-style: normal;
	font-size: 29px;
}
h2 {
	font-family: 'JapanSans80', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku  Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: 4px 4px 6px #000000;
	text-align: center;
}

/*@media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}*/

div#container {
	position: relative;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	  min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
}
