﻿@charset "utf-8";
/* CSS Document */

/* FinishLeed
------------------------------------------------*/
#FinishLeed {
	position: relative;
	width: 570px;
	height: 163px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #999;
	background: url(../img/finish/bg_FinishHd.gif) left top no-repeat;
}

#FinishLeed h2, #FinishText, #FinishList {
	position: absolute;
}

#FinishLeed h2 {
	top: 24px;
	left: 76px;
}

#FinishText {
	top: 61px;
	left: 76px;
}

#FinishList {
	top: 121px;
	left: 31px;
}


/* wrapper
------------------------------------------------*/
#wrapper {
	width: 530px;
	margin: 0 auto;
}


/* FinishTable
------------------------------------------------*/
#FinishTable {
	width: 530px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0; /* IE6/7は未対応 */	
}

#FinishTable caption {
	display: none;
}

#FinishTable th, #FinishTable td {
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	color: #333;
}

#FinishTable thead th {
	background: #eee;
	font-weight: normal;
}

#FinishTable td {
	height: 85px;
}

#FinishTable .emphasis {
	height: 58px;
	font-weight: bold;
}

#FinishTable tbody th {
	color: #669900;
}

#work,#photo{width: 118px;}
.price{width: 99px;}

/* goTop
------------------------------------------------*/
#goTop {
	width: 125px;
	margin-left: auto;
}
