@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #000000;
	background-image:url(../img/bg.jpg);
}

a {
	color: #EA7500;
	text-decoration:none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

img {
	border:0px;
}

textarea {
	font-size:10;
}

hr{
 border-width: 1px 0px 0px 0px;
 color:#333333;
 border-style: solid none none none;
 clear: both;
}

/*h1 for site header*/
h1{
 position: absolute;
 margin: 5px 0px 0px 0px;
 padding-left: 10px;
 text-align: left;
 font-size: 8.5pt;
 color: #FFFFFF;
 font-weight: normal;
 text-decoration: none;
}


p{
	padding: 5px 0;
}
/******************** Header Part *************************/
#header{
 width: 800px;
 position: absolute;
 margin: 5px 0px 0px 0px;
 height: 25px;
 background-color: #FF5555;
}

#header-img{
 position: absolute;
 margin: 30px 0px 0px 0px;
 width: 800px;
 height: 125px;
 background-image:url(../img/bg_header.jpg);
 background-repeat:no-repeat;
 text-align: left;
}




#titleinheaderimg a{ text-decoration:none; }

/*subtitle*/
#subtitle{
 position: absolute;
 top: 55px;
 left: 75px;
 color: #333333;
 font-size:10pt;
 font-weight: bold;
 width: 430px;
}

#subtitle a{ text-decoration:none; }

/*description*/
#description{
 position: absolute;
 top: 95px;
 left: 350px;
 padding: 5px 20px 0px 0px;
 color: #555555;
 font-size:9pt;
 text-align: left;
 width: 400px;
}


ul,ol{
	padding: 5px;
	list-style-position: inside;
}
.clear{
	clear: both;
}
.align_center{
	text-align: center;
}

.red{
	color: #F00;
}
.bold{
	font-weight:bold;
}

/*全体テーブル*/

div#topwrapper{
	width: 800px;
	margin: 0 auto;
 position: absolute;
 left: 115px;
 top: 0px;

	color: #000000;
	background: #FFFFFF;
}
div#wrapper{
	width: 780px;
	margin: 0 auto;
 position: absolute;
 padding: 10px;
 left: 115px;
 top: 155px;

	color: #000000;
	background: #FFFFFF;
}

/*パンくずメニュー*/
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 #FF8000;
	background: #FFEE99;
}

div#left_block div.content{
	margin: 0 0 50px 0;
	padding: 5px 0;
	background: #FFFAEA
}

/*カテゴリーメニュー*/


div#left_block ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}
div#left_block ul.shin li{
	list-style: none;
	padding: 0 0 0 5px;
	border-bottom: dotted 1px #777777;
}
div#left_block ul.cate li{
	padding: 0 0 0 15px;
	background: url(../img/folder.gif) no-repeat 0px 7px;
	border-bottom: dotted 1px #777777;
}
div#left_block ul.cate strong{
	background: #CCC;
	display: block;
}

/*右ブロック*/
div#right_block{
	float: right;
	width: 600px;
}
div#right_block div.title{
	margin: 0;
	padding: 5px 20px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_right_title.gif);
	background-repeat:no-repeat;
	border-bottom: inset 5px #BBBBBB;
}
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 ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}

/*登録サイトリスト*/
table.link_site{
	width: 580px;
	margin: 10px auto;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #FFF;
}
table.link_site th{
	border: 1px solid #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
table.link_site td{
	border: 1px solid #FFFFFF;
	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;
	margin: 0 auto;
	padding-top: 5px;
 position: absolute;
 top: 50px;
 left: 115px;

	color: #FFFFFF;
	background: #666;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

/*管理画面*/
.admin{
	clear: both;
	font-size:12px;
	text-align: right;
}

