@charset "utf-8";

/*　How about maneater?
------------------------------------------------------------ */

#sub_navi {
	width: 900px;
	height: 230px;
	position: absolute;
	left: 50;
	_left: 25;
	top: 0;
	z-index: 1;
}

#title {
    width: 900px;
	background: url(../common/images/bar_01.gif) left bottom no-repeat;
}
#title h3 {
    width: 900px;
	height: 50px;
	background: url(../common/images/about_title.gif) left top no-repeat;
	text-indent: -999em;
}

.box_01 {
    width: 900px;
	padding: 5px 0 30px 0;
}

.left {
    width: 550px;
	float: left;
}
.right {
    width: 330px;
	float: right;
}

.table_01 {
    width: 550px;
	_font-size: 1em;
	margin-top: 5px;
}
.table_01 th {
    padding: 2px 5px 2px 15px;
	text-align: left;
	vertical-align: top;
	width: 70px;
	_width: 90px;
}
.table_01 td {
    padding: 2px 0;
}

* html .box_02 .dl_01 dt img,
* html .box_02 .dl_02 dt img {
    behavior: expression(IEPNGFIX.fix(this));
} 

.box_02 {
    width: 330px;
	padding-bottom: 20px;
}
.dl_01 {
    width: 162px;
	float: left;
	text-align: center;
}
.dl_02 {
    width: 162px;
	float: right;
	text-align: center;
}















