@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
        background:url(../img/h_back2.gif) repeat-x top;
}

a {
	color: #f36c66;
	text-decoration:none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

img {
	border:0px;
}
h1 {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	font-size: 10px;
	background-image:url(../img/bg_header.gif);
	font-weight: normal;
	color: #666666;
	text-align: right;
        border-top: 5px solid #3399cc;
}

p{
	padding: 5px 0;
}

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

.small{
	font-size: 12px;
}

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

/*パンくずメニュー*/
div.navi_menu{
	width: 800px;
	margin: 0 auto;
	font-size:12px;
        line-height:30px;
	color:#ffffff;
	background:#ff8686;
}div.navi_menu a{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}div.navi_menu a:hover{
	color:#3366cc;
	text-decoration:underline;
}

/*左ブロック*/
div#left_block{
  font-size:12px;
  float: left;
  width: 200px;
  color: #333333;
  margin-bottom:20px;
}
div#left_block div.title{
	margin: 0 0 5px 0;
	padding: 2px 0 2px 10px;
	font-weight: bold;
	border-left: solid 5px #B7B7B7;
}

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 ul.admin_html_menu_category{
	list-style-position: inside;
	list-style: disc;
	padding-left: 15px;
}
div#left_block ul.cate ul.admin_html_menu_category strong{
	background: #CCC;
	display: block;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 574px;
  margin-right: 10px;
}
div#right_block div.title{
  background: url(../img/conbar.gif) no-repeat;
  color:#333333;
  width: 574px;
  font-size: 16px;
  line-height: 50px;
  text-indent: 32px;
  margin-top:10px;
  margin-bottom:6px;
  font-weight:normal;
}
div#right_block div.content{
	margin: 0 0 15px 0;
}

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


/*カテゴリ一覧*/
table.category_list{
	width: 580px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666;
}
table.category_list th{
	border: 1px solid #666666;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
}
table.category_list td{
	border: 1px solid #666666;
	padding: 5px;
}

table.category_list .border_bottom{
	border-bottom: 2px solid #666666;
}

/*サイト一覧*/
table.link_list{
	width: 580px;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
table.link_list th{
	border: 1px solid #000;
	padding: 0 5px;
	font-weight: bold;
	text-align: center;
}
table.link_list th.site_name{
	width: 100px;
}
table.link_list th.site_caption{
}
table.link_list th.site_linkcheck{
	width: 30px;
}
table.link_list th.site_enter{
	width: 30px;
}
table.link_list td{
	border: 1px solid #000;
	padding: 5px;
}

table.link_list .border_bottom{
	border-bottom: 2px solid #000;
}

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

/*登録フォーム*/
table.regist_form{
	width: 580px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table.regist_form th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
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;
}

/*修正フォーム*/
table.edit_form{
	width: 700px;
	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;
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	color: #666666;
	background-image: url(../img/footerbg.gif);
	text-align: right;
	font-size: 12px;
}
div#copyright a{
	color: #666666;
	text-decoration: none;
}

div#copyright a:hover{
  text-decoration:underline;
}

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


