@charset "utf-8";
/* CSS Document */
*::selection{ background:#137F0A; color:#fff;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bodybg.jpg) fixed bottom;
	color: #333;
}
div {
	text-align: center;
}
a {
	color: #23258B;
}
li {
	list-style: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#sticky {
	background:url(../img/hp-kanban_04.gif) repeat-x;
	opacity: 0.95;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
}
#headerNavigation {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}
#headerNavigation {
	text-align: center;
}

#headerNavigation h1 {
	float:left;
}

#headerNavigation ul {
	float:right;
	margin:0;
}

#headerNavigation li {
	display: inline;
	float: left;
}



/*飛び出すボタン*/
#page-back {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 120%;
}
#page-back a {
	background: #ddd;
	text-decoration: none;
	color: #333;
	width: 160px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 1px solid #666;
}
#page-back a:hover {
	text-decoration: none;
	background: #999;
}

#contact h2 {
	clear: both;
	font-size: 40px;
	font-weight: normal;
	color: #333;
	margin: 20px auto;
}

#contact {
	width: 980px;
	margin: 20px auto;
	padding: 20px 0;
	overflow: hidden;
}


.contactCover {
	width: 980px;
	text-align: center;
}
p.contactCover {
	line-height: 170%;
	font-size: 25px;
	margin-top: 100px;
	color: #333;
}
p.contactCover strong {
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
}



#contact dl {
	font-size: 20px;
	line-height: 2;
	overflow: hidden;
	padding-bottom: 20px;
}
#contact dt {
	width: 30%;
	float: left;
	margin-bottom: 2em;
	height: 30px;
}
#contact input[type="text"], #contact .contactForm select {
	height: 30px;
	width: 90%;
	padding: 0.1em;
}
#contact select {
	width: 150px;
	padding: 0.5em;
}
#contact textarea {
	width: 90%;
	height: 70px;
	padding: 0.1em;
	resize: none;
}
#contact dd {
	width: 65%;
	float: left;
	margin-bottom: 2em;
	height: 30px;
}
#contact dd:last-child {
	font-size: 18px;
	margin-top: 5px;
}
#contact input.button {
	display: block;
	clear: both;
	width: 450px;
	margin: 15px auto;
	height: 60px;
	background: #c00;
	border: 1px solid #a00;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	text-shadow: 1px #999;
	font-size: 20px;
	margin-top: 20px;
}
#contact input.button:hover {
	background: #f00;
	padding:10px;
}


#footer {
	position: relative;
	background: #222 url(../img/footerimg.png) 70% 100% no-repeat;
	margin-top: 30px;
	color: #fff;
	overflow: hidden;
	letter-spacing: 1px;
}
#footer div#footerInfo {
	width: 980px;
	margin: 30px auto 0 auto;
	text-align: left;
}
#footer div#footerInfo div {
	width: 48%;
	margin-right: 2%;
	float: left;
	text-align: left;
}
#footer h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px auto;
}
#footer dt {
	width: 30%;
	float: left;
	margin-bottom: 1em;
}
#footer dd {
	width: 70%;
	float: left;
	margin-bottom: 1em;
}
#footer p {
	line-height: 150%;
}
/*フォーム*/
p.error_messe {
	text-align: left;
	font-size: 18px;
	line-height: 160%;
	margin: 1em;
}
