@charset "utf-8";
/*--------------------------------------------
*
*	privacy
*	
*--------------------------------------------*/

.linkTable { width:742px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d2d2d2;
}
.linkTable th ,
.linkTable td { padding-top: 10px; padding-bottom:10px; padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
}
.linkTable th { color:#666666;
	background-image: url(../../link/image/i_01.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
 }
.linkTable th a { color:#666666; text-decoration:none; }
.linkTable th a:hover {	color:#666666; text-decoration:underline; }
.linkTable td { text-align: right; }
.linkTable td a { color:#3399ff; text-decoration:none; }
.linkTable td a:hover {	color:#3399ff; text-decoration:underline; }
.linkTable {}

#main #entry ul.link li {
	background-image: url(../../link/image/i_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	
#main #entry ul.link li p {
	color:#666666;
	float:left;
	padding: 0px;
	margin: 0px;
	display:block;
	}
	
		

#main #entry ul.link li a {
	color:#3399ff;
	text-decoration:none;
	float:right;
	display:block;
	}

#main #entry ul.link li a:hover{
	text-decoration: underline;	
	}

#main #entry ul.link li.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
	}

#main #entry ul.link li.linetop{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d2d2d2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2d2d2;
	}
