@charset "UTF-8";
/* CSS Document */

html{
    height:100%;
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../index_img/bg/bg.gif);
	background-attachment:fixed;
	height:100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a:link {
	color: #005293;
}
a:visited {
	color: #538EC3;
}

#index{
	overflow:auto;
	height:210px;
	width:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-105px;
	margin-left:-250px;
}

#header{
	/*background-color:#AA3333;*/
width:938px;
	padding:0px;
	text-align:center;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	background-image: url(../index_img/bg/01.png);
	background-repeat: no-repeat;
}

#header2{
	/*background-color:#AA3333;*/
width:938px;
	padding:0px;
	text-align:center;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 23px;
	background-image: url(../index_img/bg/02.png);
	background-repeat: no-repeat;
}

#back{
	/*background-color:#AA3333;*/
width:938px;
	padding:0px;
	text-align:center;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 23px;
	background-image: url(../index_img/bg/03.png);
	background-repeat: repeat-y;
	height:100%;
	min-height: 100%;
}

body > #back {
    height: auto;
}

#logo{
	/*background-color:#AA3333;*/
width:938px;
	padding:0px;
	text-align:justify;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(../index_img/bg/04.png);
	background-repeat: no-repeat;
}

#contents{
	/*background-color:#AA3333;*/
width:875px;
	padding:0px;
	text-align:left;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#title{
	/*background-color:#AA3333;*/
width:875px;
	padding:0px;
	text-align:left;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#corp{
	/*background-color:#AA3333;*/
width:422px;
	padding:0px;
	text-align:left;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#corp2{
	/*background-color:#AA3333;*/
width:422px;
	padding:0px;
	text-align:left;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	font-weight: bold;
}

#foot{
	/*background-color:#AA3333;*/
width:875px;
	text-align:right;/*background-color:#fff;*/
	background-position: center top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 9px;
	color: #4F4F4F;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

