@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-size:13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 130%;
	color: #666666;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

a {
	color: #00F;
	text-decoration:none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}


/* ▼ 画像設定 */
img {
border-width: 0;
}

.img-m {
vertical-align: middle;
}

.img-l {
float: left;
margin: 0 5px 5px 0;
}

.img-r {
float: right;
margin: 0 0 5px 5px;
}

div#header {
	width: 880px;
	height: 142px;
	margin: 0 auto;
	text-align: center;
	background-image:url(../img/bg_header.jpg);
	background-repeat: no-repeat;
}

h1 {
	width: 880px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	background-image:url(../img/bg_titile_top.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-weight: normal;
}

/* h1 {
	width: 880px;
	height: 30px;
	margin: 0 auto;
	padding: 132px 0px 0px 20px;
	font-size: 14px;
	background-image:url(../img/bg_header.jpg);
	color: #666666;
	background-repeat: no-repeat;
} */

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: 880px;
	margin: 0 auto;
	padding: 9px;
	color: #000000;
	background: #FFFFFF;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 0;
}

/*左ブロック*/
div#left_block{
	float: left;
	width: 170px;
}
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 20px 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#left_block .okwavenew{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	width: 170px;
	text-align: left;
	background-color: #fff;
	background-image: url(../img/bg_left_info.gif);
}
div#left_block .okwavenew h2.brttl{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 100%;
	color: #fff;
	text-align: center;
	background-color: #f48a0d;
}
div#left_block .okwavenew h2.orttl{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 100%;
	color: #fff;
	background-color: #f48a0d;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 700px;
}
div#right_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#right_block div.content{
	margin: 0 0 15px 0;
	padding: 5px 0px;
	background: #FFFFFF;
}

div#right_block div.paging{
   margin: 5px 10px;
}
div#right_block h3.list_title{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 120%;
	color: #5b5745;
	background-color: #ece8d3;
	border-top: 2px solid #4c7326;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

div#right_block h3.page_title{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	background-color: #4c7326;
	background-image: url(../img/bg_help.gif);
	border-bottom: 2px solid #ccc;
}

div#links{
	padding-top: 5px;
	color: #555555;
	font-size: 12px;
}
div#links a {
	color: #555555;
	text-decoration:none;
}

div#links a:hover {
	color: #555555;
	text-decoration: underline;
}



/*登録サイトリスト*/
table.link_site{
	width: 100%;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
}
table.link_site th{
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	padding: 5px;
}



/*繰り返し*/
.even{
	background: #EFEFEF;
}
.odds{
	background: #FFFFFF;
}

/*中央ブロック*/
div#mid_block{
	width: 880px;
	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 0px;
	color: #666666;
	background: #FFFFFF;
}

div#mid_block h3.page_title{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	background-color: #4c7326;
	background-image: url(../img/bg_help.gif);
	border-bottom: 2px solid #ccc;
}

/*登録フォーム*/
table.regist_form{
	width: 880px;
	table-layout: auto;
	border-collapse: collapse;
}
table.regist_form td{
	padding: 5px;
	border: 3px solid #FFFFFF;
}
table.regist_form td.title{
	font-weight:bold;
}

table td.head{
	margin: 0px;
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 7px;
	font-size: 100%;
	font-weight: bold;
	color: #4c7526;
	line-height: 150%;
	background-color: #dfebd5;
	text-align: right;
}
table td.head small{
	color: #696969;
}
table td span.red{
	padding: 1px;
	color: #fff;
	font-weight: bold;
	background-color: #4c7526;
}
table td.odd{
	margin: 0px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	font-size: 100%;
	color: #333;
	background-color: #f6f6f6;
	text-align: left;
}
table td.oddc{
	margin: 0px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	font-size: 100%;
	color: #333;
	background-color: #f6f6f6;
	text-align: center;
}
.btn{
	margin: 0px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #609833;
	background-image: url(../img/bg_global_current.gif);
	cursor: pointer;
}
.error{
	font-weight: bold;
	color: #ff0000;
}

/*修正フォーム*/
table.edit_form{
	width: 880px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
}
table.edit_form th{
	padding: 10px 5px;
}
table.edit_form td{
	padding: 10px 5px;
	border: 3px solid #FFFFFF;
}
table.edit_form td.title{
	font-weight:bold;
}

/*著作*/
div#copyright{
	clear: both;
	width: 880px;
	height: 70px;
	margin: 0 auto;
	padding-top: 5px;
	color: #555555;
	background: #666;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
}
div#copyright a{
	color: #555555;
	text-decoration: none;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}

