/*right-contents領域の設定
----------------------------------------------------- */
div#right-contents {
	float: right;
	width: 520px;
	text-align: left;
}

#right-contents h3,h4 {
	padding-bottom: 15px;
}
#right-contents h5 {
	padding-bottom: 5px;
}
#right-contents p {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	padding-left: 5px;
	padding-bottom: 15px;
}
#right-contents p strong {
	color: #006699;
}
.maincopy {
	margin-bottom: 20px;
	padding: 0px;
	background-image: url(../img/common_img/ship_bg.gif);
	background-repeat: no-repeat;
	background-position: 150px 200px;
	margin-top: 0px;
	width: 520px;
}
.maincopy ul {
	font-size: 14px ! important;
	line-height: 150% ! important;
	color: #006699 ! important;
	font-weight: bold ! important;
	margin-right: 10px;
	
}
.maincopy li {
	margin-bottom: 7px ! important;
	list-style-type: decimal! important;
}
.maincopy p {
	font-size: 14px ! important;
	line-height: 150% ! important;
	padding: 0px ! important;
	margin-left: 0px ! important;
	font-weight: bold;
	color: #006699 ! important;
	text-align: right;
}
.button {
	margin-bottom: 10px;
	height: 60px;
	padding: 0px;
}
.button ul {
	display: inline ! important;
	text-align: center ! important;
	height: 60px ! important;
	margin: 0px ! important;
	padding: 0px ! important;
}
.button li {
	display: inline ! important;
	height: 60px ! important;
}
.sonota {
	border: 1px solid #ff3366;
	padding: 5px;
	margin-bottom: 20px;
}
.sonota p { 
	padding-bottom: 0px ! important;
}

.pre-qa {
	margin-top: 10px;
	margin-left: 10px;

}
.pre-qa dt {
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	color: #FF3366;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}
.pre-qa dd {
	font-size: 12px;
	line-height: 160%;
	padding-left: 15px;
	margin: 5px 0px 25px;
	padding-right: 5px;
	color: #666666;
}