* {
    margin: 0;
    padding: 0
}

option {
    padding-left: 0.4em
}

html {
    height: 100%;
    margin-bottom: 1px
}

body {
    height: 100%;
    font-size: 100.01%
}
html *,
body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b3b64;
}

img {
    border: 0
}

/*
 * 
 */
#container {
	position: absolute;
	left: 50%;
	top: 214px;
	width: 784px;
	margin-left: -400px;
	z-index: 20;
	margin-bottom: 40px;
}
#container .container {
	position: relative;
	z-index: 60;
	width: 784px;
	border: 8px #FFF solid;
	/*
	min-height: 520px;
	*/
	display: table;
	background: #bed4f2;
}
#container .contbot {
	position: relative;
	z-index: 60;
	clear: both;
	height: 40px;
	width: 100%;
}
#naviframe {
	-moz-transform:rotate(350deg);
	left: 50%;
	margin-left: -450px;
	position: absolute;
	z-index: 100;
	top: -40px;
	width: 455px;
	height: 296px;
	background: url(../img/postcard.png)
}
#spaceCon {
	margin-top: 50px;
	width: 50px;
	height: 300px;
	float: left;
}
#lCon {
	margin-top: 50px;
	width: 420px;
	float: left;
}
#rCon {
	margin-left: 50px;
	margin-top: 50px;
	width: 210px;
	float: left;
	clear: none;
}
#topArea {
	position: absolute;
	height: 91px;
	width: 100%;
	top: 30px;
	z-index: 60;
	background: url(../img/bgNaviHead.png) repeat-x;
}
#topArea .logo {
	position:absolute;
	left: 50%;
	top: 14px;
	margin-left: 100px;
}
#footer {
	position: fixed;
	z-index: 50;
	bottom: 0;
	height: 30px;
	width: 100%;
	border-top: 1px #FFF solid;
	background: #cbb69d url(../img/bgFooter.jpg) repeat-x;
	display: none;
}
#bgArea {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
#bgArea img {
    height: 100%;
    width: 100%;
}
/*
 * 
 */
.csc-textpic:after, .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.csc-textpic, .clearfix {
    display: inline-block;
}

html[xmlns] .csc-textpic, html[xmlns] .clearfix {
    display: block;
    list-style-type: none;
}
* html .csc-textpic, * html .clearfix {
    height: 1%
}

.clear {
    clear: both
}