@charset "UTF-8";


html {
	height: 100%;
}
body {
	height: 100%;
}

#headerArea {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background: url(../img/bg_header.jpg) center 0 no-repeat;
	border-bottom: #e8120b solid 2px;
}

#header {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	padding-left: 10px;
}

#logo {
	margin: 0;
}

#mainArea {
	width: 100%;
	background: url(../img/bg_global.gif) center -48px repeat;
}

#langSelect {
	width: 980px;
	padding: 36px 0 0 10px;
	margin: 0 auto;
}

#langSelect ul {
	width: 203px;
	margin-bottom: 54px;
}

#langSelect li {
	margin-bottom: 4px;
}

* html #langSelect a {
	cursor: pointer;
}

.spotList {
	width: 100%;
	height: 4em;
	border-top: #999 dashed 1px;
}

.spotList dl {
	width: 980px;
	position: relative;
	margin: 0 auto 0;
	padding-left: 10px;
}

.spotList dl dt {
	font-size: 107.69%;
	color: #1b1e1f;
	letter-spacing: 0.3em;
	position: absolute;
	top: -1.65em;
	left: 10px;
}

.spotList dl dd {
	font-size: 92.31%;
	color: #636e73;
}

.spotList span.addHead {
	color: #333;
	background-color: #e5e5e5;
	padding: 0 13px;
	margin: 0 5px;
}

a img.icoEnd {
	vertical-align: middle;
	padding-left: 0.5em;
}

.btmSpace {
	height: 50px;
}

#footerArea {
	width: 100%;
	height: 52px;
	padding-bottom: 10px;
	background-color: #223a70;
}
* html #footerArea {
	position: absolute;
}

#footer {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
}

#cRight {
	width: 270px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
}
