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

/*****************************************************************************
 基本
 *****************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin:0;padding:0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif, "Trebuchet MS", Helvetica;
	font-size: 12px;
	*font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-style: normal;
	color: #666;
	text-align: center;
	background: #FFFFFF;
}

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

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

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

a:visited {
	color: #87332A;
	text-decoration: none;
}

a:hover {
	color: #87332A;
	text-decoration: underline;
}

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

ol,ul {
	list-style:none; 
}

fieldset,img {
	border:0; 
}

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

.color a:link {
	color: #87332A;
	text-decoration: none;
}

.color a:visited {
	color: #87332A;
	text-decoration: none;
}

.color a:hover {
	color: #87332A;
	text-decoration: underline;
}

.size {
	font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', "ＭＳ Ｐ明朝" serif;
	color: #FFF;
	letter-spacing: 0.01em;
	font-style: normal;
}

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

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

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

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

.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 {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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