@charset "UTF-8";

/* ------------------------------------------------------------------------- */
/*		基本設定		*/
/* ------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg-main.jpg) repeat-x;
	color: #777;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}



/* CLEARFIX設定
************************************************************/

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

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

.clearfix {
  min-height: 1px;
}


/* 文字カラー設定
************************************************************/

a:link {
	color: #a78a31;
	text-decoration: none;
}

a:visited {
	color: #7d6b2b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #d9b032;
	text-decoration: underline;
}

a:active {
	color: #d9b032;
}

a img{
	border:none;
}


/* Wrapper設定
************************************************************/

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}


/* ------------------------------------------------------------------------- */
/*		フッター設定	*/
/* ------------------------------------------------------------------------- */

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	display: block;
	width: 880px;
	padding-top: 10px;
}

#footer .btm{
	border-bottom: 3px solid #11a4c0;
	padding: 0 0 15px 0;
	}

#footerlink{
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 880px;
	font-size: 62.5%;
	line-height: 150%;
	text-align: center;
	border-top: 1px dotted #cccccc;
	}

#footerlink ul{
	margin-top: 5px;
	}

#footerlink li{
	padding-left: 5px;
	list-style: none;
	display: inline;
	border-left: 1px solid #c2af96;
	}
	
	
#footerlink ul li.home{
	padding-left: 0;
	border-left: 0;
	}
	
#footeradd {
	float: left;
	margin-left: 10px;
	padding: 10px 0;
	width: 520px;
	font-size: 62.5%;
	line-height: 140%;
	}
	
#footeradd p.phl {
	float: left;
	}

#footeradd p.phl  img {
	margin: 0 15px 10px 0;
	}
	
#footeradd h3 {
	font-weight: bold;
	margin-bottom: 5px;
	}
	
#copy {
	float: right;
	text-align: right;
	padding: 5px 10px 0 0;
	width: 320px;
	font-size: 50%;
	}
		