@charset "utf-8";



/*
		リセット
 -------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,p{
	margin: 0;
	padding: 0;
}


div,h1,h2,h3,h4,p,address{
	display: block;
}


h1, h2, h3{
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
}


img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}


p{
	color: #464646;
	line-height: 1.6;
}


/* list */
li,dt,dd{
	line-height: 1.6;
	list-style: none none outside;
}


/* body */
body{
	color: #333333;
	font-size: 80%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 160%;
	text-align: center;
	background: #fff url(../img/bg.jpg) top center repeat-x;
}


/* link */
a{ color: #0000ff; text-decoration: underline; }
a:hover{ color: #ff6600; text-decoration: underline; }





/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0px;
   font-size: 0px;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }




