@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {

}

#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: auto;
	width: 950px;
	text-align: center;
}

#main {
	height: auto;
	width: 100%;
	background-image: url(title-img/main_top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

#under {
	height: 605px;
	width: 950px;
	background-image: url(img/under.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#under .button01{
	height: 100px;
	width: 300px;
	margin-left: 620px;
	text-align: center;
	padding-top: 93px;
	margin-bottom: 25px;
}

#under .qr {
	height: 220px;
	width: 300px;
	margin-left: 620px;
	text-align: center;
}

#footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 70px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #666666;
}

a{

}

a:link{
	text-decoration: none;
	color: #039;
}
a:visited{
	text-decoration: none;
	color: #099;
}

a:hover{
	color: #F00;
}

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.Left {
	float: left;
}


.Clear {
	clear: both;
}
