@charset "UTF-8";

h1{
	position: absolute;
	left: -9999px;
}

h2{
	border-bottom:none;
}

#side_navi h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 8px 0px;
	font-size:1em;
}

/*トピックス*/
/*
#contents h2.title_topics{
	display:block;
	list-style:none;
	width:530px;
	height:19px;
	margin: 0px;
	padding:0px 0px 8px 0px;
	background-image: url(image/topics.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: -9999px;
	float: left;
}
*/
#contents h2.title_topics{
	display:block;
	list-style:none;
	width:610px;
	height:19px;
	margin: 0px;
	padding:0px 0px 8px 0px;
	background-image: url(image/topics.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-indent: -9999px;
}

dl.topics{
	list-style:none;
	width:610px;
	margin: 0px 0px 20px 0px;
	padding:0px;
}

dl.topics dt {
	float : left;
	width : 5em;
	padding-bottom:5px;
}

dl.topics dd {
	margin-left : 5em;
	padding-bottom:5px;
}
/*
.top_rightview{
	font-size: 80%;
	font-weight: normal;
	float: right;
	width: 80px;
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF177A;
	padding-bottom: 1px;
	text-align: right;
}
*/

.top_rightview{
	position : relative ;
	top : -25px;
	left : 550px;
	font-size: 80%;
	font-weight: normal;
}


/*カレンダーはsub.cssにあり*/