@charset "UTF-8";

/* 新着情報一覧
---------------------------------------------*/
h2#newtopictitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/newtopic_tit.jpg) left top no-repeat;
}
#newtopic {
	width: 734px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#newtopic p {
	border-bottom: 2px solid #CCC;
	padding: 20px 0 2px 0;
	margin: 0 0 10px 0;
}
#leftside {
	float: left;
	width: 80px;
}
#leftside ul {
	padding: 20px 0 0 20px;
}
#leftside ul li a {
	padding: 0 0 0 15px;
	background: url(../images/list_type_allow01.gif) left center no-repeat;
	text-decoration: none;
	color: #333333;
}
#rightside {
	float: right;
	width: 605px;
	padding: 0 0 50px 0;
}
#rightside dl {
	padding: 20px 5px 0 25px;
	border-left: 1px solid #CCC;
}

#rightside dl dt {
	float: left;
	padding: 0 40px 0 0;
}
#rightside dl dd {
	padding: 0 0 5px 0;
	border-bottom: dashed 1px #CCC;
	margin: 0 0 15px 0;
}
.page-top {
	clear: both;
	text-align: right;
	padding: 5px 10px 5px 0;
	border: 1px solid #E7E7E7;
}










