@charset "utf-8";

/*==============================
Common Style
==============================*/
/*Reset*/
*{
}
body{

	background-image:none;
}
hr{
}
img{
}




/*table*/
table.borderTable {
	border:1px solid #999;
}
.borderTable th, 
.borderTable td{
border-top:1px solid #999;
border-right:1px solid #999;
}
/*return*/
.return{
	display:none;
}
.return a{
	background:url(../common/icn_up.gif) no-repeat 3px 2px ;
	padding-left:17px;
}

