@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

about CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/*
container
---------------------------------------------- */
#fixedBox .textBox {
	padding-top: 0px;
	padding-left: 43px;
	float: left;
	width: 519px;
	height: 525px;
}
#fixedBox .textBox h3 {
	margin: 45px 0 20px 0;
}
#fixedBox .textBox .aboutName {
	margin-bottom: 31px;
	position: relative;
}
#fixedBox .textBox p {
	font-size: 12px;
	padding-bottom: 44px;
	display: block;
}
#fixedBox .subImg  {
	position: absolute;
	right: 0px;
	bottom: -1px;
	/*position: absolute;
	bottom: 23px;
	right: 22px;*/
}
#fixedBox .imageChange{
	height: 526px;
	width: 916px;
	position: relative;
}
#fixedBox .imageChange .main {
	float: left;
	height: 525px;
	width: 350px;
	margin: 0px;
	padding: 0px;
}

#fixedBox .caption{
	height: 537px;
	width: 912px;
}
#fixedBox.caption .tabWrap {
	width: 912px;
	height: 537px;
}

#fixedBox .thumb {
	width: 522px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52433C;
	height: 28px;
	position:absolute;
	top:0;
	right:0;
	z-index:99;
}
#fixedBox .thumb li {
	float: left;
	padding: 0 1px 0 0;
	cursor: pointer;
}
#container #fixedBox {
	position: relative;
}

#fixedBox .textBox dl {
	width:522px;
	height: 155px;
	margin: 0 0 15px 0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}
#fixedBox .textBox dl.chef {
	height: 151px;
}

#fixedBox .textBox dl dt {
	float: left;
	width: 52px;
	padding: 0 0 5px 0;
}
#fixedBox .textBox dl dd {
	float: left;
	width: 452px;
	padding: 0 0 5px 0;
}
