@charset "EUC-JP";
/*-----------------------------------
DEFAULT CSS
FILE DATA: default.css
-----------------------------------*/
*{
	font-size:100%;
	margin:0;
	padding:0;
}
a{
	outline:none;
	text-decoration:none;
	color:#0066CC;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}
form{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
}
html{
	width:100%;
}
body{
	text-align:center;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´Pro W3", Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
hr.none_line{
	display:none;
}
.top_link{
	clear:both;
	padding:0 60px 0 0;
	margin:20px 0;
	float:right;
	font-size:80%;
	letter-spacing:0.05em;
}
.top_link a{
	background:url(../images/top_img.jpg) no-repeat;
	width:90px;
	height:10px;
	text-indent:-99999em;
	display:block;
}

/*
a:hover {
	opacity:0.8;
	filter: alpha(opacity=80 style=0);
	background-color:#ffffff;
	-moz-opacity:0.8;
}
*/






