@charset "utf-8";

html{
	font-size:70%;
	/*fireworksの行送りが175%*/
	line-height:1.4;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;*/
	
}

body{
	color:#333333;
	font-size:15px;
	line-height:1.6;
	letter-spacing:0.2px;
}


ul{
	list-style:none;
}

a{color:#333333;
	text-decoration:none;}
a:link{color:#000000;}
a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#870100;
	text-decoration:underline;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
}


em,
strong{
	font-weight:bold;
}

img{
	border-style:none;
	vertical-align:bottom;
}

/***clearfix************************************************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/***clearfix************************************************/
