@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
	color: #000000;
	background-color: #F8EDDB;
}

a {
	color: #1B9087;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #030;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border:0px;
}

p{
	padding: 5px 0;
}

ul,ol{
	padding: 0 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}
.bold{
	font-weight:bold;
}

.green{
	color:#060;
}

/*全体テーブル*/
div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 25px 0;
}

h1 {
	float: left;
	width: 300px;
	height: 100px;
	padding: 0 0 40px 20px;
}

#header_menu{
	float: right;
	width: 450px;
	padding: 0 10px 0 20px;
}
#header_menu ul{
	list-style: none;
	list-style-position:outside;
}
#header_menu ul p{
	padding: 0 0 8px 0;
}
#header_menu ul li{
	float: left;
	width: 200px;
	padding: 0 10px;
}
#header_menu ul li a{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 26px;
}

#mazimeni_link{
	border-top: solid 2px #961613;
	border-bottom: solid 2px #961613;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px 0;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 180px;
	padding: 50px 0 20px 0;
}
div#left_block div.title{
	margin: 0 0 5px 0;
	color: #1B9087;
	padding: 2px 0 2px 26px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#left_block div.content{
	margin: 0 0 20px 0;
	padding: 5px 0;
}
div#left_block div.content ul{
	line-height: 300%;
}
/*カテゴリーメニュー*/
div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.cate li{
	padding: 2px;
	border-bottom: dotted 1px #666;
}
div#left_block ul.cate strong{
	background: #CCC;
	display: block;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 600px;
	padding: 50px 0 20px 0;
}

div#right_block .title{
	font-size: 18px;
	color: #961613;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/
table.link_site{
	width: 580px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #666666;
	padding: 5px;
}
th.site_name{
	width: 60%;
}
th.pagerank{
	width: 20%;
}
th.boundlink{
	width: 20%;
}

/*繰り返し*/
.even{
	color: #000;
	background: #E6E6E6;
}
.odd{
	color: #000;
	background: #FFF;
}

/*中央ブロック*/
div#mid_block{
	width: 800px;
	margin: 0 auto;
}
div#mid_block .title{
	font-size: 18px;
	color: #961613;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
}

div#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
}

/*登録フォーム*/
table.regist_form{
	width: 800px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form  th{
	padding: 10px;
	border: 1px solid #666666;
}
table.regist_form td{
	padding: 10px;
	border: 1px solid #666666;
}

/*修正フォーム*/
table.edit_form{
	width: 800px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #666666;
}
table.edit_form td.title{
	font-weight:bold;
}

/*著作*/
div#copyright{
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 5px 10px 5px 0;
	border-top: solid 1px #961613;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}

