@charset "utf-8";


body {
	font-family:Verdana, /*"ヒラギノ角ゴ Pro W3", */"ＭＳ Ｐゴシック", Osaka;
	color:#000000;
	font-size:80%;
	letter-spacing:0;
	line-height:150%;
	margin:0;
	padding:0;
	background-color:#ffffff;
	height:100%;
}	

img {
	border:0 ;
}

li img {
	vertical-align:top;
}	

html, h1, h2, h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, div, img {
	margin:0;
	padding:0;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
table {
	border-collapse:collapse;
	font-size:100%;
	border-spacing: 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


a{
	color:#333;
	text-decoration:none;
}

a:hover{
color:#999;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

