@charset "UTF-8";
#wrapper {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents {
	padding-top: 160px;
	background-image: none;
	width: 1000px;
	padding-right: 0px;
	padding-left: 0px;
}.main {
	width: 360px;
	margin-left: 100px;
	height: 390px;
}
#wrapper #contents .main ul {
	background-image: url(../images/line.gif);
	background-position: left top;
	padding-top: 10px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#wrapper #contents .main li {
	background-image: url(../images/line.gif);
	background-position: left bottom;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.main p {
	color: #CCCCCC;
}
#wrapper #contents .profile {
	background-image: url(../images/profile_back.jpg);
	padding-left: 100px;
	padding-right: 75px;
	padding-top: 40px;
	padding-bottom: 40px;
	/padding-bottom: 0px;
}
.profile_right img {
	display: block;
	margin-bottom: 15px;
}
.profile_left {
	float: left;
	margin-right: 30px;
}
.profile_left2 {
	float: left;
	margin-right: 30px;
	width: 300px;
}
.profile_right {
	float: right;
	margin-top: 0px;
}
.chefsroom {
	margin-top: 25px;
}
#wrapper #contents .profile .profile_left2 h3 {
	margin-top: 20px;
}

