@charset "utf-8";
/* CSS Document */

* {margin: 0px;padding:0px;}

body  {
	font-family:"Hiragino Kaku Gothic Pro", "HiraKakuPro-W6", "Meiryo", "MS PGothic", "osaka", sans-serif;
	font-size: small;
	line-height: 1.8;
}

h2 {
	font-weight:bold;
	font-size:110%;
}

h3 {
	font-weight:bold;
	font-size:90%;
	margin:0px 0px 5px;
}

img {border:none;}

p {font-size:90%;}

span {font-size:80%;}

li {list-style-type: none;}

/* clearfix */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
	
/*Hides from IE-mac */
* html .clearfix {height:1%;}

