@charset "utf-8";


body {
	font-size: 15px;
	background-color: #EBEBEB;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #5879C0;
}
h1 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	color: #2A4288;
	font-weight: bold;
}




#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}


#header {
	width: 850px;
	float: left;
}
#header-logo {
	width: 850px;
	float: left;
}



#header-nav {
	width: 850px;
	float: left;
}


#main {
	width: 850px;
	float: left;
}



#footer {
	clear: both;
	width: 850px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 10px;
}


#footer li {
	white-space: nowrap;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-left: 5px;
}


#footer ul, #footer li, #footer a {
	display: inline;
}


#footer-copyright {
	clear: both;
	width: 850px;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

