@charset "UTF-8";

body {
	background-color: #EEE;
	text-align: center;
}
strong{
	color:#F90105;
	font-size:16px;
}
div#wrapper {
	width: 960px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #666;
	box-shadow: 0px 0px 10px #666;
}
div#wrapper div#header {
	width:100%;
	height:543px;
	padding: 10px 30px;
	/*background-color:#F1DADB;*/
	background-image:url(../img/main3.jpg);
	background-repeat:no-repeat;
	height:100%;
	border-radius: 5px 5px 0px 0px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 72px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#wrapper div#header p {
	color: #000;
	
}
div#wrapper div#header p a:link{
	color: #ED229A;
	
}
div#wrapper div#container {
	padding: 0px 20px;
}
div#wrapper div#footer {
	width: 940px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
 p .strong {
	color:#FB0004;
	font-size: 20px;
}
 p .span .st2 {
	color:#FB0004;
	font-size: 18px;
}
h2.wh2{
	color:#fff;
	padding-bottom:50px;
	font-size:18px;
	}

@media screen{
#wrapper #header #header-inner {
}
#wrapper #header #header-inner {
	margin-top: 486px;
}

hr{
	width:80%;
}
}
