@charset "UTF-8";

#leftLayout {
	width: 620px;
	padding: 20px;
}

/*------- link_frame_first -------*/
#link_frame_first {
	padding-bottom: 10px;
}



/*------- link_list -------*/
dl#link_list dt {
	text-indent: -9999px;
	position: absolute;
}

dl#link_list dd {
	width: 620px;
	border-bottom: 1px solid #cccccc;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* -- clear float -- */
dl#link_list dd {
	min-height:0;
	display: inline-table;
}
dl#link_list dd:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
/* \*/
* html dl#link_list dd {height:0;}
dl#link_list dd{display: block;}
/* */
/* -- end clear float -- */

dl#link_list dd .float_left {
	width: 210px;
	padding-right: 10px;
}
dl#link_list dd .float_right {
	width: 400px;
}
dl#link_list dd .float_right a {
	text-decoration: none;
	color: #333333;
}
dl#link_list dd .float_right a:visited {
	text-decoration: none;
	color: #333333;
}
dl#link_list dd .float_right a:hover {
	text-decoration: underline;
	color: #ff0000;
}


dl#link_list dd .float_right h4 {
	padding-top: 5px;
	padding-bottom: 10px;
}
dl#link_list dd .float_right h4 a {
	text-decoration: none;
	font-size: 1.1em;
	text-decoration: underline;
}
dl#link_list dd .float_right h4 a:visited {
	text-decoration: none;
	text-decoration: underline;
}
dl#link_list dd .float_right h4 a:hover {
	text-decoration: underline;
	color: #ff0000;
}

dl#link_list dd .float_right .url {
	padding-top: 10px;
}

