@charset "utf-8";

@import url("../../css/common/common.css");

#global_menu_set {
	background-image: url(../../img/common/home_rep.gif);
}
#global_menu {
	background-image: url(../../img/common/home.gif);
}


/*#pagetitle {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	margin-bottom: 3px;
	text-align: right;
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	color: #666666;
	font-size: 12px;
}
*/

#pagesubtitle {
	height: 55px;
	padding-top: 35px;
	padding-left: 40px;
	background-image: url(../img/sub_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	text-align: left;
	color: #666666;
	font-size: 10px;
}

.px10 {
	font-size: 10px;
  line-height:130%;
}

.license {
	width: 604px;
	height: 34px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 32px;
	padding-left: 60px;
	padding-right: 10px;
	background-image: url(../img/license_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #89817B;
	font-size: 10px;
	color: #666666;
}

.magenta {
	color:#FF0033;
}


/* ---  --- */
#highway {
	margin: 10px;
	padding: 14px;
	border: 3px double #638c0b;
}
#highway h2 {
	margin: 0;
	font-weight: bold;
	color: #638c0b;
}
#highway ol {
	margin: 0;
}
#highway ol li {
	padding: 5px 0 10px;
}


