@charset "UTF-8";
/*------------------
  ページ全体
------------------*/
* {
	margin:0;
	padding:0;
	color:#000000;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:100%;
}
	
h1, h2, h3 {
	margin:0;
	padding:0;
}
	
/*p, table {
	font-size:75%;
	line-height:160%;
}*/

body {
	background:url("../images/back_gradation.jpg") ;
	background-repeat:repeat-x;
	text-align:left;
}

img { display: block; }


#wrapper {
	width:100%;
	margin:auto;
}
	
#pagebody {
	width:900px;
	height:368px;
	margin:auto;
	position:relative;
}
	
/*------------------
  ヘッダ
------------------*/
#header {
	width: 900px;
	height:399px;
	margin:auto;
	position:relative;
	}

/*------------------
  インプット
------------------*/
#mobile_ad {
	position:absolute;
	top:197px;
	left:290px;
	font-size: 85%;
}

#btn {
	position:absolute;
	top:230px;
	left:306px;
}

/*------------------
 フッタ
------------------*/
#footer {
	width:900px;
	height:55px;
	text-align: center;
	background:url("../images/back_foot.jpg");
	background-repeat:no-repeat;
	margin:auto;
}

#footer address {
	font-size:75%;
	font-style:normal;
	letter-spacing:0.8px;
	color:#ffffff;
	padding-top:10px;
}
