@charset "shift_jis";

/*  base
------------*/

body {
	background-color:#fff;
	color:#666;
	font-size:10px;
	line-height:1.5em;
	text-align:center;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,table,th,td,hr,address,ul,ol,li,div,dl,dt,dd {
	margin:0;
	padding:0;
}

ul,ol {
	list-style:none;
}

address {
	font-style:normal;
}

a {
	text-decoration:none;
	overflow:hidden;
}

hr {
	display:none;
}

img {
	border:none;
}


/*  clear
------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.left {
	float:left;
}

.right {
	float:right;
}


