@charset "UTF-8";
/* リンクボックス */
#link {
	width: 790px;
	margin-top: 5px;
}
/* リンクボックス大見出し */
#link h2 {
	font-size: 20px;
	background-image: url(../img/menu/title_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	background-position: 5px;
	line-height: 22px;
}
/* リンクボックス中見出し */
#link h3 {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* リンクボックス小見出し */
#link h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-left: 30px;
}
/* リンクリスト */
.list {
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 相互リンク用 */
/* テキスト右寄せ */
.text_right {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* 新着サイトボックス */
#link_new {
	width: 550px;
	float:left;
	line-height: 16px;
	margin-left: 20px;
}
/* 新着サイトイメージ */
#link_new img {
	float: right;
}
/* 新着サイトテーブル */
#link_new table {
	margin-left: 20px;
	border: none;
}
/* 新着サイトテーブルタイトル */
#link_new th {
	padding: 2px;
	text-align: right;
}
/* 新着サイトテーブルセル */
#link_new td {
	padding: 2px;
}
/* 新着サイト段落 */
#link_new p {
	width: 100%;
	text-align: right;
}
/* 新着サイト区切り線 */
#link_new hr {
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* リンクカテゴリーボックス */
#link_category {
	margin-left:600px;
	padding-left: 10px;
}
/* リンクカテゴリーリスト */
#link_category li{
	line-height: 16px;
}
/*  */
#link_management {
	clear: left;
}
/*  */
#link_management form {
	text-align: right;
}

