@charset "utf-8";
/* CSS Document */

div#wrap {
	position: relative;
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
	float: left;
}

div#main {
	background-image: none;
}

div#contents {
	width: auto;
	padding-right: 8px;
	float: none;
	margin-left: 10px;
}

div#bottom {
	clear: both;
	background-image: url(../img/bg_bottom.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 18px;
	font-size: 10px;
	letter-spacing: 0.3em;
	line-height: 18px;
	text-align: right;
	padding-right: 15px;
}

div#foot {
	background-color: #FFFFFF;
	background-image: url(../img/bg_foot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #D5D5D5;
	border-bottom: 0px;
	margin: 0px 1px;
	padding: 2px 8px;
	vertical-align: middle;
}

div#foot address {
	text-align: right;
	position: relative;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

