/* link.css */
div.common-center {
	padding: 0;
}
div.common-center ul {
	margin: 10px 20px;

}

/* カテゴリー */
div#category {
	height: auto;
	width: 708px;
	margin-top: 4px;
}
div#category div.common-bottom a{
	text-indent: 0;
}

div#category h2 {
	background: url("/img/link_category_bar.gif") no-repeat left top;
	height: 36px;
	width: 708px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

div#category  ul {
	overflow: hidden;
}

div#category  ul li {
	background: url("/img/link_icon.gif") no-repeat left center;
	width: 130px;
	height: 24px;
	line-height: 24px;
	text-indent: 14px;
	float: left;
}

#search {
	float: left;
	border: 1px solid #BBBBBB;
	height: 18px;
	width: 133px;
	line-height: 18px;
}

/* リンク */
div#link {
	height: auto;
	width: 706px;
	margin-top: 4px;
}

div#link h2 {
	background: url("/img/link_bar.gif") no-repeat left top;
	height: 36px;
	width: 706px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 4px;
	text-indent: 40px;
}

div.link-top {
	background: url("/img/link_bg_top.gif") no-repeat left top;
	height: 4px;
	width: 706px;
	overflow: hidden;
}

div.link-center {
	background: url("/img/link_bg_center.gif") repeat left top;
	width: 706px;
	height: auto;
	overflow: hidden;
}

div.link-bottom {
	background: url("/img/link_bg_bottom.gif") no-repeat left top;
	height: 8px;
	width: 706px;
	overflow: hidden;
}

div.link-center p{
	font-size: 16px;
	line-height: 1.8em;
	margin: 20px;
	text-align: center;
}

div.link-center div.banner {
	float: left;
	margin: 6px 0 0 10px !important;
	margin: 6px 0 0 5px;
	border: 1px solid #BBBBBB;
	padding-top: 5px;
}

div.link-center div.banner ul {
	height: 70px;
	width: 162px;
}

div.link-center div.banner li {
	text-align: center;
}
div.link-center div.banner li a, div.link-center div.banner li a:link, div.link-center div.banner li a:hover{
	font-size: 10px;
}

/* 相互リンク登録フォーム */
div#signup {
	border: #999999 solid 1px;
	margin: 10px 40px 10px 0;
	padding: 10px 5px;
	text-align: center;
}

div#signup h3{
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	margin-bottom: 10px;
}

div#signup dl {
	overflow: hidden;
}

div#signup dt {
	clear: left;
	float: left;
	width: 120px;
	line-height: 24px;
	text-align: right;
}

div#signup dd {
	float: left;
	text-align: left;
	width: 460px;
	margin-bottom: 5px;
	line-height: 24px;
}

div#signup form input, div#signup form select{
	margin: 0 8px;
}

div#signup form input[type="submit"] {
	clear: both;
}


/* howto */
div#howto {
	height: auto;
	width: 708px;
	margin-top: 4px;
}

div#howto div.common-center {
	background-image: url("/img/common_bg_center.png") repeat left top;
	height: auto;
	width: 708px;
	overflow: hidden;
}

div#howto h2 {
	background: url("/img/howto_bar.gif") no-repeat left top;
	text-indent: -9999px;
	height: 36px;
	width: 706px;
}

div#howto ul{
	margin-left: 15px;

}

div#howto li{
	height: 15px;
}

div#howto p{
	color: #CC6633;
	font-weight: bold;
	margin: 10px 0 5px 15px;
	height: 20px;
}

/* banner */
div#banner dl {
	height: auto;
	width: 468px;
	padding-left: 15px;
	padding-top: 10px;

}

div#banner dt {

}

div#banner dd {

}

/* オススメサイト */
div#recommend {
	width: 176px;
	float: right;
	height: auto;
	margin-top: 4px;
}

div#recommend h3#recommend-site {
	background-image: url(../img/link_recommend_bar.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 176px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

div#recommend ul {
	height: auto;
	width: 150px;
	padding-left: 13px;
	padding-bottom: 10px;
}
