/* CSS Document */
/* common */
*{
	margin:0px;
	padding:0px;
	list-style:inherit;
}
img{
	border:0px;
}
ul{
	margin:0px;
	padding:0px;
}
ul li{
	margin:0px;
	padding:0px;
	list-style-position: inside;
	list-style-type: none;
}

a:hover img.image_over{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(style=1,opacity=50,finishopacity=50)";
	-moz-opacity:0.6;
	text-decoration:none;
}
.btn_over a:hover{
	background-position:bottom;
	text-decoration:none;
}
em{
	visibility:hidden;
	font-size:8px;
	text-decoration: none;
	display: none;
}
p{
margin:0px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}

/* マージン */
.spacer{
	height:20px;
}
.spacer20{
	float:left;
	margin:10px 0px;
	width:776px;
}
.m10{
	margin:10px;
}
.m20{
	margin:20px;
}
.m_tb10{
	margin:10px 0px;
}
.m_tb20{
	margin:20px 0px;
}
.m_top5{
	margin-top:5px;
}
.m_top10{
	margin-top:10px;
}
.m_top30{
	margin-top:30px;
}
.m_top50{
	margin-top:50px;
}
.m_bottom5{
	margin-bottom:5px;
}
.m_bottom10{
	margin-bottom:10px;
}
.m_bottom20{
	margin-bottom:20px;
}
.m_right9{
	margin-right:9px;
}
.m_right10{
	margin-right:10px;
}
.m_right20{
	margin-right:20px;
}

/* border */
.border_b{
	border-bottom:dotted 1px #DDD;
}

