@charset "utf-8";
/* CSS Document */

.bdn {
	border: none!important;
}
dl {
	float: left;
	width: 204px;
}
dt {
	text-decoration: underline;
	background: #EEEEEE;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
}
dt span {
	padding-left: 25px;
	font-weight: bold;
	background: url(../common/images/square.png) no-repeat;
	background-position: 10px center;
	display: block;
}
dd {
	padding: 15px 0
}
#main_content .right h2,#main_content .right ul{
	margin-right:0;
}
.content_title_wrap {
    border: 1px solid #cccccc;
    margin-bottom: 0;
}
#main_content section{
	clear:none;
	float:left;
}
#main_content h2 {
	width:285px;
	padding-bottom:15px;
	padding-top:25px;
	padding-left:5px;
	border-bottom: solid 2px #A51502;
	font-weight:bold;
	margin-bottom:0;
	margin-right: 40px;
}
section a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
section ul{
	margin-right:40px;
}
section li {
	position: relative;
	border-bottom: 1px dotted #AAAAAA;
}
section li .pink01 {
	border-bottom: 1px dotted #AAAAAA;
}
section li a{
	color:#333333;
	text-decoration:none;
}
section li li {
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 30px;
	border:none;
}
section li li:before {
	content: url(../common/images/circle.jpg);
}
section li span {
	display:block;
	padding: 15px 0 15px 30px;
}
section li {
	display: block;
}
h2:hover{
	background: #f8d8da;
}
section li {
	background: url(../common/images/triangle.png);	
	background-repeat:no-repeat;
	background-position: 15px center;
}
section li span:hover {
	background: url(../common/images/triangle.png) #f8d8da;	
	background-repeat:no-repeat;
	background-position: 15px center;
}
.pink:hover {
	display: block;
	background: #f8d8da;
}
.inner01{
	width:450px;
	float:left;
}