@charset "Shift_JIS";
/* 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 Mincho Pro", "ＭＳ Ｐ明朝", serif;
	font-size: 12px;
	*font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-style: normal;
	color: #C8C8C8;
	line-height: 1.8;
	background: #000 url(../images/bg.jpg) repeat;
	text-align: center;
}

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

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

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

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

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

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

ul {
	list-style:none; 
}

fieldset,img {
	border:0; 
}

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

/*****************************************************************************
 色文字
 *****************************************************************************/
 
strong {
	font-weight: bold;
	font-size: 110%;
}

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

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

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

/*****************************************************************************
 文字組み
 *****************************************************************************/
 
.height_2 {
	line-height: 1.7;
}

/*****************************************************************************
 クリア関連
 *****************************************************************************/
.clear {
	clear: both;
	color: #FAFAFA;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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