@charset "utf-8";
/* CSS Document */

/*----------------------------------------

サービス価格

-----------------------------------------*/

#price h2 {
}

#price_table {
	border-left:1px solid #75af12;
	border-top:1px solid #75af12;
	width:630px;
}
#price_table td{
	border-right:1px solid #75af12;
	border-bottom:1px solid #75af12;
	padding:5px;
}
/*	price-area
-----------------------------------------*/
#price .price-box {
	padding:20px 10px 20px;
	width:635px;
	border-bottom:1px dotted #999999;
}

#price .price-box h3 {
	color:#48b300;
	padding-bottom:10px;
	font-weight:bold;
	font-size:134%;
}



/*	#appli-area
-----------------------------------------*/
#appli-area {
	background:url(../../common/img/bg-appli.gif) no-repeat left top;
	width:645px;
	text-align:center;
	padding-top:17px;
	padding-bottom:20px;
	margin-left:5px;
	margin-top:30px;
}

#appli-area p {
}























