@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: #007DB9;
	text-decoration: none;
}

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

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

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

ol,ul {
	list-style:none; 
}

fieldset,img {
	border:0; 
}

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

.wrapper100 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*****************************************************************************
 文字組
 *****************************************************************************/
 
.height_20 {
	line-height: 1.5;
}

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

.clearfix {
  min-height: 1px;
}

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