@charset "utf-8";

/*レイアウト*/
#content {
	width: 950px;
	background-color: #FFF;
	height: 1020px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	height: 110px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #008080;
	margin-bottom: 5px;
}
#header1 {
	background-color: #FFF;
	height: 30px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 0px;
	font-size: 10px;
	color: #903;
}
#header1 h1 {
	height: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	vertical-align: middle;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header2 {
	background-color: #FFF;
	height: 154px;
	border-top-style: none;
	border-bottom-style: double;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#header3 {
	background-color: #FFF;
	height: 50px;
	color: #FFF;
	vertical-align: middle;
	padding-top: 10px;
}
#main {
	float: left;
	width: 760px;
	background-color: #FFF;
	height: 800px;
	word-spacing: 1pc;
}
#side {
	float: right;
	width: 185px;
	background-color: #FFF;
	height: 780px;
}
#link {
	float: right;
	width: 950px;
	background-color: #FFF;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
#link p {
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-weight: lighter;
	line-height: 15px;
}

