@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: 14px;
	*font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-style: normal;
	color: #000;
	line-height: 1.8;
	background: #f5f5f3 url(../images/psy_bg.jpg) no-repeat left 150px;
	letter-spacing: 0.05em;
}

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

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

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

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

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

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

ul {
	list-style:none; 
}

fieldset,img {
	border:0; 
}

/*****************************************************************************
 ワイヤー
 *****************************************************************************/
.wrapper {
	width: 930px;
	margin-left: 30px;
}


/*****************************************************************************
 色文字
 *****************************************************************************/
 
strong {
	color: #B91C22;
	font-weight: normal;
}


/*****************************************************************************
 文字組み
 *****************************************************************************/
 
.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;
  /**/
}

