@charset "Shift_JIS";

/* Reset */
* {
	margin:0;
	padding:0;
	text-decoration: none;
	font-weight:normal;
	font-style:normal
	line-height:1.0;
}
body {
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
a img {
	border:0px;
}
a {
	overflow:hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
}
ol, ul {
	list-style:none;
}
em, strong {
	font-weight:bold;
}

/* General Class */
.forread {
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.a_left {
	text-align:left;
}
.a_center {
	text-align:center;
}
.a_right {
	text-align:right;
}
.btx {
	font-weight:bold;
}
.rtx {
	color:#ff0000;
}
.rtx2 {
	color:#C00000;
}

.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;
}
/* End hide from IE-mac */
