@charset "UTF-8";
/*====================================================================
 links
====================================================================*/
.n_linksArea {
    margin-bottom:20px;
	border:#c8c8c8 1px solid;
	background:url(../images/bg_links.png) repeat-x left bottom;
	overflow: auto;
}
.n_linksArea .n_title {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	padding:6px 14px;
	border-bottom:#c8c8c8 1px dotted;
	font-size:130%;
	font-weight:bold;
}
.n_linksArea .n_list_gt {
	margin-left:4px;
	margin-right:5px;
	margin-bottom:8px;
	padding-left:25px;
	background:url(../images/icon_gt_black.png) no-repeat 10px 5px;
	font-weight:bold;
}
.n_linksArea .col2Box {
	float:left;
	width:350px;
	margin-right:10px;
}
.n_linksArea .last {
	margin-right:0 !important;
}