﻿
/* link common */
/* -------------------------------------------------------- */

#link-box {
	width:810px;
	margin-left:15px;
}
#link-box h3 {
	margin-bottom:20px;
}
#link-box ul {
	list-style-type:disc;
	margin-bottom:20px;
	padding-left:22px;
	padding-bottom:5px;
	border-bottom:solid 1px #d7d7d7;
}
#link-box li {
	margin-bottom:10px;
}
#link-box li a {
	color:#444444;
	text-decoration:none;
}
#link-box li a:hover {
	color:#444444;
	text-decoration:underline;
}
#link-box .last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}

#link-box .lbox {
	width:250px;
	margin-right:29px;
	display:inline;
	float:left;
}
#link-box .rbox {
	width:250px;
	float:right;
}


/* clear */

#link-box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#link-box { display: inline-block; }
/* no ie mac \*/
* html #link-box { height: 1%; }
#link-box { display: block; }
/* */