@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#all {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 0px;
	line-height: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1D7CD;
	border-left-color: #E1D7CD;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #704729;
	background-color: #F4F1EC;
	color: #57656F;
}
#head {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #E1D7CD;
}
#head2 {
	margin: 0px;
	padding: 0px;
	background-image: url(academy/img/head_bg.jpg);
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #86959F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top {
	height: 200px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#conte {

}
#foot {
	margin: 0px;
	background-color: #86959F;
	color: #FFFFFF;
	padding: 0px;
}
#foot2 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

a:link {
	color: #3170E3;
	text-decoration: underline;
}
a:visited {
	color: #3170E3;
	text-decoration: underline;
}
a:hover {
	color: #1D448D;
	text-decoration: none;
}

a.text:link  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.text:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}
a.text:hover  {
	color: #D0D7DB;
	text-decoration: none;
}
