@charset "utf-8";
/* CSS Document */

body {
*font-size:small;*font:x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.231;
	font-size: 12px;
	background-image: url(../common_img/back.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
		
}
/*-----------------------------------------------------
   header
------------------------------------------------------*/ 

#header {
	height: 150px;
	width: 700px;
	position: relative;
	margin-top: 200px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#header .selector {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.selector .btn {
	float: left;
	width: 269px;
	height: 100px;
	padding-left: 60px;
}
.selector .btn_last {
	width: 129px;
	padding-right: 70px;
	padding-left: 70px;
	float: left;
	height: 100px;
}
/*-----------------------------------------------------
   footer
------------------------------------------------------*/ 

#footer {
	clear: both;
	text-align: center;
	color: #333333;
	background-image: url(../../img/footer_background.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	background-color: #F9F1DE;
	height: 300px;
}




#footer #inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-weight: normal;
	padding-top: 40px;
}

#footer #inner address {
	position: absolute;
	top: 36px;
	right: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
}

/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
