@charset "utf-8";
/* global.css */



/* tag */
* {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form {
	margin:0px;
	padding:0px;
	font-size:100%;
}
li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
}
hr {
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:#cccccc;
	height:1px;
	margin:2em 0em;
}


/* font */
body {
	font-size:12px;
	line-height:150%;
	color:#666666;
}
*+html body,* html body {
	font-size:small;
}
* html body th,* html body td {
	font-size:x-small;
}
.sfont {
	font-size:80%;
}
strong {
	color:#ff0000;
	font-weight:bold;
	font-style:normal;
}
.cloff {
	color:#666666;
}
em {
	color:#ff0000;
	font-weight:normal;
	font-style:normal;
}


/* color */
a:link {color:#133fc3; text-decoration:none;}
a:visited {color:#133fc3; text-decoration:none;}
a:hover {color:#133fc3; text-decoration:underline;}
a:active {color:#899fe1; text-decoration:underline;}



/* pagetop */
.pagetop_anchor {
	position:absolute;
	left:-9999px;
}



/* clearfix */
span.clearfix {display:block;}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}
/* hides from ie-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* end hide from ie-mac */
