@charset "utf-8";
/* CSS Document */

#contents_body ul.li_btn {
	display: block;
	margin-right: 10px;
	list-style-type: none;
}

#contents_body ul.li_btn li {
	float: right;
	display: block;
	width: 200px;
	height: 25px;
	text-indent: -1000em;
}

#contents_body ul.li_btn li a {
	display: block;
	width: 200px;
	height: 25px;
}

#btn01 {background: url(../img/btn24.png) no-repeat center center;}
#btn02 {background: url(../img/btn25.png) no-repeat center center;}
#btn03 {background: url(../img/btn24.png) no-repeat center center; margin-top: 25px;}

#btn01 a:hover {background: url(../img/btn24_on.png) no-repeat center center;}
#btn02 a:hover {background: url(../img/btn25_on.png) no-repeat center center;}
#btn03 a:hover {background: url(../img/btn24_on.png) no-repeat center center;}


.box_txtC ul {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	list-style-position: inside;
	line-height:14px;
}
.box_txtC li {
	text-align: left;
}

