body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size:75%;
	color:#333333;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:1.5;
	letter-spacing: 0.1em; 
}



html,a,form,area,div,img,table,td,th,ul,ol,li,dd,h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	border:none;
}
a {
	text-decoration:none;
	color:#59B22E;
}

a:hover,
a:focus{
	color:#FCCCE5;
}

ul { list-style-type:none; }

/*===============================================
class
===============================================*/
.alC{text-align: center;}
.alL{text-align: left;}
.alR{text-align: right;}
.flL{float:left;}
.flR{float:right;}
.mgT10{margin-top:10px;}
.mgT15{margin-top:15px;}
.mgT20{margin-top:20px;}
.mgT40{margin-top:40px;}
.mgB20{margin-bottom:20px;}

/*===============================================
span
===============================================*/
/*--------------------for MacIE--------------------*/
{
	text-indent:-9999px;
}
/*--------------------Hides from IE-mac--------------------\*/
{
	height:0px;
	width:0px;
	overflow:hidden;
	position:absolute;
}
/*===============================================
clearfix
===============================================*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
