@charset "utf-8";

@import "common.css";

div#main-box {
	width: 900px;
	height: 345px;
	position: relative;
}

p#top-img {
	font-size: 0;
}

div#main-box ul {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

div#main-box li a {
	background: url(../images/bt_contact.png) top left no-repeat;
	width: 265px;
	height: 28px;
	text-indent:-9999px;
	display: block;
}

h2 {
	background: url(../images/h2_trading.png) top left no-repeat;
	width: 900px;
	height: 174px;
}

h3#trading01 {
	margin: 20px 30px 0;
	background: url(../images/h3_trading01.png) top left no-repeat;
	height: 92px;
}

h3#trading02 {
	border-top: 1px solid #00AEE2;
	margin: 20px 30px 0;
	background: url(../images/h3_trading02.png) 0 10px no-repeat;
	height: 24px;
}

div#maincontent table {
	margin: 20px 0 10px 30px;
	width: 840px;
	line-height: 1.8;
}
div#maincontent table th {
	vertical-align: top;
	width: 60px;
}
div#maincontent table td {
	vertical-align: top;	
}


