@charset "UTF-8";

/* -----------------------タグ直接指定----------------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background-image: url(../Images_common/bg.gif);
	background-attachment:#664849;
	background-position:top;
}




h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,tr,th,td,img,a,form,input,tt,blockquote{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-style: normal;
	line-height: 1.5;
}
ul{
	list-style:none;
}
img{
	vertical-align: bottom;
}
input,textarea{
	background-color: #EEEEEE;
	border:solid 1px #999999;
	font-size: 130%;
	padding: 3px;
}

a{
	color:#001A82;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}


h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,img,form,input,tt{
	font-size: 100%;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
font-weight:normal;
font-style:normal;
}

em{
font-style:normal;
}


/* -----------------------クラス指定----------------------- */


/* -------共通-------- */
.clear{
	margin: 0px;
	padding: 0px;
	clear:both;
	float: none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	text-decoration: none;
}
.displaynone{
	display: none;
}







/* -------clearfix-------- */

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

.clearfix {
  min-height: 1px;
}

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