@charset "utf-8";
#container {
	margin-bottom: 20px;
}
div.top-img .top-img_text {
	left: 23px;
	position: absolute;
	top: 170px;
}


/* ----------content2---------- */

.content2 {
	margin-bottom: 30px;
}
.content2 h3 {
	margin-bottom: 10px;
}

.content2 p {
	font-size: 1.425em;
	font-weight: bold;
	margin-bottom: 10px;
}
.content2 a {
	background-image: url(../../images/icon-arrow_under_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.content2 ul {
	margin-left: 10px;
}
.content2 li {
	line-height: 225%;
	font-size: 0.875em;
}
.content2 .left {
	width: 360px;
}
.content2  .right  {
	width: 320px;
}

/* ----------content3---------- */

.content3 {
	margin-bottom: 35px;
}
.content3 div.faq{
	padding: 10px;
	margin-bottom: 10px;
}
.content3 h4 {
	background-image: url(../../images/dispatch/q_line.gif);
	background-repeat: no-repeat;
	background-position: 5px 13px;
	padding-left: 70px;
	color: #990000;
	font-size: 1.425em;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
}
.content3 p {
	background-image: url(../../images/dispatch/faq_icon-a.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 70px;
}
.content3 span a {
	background-image: url(../../images/icon-arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 250%;
}
.content3 ol {
	background-image: url(../../images/dispatch/faq_icon-a.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 75px;
	margin-bottom: 40px;
}
.content3 ol li {
	list-style-type: decimal;
	margin-left: 15px;
}
.content3 p.non {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

