/* CSS Document */
#contents {
	padding-bottom: 40px;
	margin-left: 6px;
}

h2{
	margin-bottom: 36px;
	margin-left:45px;
	clear:both;
}
#stage{
	margin-bottom: 30px;
}
#stage li{
	float: left;
	padding-right: 23px;
	background: url(../img/arrow.gif) no-repeat;
	background-position: 140px 6px;
}
#stage li.edge{
	background-image: none;
}
#contact{
	margin-left: 215px;
}
.lead{
	clear: both;
	margin-bottom: 20px;
}
.lead2{
	clear: both;
	margin-bottom: 20px;
	height: 300px;
}
#contact table{
	width: 442px;

}
#form{
	border: 1px solid #CCC;
	padding: 12px 15px;
	width: 442px;
	margin-bottom: 30px;
}
#contact th{
	width: 132px;
}
#contact th , #contact td{
	padding-bottom: 15px;
}
#contact th.add , #contact td.add{
	padding-bottom: 4px;
}
td span {
	margin-left:-1.2em;
	position:relative;
	zoom:1;
}
td span , .red{
	color: #D90000;
}
th span{
	background: url(../img/icon001.gif) no-repeat;
	padding-left: 12px;
	background-position: 0 2px;
}
.long{
	width: 275px;
}
.btn{
	text-align: right;
	margin-right: 270px;
	margin-bottom: 20px;
}
.btn button{
	width: 154px;
}
button {
	border: none;
	cursor:pointer;
	margin: 0;
	padding: 0;
	background: none;
}

button img{
	vertical-align: middle;
	text-align: left;
}
.btnset{
	margin-left: 80px;
	margin-bottom: 20px;
}
.btnset li{
	float: left;
	margin-right: 20px;
}




/* clearfix
---------------------------------------------------- */
#stage:after , .btnset:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#stage , .btnset{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #stage , * html .btnset{
	height: 1%;
}
#stage , .btnset{
	display: block;
}
/* End hide from IE-mac */

