@charset "utf-8";

	
div#main ul{
	margin-left:40px;
	list-style-type:none;
	font-size:85%;
	}

div#main li{
	margin:0px 0px 10px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
	background-image:url(../srcCommon/img/circle.jpg);
	background-repeat:no-repeat;
	background-position:0% 0.5em;
	}


table#priceTable{
	width:760px;
	margin:20px auto;
	border-collapse:collapse;
	border-width:1px 1px 0px;
	border-color:#CCCCCC #cccccc;
	border-style:solid;
	}
	
th#ptHead{
	height:50px;
	width:152px;
	padding:0px;
	background-image:url(img/ptHead.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	text-indent:-9999px;
	}	

table#priceTable th{
	width:152px;
	background-color:#339900;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	color:#FFFFFF;
	font-weight:bold;
	}

table#priceTable th.long{
	background-color:#003300;
	}
	
table#priceTable td{
	background-color:#FFFEF4;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:dotted dotted solid;
	text-align:center;
	font-size:85%;
	}
	
table#priceTable th.ptHr{
	height:70px;
	width:152px;
	text-indent:2.5em;
	background-color:#eeeeee;
	background-position:5% 100%;
	color:#333333;
	font-weight:bold;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:dotted dotted solid;
	}
	
#thDog{
	background-image:url(img/dog.jpg);
	background-repeat:no-repeat;
	}
	
#thCat{
	background-image:url(img/cat.jpg);
	background-repeat:no-repeat;
	}
	
#thSanimal{
	background-image:url(img/sAnimal.jpg);
	background-repeat:no-repeat;
	}
	
div#otherSvc{
	width:800px;
	margin:30px 0px 0px;
	}

div#otherSvcLeft{
	float:left;
	width:390px;
	}

div#otherSvcRight{
	float:right;
	width:390px;
	}
	
div#otherSvcRight ul{
	margin:0px;
	padding:20px 20px 10px 40px;
	border-width:1px 0px;
	border-color:#cccccc;
	border-style:dotted
	}
	
div#otherSvc p{
	padding:0px 20px;
	}
	
div#otherSvc table{
	margin:20px 0px 20px 140px;
	width:250px;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	font-size:85%;
	}
	
div#otherSvc table th{
	background-color:#eeeeee;
	border-color:#CCCCCC;
	}
	
div#otherSvc table td{
	background-color:#FFFEF4;
	border-color:#CCCCCC;
	text-align:center;
	}

div#otherSvc p#moreFive{
	padding:0px;
	text-align:right;
	font-size:77%;
	color:#666666;
	}
	
div#otherSvc table#temp{
	margin-bottom:40px;
	}
	
div#otherSvc table#temp th{
	width:90px;
	}

