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

#contents {
	padding-top: 50px;
}

/* title */
#title {
	width: 730px;
	height: 274px;
	background: url(../img/satsumaIllust.jpg) top right no-repeat;
	border-top: 1px solid #FFF;
}

h2 {
	margin-top: 40px;
	margin-left: 30px;
	padding-bottom: 5px;
	width: 350px;
	height: 35px;
	text-indent: -1000em;
	background: url(../img/title.gif) no-repeat;
	border-bottom: 3px solid #B31701;
}

#title p {
	margin-top: 15px;
	margin-left: 50px;
	color: #996C33;
	line-height: 1.8em;
}

/* Q&A */
.QandA {
	width: 746px;
	margin: 10px auto;
	background: url(../img/bg.gif) repeat-y;
}

.QandA div {
	background: url(../img/bgTop.gif) top no-repeat;
}


.QandA dl {
	background: url(../img/bgBottom.gif) bottom no-repeat;
	padding: 20px;
}

.QandA dt {
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #B31701;

}

.QandA dd {
	padding-left: 10px;
}

