@charset "UTF-8";

/*-------------------------------------
default
-------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border:0;
}

html,body {
	background-color:#f1f1f1;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width:100%;
	height:100%;
	font-size:11px;
	color:#818181;
	line-height:21px;
}

a {
	color:#818181;
}

a:hover {
	color:#969696;
	text-decoration:none;
}

/*-------------------------------------
util
-------------------------------------*/
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}