@charset "UTF-8";

/* ボディCSS Start */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif,serif,monospace,cursive,fantasy;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
/* ボディCSS End */

/* リンク Start */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #47230D;
	text-decoration: underline;
}
/* リンク End */

/* イメージCSS Start */
img {
	border: 0px;
}
/* イメージCSS End */

/* 全体 Start */
#contents {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
#leftbox {
	width: 200px;
	height: 100%;
	color: #FFFFFF;
	vertical-align: top;
	background-image: url('../images/leftbg.png');
	background-repeat: repeat-y;
	background-position: left top;
}
#toprightbox {
	width: 750px;
	height: 100%;
	vertical-align: top;
}
#rightbox {
	width: 750px;
	height: 100%;
	vertical-align: top;
	padding: 0 0 30px 0;
	background-image: url('../images/rightbg.png');
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	width: 710px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #745F42;
}
#footer img {
	margin: 0 0 0 30px;
}
img.pagebg{
	position:fixed !important;
	display:none;
}
#pagetitle {
	margin: 50px 0 15px 0;
}
/* 全体 End */

/* 左サイド Start */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menunavi li {
	width: 200px;
	height: 30px;
	text-align: left;
	margin: 0 0 0px 0;
	padding: 0;
	overflow: hidden;
	line-height: 1px;
	position: relative;
}
#menunavi li a {
	position: absolute;
}
#menunavi li span {
	position: absolute;
	left: 0;
	top: 30px;
}
#leftlogo img {
	width: 128px;
	height: 47px;
	padding: 100px 0 30px 0;
}
#leftinq {
	margin: 20px 0 0 0;
}
#leftinq img {
	margin: 5px 0;
}
#copyright {
	width: 200px;
	text-align: center;
	padding: 10px 0 30px 0;
}
/* 左サイド End */
