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

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

a:hover {
	color:#f36c66;
	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: #333333;
	background-repeat: no-repeat;
        border-top: 5px solid #3399cc;
	text-align: right;
}

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;
}
p.note{
  font-size:13px;
  line-height:25px;
  background:url(../img/note.gif);
  margin:0 10px 10px 10px;
  padding:0 5px 0 5px;
}
.indent {
  margin-left:15px;
}

/*全体テーブル*/
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;
  padding-bottom:20px;
  background:url(../img/mback.gif) ;
}
div#left_block div.title{
  background: url(../img/menubar.gif) no-repeat;
  color:#666666;
  width: 200px;
  font-weight:bold;
  font-size: 12px;
  line-height: 30px;
  text-indent: 27px;
}

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

/*カテゴリーメニュー*/
div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul li a{
  line-height: 25px;
  width:200px;
  background:url(../img/menuli.gif) no-repeat left top;
  display:block;
  text-decoration:none;
  text-indent: 22px;
}
div#left_block ul li a:hover {
  background:url(../img/menuli2.gif) no-repeat left top;
}
div#left_block ul.cate strong{
	background: #ffcaca;
	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.new{
  background: url(../img/subconbar.gif) no-repeat;
  color:#333333;
  width: 574px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 40px;
  margin-top:10px;
  margin-bottom:6px;
  font-weight:bold;
} 
div#right_block div.title2{
  background: url(../img/blogbar.gif) no-repeat;
  color:#333333;
  width: 574px;
  font-size: 13px;
  line-height: 25px;
  text-indent: 25px;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:bold;
}

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

.linktagu{
	width: 540px;
  font-size:12px;
  background: url(../img/linktagu.gif) no-repeat center top;
  line-height:50px;
	text-align: center;
  margin:0 10px 10px 15px;
}

/*登録サイトリスト*/
table.link_site{
	width: 600px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
}
table.link_site th{
	border: 1px solid #e3e3e3;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #e3e3e3;
	padding: 5px;
}

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

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}
div#mid_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#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;

}

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

/*修正フォーム*/
table.edit_form{
	width: 700px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
}
table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #e3e3e3;
}
table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #e3e3e3;
}
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;
}

.ad{
  margin:4px 10px 4px 10px;
}

