@charset "UTF-8";
#container{ 
	background-image:url("../image/index_header.jpg");
	background-size:100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

#header{
	width:100%;
	height:100%;
	position:relative;
}
#header_dummyimg{
	width:100%;
	height:100%;
	opacity:0.0;
}
#header_text{
	position:absolute;
	width:100%;
	height:auto;
	text-align:center;
	top:85%;
	left:0;
	font-family:Calibri,sans-serif;
	font-size:38pt;
	font-weight:bold;
	opacity:0.0;
}
.header_text1{
	color:#ffffff;
	/*text-shadow: 1px 1px 1px #000000,
	-1px 1px 1px #000000,
	1px -1px 1px #000000,
	-1px -1px 1px #000000;*/
}
.header_text2{
	color:#000000;
	/*text-shadow: 1px 1px 1px #ffffff,
	-1px 1px 1px #ffffff,
	1px -1px 1px #ffffff,
	-1px -1px 1px #ffffff;*/
}

.content_plate{
	width:100%;
	height:auto;
	background-color:#ffffff;
	position:relative;
}

.content_logo{
	width:50%;
	height:auto;
	text-align:center;
	vertical-align:middle;
}
.content_area{
	width:50%;	height:auto;
	padding:30pt 5pt;
}

