@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.wrapper
	02.tbox
	03.box
	04.footer


last update 09/09/01

=====================================================================*/

/*--------------------------------------------------------------------
	01.wrapper
--------------------------------------------------------------------*/
#wrapper{background: url(../../img/bg_wrapper.jpg) repeat-x top center;}


/*--------------------------------------------------------------------
	02.tbox
--------------------------------------------------------------------*/
#tbox{
	background: url(../../img/bg_tbox.jpg) no-repeat;
	width: 800px;
	height: 220px;
}

/* topics */
#topics{
	float: left;
	width: 350px;
	height: 220px;
}
#topics div{
	width: 350px;
	height: 180px;
	overflow: auto;
}
#topics table{
	width: 95%;
	text-align: left;
}
#topics th{
	padding: 10px 10px 0 10px;
	color: #943d1b;
}
#topics td{
	padding: 0 10px 8px 10px;
	border-bottom: solid 1px #e4e3e2;
}

/* housing */
#housing{
	float: right;
	width: 450px;
	height: 220px;
	text-align: left;
}
#housing p{
	padding: 20px 10px 15px 25px;
	text-align: left;
}
#housing a img{
	margin-left: 25px;
}
#housing a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------------
	03.box
--------------------------------------------------------------------*/
.box{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.box a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* direct btn */
.box ul li{float: left;}
.box ul li.center{
	margin-left: 12px;
	margin-right: 12px;
}
.box ul li.small{
	margin-top: 15px;
	margin-right: 12px;
}
.box#direct a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
}

/* order housing */
#order{
	float: left;
	background: url(../../img/bg_order.jpg) no-repeat;
	width: 500px;
	height: 200px;
	overflow: hidden;
	text-align: left;
}
#order h3{text-indent: -9999px;}
#order p{
	padding: 45px 40px 10px 230px;
	color: #4b1306;
	text-align: left;
	line-height: 1.5;
}
#order img{margin-left: 230px;}

/* bnr */
#bnr01,
#bnr02{float: right;}
#bnr01{margin-top: 4px;}
#bnr02{margin-top: 10px;}


/*--------------------------------------------------------------------
	04.footer
--------------------------------------------------------------------*/
#footer div{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../../img/bg_footer_div.jpg) no-repeat top;
	width: 800px;
	height: 180px;
	font-size: 10px;
	text-align: left;
}