@charset "utf-8";



/* Guide */
/* -------------------------------------------- */

#content h1 {
	width: 586px;
	background: #f6f6f6;
}

#content .chapter {
	width: 570px;
	margin: 0 0 0 8px;
	/*background-image: url(../img/base_goshop.gif);
	background-repeat: repeat-y;*/
}

#content .chapter h2 {
	height: 22px;
	margin: 0;
	padding: 25px 0 0 55px;
	background-image: url(../img/h_goshop.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}

/*
#content .chapter h2 {
	height: 26px;
	margin: 0;
	padding: 6px 0 0 4px;
	color: #fff;
	cursor: pointer;
}
*/
p{margin-top:0}
#content .chapter h2.open {
	margin-top:20px;
	padding: 25px 0 0 55px;
	background-image: url(../img/h_goshop.gif);
	background-repeat: no-repeat;
	/*background: #444;*/
	font-size: 90%;
	font-weight: bold;
}
#content .chapter h2.close {
	margin-top: 20px;
	padding: 25px 0 0 55px;
	background-image: url(../img/h_goshop.gif);
	background-repeat: no-repeat;
	font-size: 75%;
	font-weight: normal;
/*	height: 17px;	*/
}
/*
#content .chapter h2.close2 {
	margin-top:20px;
	padding: 28px 0 0 55px;
	background-image: url(../img/h_goshop.gif);
	background-repeat: no-repeat;
	font-size: 75%;
	font-weight: normal;
	height: 19px;
}
*/
#content .chapter img.btclose {
	margin-left: -20px; 
	margin-bottom: 0;
}

#content .chapter .body {
	padding: 20px;
	padding-bottom: 0;
	margin-bottom:0;
	color: #fff;
	background-image: url(../img/base_goshop.gif);
	background-repeat: repeat-y;
}

#content .chapter .im {
	float: left;
	width: 285px;
	/*min-height: 140px;*/
	margin-top:0px;
}

#content .chapter .explain {
	float: right;
	width: 220px;
	min-height: 140px;
	padding: 5px 5px 0 20px;
	color: #000;
}

#content .chapter .baloon {
	float: right;
	width: 220px;
	margin: -10px 0 20px 0;
	padding: 6px;
	font-size: 75%;
	background: #FFFCDB;
	border: 1px solid #ddd;
	color: #666;
}

#content span.time{
	float: right;
	width: 55px;
	font-weight: bold;
}

#content span.title{
	float: left;
	width: 380px;
	font-weight: bold;
}
#content br.clear{
	clear:both;
	height:0;
}
#content .chapter-sub {
	width: 530px;
	margin: 20px 0 0 0;
}
#content .chapter .sub-body {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom:0;
	color: #000;
	
}


#content .chapter h3 {
	display:block;
	margin: 10px 0 0 0;
	color: #666;
	font-size: 85%;
	font-weight: bold;
}



#content #guide1 ul {
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
	list-style: none;
}
#content #guide1 li {
	float: left;
	display: inline;
	width: 71px;
	height: 54px;
	margin: 0 4px 4px 0;
	cursor: pointer;
}
#content #guide1 li img {
	border: 2px solid #ddd;
}
#content #guide1 li.active img {
	border: 2px solid #900;
}
#content .chapter .sub-explain {
	float: right;
	width: 220px;
	min-height: 140px;
	padding: 0 10px 0 0;
	color: #000;
}

#content .chapter .sub-baloon {
	float: right;
	width: 220px;
	margin: -60px 0 20px 0;
	padding: 6px;
	font-size: 75%;
	background: #FFFCDB;
	border: 1px solid #ddd;
	color: #666;
}


/*#content #guide1 li.active {
	background: #999;
}
#content #guide1 li.sep {
	margin: 0 0 3px 0;
}



/* clearfix */
/* -------------------------------------------- */

#content .chapter:after,
#content .chapter .body:after,
#content .chapter-sub:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
#content .chapter,
#content .chapter .body,
#content .chapter-sub,
.clearfix {
	display: inline-block;
}

/* (for IE5-6) */
/* Hides from IE-mac \*/
* html #content .chapter,
* html #content .chapter .body,
* html #content .chapter-sub,
* html .clearfix {
	height: 1%;
}
#content .chapter,
#content .chapter .body,
#content .chapter-sub,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

