@charset "utf-8";
@import "../common/css/0-import.css";

body {
	background: #e1c692;
}

#container {
	width: 810px;
	background: #FFF url(../img/index/container_back.jpg) no-repeat left bottom;
	overflow: hidden;
	zoom: 100%;
}

#main {
	padding: 0;
	margin: 0;
	height: 700px;
	background: url(../img/index/main_back.jpg) repeat-y right;
	overflow: hidden;
	zoom: 100%;
}

#footer {
	padding: 0 0 0 13px;
}

#footer p {
	color: #fff;
}

#globalNavi {
	width: 195px;
}

/*----------------------------------------------
	sideBar
-----------------------------------------------*/

#sideBar {
	background: url(../img/index/sideBar_back.jpg) no-repeat left bottom;
	width: 197px;
	overflow: hidden;
	zoom: 100%;
}

#sideBar h2 {
	margin: 58px 0 39px 24px;
}

#globalNavi {
	margin-bottom: 279px;
	overflow: hidden;
	zoom: 100%;
}

#sideBar p {
	padding: 0 0 34px 25px;
	font-size: 10px;
	line-height: 1.4;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

#sideBar p span {
	font-size: 14px;
}

/*----------------------------------------------
	conts
-----------------------------------------------*/
#conts {
	margin: 0;
	width: 613px;
	position: relative;
}

#conts h1 {
	position: absolute;
	top: 19px;
	left: 16px;
}

#conts h2 {
	position: absolute;
	top: 19px;
	right: 28px;
	_right: 27px;
}

#conts img.text01 {
	position: absolute;
	top: 186px;
	right: 28px;
	_right: 27px;
}
#conts p img {
	position: absolute;
	top: 119px;
	left: 16px;
}

