@charset "utf-8";
/*////////////////////////////////////////

 Link Setting

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

.linkTxt2 {
	margin:15px 15px 20px 15px;
	line-height:150%;
	text-align:left;
}

.linkBox {
	background-color:#E9F0FF;
	margin:5px;
	padding:20px 15px;
	line-height:130%;
	border:1px solid #CCCCCC;
}

.linkTable {
	background-image: url(../img/table_bg.gif);
	background-repeat:repeat-y;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	width:450px;
	text-align:left;
	margin:3px 0 0 30px;
}


.linkLeft {
	width:110px;
	padding:0 5px 0 15px;
	float:left;
	line-height:190%;
	display:block;
}
.linkLeft a {
	color:#666666;
	text-decoration: none;
	display:block;
}
.linkLeft a:hover {
	color:#666666;
	text-decoration:underline;
}


.linkRight {
	width:285px;
	padding-left:15px;
	float:left;
	line-height:130%;
	display:block;
	margin:3px 0;
}
.linkRight a {
	color:#666666;
	text-decoration: none;
}
.linkRight a:hover {
	color:#666666;
	text-decoration:underline;
}

