@charset "utf-8";


/*-------------------------
	Common Layout
-------------------------*/
@import "common.css";


/*-------------------------
	Wrapper Layout
-------------------------*/
#wrapper {
		background-image: url( ../image/back/clean.jpg );
}


/*-------------------------
	Content Layout
-------------------------*/
#content {
		zoom: 1;
}
#content:before,
#content:after {
		display: table;
		content: "";
}
#content:after {
		clear: both;
}

#content h4 {
		padding: 8px 0px 8px 6px;
		border-bottom: solid 1px #000;
		border-left: solid 10px #000;
		color: #000;
}


/*-------------------------
	Table Layout
-------------------------*/
#content table {
		margin: 30px 0px 5px;
}

#content table th,
#content table td {
		padding: 10px 12px;
		border: solid 1px #C4BEBC;
		text-align: center;
		line-height: 200%;
}

#content table th {
		background: #D9D9D9;
		font-weight: bold;
}
#content table th:first-child {
		border-left: none;
}
#content table th:last-child {
		border-right: none;
}


#content table td {
}
#content table td:first-child {
		border-left: none;
		text-align: left;
}
#content table td:last-child {
		border-right: none;
}

#content table td span {
		padding: 0px 0px 0px 20px;
}


/*-------------------------
	Fee Table Layout
-------------------------*/
#content table.fee .col1 {
		width: 296px;
}
#content table.fee .col2 {
		width: 100px;
}
#content table.fee .col3 {
		width: 100px;
}

#content p {
		margin: 20px 0px 20px 16px;
}

#content p.attention {
		margin: 0px 0px 30px;
		text-align: right;
}

#content div.lead {
		padding: 0px 16px 30px;
}

/*-------------------------
	Expenses Table Layout
-------------------------*/
#content h5 {
		width: 40px;
		margin: 0px 20px 0px 0px;
		padding: 50px 10px;
		border: solid 1px #A69D9B;
		font-size: 12px;
		line-height: 200%;
		text-align: center;
		display: block;
		float: left;
}

#content table.expenses {
		margin: 0px 0px 35px;
}


#content table.expenses .col1 {
		width: 341px;
}

#content table.expenses .col2 {
		width: 100px;
}
