@charset "UTF-8";

* {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
}

#container {
	width: 975px;
	margin: 0 auto;  
    text-align: left;  }

a:link {
	color: #000000;
	text-decoration: none;
	border:none;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border:none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
	border:none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
	border:none;
}

#header {
	width: 240px;
	background-position: 0px 0px;
	text-align: left;
	position: absolute;
	top: 60px;
	height: 120px;
}

#navigation {
	width: 210px;
	position: absolute;
	left: 29px;
	top: 120px;
	padding: 0px;
	text-align: left;
	height: 293px;
}
#navigation  p {
	margin-bottom: 30px;
}
#contents-title {
	height: 120px;
	width: 735px;
	position: relative;
	float: none;
	padding: 0px;
	top: 60px;
	text-align: left;
	left: 240px;
	vertical-align: top;
	margin: 0px;
}
#contents-title p {
	text-align: left;
	vertical-align: middle;
	position: absolute;
	margin: 0%;
	top: 0;
}

.caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 7pt;
	text-align: left;
	margin: 0px;
	float: left;
	width: 700px;
	color: #666666;
}
#contents {
	width: 735px;
	position: relative;
	left: 240px;
	top: 60px;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#contents p {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 27px;
	margin-right: 27px;
}
#footer {
	padding: 0px;
	height: 30px;
	position: relative;
	width: 650px;
	bottom: 0px;
	text-align: left;
	vertical-align: baseline;
	float: left;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


img {
	border-style:none;
	margin: 0px;
	padding: 0px;
}
.info {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 8pt;
	float: left;
	width: 700px;
	color: #333333;
	word-spacing: 0pt;
	line-height: 16px;
}
