@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#wraper {
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}

#header {
	margin: 0px;
	height: 110px;
	padding-top: 0px;
	padding-right: 135px;
	padding-bottom: 0px;
	padding-left: 130px;
}

#header .logo{
	float: left;
	height: 81px;
	padding-top: 10px;
}
#title-img {
	height: 240px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#contents_area {
	background-color: #FFF;
	background-image: url(img/bg02.jpg);
	background-repeat: repeat-y;
}
.menu_arealeftt {
	float: left;
	width: 196px;
	background-image: url(img/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 155px;
	margin: 0px;
}

.btninfo {
}
.btninfo a img {
	padding-bottom: 8px;
}

.btninfo2 {
	padding-top: 40px;
}
.btninfo2 a img {
	padding-bottom: 8px;
}
.btninfo3 ul {
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
}
.btninfo3 li {
	list-style-type: none;
	background-image: url(img/btn_bk.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 190px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 13px;
}
.btninfo3 li a {
	text-decoration: none;
	color: #999;
}
.btninfo3 li a:hover {
	text-decoration: none;
	color: #333;
}
.honbun_area {
	width: 600px;
	float: right;
	background-image: url(img/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 130px;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 30px;
}
.honbun_area p {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
	width: 500px;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#footer {
	width: 840px;
	background-image: url(img/bg-foter.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: bottom;
}
.linkarea {
	width: 450px;
	text-align: right;
	font-size: 80%;
	color: #9b9491;
	line-height: 130%;
	float: right;
	padding-right: 20px;
}
.linkarea a{
	color: #9b9491;
	text-decoration: none;
}
.linkarea a:hover{
	color: #9b9491;
	text-decoration: underline;
}
.clear {
	clear:both;
	}
.breadcrumb {
	padding: 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.breadcrumb a:visited {
	color: #36C;
}
.honbun_area table {
	margin-left: 15px;
}
