@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../img/page_bkg.jpg);
	background-color: #E3E7BE;
}

a {
	color: #00F;
}

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

img {
	border:0px;
}


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;
}

/*全体テーブル*/
#wrapper{
	width: 900px;
	margin: 0;
	color: #000000;
	background: #FFFFFF;
}

#content_area p {
	margin: 5;
	line-height: 1.4em;
}

/*パンくずメニュー*/
div.navi_menu{
	text-align: left;
	padding: 10px;
}

/*左ブロック*/
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 50px 0;
	padding: 5px 0;
}

/*カテゴリーメニュー*/
#cat_menu {
}




#cat_menu ul {
	padding: 0;
	height: auto;
	width: 880px;
	display: block;
	margin-bottom: 5px;
}
#cat_menu li{
	float: left;
	display: block;
	height: 22px;
	width: 196px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-image: url(../img/bullet_green.gif);
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}


#cat_menu ul.cate strong{
	background: #CCC;
	display: block;
	border: 1px solid #CC0000;
	color: #CC0000;
}



.link-source {
	width: 840px;
	height: 30px;
	border: solid 1px #BFBFBF;
	color: #666666;
	font-size: 12px;
	background-color: #D2EDFF;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0px;
	margin-left: 40;
}
#tag_table {
	margin-left: 15px;
}

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

#footer_wrapper {
	height: 120px;
	margin-top: 30px;
	background-image: url(../img/footer_bkg.jpg);
	background-repeat: repeat-x;
}
#footer_contet {
	background-color: #FFFFFF;
}





/*右ブロック*/
div#right_block{
	float: right;
	width: 600px;
}
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 10px;
	background: #F0F0F0;
}

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


/*登録サイトリスト*/
table.link_site{
	width: 880px;
	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: #E6E6E6;
}
.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: #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 10px;
	background: #F0F0F0;
}

/*登録フォーム*/
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: 45px;
	padding-top: 5px;
	color: #666666;
	text-align: center;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#copyright a{
	color: #0033FF;
	text-decoration: underline;
}

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








#header {
	background-image: url(../img/header_bkg.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 900px;
	margin-top: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #E3E7BE;
}
#pic_01 {
	background-color: #0099FF;
	height: 350px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#date {
	margin-top: 5px;
}






#header_h1_area {
	margin-top: 20px;
	margin-left: 8px;
}

#content_head {
	margin-top: 0px;
	margin-bottom: 0px;
}


h1 {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
#non_app {
	display: none;

}


#date {
	margin-top: 5px;
}


#content_area {
	height: auto;
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
}
#navi_menu p {
	font-size: 11px;
	margin: 0px;
}
#navi_menu a {
	font-size: 11px;
	margin: 0px;
	text-decoration: underline;
}


#navi_menu {
	margin: 0px;
	height: 15px;
	background-color: #FF6633;
}






.style1 {
	color: #CC0000;
	font-size: 15px;
}
.style2 {
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}


.style3 {
	color: #000000;
	font-size: 13px;
	margin-bottom: 3px;
}
.style4 {
	color: #990000;
	font-size: 15px;
	font-weight: bold;
}



.style8 {
	color: #FFFF00;
	font-weight: bold;
}

.style9 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.style10 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}







.style20 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #669900;
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669900;
	border-bottom-color: #669900;
	padding-right: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #669900;
}

.style21 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding: 5px 5px 4px;
	background-color: #66CC00;
}

.style22 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #003366;
	margin: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.style24 {
	color: #FFFF00;
	font-size: 16px;
	font-weight: bold;
	background-color: #CC0000;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 5px;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	padding-left: 5px;
}

.style30 {
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}

.style31 {
	background-color: #F3F3F3;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 9px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCC0;
	border-bottom-color: #CCCCC0;
	border-left-color: #FF9900;
}
.style32 {
	font-size: 18px;
	color: #CC0000;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../img/marker.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.style33 {
	color: #FFFF00;
}

.style39 {
	color: #999999;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: underline;
}
.style99 {
	color: #333333;
	font-size: 9px;
	background: #E8E8E8;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 5px;
	padding-top: 5px;
}




















