@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html{
	font-size:16px;
}
body,table,form,div{
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",Osaka, sans-serif;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	line-height: 2em;
	color: #330000;
	letter-spacing:0;
	margin:0;
	padding:0;
	border:0;
}
body{
	font-size: 62.5%;
	text-align: left;
	color: #333333;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

img{
	border:0;
	vertical-align:top;
}


a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
}

em{
	color:#CC0000;
	font-style:normal;
	font-weight:bold;
}
strong{
	font-style:normal;
	font-weight:bold;
	background-color:#FFD699;
	font-size:1em;
	line-height:1.8em;
	color:#0033CC;
}
hr{
	visibility:hidden;
	margin: 0px;
	padding: 0px;
}
span{
	margin:0;
	padding:0;
}

ul li,ol li{
	list-style:none;
}

table{
	border-spacing:0;
	height: auto;
}
table th{
	text-align: left;
	font-weight: normal;
	padding:10px 0;
	vertical-align: top;

}
table td{
	padding:10px 20px;
	vertical-align: top;
	text-align:left;
}

input,select,option{ margin:0; padding:0; }

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 
/* スキップ */
.skip{
	position: absolute;
	left: -9999px;
}
