@charset "utf-8";

	body{
		position: relative;
		width: auto;
		padding: 0;
		margin: 0 0;
		text-align: center;
	}
	
	#hole_wrap{
		width: 965px;
		margin: 0 auto;
		text-align: left;
	}
	
	#content_wrap{
		width: 695px;
		padding-left: 20px;
	}
	
	h1{
		height: 46px;
		border-bottom: 2px solid #CBCBCB;
		font-size: 18px;
		padding-top: 16px;
		width: 550px;
		float: left;
		margin-bottom: 20px;
	}
	
	p.to_back{
		height: 46px;
		border-bottom: 2px solid #CBCBCB;
		font-size: 12px;
		padding-top: 16px;
		width: 145px;
		float: right;
		text-align: right;
		margin-bottom: 20px;
	}
	
	p.to_back a{
		padding-left: 16px;
		background: url(../img/detail/arrow_back.gif) no-repeat left;
	}
	
	div.entry{
		padding-right: 15px;
		width: 680px;
		clear: both;
	}
	
	div.entry div.photo_wrap{
		margin-bottom: 20px;
		float: right;
		width: 390px;
	}
	
	div.entry div.photo_wrap img{
		border: 1px solid #747261;
	}
	
	div.entry div.photo_wrap p{
		margin-right: 0;
		font-size: 12px;
		line-height: 21px;
		padding-top: 3px;
		margin-bottom: 0;
	}
	
	div.entry p{
		margin-right: 420px;
		font-size: 12px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	
	div.entry h2{
		margin-bottom: 8px;
	}
	
	div.entry div.table_wrap{
		margin-right: 420px;
		padding-top: 21px;
		background: url(/img/hr_dotted.gif) repeat-x left top;
		margin-bottom: 28px;
	}
	
	div.entry table{
		width: 254px;
		border-collapse: collapse;
		font-size: 12px;
		line-height: 21px;
	}
	
	div.entry table th{
		white-space: nowrap;
		vertical-align: top;
		padding: 1px 6px;
		background: url(../img/detail/table-separator.gif) no-repeat right 3px;
		width: 60px;
		font-weight: normal;
		text-align: left;
	}
	
	div.entry table td{
		padding-left: 6px;
	}
	
	
	div.entry table tr.odd th,
	div.entry table tr.odd td{
		background-color: #ECECEC;
	}
	
	#content_wrap ul{
		border-top: 1px solid #CBCBCB;
		width: 680px;
		padding-right: 15px;
		overflow: hidden;
		display: display;
		clear: both;
		padding-top: 14px;
	}
	
	#content_wrap ul li{
		float: left;
		padding-right: 34px;
		width: 122px;
		background: url(../img/detail/bg_thumbnail.gif) no-repeat top left;
		text-align: center;
	}
	
	#content_wrap ul li.last{
		padding-right: 0;
	}
	
	#content_wrap ul li a{
		display: block;
		height: 125px;
		margin-bottom: 5px;
	}
	
	#content_wrap ul li a{
		visibility: hidden;
	}
	
	#content_wrap ul li p{
		text-align: left;
		font-size: 12px;
		line-height: 21px;
	}
	
