@charset "utf-8";
/* CSS Document */


#categoryList h2, #categoryList h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099ff;
	color: #c40500;
	padding-bottom: 0px;
}
#categoryList dt {
	font-size: 117%;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #DFDFDF;
}
#categoryList dd {
	font-size: 117%;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #DFDFDF;
}
#categoryList dl a {
	color: #06C;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	background-position: 0em 0em;
}
#categoryList dl a:hover {
	background-color: #FFFFB3;
}
#categoryList dl a.recommend {
	background-image: url(../img/rearrow.gif);
	padding-left: 74px;
}
#main #footmark {
	margin-bottom: 10px;
}
#main p.recommend {
	text-align: right;
}
#main h3 {
	font-size: 170%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main #entrybody {
	font-size: 117%;
	line-height: 2;
	padding: 10px;
	color: #333;
}
#main .img-right{
	float: right;
	padding-left: 5px;
	padding-top: 0px;
}
#main #entryinfo {
	color: #999999;
	text-align: right;
	padding: 5px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
}
#main .news-even {
	background-color: #f6f6f6;
}
#main #samefolderlist h4 {
	color: #006600;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #006600;
}
#main #samefolderlist li {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 20px;
}
#main ul.sitemap li {
	background-image: url(../img/sitemap-listmark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#main ul.sitemap a {
	text-decoration: none;
	display: block;
}
#main ul.sitemap a:hover {
	background-color: #FFFF00;
}
