
.xhx {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCB;
}
.xhx1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 600px;
}
div#right_block div.title{
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #333;
	font-size:16px;
	background-image: url(img/bg_right_title.jpg);
	background-repeat: repeat-x;
}

div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

div#right_block div.content h3{
	margin: 10px 0 5px 0;
	padding:3px;
	border:1px solid #666;
}

div#right_block div.content h4{
	margin: 10px 0 5px 0;
	padding:0;
	background:#FDF3CE;
}

.link0 { 
width:710px; margin:auto;
}

.link1 { 
margin:auto;
width:710px; 
height:23px;
padding-top:10px;
border:1px solid #666;
}

div#mid_block div.content h4{
	margin: 10px 0 5px 0;
	padding:0;
	background:#FDF3CE;
}

/*新着サイト*/
table.new_site{
	width: 600px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #1E0D81;
}
table.new_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.new_site td{
	border: 1px solid #666666;
	padding: 5px;
}
table.new_site td.title{
	font-weight: bold;
	background: #CCCCCC;
}

/*繰り返し*/
.link_log_even{
	background: #FFD9DD;
}
.link_log_odd{
	background: #FFFFFF;
}

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0 0 5px 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #333;
	font-size:16px;
	background-image: url(img/bg_right_title.jpg);
	background-repeat: repeat-x;
}

div#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

/*登録フォーム*/
table.regist_form{
	width: 660px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form td{
	padding: 5px;
	border: 1px solid #666666;
}
table.regist_form td.title{
	font-weight:bold;
}
table.regist_form td.notice{
	color: #CC3300;
}

/*著作*/
div#copyright{
	clear: both;
	width: 790px;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	color: #5a89bc;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}

