@charset "utf-8";

/*div#footerNavi {
	background-color: #000000;
	clear: both;
	text-align: center;
	width: 960px;
	padding: 5px 0;
	margin-top: 15px;
}
div#footerNavi ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #E5E5E5;
	font-size: x-small;
}

div#footerNavi ul li.last {
	border-right: none;
}

div#footerNavi ul li a {
	color: #E5E5E5;
	text-decoration: none;
}
div#footerNavi ul li a:hover {
	color: #0DB2DD;
}*/

div#footerArea {
	clear: both;
	width: 960px;
	margin: 0 auto;
	/*background: #2e2e68;*/	
}
div#footerAreaIn {
	background: #2e2e68 url(../../img/bg_footer.gif) bottom no-repeat;
	/*height: 125px;*/
	width: 960px;
	padding: 20px 0 15px 0;
	color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}
div#footerArea p {
	padding: 0 0 0.5em 0;
}
div#footerArea p#footlogo {
	background: url(../../img/logo3.jpg) no-repeat;
	height: 22px;
	width: 180px;
	display: block;
}
div#footerArea p#footlogo span {
	height: 22px;
	width: 180px;
	z-index: -1;
	overflow: hidden;
	display: block;
	position: relative;
}

div#footerArea div#footerRight {
	float: left;
	width: 43em;
	font-size: 0.85em;
	margin: 0 0 1em 20px;
	display: inline;
}
div#footerArea div#footerLeft {
	float: right;
	width: 330px;
	font-size: 1.1em;
}
div#footerLeft ul {
	width: 13em;
	font-size: 12px;
	float: left;
}
div#footerLeft ul:first-child {
  border-right: 1px dotted #9391b0;
}
div#footerLeft ul li {
	list-style-type: none;
	padding: 0 0 3px 10px;
	margin-left: 1em;
	background: url(../../img/icon_12.gif) no-repeat 0 0.4em;
}
div#footerLeft ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footerLeft ul li a:hover {
	text-decoration: underline;
}

div#footerArea p.foottext {
	font-size:0.85em;
	margin-left: 20px;
}

div#footerArea p.foottext a {
	color: #FFF;
	text-decoration: underline;
}

div#footerArea p.foottext a:hover {
	color: #FFF;
	text-decoration: none !important;
}

div#footerArea .telBox {
	position: relative;	
}
div#footerArea .telBox p{
	background :#616191;
	color: #fff;
	padding: 0px 8px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 4px;
}
div#footerArea .telBox dl {
	position: absolute;
	left: 16em;
	top: 0;
	display: table;
	margin-bottom: 4px;
	
}
div#footerArea .telBox dt {
	text-align: right;
	display: table-cell;
	width: 12em;
}
div#footerArea .telBox dd {
	font-size: 1.7em;
	font-weight: bold;
	display: table-cell;
}
/* IE6 */
div#footerArea .telBox dt {
  _display: inline;
  _zoom: 1;
}
div#footerArea .telBox dd {
  _display: inline;
  _zoom: 1;
}
 
/* IE7 */
*:first-child+html div#footerArea .telBox dt {
  display: inline;
  zoom: 1;
}
*:first-child+html div#footerArea .telBox dd {
  display: inline;
  zoom: 1;
}

p#copy {
	background: url(../../img/copyright.gif) no-repeat left center;
	display: block;
	height: 16px;
	width: 305px;
	position: relative;
	left: 20px;
	padding: 3px 0;
}
p#copy span {
	height: 16px;
	width: 332px;
	z-index: -1;
	overflow: hidden;
	display: block;
	position: relative;
}



div#footerLeft .languageList {
	position: absolute;
	right: 25px;
	top: 25px;
	float: none;
	width: auto;
}
div#footerLeft .languageList:first-child {
	border-right: none;
}
div#footerLeft .languageList li {
    color: #2e2e68;
    display: inline;
    list-style: outside none none;
    padding: 0 0.5em 0 0;		
	background: none;
	margin-left: 0;
}
div#footerLeft .languageList li a {
	text-decoration: none;	
}
div#footerLeft .languageList li:first-child {
    border-right: 1px solid #fff;
	margin-right: 0.5em;
}