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

/*****************************************************************************
 基本
 *****************************************************************************/
* {
	margin: 0;
	padding: 0; 
	line-height: 1.5;
	font-style: normal;
}

body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝";
	font-size: 12px;
	*font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-style: normal;
	color: #666;
	text-align: center;
	background: #F2F0E6;
}

html>/**/body {
    font-size: 12px; /* モダンブラウザ向け */
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

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

a:visited {
	color: #946F29;
	text-decoration: none;
}

a:hover {
	color: #946F29;
	text-decoration: underline;
}

img {
	border-style: none;
	border: 0;
}

/*****************************************************************************
 色文字
 *****************************************************************************/
.color {
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	color: #946F29;
	letter-spacing: 0.01em;
}

.color a:link {
	color: #946F29;
	text-decoration: none;
}

.color a:visited {
	color: #946F29;
	text-decoration: none;
}

.color a:hover {
	color: #946F29;
	text-decoration: underline;
}

.white {
	color: #FFF;
	font-size: 80%;
	line-height: 2;
}

.white a:link {
	color: #FFF;
	text-decoration: none;
}

.white a:visited {
	color: #FFF;
	text-decoration: none;
}

.white a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*****************************************************************************
 ボーダーイメージ
 *****************************************************************************/
.borderimg img {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #C9CACB;
}

.borderimg a img {
	background: #FFFFFF;
	padding: 3px;
	border: 1px solid #C9CACB;
}

.borderimg a:hover img {
	border: 1px solid #A72126;
}

/*****************************************************************************
 ワイヤー
 *****************************************************************************/
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*****************************************************************************
 クリア関連
 *****************************************************************************/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  min-height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

