* html, body {
	text-align: center;
}

html, body {
	height: 100%;
}
body {
	background-image: url(../shared_img/background_img.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #300;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	line-height: 165%;
	font-style: normal;
	text-align: center;
}
#Header {
	background-image: url(../shared_img/head_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	height: 120px;
}
#ContentArea {
	background-image: url(../shared_img/content_bg.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -110px;
	margin-left: auto;
}
#ContentArea .Content .left {
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	text-align: left;
}
#ContentArea .Content .right {
	float: right;
	width: 230px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.push {
	height: 110px;
}
#Footer {
	background-image: url(../shared_img/footer_bg.jpg);
	height: 115px;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
* #Footer {
	background-image: url(../shared_img/footer_bg.jpg);
	height: 115px;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#FooterArea{
	background-image: url(../shared_img/footer_bg2.jpg);
	height: 115px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#FooterArea ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#FooterArea li {
	list-style-type: none;
	font-size: 90%;
	display: inline;
	line-height: 120%;
	padding-right: 5px;
}
#FooterArea li a {
	color: #300;
	text-decoration: none;
}

#FooterArea li a:hover {
	color: #F30;
	text-decoration: underline;
}
.CopyRight {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 85%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.HeadLeft {
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.HeadRight {
	float: right;
	margin-right: 100px;
	margin-top: 15px;
	text-align: right;
}
#Header .HeadRight ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Header .HeadRight ul li {
	list-style-type: none;
	display: inline;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#ContentArea .Content .left p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.caution {
	font-size: 75%;
	color: #C00;
}
#ContentArea .Content .left #LeafButton {
	padding-bottom: 10px;
	text-align: right;
}
