@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
margin:0;
padding:0;
font-size:14px;
background-image:url(img/bg.png); /*⇒ 背景を入れる場合*/
background-position:top;
background-repeat:repeat-y;
  background-color: #EFEFEF;
}

a:link {color:#436CBA;text-decoration:underline;}
a:visited {color:#436CBA;text-decoration: underline;}
a:hover {color:#206CFF;text-decoration:none;}
a img {border-style:none;}
a:hover img{
opacity:0.5;
filter:alpha(opacity=50);
}

.clr{clear:both;}

p {
line-height:150%;
letter-spacing:1px;
font-size:14px;
}

#wrapper {
  width:920px;
  margin:0 auto 0 auto;
  padding:0;
  background-color: #FFFFFF;
}


/*---------- ヘッダー ----------*/

#header{
  padding:10px 0 0 0;
  text-align:center;
  background-color: #F3B33E;
}

#header h1 {
  margin:0;
  padding:0;
  font-size:12px;
}

#wrapper #messege{
  margin:40px 0 0 0;
  text-align:center;
  font-size:18px;
  font-weight: bold;
}

#wrapper #messege_left{
  margin:40px 0 0 0;
  padding:0 0 0 80px;
  background:url(img/05.png) no-repeat 400px 0;
}

#btn{
  margin:0 auto;
  width:432px;
  height:69px;
  background: url(img/btn.png) no-repeat 0 0;
}
#btn a{
  width:432px;
  height:69px;
  display:block;
  background: url(img/btn.png) no-repeat 0 0;
  text-indent:-3000px;
}
#btn a:hover{
  width:432px;
  height:69px;
  background: url(img/btn_on.png) no-repeat 0 0;
}

/*---------- 文字位置 ----------*/
.center{text-align:center;}
.right{text-align:right;}


/*---------- フッター ----------*/
#footer{
  margin:20px 0 0 0;
  padding:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:150%;
  text-align:center;
  color:#FFFFFF;
  background-color: #484F4F;
}

