/* CSS Document */
@charset "euc-jp";
* {
	margin: 0;
	padding: 0;
	}
	
/*IE6*/
* html img{
vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
vertical-align: bottom;
}

	
ul, li {
	list-style: none;
	}
	
a {
	outline: none;
	}
	
a img {
	border-style:none;
	}
	
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	}
	
.relative {
	position: relative;
	}

div#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	}
