html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	font-size: 84%;
	line-height: 150%;
	color: #2B2B2B;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
}
table {
	border-collapse:collapse;
}
a:link,
a:visited {
	color: #2D6CA6;
	text-decoration: none;
}
a:hover,
a:active {
	color: #ED1B24;
	text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
#container {
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header_box {
	height: 143px;
	width: 100%;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
}
#header {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	height: 90px;
	margin-bottom: 3px;
	position: relative;
}
#header .logo {
	height: 67px;
	width: 459px;
	margin-left: 5px;
}
#header .logo a {
	text-indent: -9999px;
	display: block;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 459px;
	overflow: hidden;
}
#header #textsize {
	position: absolute;
	top: 18px;
	right: 220px;
	height: 20px;
	z-index: 3;
	width: 130px;
}
#header #textsize p.ttl {
	line-height: 20px;
	float: left;
	width: 59px;
	font-size: 12px;
	height: 20px;
	background-image: url(../img/text_size_ttl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#header #textsize ul {
	float: left;
	height: 20px;
	width: 68px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B4BF;
}
#header #textsize ul li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 34px;
}
#header #textsize ul li a {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 34px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#header #textsize ul li a#text_m {
	background-image: url(../img/text_size_m.gif);
	background-position: right top;
}
#header #textsize ul li a#text_l {
	background-image: url(../img/text_size_l.gif);
}
#header #search {
	position: absolute;
	top: 18px;
	right: 11px;
	z-index: 3;
	width: 200px;
}
#header #search .textarea {
	position: absolute;
	top: 0px;
	height: 14px;
	width: 147px;
	border: 1px solid #A9AAB8;
	padding: 2px;
	margin: 0px;
	line-height: 14px;
	left: 0px;
}
#header #search .btn {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	right: 0px;
}
#header .contact {
	position: absolute;
	left: 557px;
	top: 45px;
}
#header .contact a {
	display: block;
	text-indent: -9999px;
	background-image: url(../img/btn_contact.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 79px;
}
#header .lang {
	height: 19px;
	position: absolute;
	left: 644px;
	top: 46px;
}
#header .lang a {
	display: block;
	text-indent: -9999px;
	background-image: url(../img/btn_en.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 64px;
}
#header .print {
	height: 19px;
	position: absolute;
	left: 715px;
	top: 46px;
}
#header .print a {
	display: block;
	text-indent: -9999px;
	background-image: url(../img/btn_print.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 69px;
}
#g_nav {
	height: 42px;
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#g_nav ul li {
	float: left;
	font-size: 0px;
	line-height: 0px;
}
#g_nav ul li a {
	float: left;
	font-size: 0px;
	line-height: 0px;
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 180px;
	text-indent: -9999px;
}
#g_nav ul li a:link,
#g_nav ul li a:visited {
	background-position: left top;
}
#g_nav ul li a:hover,
#g_nav ul li a:active {
	background-position: left bottom;
}
#g_nav ul li#g_nav_01 a {
	background-image: url(../img/g_nav_01.gif);
	width: 181px;
}
#g_nav ul li#g_nav_02 a {
	background-image: url(../img/g_nav_02.gif);
}
#g_nav ul li#g_nav_03 a {
	background-image: url(../img/g_nav_03.gif);
}
#g_nav ul li#g_nav_04 a {
	background-image: url(../img/g_nav_04.gif);
}
#g_nav ul li#g_nav_05 a {
	background-image: url(../img/g_nav_05.gif);
}


#banner_box .address {
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-size: 90%;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 8px;
}
#banner_box .address .inbox {
	padding: 10px;
	background-color: #EFEFEF;
}
#banner_box .address .name {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 100%;
	font-weight: bold;
	color: #2D6CA6;
	margin-bottom: 5px;
}
#banner_box .address .co {
	margin-bottom: 5px;
}
#banner_box .address .location {
	margin-bottom: 5px;
}
#banner_box .privacy {
	background-image: url(../img/icon_privacy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#banner_box .privacy a {
	color: #333333;
}

#footer_sitemap {
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #58A7DC;
}
#footer_sitemap .sitemap {
	background-image: url(../img/footer_dtline.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
}

#footer_sitemap .sitemap a:link,
#footer_sitemap .sitemap a:visited {
	color: #2B2B2B;
	text-decoration: none;
}
#footer_sitemap .sitemap a:hover,
#footer_sitemap .sitemap a:active {
	color: #FF4400;
	text-decoration: underline;
}
#footer_sitemap .sitemap .bloc .main {
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 2px;
	font-weight: bold;
	margin-top: 2px;
}
#footer_sitemap .sitemap .bloc ul {
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-top: 2px;
}
#footer_sitemap .sitemap .bloc ul li {
	padding-bottom: 2px;
	padding-left: 9px;
	background-image: url(../img/sitemap_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
#footer_area {
	width: 100%;
	background-color: #2F92D3;
	color: #FFFFFF;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
#footer address {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
#footer_area .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 48px;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0px;
}