@charset "EUC-JP";
table.link_site{
	width: 620px;
	margin: 15px auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: solid 1px #999999;
}
table.link_site th{
	font-weight:bold;
	padding: 10px;
	border-bottom: solid 1px #FF6600;
	line-height: 150%;
	border: solid 1px #999999;
}
table.link_site td{
	padding: 10px;
	border-bottom: solid 1px #FF6600;
	line-height: 150%;
	border: solid 1px #999999;
}
/*中央コンテンツ*/
div#mid_block{
	float: right;
	width: 800px;
	margin: 20px 0;
}
div#mid_block .title{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 30px;
	color: #FFFFFF;
	background-color: #F9A900;
	height: 21px;
}
div#mid_block .content{
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
/*ログ*/
div.log{
	width: 600px;
	color: #000000;
	background: #F0F0F0;
	margin-bottom: 15px;
}
div.site_img{
	float: left;
	width: 120px;
}
div.site_text{
	float: right;
	width: 460px;
	padding: 0 10px;
}
p.site_title{
	font-size: 16px;
	font-weight: bold;
}
p.enter{
	text-align: right;
	font-size: 12px;
}
/*サイトマップ*/
ul.cate_list{
	list-style: none;
}
ul.cate_list li{
	float: left;
	padding: 8px 5px;
}
ul.cate_list li.top_cate{
	clear: left;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
}

/*修正、削除*/
table.regist_form{
	width: 780px;
	margin: 15px auto;
	padding: 15px 0;
	border: solid 1px #999999;
	border-collapse:collapse;
}
table.regist_form th{
	padding: 10px;
	border: solid 1px #999999;
	background-color: #F5F5CC;
}

table.regist_form td{
	padding: 10px;
	border: solid 1px #999999;
}

table.edit_form{
	width: 780px;
	margin: 15px auto;
	padding: 15px 0;
	border: solid 1px #999999;
	border-collapse:collapse;
}
table.edit_form th{
	padding: 10px;
	border: solid 1px #999999;
	background-color: #F5F5CC;
}

table.edit_form td{
	padding: 10px;
	border: solid 1px #999999;
}

/*フッター*/
div#copyright{
	clear: both;
	text-align: center;
	border-top: solid 10px #FF6600;
	padding-top: 5px;
	font-size: 12px;
}
