@charset "utf-8";
@import url("../../css/common.css");

.mainContents {
	background: url(../../images/back_title.jpg) left 35px no-repeat;
}

h2 {
	margin-bottom: 20px;
}

.image {
	width: 780px;
	height: auto;
	text-align: center;
}

.guides {
	width: 780px;
	height: auto;
}

.guides dl {
	width: 703px;
	margin: -15px auto 0;
}

.guides dt {
	width: 703px;
	height: 29px;
	margin: 15px 0;
	padding-top: 6px;
	padding-left: 35px;
	background: url(../images/back_dt.jpg) left top no-repeat;
	font-size: 18px;
}

.guides dd {
	font-size: 16px;
	line-height: 1.8;
	padding-left: 160px;
}

.guides table {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	line-height: 1.2;
}

.guides th {
	width: 100px;
	padding: 3px 0;
	vertical-align: top;
}

.guides td {
	padding: 3px 0;
	vertical-align: top;
}

