@charset "UTF-8";


/* ***************************************************

* CSS file For
	FileName: detail_common.css
	data:2009/07/09 yoshii

■目次 ==========================================

■

**************************************************** */

/*-----------------------------------------------------------
■画像
------------------------------------------------------------*/
div#ThumbImg{
	width: 315px;
	float: left;
	margin: 0 0 30px;
}

div#ThumbImg p.ImgL{
	width:292px;
	height:217px;
	background: url(/img/common/img_bg.gif) repeat left bottom;
	padding: 1px 0;
	text-align:center;
	margin: 0 0 8px;
}

div#ThumbImg p.ImgS{
	float: left;
	width:92px;
	height:66px;
	background: url(/img/common/img_bg.gif) repeat left bottom;
	padding: 1px 0;
	text-align:center;
	margin: 0 8px 0 0;
	cursor: pointer;
}

/*-----------------------------------------------------------
■データ
------------------------------------------------------------*/
table.Data{
	width: 366px;
	float: right;
	line-height: 1.6;
	margin: 0 0 30px;
}

table.Data th{
	background: #ebe9e4 url(/img/common/th_deco.gif) repeat-y left top;
	border-bottom: 1px solid #d3d1cd;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	color: #8d8267;
	text-align: left;
}

table.Data td{
	background-color: #f9f5ef;
	border-bottom: 1px solid #d3d1cd;
	padding: 11px 12px 6px;
}


/*-----------------------------------------------------------
■サイド
------------------------------------------------------------*/
div#SideMap{
	margin: 0 0 20px;
}

div#SideMap div{
	border-bottom: 1px solid #ded6c2;
	border-left: 1px solid #ded6c2;
	border-right: 1px solid #ded6c2;
	background-color: #f9f5ef;
	padding: 0 8px 8px 8px;
}

div#SideMap p{
	color:#8f825f;
	font-weight: bold;
	font-size:82%;
	line-height:1.6;
	margin:0 0 3px;
}

div#SideMsg{
	margin: 0 0 20px;
}

div#SideMsg div{
	background: url(/img/common/message_bg.gif) repeat-y left top;
	padding: 0 15px;
	color: #8d8267;
}
