﻿@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/back.gif) repeat-y center top;
}

a:link{
	color:#f36c66;
        text-decoration: none; 
}a:visited{
	color:#f36c66;
        text-decoration: none; 
}a:hover{
	color: #336699;
	text-decoration:underline;
}

img {
	border:0px;
}

div#header {
  height: 260px;
  width: 800px;
  background: url(../img/bg_header.png) no-repeat;
  border-top: 4px solid #ffcccc;
  margin:0 auto;
}
div#header h1 { 
  font-weight:normal;
  font-size: 12px; 
  color:#999999;
  text-align:left;
  margin:0 0 0 4px;
  float:left;
}
div#header p{
  font-size:12px;
  margin:0 4px 0 0;
  font-weight:normal;
  text-align: right;
  color: #666666;
}


p.normal{
	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;
}

/*パンくずメニュー*/
div.navi_menu{
  margin: 0 auto;
  width: 800px;
  font-size:12px;
  line-height:35px;
  color:#ffffff;
  background-image:url(../img/navi.png);
  text-indent: 6px;
}
div.navi_menu a{
  color:#ffffff;
}
div.navi_menu a:hover{
  color:#ffcccc;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 190px;
}
div#left_block div.title{
  color:#666666;
  width: 190px;
  font-size: 12px;
  line-height: 30px;
  text-indent: 35px;
	font-weight: bold;
  background: url(../img/menubar.png) no-repeat;
}

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;
	margin: 0 5px 0 5px;
}
div#left_block ul.cate li{
	padding: 2px 2px 2px 10px;
	border-bottom: dotted 1px #666;
}
div#left_block ul.cate li a{
  color:#333333;
}

div#left_block ul.cate li a:visited{
	color:#333333;
        text-decoration: none; 
}
div#left_block ul.cate li a:hover{
	color: #f36c66;
	text-decoration:underline;
}

div#left_block ul.cate strong{
	background: #ffcccc;
	display: block;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 580px;
}
div#right_block div.title{
  background: url(../img/bg_right_title.gif) no-repeat;
  color:#333333;
  width: 580px;
  font-size: 13px;
  line-height: 32px;
  text-indent: 30px;
  font-weight: bold;
} 
div#right_block div.toptitle{
  background: url(../img/conbar.gif) no-repeat;
  color:#333333;
  width: 580px;
  font-size: 18px;
  line-height: 51px;
  text-indent: 40px;
  font-weight:normal;
  margin-top:10px;
  margin-bottom:6px;
} 


p.note {
  font-size:12px;
  line-height:25px;
  background:url(../img/note.gif);
  margin:0 10px 10px 10px;
  padding:0 5px 0 5px;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #FFFFFF;
}


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

div#right_block div.linktagu{
	width: 540px;
  background: url(../img/linktagu.gif) no-repeat center top;
  line-height:50px;
	text-align: center;
}

/*登録サイトリスト*/
table.link_site{
	width: 560px;
	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;
}

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

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}
div#mid_block div.title{
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	color: #666666;
	background-color: #FFF;
	background-image: url(../img/back2.gif);
	background-repeat: repeat;
}

div#mid_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background-image: url(../img/backimg.png);
	background-repeat: repeat;
}
div#mid_block div.content p{
	padding: 5px 0;
}

/*登録フォーム*/
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: 60px;
	margin: 0 auto;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
}
div#copyright h3{
	padding-top: 10px;
	color: #666666;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
div#copyright .thanks{
	color: #666666;
	text-align: right;
	font-size: 10px;
}
div#copyright a{
	color: #666666;
	text-decoration: none;
}

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