@charset "UTF-8";

/*中央コンテンツ*/
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: #66CC00;
	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;
}

table.link_site{
	width: 620px;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
	table-layout: fixed;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
table.link_site th{
	padding: 5px;
	border-bottom: dotted 1px #999999;
}

table.link_site td{
	padding: 5px;
	border-bottom: dotted 1px #999999;
}

/*相互リンク方法*/
table.link_info{
	width: 580px;
	margin: 15px auto;
	border-collapse: collapse;
	table-layout: auto;
}

table.link_info th{
	padding: 5px;
	border: solid 1px #999999;
	color: #000000;
	background: #F5F5CC;
}

table.link_info td{
    vertical-align: top;
	padding: 5px;
	border: solid 1px #999999;
}

/*新規登録フォーム*/
table.regist_form{
	width: 680px;
	margin: 15px auto;
	border-collapse: collapse;
	table-layout: auto;
}

table.regist_form th{
	padding: 5px;
	border: solid 1px #999999;
	color: #000000;
	background: #F5F5CC; 
}

table.regist_form td{
    vertical-align: top;
	padding: 5px;
	border: solid 1px #999999;
}

/*ログ*/
div.site_img{
	float: left;
	width: 120px;
}
div.site_text{
	float: right;
	width: 440px;
	padding: 0 10px;
}

/*サイトマップ*/
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.edit_form{
	width: 680px;
	margin: 15px auto;
	border-collapse: collapse;
	table-layout: auto;
}

table.edit_form th{
	padding: 5px;
	border: solid 1px #999999;
	color: #000000;
	background: #F5F5CC; 
}

table.edit_form td{
    vertical-align: top;
	padding: 5px;
	border: solid 1px #999999;
}


/*新規登録*/
ol.regist{
	line-height: 200%;
}

div#copyright{
	clear: both;
	text-align: center;
	border-top: solid 10px #66CC00;
	padding-top: 5px;
	font-size: 12px;
}