@charset "utf-8";
/*
.topic {
	color:#111;
}
.topic ul {
	height: 30px;
}
*/
.topic li {
	list-style:none;
	float:left;
	margin-right: 4px;
	height: 30px;
}
.topic ul:after { 
    display: block;
    clear: both;
    content: " ";
}
.topic ul a {
	text-decoration:none!important;
	margin-left:0;
	display: block;
	width: 84px;
	height: 30px;
}
.topic a.news {
	background-image: url(../img/topic_news.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	width: 84px;
	display: block;
}
.topic a.juken {
	background-image: url(../img/topic_juken.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
	height: 30px;
	width: 84px;
}
.topic a.news:hover {
	background-image: url(../img/topic_news.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 30px;
	width: 84px;
	display: block;
}
.topic a.juken:hover {
	background-image: url(../img/topic_juken.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 30px;
	width: 84px;
}
.topic a.selected {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 84px;
	display: block;
}

/*
.topic ul a:hover {
	color:#333;
	background-color: #6CF;
  }
.topic ul a.selected {
	margin-bottom:0;
	cursor:default;
  }

*/
.topic div {
	padding:8px;
	clear:left;
	background:snow;
	border: 1px solid #999;
}
#fragment-1 p,#fragment-2 p,#fragment-3 p {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

