@charset "utf-8";

#main_contents {
	width: 650px;
	float: right;
	margin-right: 32px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#main_contents ul {
	width: 650px;
	height: 110px;
	margin-bottom: 20px;
}

#main_contents li {
	display: block;
	width: 158px;
	height: 50px;
	float: left;
	margin: 2px;
	background-color: #FFFFFF;
}
#title {
	margin-bottom: 15px;
}

.box01 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	background-color: #F4F3F1;
	margin-bottom: 25px;
	text-align: left;
	line-height: 20px;
}
.box01 img {
	margin: 5px;
}

.box01 .q {
	font-weight: bold;
	color: #0099FF;
	font-size: 16px;
}
.box01 .a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0033;
}


.box01 dt {
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
	line-height: 1.8em;
}
.box01 dd {
	line-height: 1.8em;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #968976;
	font-size: 11px;
}

.box01 p {
	margin: 5px;
}

