/* 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{
	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:0px;
}
.clear{	clear:both;}
.left{	float:left;}
.right{	float:right;}
.text_right{ text-align:right;}
.center{ text-align:center;}


/* }[W */
.spacer{
	height:20px;
}
.m10{
	margin:10px;
}
.m20{
	margin:20px;
}
.m_tb10{
	margin:10px 0px;
}
.m_top5{
	margin-top:5px;
}
.m_top30{
	margin-top:30px;
}
.m_top40{
	margin-top:40px;
}
.m_bottom5{
	margin-bottom:5px;
}
.m_bottom10{
	margin-bottom:10px;
}
.m_bottom20{
	margin-bottom:20px;
}
.m_bottom30{
	margin-bottom:30px;
}
.m_bottom40{
	margin-bottom:40px;
}
.m_right9{
	margin-right:9px;
}
.m_right10{
	margin-right:10px;
}
.m_right20{
	margin-right:20px;
}

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