@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background: #ffffff;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, sans-serif;

}
a:link {
	color: #007AB3;
	text-decoration: none;
}
a:visited {
	color: #007AB3;
	text-decoration: none;
}
a:hover {
	color: #0082C6;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* crearfix hack */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* hide macie */
 *html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* end hide */

/* end cleaarfix hack */
