@import "default.css";
@charset "utf-8";
/* CSS Document */

* {
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	text-align: center;
	font-size: 12px;
	color: #000;
}

#container{
	text-align:left;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	background-size: cover;
}

#headlogo {
	position:absolute;
	width:250px;
	height:145px;
	left: 75px;
}

#header{
	width:900px;
	height:30px;
	margin:0 auto;
	background-color: #007878;
	background-image: url(../images/headBg.gif);
	background-repeat: no-repeat;
}

#header h1 {
	font-weight:normal;
	text-align:right;
	font-size:12px;
	height:20px;
	line-height:20px;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#header h1 a{
	color: #FFF;
	text-decoration: underline;
}

#main {
	width:800px;
	margin:0 auto;
	padding-bottom:90px;
}


#footer {
	clear:both;
	float:none;
	height: 140px;
	width: 100%;
	background-color: #007878;
	padding-top: 20px;
}

#footer #footerInner {
	width:860px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}


#footer #footerInner .comInfo {
	color:#FFF;
	line-height:20px;
	text-align:left;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	float: left;
	height: 105px;
}

.shamei {
	font-size: 14px;
	font-weight: bold;
	
}

#footer .comInfo a {
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}


div#copyright {
	padding-top:10px;
	height:20px;
	text-align:center;
	color:#FFF;
	display:block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 5px;
}
