@font-face {
	font-family: Arial, sans-serif, Verdana;
}
body {
	font-size: 12px;
	color: #5D5D5D;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #5D5D5D;
}
a:hover {
	color: #0067BD;
	text-decoration: none;
}
.bar-link {
	margin-top: 52px;
}
.bar-link li {
	margin: 0;
	padding: 0;
}
.v-divider:after {
	content: "|";
	margin: 0 2px 0 4px;
}
.vspan-16 {
	margin-bottom: 18px;
}
.menu {
	background: #454545;
	box-shadow: 3px 3px 1px #888888;
	margin-bottom: 8px;
}
.menu-head:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 6px;
	margin-right: 32px;
	background: url("../img/dd.gif") no-repeat;
}
.menu .v-divider:after {
	content: "|";
	color: #FFFFFF;
	margin: 0 0 0 12px;
}
.menu .list-inline {
	margin: 4px;
	height: 27px;
	line-height: 27px;
}
.menu a {
	color: #FFFFFF;
}
.xs-menu {
	height: 90px;
	background: #454545;
}
.xs-menu  a:link {
	color:#FFFFFF!important;
}
.xs-menu  a:visited {
	color:#FFFFFF!important;
}
.xs-menu a:hover {
	color: #333333!important;
}
.content-header {
	background: url("../img/navi.gif") no-repeat 8px 6px;
	padding-left: 20px;
	font-weight: bold;
}
.left-submenu {
	background-color: #ECF0F3;
	margin-top: 36px;
	padding: 0;
	line-height: 30px;
}
.left-header {
	background: #C5D1D9 url("../img/navi.gif") no-repeat 8px 12px;
	padding-left: 20px;
	font-weight: bold;
	color: #00365F;
}
.left-item {
	background: url("../img/navi.gif") no-repeat 16px 12px;
	padding-right: 8px;
	border-bottom: 1px dashed #5D5D5D;
	text-align: right;
}
.right-submenu {
	background-color: #F8F8F8;
	margin-top: 36px;
	padding: 0;
	line-height: 30px;
}
.right-header {
	background: #858585 url("../img/navi.gif") no-repeat 8px 12px;
	padding-left: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.right-header a {
	float: right;
	display: inline-block;
	background-color: #6C6C6C;
	color: #FFFFFF;
	text-align: center;
	width: 55px;
}
.right-header a:before {
	content: "+ ";
}
.right-item {
	background: url("../img/cone.gif") no-repeat 13px 12px;
	padding: 0 8px 0 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right-submenu button {
	height: 100px;
}
.btn-gray {
	background-color: #96A0A6;
}
.right-submenu div {
	text-align: center;
	line-height: 20px;
	white-space: normal;
}
.down-title {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.down-info {
	font-style: italic;
	font-size: 12px;
}
.btn-std {
	width: 100px;
}
.rad-btn {
	width: 50%;
}
.required:after {
	content: "*";
	color: #FF0000;
	margin-left: 4px;
}
.alt-menu .v-divider:after {
	content: "|";
	margin: 0 0 0 12px;
}