*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
}
img{
	border:none;
}

body{
	/*background-size: cover;*/
	background-position: center bottom;
	background-color: #FDFDFD;
	background-image: url(../img/grand.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header{
	text-align: center;
	height: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	background-color: #f0f0f0;
	background-image: url(../img/hd_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header a img{
	margin-bottom: 1px;
	margin-right: 15px;
	width: 168px;
	letter-spacing: normal;
}
#header a img.last{
	margin-right: 0px;
	clear: both;
}
#header a img:hover{
	margin-top:1px;
	margin-bottom:0;
}
#wrapper{
	border: 5px solid #003366;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #59524D;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
	width: 690px;
	background-color: #FFFFFF;
	background-image: url(../img/pagetitle_info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
html>/**/body #wrapper{
}
h1{
}
h2{
	font-size: 16px;
	letter-spacing: 1px;
	color: #003366;
	margin-bottom: 15px;
	height: 32px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 20px;
}
#wrapper p{
	line-height: 1.75;
	text-align: justify;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 50px;
}

.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
#wrapper p a{
	color: #000;
	text-decoration: none;
	background: none;
}
#wrapper p a:hover{
	color: #930;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.right{
	text-align:center;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
	background-color: #039;
}
#back-top a:hover span {
	background-color: #F8F8F8;
	color: #039;
}


#footer{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 10px;
	width: 100%;
	background-color: #039;
}

.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}


.boshu_asp{
	width:600px;
	height:42px;
	margin:0 auto;
	border-radius:5px;
	background-color:#039;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}