@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.6;
}

img {
    border: none;
	margin:0px;
	padding:0px;
}

h1 {font-size: 120%;}

h2 {font-size: 110%;}

h3 {font-size: 100%;}

h4 {font-size: 95%;}

h5 {font-size: 90%;}

h6 {font-size: 85%;}

a {text-decoration:underline;color:#CCCCCC;}

a:hover {text-decoration:underline;}

li {list-style:none;}

span {font-size: 85%;}

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

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

