
@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;
	padding-bottom:5px;
	}
/*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;
	}

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;
}
/*大枠*/
#BaseWrapper{
	width:948px;
	text-align:left;
	margin: 0 auto;
	border-bottom:1px solid #edede2;
	border-right:1px solid #edede2;
	border-left:1px solid #edede2;
	padding: 0;
	padding-top:1px;
	font-size:1.2em;
	line-height:1.5em;
	}
	
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

