/* CSS Document */

body {
	background-color: #D5D7CE;
	margin: 0px;
	padding: 20px 0 0 0;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
}

p {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

.red {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-align: left;
}

.bg {
	background-color: #050504;
	background-image: url(../img/menu/menu_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_new {
	background-color: #FFFFFF;
	background-image: url(../img/index/new_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_service {
	background-color: #FFFFFF;
	background-image: url(../img/index/service_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_second {
	background-color: #FFFFFF;
	background-image: url(../img/common/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.contact {
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.tablettl {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.copy {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
}
