/* CSS Document */

@import "global.css";

body {
	background-color: #E1B880;
	background-image: url(../images/common-img-01.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8A5C00;
	border-left-color: #8A5C00;
}
#pageHead {
	background-color: #8A5C00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DFBF4C;
	height: 16px;
	padding-left: 5px;
	width: 770px;
	padding-right: 5px;
}
#pageHead h1 {
	font-size: 10px;
	line-height: 16px;
	color: #FFFFCC;
}
#contentWrap {
	background-image: url(../images/common-img-02.jpg);
	background-repeat: repeat-y;
}
#mainImage {
}
#navi {
	width: 210px;
	float: left;
	padding-left: 20px;
}
.naviSt {
	margin-bottom: 10px;
	margin-top: 30px;
}
.naviBtn {
}
#content {
	width: 550px;
	float: left;
}
#pageFoot {
	background-color: #8A5C00;
	text-align: center;
	line-height: 24px;
	height: 24px;
	width: 780px;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/common-img-03.gif);
	background-repeat: repeat-x;
}
#contentInner {
	width: 480px;
	padding-left: 40px;
	margin-bottom: 50px;
	margin-top: 13px;
}

.stWrap {
	margin-bottom: 15px;
}
