/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #123076;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a,a img{border:none;}

a:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/*conetnt*/
#container{
	background:url(images/bg.jpg) repeat-x;
	height:880px;
	text-align:center;
}
#container #header{
	background:url(images/TopLogo.jpg) no-repeat;
	width:900px;
	height:137px;
	margin:0 auto;
}
#container #header .contact{
	display: block;
	float:right;
	padding:30px 90px 0 0;
	_margin:30px 90px 0 0;
}
#container #main{
	background:url(images/mainBg.jpg) no-repeat;
	width:1126px;
	height:912px;
	margin:0 auto;
	text-align:center;
}
#container #content{
	clear:both;
	width:700px;
	margin:0 auto;
	height:360px;
	_height:400px;
	padding:30px 0 0 0;
}
#container #content #text{
	background-color:#FFF;
	margin:25px auto 15px;
	padding:15px;
	width:538px;
	_width:560px;
	height:130px;
	_height:150px;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-face-color:#06C;
	scrollbar-track-color:#CCC;
	scrollbar-arrow-color:#666;
	scrollbar-shadow-color: #06C;
	scrollbar-highlight-color: #fff8dc;
    word-wrap: break-word;      /* IE 5.5+ */
}

#container #content #text .inner{
	text-align:left;
}

#container #content #text .inner table{
	border:none;
	font-size:14px;
}
#container #content #text .inner th{
	font-weight:normal;
	text-align:left;
	width:100px;
	vertical-align:top;
	border-bottom:1px dotted #CCCCCC;
}
#container #content #text .inner td{
	border-bottom:1px dotted #CCCCCC;
}
#container #content #bottom img{
	padding:5px 10px;
}


#container #footer{
	padding:0 0 0 250px;
	_padding:0 0 0 0px;
	height:auto;
	width:450px;
	margin:0 auto;
	text-align:center;
}

#container #footer .logo{
	float:left;
}
#container #footer .inner{
	display:inline-block;
	width:160px;
	
}


