@charset "UTF-8";

/**************************************************************************************************

TOP

**************************************************************************************************/
h1.top_h1{
	text-indent: -9999px;
}

#service_line{
	width:650px;
	height:1150px;
	background:url("../../common/img/top_main_back.png") ;
	background-position:center center;
	background-repeat:no-repeat;

}

#infomartion{
	width:650px;
	margin:20px auto 50px auto;
}

table.tbl_info{
	width:600px;
	margin:0 auto;
}

table.tbl_info td{
	font-size:12px;
	padding:10px 5px 5px 5px;
	border-bottom:1px dotted #CCC;
}
table.tbl_info td.day{
	width:100px;

}
table.tbl_info td a:link{
	color: #03C;
}
table.tbl_info td a:hover{
	color:#C60;
}
