/*-------------------------基本設定-------------------------*/
body{
	font-size: 75%;
	background-color: #FFF ;
color:#222;
font-family: 'メイリオ',Meiryo,"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro",'ＭＳP ゴシック',sans-serif;
/*font-family: 'ＭＳP ゴシック',sans-serif;*/
  margin: 0px auto;
	text-align:center;
	letter-spacing:0.5px;
	padding:0px;
}


*{
	margin:0px;
	padding:0px;
	border:0px;

}

html{
height:100%;
margin-bottom:1px;
}

a{text-decoration: none;　
color: #FF0000;
}
a:link{text-decoration: underline;
	color: #9026FF;}
a:visited{text-decoration: underline;
	color: #9026FF;}
a:hover{text-decoration: underline;
	color: #E8BBFF;
}

li{list-style:none;
}



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

.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */



/*-----------------------------------共通footer-----------------------------------*/
#bg_footer{margin: 0px auto;
	text-align:center;
	width:100%;
	clear:both;
	background: url(../img/footer_28.gif) top ;
	background-repeat:repeat-x;
	backround-color:#FFF;

}

#bg_footer p{ margin: 0px auto;
	text-align:center;
height:31px;
width:526px;
	text-indent: -9999px;
	background: url(../img/copy_02.gif) ;
background-repeat:no-repeat;

}




