@charset "shift-jis";

/* default style
-----------------------------------------*/
* {
	margin:0;
	padding:0;
	font-size:100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-style:normal;
}
ul {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
}
em,strong {
	font-weight:normal;
	font-style:normal;
}
em {
	color:#f00;
}
strong {
	font-weight:bold;
}
body {
	font-size:small;
	/*\*/_font-size:x-small;/* winIE5.x only */
	line-height:130%;
	color:#333;
	background:url(../img/common/body_bg.gif);
	text-align:center;
}
a:link,a:visited {
	color:#333;
	text-decoration:none;
}
a:hover, a:active {
	color:#f00;
}

/* common class
------------------------------------------------*/
.hidden {
	display:none;
}
.structural-heading {
	margin-left:-10000px;
	position:absolute;
}
.to-pagetop {
	text-align:right;
	margin-top:15px;
}
.to-pagetop a:link, .to-pagetop a:visited {
	color:#06c;
	text-decoration:underline;
}
.to-pagetop a:hover, .to-pagetop a:active {
	color:#06c;
	text-decoration:none;
}
.clearfix {
	height:auto !important;
	height:1%;
	min-height:1px;
	/*\*//*/display:inline-table;/* ie mac bugfix */
}
.clearfix:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}