﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: DEFAULT.CSS
-----------------------------------*/
*{
	font-size:100%;
	margin:0;
	padding:0;
	color:#505050;
}
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;
}
ol,ul,li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
html{
	width:100%;
}
body{
	margin:0px;
	padding:5px 0 0 0;
	background:url(../images/body_bg.jpg) #f7f7f7 repeat-x;
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:1px;
}
img{
	border-style:none;
}
.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;
}
a:hover {
	opacity:0.8;
	filter: alpha(opacity=80 style=0);
	-moz-opacity:0.8;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80 style=0);
	-moz-opacity:0.8;
}
