@charset "UTF-8";
/* CSS Document */
/* matuhashi_dent by MH */

#wrapper #body #content_a {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 792px;
	text-align:left;
	background:url(img/body_back_middle.gif);
}

#wrapper #body #content_a .new {
	background-image: url(img/body_back_top.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 15px 10px;
}
#wrapper #body #content_a .middle {
	margin: 0px;
	padding: 0px 10px;
}

#wrapper #body #content_a .bottom {
    background: url(img/body_back_bottom.gif) no-repeat bottom;
	margin:0px;
	padding: 10px 10px;
	clear: both;
}
#wrapper #body #content_a ul.green{
    list-style:none;
	margin:10px 20px;
	padding:0px;
}
#wrapper #body #content_a ul.green li{
	margin-bottom:0.4em;
	padding-left:18px;
	border-bottom: 1px dotted #666;
	background-image: url(../top_img/icon/circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
#wrapper #body #content_a ul.green li a{
	color: #262DA6;
	text-decoration:none;
}
#wrapper #body #content_a ul.green li a:hover{
	color: #A6003A;
	text-decoration:underline;
}

dl.float05{
    padding:20px 20px;
	margin:0px;
	line-height:1.5em;
}
dl.float05 dt{
	width: 6em;
	font-weight:bold;
}
dl.float05 dd{
    margin-left: 6em;
    margin-top: -1.5em;
	padding:0px 10px 15px;
	border-left:#ccc solid 1px;
}

p.btn_down{
	width: 141px;
	height: 26px;
	text-indent: -9999px;
	line-height:26px;
	padding:20px 0px;
	margin:0px 0px 0px 20px;
}
p.btn_down a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/btn_down.gif) no-repeat;
}
p.btn_down a:hover{
	background-position: 0px -26px;
}


p.btn_tosite{
	width: 141px;
	height: 26px;
	text-indent: -9999px;
	line-height:26px;
	float: right;
	padding:20px 0px;
	margin:0px 10px 0px 0px;
}
p.btn_tosite a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/to_site.gif) no-repeat;
}
p.btn_tosite a:hover{
	background-position: 0px -26px;
}


