@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
em {
	font-style: normal;
	font-weight: bold;
}
select {
	ime-mode: disabled;
}


/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
