@charset "utf-8";
/*ＢＯＤＹの定義及びリセット*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote {
	margin: 0;
	padding: 0;
	}
	
html,body {
	margin: 0;
	padding: 0;
	height:100%;
	}
/*DesignBase
--------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	color:#333333;
	text-align:center;
	background-color:#ffffff;
	}

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

a{
	color:#333333;
	text-decoration:none;
	}
ul li{
	list-style:none;
	}
p{
	text-align:justify;
	text-justify:distribute;
	}

span{
	text-align:justify;
	text-justify:distribute;
}
/*大枠*/
#Wrapper{
	width:960px;
	background-color:#F2F2F2;
	background:url(../image-common/wrapper-back.jpg) bottom left repeat-x;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	font-size:1.2em;
	line-height:1.5em;
	height:100%;
	}
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}
