/* CSS Document */
@import "reset.css";
@import "base.css";
@import "header.css";
@import "footer.css";

h2{
	color: #969;
	margin:5px 0px 0px 28px;
	font-size:160%;
  font-weight:bold;
}
#l_box{
	margin:0px 24px 0px 28px;
  min-height:400px;
/* MacIE5‚Ì‚Ý \*//*/
	height:400px;
/* */
}
.link{
	border-bottom: 1px dotted #ccc;
}
.list{
  width:500px;
  font-size:110%;
  padding:15px 0px 0px 15px;
  background: url(../../link/image/linklist.gif) no-repeat left 16px;
}
.target{
	width:230px;
	text-align:right;
  padding-top:12px;
}
.target a{
	color: #999;
}