#detail_left{
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	width: 220px;
	margin-right: 40px;
}
.fixed {
  position: fixed;
  top: 0px;
}

#detail_left h2{
	padding-top: 9px;
	float: left;
	color: #666;
	line-height: 1.2em;
	font-size: 1.6em;
	width: 140px;
	display: block;
	
}

#detail_left li{
	clear:both;
	list-style-type : none;
	padding:10px 0;
	border-bottom:1px solid #84b2e0;

}

.detail_right_topix{
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 700px;
	padding-bottom: 0px;
	
}
.detail_right_topix img{
	margin-top: 10px;
	margin-bottom:10px;
	
}

.detail_right h2,.detail_right_topix h2{
	padding-top: 9px;
	padding-bottom: 9px;
	color: #666;
	line-height: 1.2em;
	font-size: 1.6em;

	
}

.detail_right_topix_end{
	float: right;
	margin-top: 20px;
	margin-bottom: 60px;
	padding-bottom:60px;
	width: 700px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}