@charset "UTF-8";
/* CSS Document */

#mainContents p {
	font-size: small;
	line-height: 1.6em;
	padding-left: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#mainContents p a {
	color: #F60;
	text-decoration: underline;
}
#mainContents p a:hover {
	color: #F60;
	text-decoration: underline;
}
.qArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 25px;
}
.qArea .q {
	background-image: url(../images/q_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #093;
}
.qArea .a{
	background-image: url(../images/a_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#mainContents .ttl {
	margin-top: 20px;
}
#infoArea {
	border: 2px dotted #F93;
	padding: 10px;
	margin-top: 20px;
}
#infoArea p span {
	font-size: 13px;
	font-weight: bold;
	color: #DD5233;
}
