@charset "UTF-8";

@import url("../common/common.css");


.applicationBox {
	background: url(../../images/application/bg_application.jpg) no-repeat left top;
}

.applicationCont {
	width: 670px;
	margin: 0 0 0 5px;
}

.alert01 {
	font-size: 92%;
	background: url(../../images/application/fig_application_03.gif) no-repeat 0 0;
	padding: 0 0 0 35px;
}


table.app {
	border-top: solid 1px #A08776;
	border-left: solid 1px #A08776;
}
table.app td {
	width: 90px;
	font-size: 92%;
	text-align: center;
	padding: 5px;
	border-right: solid 1px #A08776;
	border-bottom: solid 1px #A08776;
}

table.app td.alright {
	text-align: right;
}
table.app td.bgbrown {
	background: #FAF5E8;
}
table.app td.bgblue {
	background: #C0E2E0;
}

