@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
	background-color: #F0F0F0;
	background-image: url(../img/body_bg.gif);
    background-repeat:repeat;
}

a {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	font-size: 24px;
	background-image: url(../img/bg_header.jpg);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
    text-indent:-9999px;
	overflow:hidden;
}

p{
	padding: 5px 0;
}

ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}
.bold{
	font-weight:bold;
}

/*全体テーブル*/
div#wrapper{
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
	background: #FFFFFF;
	border-right: solid 0px #000;
	border-left: solid 0px #000;
    background: url(../img/wrap_bg.gif) repeat-y center top;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
    color:#FFFFFF;
	background-image: url(../img/bg_navi_menu.gif);
    background-repeat:no-repeat;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 180px;
    color:#FFFFFF;
}
div#left_block div.title{
    width:170px;
	height:30px;
	margin: 0 10px 5px 0;
	/*padding: 2px 0 2px 10px;*/
	text-align:center;
	line-height:30px;
	font-weight: bold;
    color:#000000;
	background-image: url(../img/bg_left_title.gif);
    background-repeat:no-repeat;
}

div#left_block div.content{
	margin: 0 0 50px 0;
	padding: 5px 0;
}

/*カテゴリーメニュー*/
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: 590px;
    padding-left:10px;
}
div#right_block div.title{
	margin: 0;
	height:35px;
	line-height:35px;
	padding: 0px 50px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_right_title.jpg);
	background-repeat: no-repeat;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	/*background: #F0F0F0;*/
    color:#FFF;
}

div#right_block div.paging{
   margin: 5px 10px;
}


/*登録サイトリスト*/
table.link_site{
	width: 570px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
	background: #663300;
}
table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background: #AF6834;
}
table.link_site td{
	border: 1px solid #666666;
	padding: 5px;
	background: #663300;
}

/*繰り返し*/
.even{
	/*background: #E6E6E6;
    background-image: url(../img/even.jpg);
    background-repeat:repeat;
	color: #FF0000;
    font-weight: bold;*/
}
.even a{
/*color:#FF0000;*/
}
.odd{
	/*background: #FFF;
    background-image: url(../img/odd.jpg);
    background-repeat:repeat;    
    color:#FF0000;
    font-weight: bold;*/
}
.odd a{
/*color:#FF0000;*/
}

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	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;
	background: #F0F0F0;
}

/*登録フォーム*/
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.edit_form{
	width: 660px;
	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;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
	color: #FFFFFF;
	background: #666;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}
/*トップ相互*/
div#topsougo{
font-size:9px;
color:#FFFFFF;
line-height:100%;
}

