/* CSS Document */
#Area03{
	width: 660px;
	padding-top: 20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#ad_box_l{
float:left;
}

#ad_box_r{
float:right;
}

.mark_ad_01{
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #003399;
	background-image: url(../ad/img/mark_ad_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.mark_ad_02{
	font-size: 12px;
	line-height: 12px;
	color: #FF9900;
	background-image: url(../ad/img/mark_ad_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.mark_ad_02 a{
	text-decoration: underline;
	color: #FF9900;
}

.ad_borderBlue{
	padding-bottom: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}


.ad_special{
	width:600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #FF0000;
	line-height: 20px;
	margin-top: 20px;
}

.ad_special h3{
	font-size:20px;
	font-weight: bold;
	float: left;
}

.ad_contact {
	width:600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	line-height: 20px;
	margin-top: 20px;
	background-color: #BBE0E3;
}

.ad_contact h3{
	font-size:20px;
	font-weight: bold;
	color: #FF0000;
}

.ad table{
	width:620px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.ad th{
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 6px;
}

.ad td{
	background-color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 6px;
	vertical-align: middle;
}

