@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: #EEEEEE;
}

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

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

img {
	border:0px;
}

p{
	padding: 5px 0;
}

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

.red{
	color: #F00;
}

.green{
	color: #090;
}
.bold{
	font-weight:bold;
}

.ad-site{
	margin:15px 0;
	padding: 10px 0;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}


/*ヘッダー*/
div#header{
	position: relative;
	width: 780px;
	height: 85px;
	margin: 0 auto;
}
h1{
	font-size: 26px;
	color:#060;
	padding: 10px 0 5px 5px;
}
/*ヘッダー*/
div.description{
	position: absolute;
	left: 280px;
	top: 12px;
	text-align: right;
	width: 490px;
	margin: 0;
	padding: 0 5px 0 5px;
}
/*トップメニュー*/
ul#header-menu{
	position: absolute;
	left: 0;
	top: 45px;
	margin-bottom: 15px;
	padding:0;
	list-style: none;
	list-style-position: outside;
}
ul#header-menu a{
	color: #FFFFFF;
	font-weight: bold;
}

ul#header-menu li{
	float: left;
	text-align: center;
	width: 258px;
	border-left: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	background: #2B2F32;
	padding: 5px 0;
}
/*メイン*/
div#main{
	width: 780px;
	margin: 0 auto;
}
div.navibar{
	margin: 10px;
}

/*右ブロック*/
div#block_right{
	float: right;
	width: 170px;
	margin: 0;
	padding: 10px;
	border: solid 1px #E0DEDF;
	color: #000000;
	background: #FFFFFF;
}

div#block_right .title{
	font-weight: bold;
	color: #1D1D1D;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: solid 1px #CCCCCC;
}

div#block_right div.content{
	padding: 5px;
}

/*カテゴリーメニュー*/
div#block_right div.content ul.cate{
	color: #006600;
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#block_right div.content ul.cate a{
	color: #006600;
}

div#block_right div.content ul.cate li{
	padding: 10px 10px;
	margin-bottom: 5px;
}
div#block_right div.content ul.cate .select{
	color: #006600;
	background:#EAEAEA;
}	
div#block_right div.content ul.cate .select a{
}

/*左ブロック*/
div#block_left{
	float: left;
	width: 560px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #E0DEDF;
	color: #000000;
	background: #FFFFFF;
}
.pagerank-image{
	margin-bottom: 10px;
}

h2{
	color: #006600;
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: solid 1px #CCCCCC;
}
div#block_left .title{
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1D;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: solid 1px #CCCCCC;
}
div#block_left .content{
	margin-bottom: 15px;
	padding: 5px 0;
}

/*登録サイトリスト*/
ul.link_site{
	width: 550px;
	list-style: none;
	list-style-position: outside;
	background: #EAEAEA;
	margin: 10px 0;
}

ul.link_site li{
	padding: 10px 0;
}
span.pr{
	padding: 0 10px;
}
span.boundlink{
	padding: 0 10px;
}
span.site-data{
}
span.site-setumei{
}

/*登録サイトリスト*/
table.link_site{
	width: 100%;
	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{
}
th.setumei{
}
th.pagerank{
	width: 25%;
}
th.boundlink{
	width: 15%;
}

/*繰り返し*/
.even{
}
.odd{
}

/*中央ブロック*/
div#mid_block{
	width: 758px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #E0DEDF;
	color: #000000;
	background: #FFFFFF;
}
div#mid_block div.title{
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1D;
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: solid 1px #CCCCCC;
}

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

/*登録フォーム*/
table.regist_form{
	width: 580px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form th,table.regist_form td{
	padding: 5px;
	border: 1px solid #666666;
}
table.regist_form td.title{
	font-weight:bold;
}

/*修正フォーム*/
table.edit_form{
	width: 580px;
	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;
	text-align: center;
	width: 770px;
	color: #FFFFFF;
	background: #2B2F32;
	margin: 10px 0;
	padding: 5px;
}

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

