
div.maintitle {
	background: url(images/title_bg.jpg) no-repeat center top;
}

div.about {
	background: url(images/about_bg.jpg) no-repeat center top;
}

div.type {
	background-color: white;
	border: 5px solid #acbbe8;
	padding: 20px 50px 30px 50px;
}

div.type div.number {
	margin: 0 auto;
	margin-top: -40px;
	padding-bottom: 20px;
	width: 30px;
}

div.type div.number span {
	background-color: #5271cf;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

div.type h3 {
	border-bottom: 3px solid #acbbe8;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 10px;
}

div.type h4 {
	padding: 5px 0;
	text-align: left;
}

div.type table.dayflow {
	width: auto;
}

div.type table.dayflow th {
	background-color: #dadada;
	border-bottom: 1px dotted #7f7f7f;
	border-top: 1px dotted #7f7f7f;
	font-weight: normal;
	padding: 5px 20px;
}

div.type table.dayflow td {
	background-color: #f2f2f2;
	border-bottom: 1px dotted #7f7f7f;
	border-top: 1px dotted #7f7f7f;
	padding: 5px 20px;
}

div.type table.dayflow td.p {
	white-space: nowrap;
}

h2.common {
	border-bottom: 3px solid #acbbe8;
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 10px;
}

table.list-table th {
	background-color: #5271cf;
}

table.list-table td h3 {
	padding: 10px 0 12px 0;
	text-align: left;
}

div.qa {
	border: 5px solid #c5c5c5;
	padding: 20px 50px;
}

div.qa h3 {
	font-size: 130%;
	padding-bottom: 10px;
	text-align: left;
}

div.qa h3 em {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	margin-right: 10px;
}

div.qa div.answer {
	background-color: white;
	border: 1px solid #cfd0ca;
	padding: 10px 50px;
}

