@charset "utf-8";
/*##########################################################*/
/*  All Page Common Style					 　　　　　　　　　　　　	*/
/*##########################################################*/
/*############### Common div ###############*/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	line-height: 1.0em;
	background-color: #ffffff;
	text-align: left;
}

body,p {
	color: #333;
}

a {
	text-decoration: none;
	color: #009966;
}

a:hover {
	text-decoration: underline;
	color: #006666;
}

sup {
	font-size: 9px;
}

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