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

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

a:hover {
	color: #f00;
	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;
}
.bold{
	font-weight:bold;
}
.ad{
	text-align: center;
	margin-bottom: 15px;
}

/*全体テーブル*/
div#wrapper{
	width: 780px;
	margin: 0 auto;
	background-color: #FFF;
}

h1 {
	border-bottom: solid 2px #CFECEE;
}
h2,h3{
	font-size: 14px;
}
/*トップメニュー*/
ul#top_menu{
	padding: 0;
	list-style: none;
	list-style-position:outside;
}
ul#top_menu li{
	float: left;
	width: 260px;
	padding: 0;
}
/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 5px 0;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 150px;
	padding: 20px 0;
	margin-left: 5px;
}
div#left_block div.title{
	padding: 2px 0 0 5px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/bg_block_left_title.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 145px;
}

div#left_block div.content{
	margin: 0 0 20px 0;
	padding: 5px 6px;
	background: #EDFEFE;
	border: solid 1px #69A6B2;
}

/*カテゴリーメニュー*/
div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.cate a{
	color: #183390;
}
div#left_block ul.cate li{
	padding: 5px 2px 5px 15px;
	border-bottom: dotted 1px #BBD8FB;
	background-image: url(../img/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div#left_block ul.cate strong{
	display: block;
}
div#left_block ul.cate strong a{
	text-decoration: underline;
}
/*右ブロック*/
div#right_block{
	float: right;
	width: 590px;
	padding: 20px 0;
	margin-right: 5px;
}
div#right_block div.title,div#right_block h2.title,div#right_block h3.title{
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	color: #39ADBD;
	background-image: url(../img/bg_left_title.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
div#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 0;
}

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


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

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

/*中央ブロック*/
div#mid_block{
	width: 760px;
	margin: 0 auto;
}
div#mid_block div.title,div#mid_block h2.title,div#mid_block h3.title{
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	color: #39ADBD;
	background-image: url(../img/bg_left_title.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

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

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

/*修正フォーム*/
table.edit_form{
	width: 760px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
table.edit_form th{
	padding: 10px;
	border: 1px solid #CCCCCC;
}
table.edit_form td{
	padding: 10px;
	border: 1px solid #CCCCCC;
}
table.edit_form td.title{
	font-weight:bold;
}

/*著作*/
div#copyright{
	clear: both;
	width: 780px;
	height: 43px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	background-image: url(../img/footer-banner.gif);
	background-repeat: no-repeat;
}
div#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

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

