@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-collapse: collapse;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
 color: #FF0000;
	text-decoration: none; }
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

html {
	overflow-y:scroll;
	font-size:62.5%;
}
li {
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
}
ul li img{
vertical-align:bottom;
}
img,fieldset {
	border:0;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: url(../img/common/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------ END -----*/
