/*オプショントップページ*/
.optionBox {
	width: 500px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	background-color: #E7FFCE;
}
.optionBox .title {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.optionBox .txt1 {
	margin-bottom: 5px;
}
.optionBox .txt2 {
	color: #3366CC;
}
.subtitle1 {
	margin-bottom: 10px;
}
.optCom {
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
	padding-top: 5px;
}
.optCom ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
.optCom2 {
	color: #666666;
	padding: 7px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.optComCenter {
	text-align: center;
	padding: 3px;
}
.optCom dl {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.optCom dt {
	background-image: url(../images/option/qa_q.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 24px;
	margin: 0px;
	font-weight: bold;
}
.optCom dd {
	background-image: url(../images/option/qa_a.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 24px;
	color: #FF6633;
	margin: 0px;
}
