#wrapper {
	position: relative;
	width: 800px;
}
#header {
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	height: 100px;
	overflow: hidden;
	background-position: left 10px;
	background-color: #FFFFFF;
}
#header h1 {
	padding-top: 10px;
	padding-left: 10px;

}
#body {
	background-color: #FFFFFF;
	padding-top: 20px;
}
#body .inner {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#recruit_header {
	background-color: #FFFFFF;
	overflow: hidden;
}
#recruit_header li {
	float: left;
	border-bottom: 1px solid #e5e5e5;
}
#top #recruit_header .tab01{
	border-bottom: 1px solid #D2B377;
}
#intro #recruit_header .tab02{
	border-bottom: 1px solid #7eb2d3;
}
#history #recruit_header .tab03{
	border-bottom: 1px solid #f0951e;
}
#message #recruit_header .tab04{
	border-bottom: 1px solid #cd7164;
}
#member #recruit_header .tab05{
	border-bottom: 1px solid #e8d049;
}
#content {
	background-color: #D2B377;
	overflow: hidden;
	padding-top: 35px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #b3b3b3;
	padding-right: 25px;
	padding-left: 25px;
	width: 700px;
}

