body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,sans-serif;
	font-size: 19px;
	line-height: 39px;
	color: #1F1F1F;
}
#top_wrap{
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	width: 100%;
	height: 564px;
	padding-top: 10px
}

a img:hover {
	opacity:0.8;
	}


a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/*___________________ 画像 _____________________*/
.gazo0{
	margin: 0px auto 0px;
	display: block;
}
.gazo20{
	margin: 0px auto 20px;
	display: block;
}
.gazo45{
	margin: 0px auto 45px;
	display: block;
}
.gazo50{
	margin: 0px auto 50px;
	display: block;
}
.migi{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
/*___________________ 文字 _____________________*/
.aka{
	font-size: 19px;
	font-weight: bold;
	color: #B20000;
}
.m_aka{
	font-size: 22px;
	font-weight: bold;
	color: #B20000;
	
}
.ttl01{
	background-image: url(../images/ttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 196px;
	padding-top: 65px;
	margin: 0px auto 55px;
	display: block;
}
.ttl02{
	background-image: url(../images/ttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 221px;
	padding-top: 40px;
	margin: 0px auto 55px;
	display: block;
}
.ttl03{
	background-image: url(../images/ttl_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100%;
	height: 266px;
	padding-top: 27px;
	margin: 0px auto 55px;
	display: block;
}
.l_moji{
	font-size: 25px;
	font-weight: bold;
	line-height: 70px;
}
.m_moji{
	font-size: 22px;
}
.naka{
	text-align:center;
}
.migimoji{
	text-align: right;
}

/*___________________ コンテンツ _____________________*/

.box{
	width: 900px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.box2{
	width: 900px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.box3{
	width: 900px;
	text-align: center;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
#check{
	background-image: url(../images/check_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 816px;
	height: 779px;
	padding-top: 55px;
	padding-left: 108px;
	margin: 0px auto 55px;
	display: block;
}
#check li{
	font-size: 19px;
	font-weight: bold;
	line-height: 46px;
	list-style-type: none;
}
.arrow{
	width: 875px;
	margin: 0px auto 35px;
	display: block;
}
.arrow li{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 852px;
	line-height: 34px;
	list-style-type: none;
	padding-left: 23px;
}
.shousai{
	width: 898px;
	line-height: 28px;
	border-left: solid 1px #BDBDAE;
	border-right: solid 1px #BDBDAE;
	margin: 0px auto 65px;
	display: block;
}
.shousai tr{
	border-bottom: solid 1px #BDBDAE;
}
.shousai th{
	background-color: #EEEEEE;
	width: 177px;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px #BDBDAE;
	padding: 20px 5px 15px 30px;
}
.shousai td{
	width: 630px;
	padding: 20px 20px 15px 35px;
}
#bank{
	width: 482px;
	line-height: 28px;
	margin: 0px auto 40px;
	display: block;
}
#bank th{
	font-size: 17px;
}
#bank td{
	font-size: 16px;
}
.bikou{
	font-size: 17px;
}
.btn{
	width: 348px;
	height: 63px;
	margin: 0px auto 30px;
	display: block;
}
/*___________________ フッター _____________________*/

footer{
	background-color: #000000;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
}
footer ul{
	list-style-type: none;
	margin: 0 auto 25px;
	
}
footer ul li{
	font-size: 18px;
	color: #FFF;
	display: inline;
}
footer ul li a{
	color: #FFF;
	text-decoration: none;
}
small{
	font-size: 15px;
	color: #FFF;
	margin: -10px auto 0px;
	display: block;
}

/*___________________ トップ _____________________*/

#page-top {
	background-color: #660000;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}
