/* 制作者一覧ページ用 */
table.crlist  {
	margin-top: 20px;
	border-collapse: separate;
}
.crlist th {
	border-top: 2px solid #9CF;
	border-left: 2px solid #9CF;
	border-right: 2px solid #036;
	border-bottom: 2px solid #036;
	background-color: #069;
	font-size: 16px;
	padding: 5px;
}
.crlist th a {
	color: #FFF;
}
.crlist th a:visited {
	color: #9CF;
}
.crlist dt {
	padding-top: 10px;
	clear: both;
}
.crlist dd {
	padding: 10px 0 5px 50px;
	border-top: 1px dotted #CCC;
}

/* バナー一覧用 */
.banner-list  {
	margin-top: 20px;
	border-bottom: 1px dotted #CCC;
}
.banner-list dt {
	padding-top:10px;
}
.banner-list dd {
	padding: 5px 0 5px 240px;
	border-top: 1px dotted #CCC;
}

/* サイトマップ */
#sm-left {
	float: left;
}
#sm-right {
	border-left: 1px dotted #CCC;
	padding-left: 20px;
	margin-left: 340px;
}
#sm-left li,#sm-right li {
	color: #046;
	padding-left: 20px;
	padding-top: 5px;
	background: url(image/arrow_mark.gif) no-repeat 0 7px;
}
#sm-left li ul,#sm-right li ul {
	margin-left: -15px;
}
#sm-left li li ul,#sm-right li li ul {
	margin-left: 0;
	margin-left: 5px;
}
#sm-left li li,#sm-right li li {
	padding-left: 20px;
	background: url(image/sm_line1.gif) no-repeat 0 13px;
	border-left: 1px solid #CCC;
}
#sm-left .end,#sm-right .end {
	background: url(image/sm_line2.gif) no-repeat 0 0;
	border-left: none;
}

/* イメージ画像一覧 */
.images-list {
	margin-top: 20px;
}
.images-list li {
	float: left;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #06c;
	margin: 5px;
	padding: 0;
}
.images-list img {
	vertical-align: text-top;
	weight: 100px;
	height: 100px;
	margin: 10px;
}
.images-list p {
	color: #FFF;
	text-align: center;
	background: #06c;
 	padding: 5px 0;
}
.images-list li a {
	color: #FFF;
	display: block;
	text-align: center;
	background: #06c;
 	padding: 5px 0;
}
.images-list li a:visited {
	color: #FFF;
	background: #8799FF;
}
.images-list li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #09f;
}
.images-list span {
	padding: 2px 4px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background-color: #06c;
}

/* テーブル */
table.type2 th {
	background: #666;
	border-bottom: 2px solid #EEE;
}
table.type2 td {
	background: #FFF;
	border-bottom: 2px solid #EEE;
}
table.type2 .title {
	color: #FFF;
	background: #999;
}
