@charset "utf-8";
#title {
	color: #BE7C7C;
	background-color: #F1E2E2;
}
#wrapper {
	height: 500px;
	width: 758px;
	position: relative;
}
#inner {
	margin-left: 60px;
	overflow: hidden;
}

#detail1 {
	font-size: 14px;
	line-height: 30px;
	color: #696;
	float: left;
	height: auto;
	width: 250px;
	margin-top: 20px;
	border: 1px solid #FCC;
	font-weight: normal;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}

#detail1 ul {
	list-style-type: none;
}
#detail1 a {
	text-decoration: none;
	color: #696;
}

#detail1 a:hover {
	color: #369;
	text-decoration: none;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #C66;
	background-color: #FFF;
	width: 130px;
	position: absolute;
	z-index: 2;
	left: 145px;
	top: 8px;
	text-align: center;
}

.img-right {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}
.img-left {
	height: 144px;
	width: 192px;
	position: absolute;
	z-index: 3;
	left: 80px;
	top: 350px;
}
#detail2 {
	float: left;
	height: auto;
	width: 250px;
	border: 1px solid #FCC;
	font-weight: normal;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	position: absolute;
	z-index: 4;
	left: 370px;
	top: 250px;
}
#detail2 dt {
	font-size: 11px;
}
#detail2 dd {
	font-size: 14px;
	margin-bottom: 20px;
	text-indent: 30px;
}
#detail2 dd a {
	font-style: normal;
	font-weight: normal;
	color: #39C;
	text-decoration: none;
}
#detail2 dd a:hover {
	font-style: normal;
	font-weight: normal;
	color: #360;
	text-decoration: none;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #C66;
	background-color: #FFF;
	width: 100px;
	position: absolute;
	z-index: 5;
	left: 110px;
	top: -7px;
	text-align: center;
}

