@charset "UTF-8";

/* body
-----------------------------------------------------------------------*/
body {
	text-align: center;
}

/* container
-----------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 850px;
}

/* header
-----------------------------------------------------------------------*/
div#header {
	margin: 15px 0 0;
	width: 850px;
	overflow: hidden;
}
div#header h1 {
	float: left;
	width: 200px;
	height: 54px;
}
div#header p {
	margin: 7px 0 0 15px;
	float: left;
	width: 140px;
	height: 22px;
}

/* content info
-----------------------------------------------------------------------*/
div#info {
	border-top: 1px solid #b3cbe3;
	background: #ecf5fa;
	text-align: left;
}
div#info p#info_p {
	line-height: 30px;
}
div#info p#info_p span {
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

/* footer
-----------------------------------------------------------------------*/
div#footer {
	padding-top: 12px;
	border-top: 1px solid #d9d9d9;
	clear: both;
	width: 850px;
	background-color: #ebebeb;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}
div#footer div.footer_contents {
	padding: 7px 5px 5px 5px;
	border-top: 1px solid #b6b6b6;
	color: #ffffff;
	background-color: #f05e0f;
	text-align: center;
}
div#footer a:link,
div#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover,
div#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
div#footer div.copyright {
	padding: 10px;
	color: #222020;
	background-color: #b7b4b4;
	font-family: Arial,Helvetica;
	font-weight: bold;
	text-align: center;
}
