@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5;
	color: #666;
	font-size: 16px;
	background: url('../img/back-center_mini.jpg') top center no-repeat;
}

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

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

img {
	border:0px;
}
h1 {
	margin: 30px 0 20px;
	padding: 0;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.form {
	padding: 10px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px; /* webkit用角丸 */
	-moz-border-radius: 3px; /* firefox用角丸 */
	border-radius: 3px; /* css3用角丸 */
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input:focus {
	border:solid 1px #EEA34A;
	background: #eee;
}

textarea:focus {
	border:solid 1px #EEA34A;
	background: #eee;
}

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: 10px auto;
	padding: 0;
}

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

/*左ブロック*/
div#left_block{
	float: left;
	width: 700px;
}
.title{
	margin: 0 0 5px 0;
	padding: 2px 0 2px 10px;
	font-weight: bold;
	color:#000;
	border-left: 5px solid #f00;
	border-bottom: 1px dotted #999;
	background-color: rgba(255,153,102,0.5);
}

.content{
	margin: 0 0 1em 0;
	padding: 5px 0;
}

/*カテゴリーメニュー*/
ul.cate{
	list-style: none;
	list-style-position: outside;
	padding: 0;
}

ul.cate li{
	padding-left: 24px;
	border-bottom: dotted 1px #666;
	background: url(../img/folder.jpg) bottom left no-repeat;
}

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

/*右ブロック*/
div#right_block{
	float: right;
	width: 190px;
}

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


/*登録サイトリスト*/
table.link_site{
	width: 680px;
	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: -moz-linear-gradient(top, #cf6, #cf3); /* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#cf6), to(#cf3)); /* Safari,Google Chrome用 */
}
.odd{
	background: #FFF;
}

/*中央ブロック*/
div#mid_block{
	width: 700px;
	margin: 0 auto;
}

/*登録フォーム*/
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;
	text-align: center;
}


#gaiyouData {
}

#gaiyouData dt {
	width: 8em;
	float:left;
}

#gaiyouData dt:before {
	content:"\002605";
}

#gaiyouData dd:before {
	content:":";
}

#topics h3{font-size:1em;}
#topics p{font-size:0.8em;}
