@charset "utf-8";
/* CSS Document */
#textPlan {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	float:left;
	display:inline;
	color:#FFF;
	position:relative;
	left:10px;
	top:10px;
}

#area {
	width:1px;
	height:1px;
	display:none;
	position:absolute;
	border:#000 1px solid;
}
#block {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	display:none;
	top:0px;
	left:0px;
}
#picture {
	width:750px;
	height:500px;
	float:left;
	display:inline;
}
#text {
	width:750px;
	position:relative;
	left:15px;
	bottom:15px;
	float:left;
	display:inline;
}
#previous {
	width:50px;
	height:27px;
	float:left;
	display:inline;
	cursor:pointer;
	position:relative;
	left:15px;
}
#next {
	width:50px;
	height:27px;
	float:right;
	cursor:pointer;
	display:inline;
	position:relative;
	right:15px;
}
#close {
	width:30px;
	height:30px;
	float:right;
	cursor:pointer;
	display:inline;
	position:relative;
	bottom:15px;
	background:url(../images/list/close.png);
}
#name {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	height:45px;
	float:left;
	display:none;
	text-align:center;
	color:#FFF;
	position:relative;
	left:15px;
	bottom:15px;
}
#nameLeft {
	float:left;
	display:inline;
	text-align:left;
	height:44px;
	background:#969;
}
#nameRight {
	float:left;
	display:inline;
	text-align:right;
	height:44px;
	background:#90F;
}
#textName {
	position:relative;
	top:12px;
	left:10px;
}
#textNum {
	position:relative;
	top:12px;
	right:10px;
}
#areaLine {
	height:1px;
	float:left;
	display:inline;
	background:#FFF;
}