/* カテゴリーページ */

#wrap-top {
	width: 760px;
	margin-right: auto;
	margin-left: auto;	
}
#wrap-top #news {
	float: left;
	width: 430px;
	margin-right: 20px;
}
.scroll-pane {
	overflow: auto;
	height: 220px;
	margin-bottom: 0.5em;
	margin-right: 20px;
	font-size: 11pt;
	line-height: 18pt;
}
#wrap-top .scroll-pane a {
	text-decoration: underline;
	color: #000000;
}
#wrap-top .scroll-pane a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.scroll-pane .jspVerticalBar {
	width: 5px;
}
.scroll-pane .jspTrack {
    background: #eee;
}
.scroll-pane .jspDrag {
	background: #C80000;
}
#wrap-top .scroll-pane dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	color: #000000;
}
#wrap-top .scroll-pane dt {
	float: left;
	width: 5em;
	margin-bottom: 0.5em;
	font-size: 11pt;
	line-height: 18pt;
}
#wrap-top .scroll-pane dt img {
	vertical-align:middle;
	padding-left: 3px;
}
#wrap-top .scroll-pane dd {
	margin-left: 6em;
	min-height: 2em;
	margin-bottom: 0.5em;
	font-size: 11pt;
	line-height: 18pt;
}
#wrap-top #comment {
	color: #000000;
	margin-right: auto;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-size: 11pt;
	line-height: 20pt;
	margin-top: 0.5em;
	display: block;
	margin-left: auto;
	width: 640px;
	font-weight: normal !important;
}
.itumo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.itumo ul{
	font-size: 12pt;
	line-height: 16pt;
}
.itumo li{
}
.itumo li a{
	min-height: 42px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
	background-color: #ffffcc;
	float: left;
	margin: 4px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* apple用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	-o-border-radius: 4px;	/* OPERA用 */
	-ms-border-radius: 4px;	/* microsoft用 */
	box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* CSS3草案 */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* apple用 */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Firefox用 */
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* OPERA用 */
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* microsoft用 */
	z-index: 1000;
	text-align: center;
	font-weight: normal;
}
.itumo li a:hover{
	background-color: #ffff66;
}
.one_el {
	line-height: 32pt;
}
