@charset "utf-8";
/* CSS Document */

iframe{
	width:530px;
	height:130px;
}

#info div{
	width:250px;
	float:left;
}
#info table{
	width:280px;
	float:left;
}
#info th{
	border:solid 1px #ccc;
	background:#ECF9FF;
	white-space:pre;
	text-align:left;
	font-weight:normal;
	padding:0 4px;
	
}
#info td{
	border:solid 1px #ccc;
	padding:4px;
}
#service_l{
	width:250px;
	float:left;
}
#service_r{
	width:250px;
	float:right;
}
#service{
	padding:10px 0;
}
.dot{
	border-bottom:dashed 1px #333;
}
.m10{
	margin:8px 0 0 0;
	padding-bottom:8px;
}
.m10_btm{
	margin:8px 0 0 0;
}
.title .right{
	float:right;
	width:250px;
	text-align:right;
	padding:0 10px 0 0;
}
.title .left{
	float:left;
}