@charset "utf-8";
/* --------------------------------------------------

	css/layout_large.css

-------------------------------------------------- */

/* ------------------------
	main
------------------------ */
#main {
	width: 840px;
	background-image: url(../images/traders/cont_bg.jpg);
	background-repeat: no-repeat;
	height: 561px;
	background-position: bottom;
}
#main h1 {
	height: 57px;
	width: 840px;
}

#main table {
	margin-top: 117px;
	margin-left: 90px;
	width: 671px;
}

#main table tr {
	overflow: hidden;
}
#main table td {
	width: 325px;
	color: #F0F5EF;
}

#main ul {
	width: 738px;
	margin-left: 82px;
	margin-top: 15px;
	overflow: hidden;
	height: 49px;
	margin-bottom: 40px;
}
#main li {
	float: left;
}

#main #botton {
	width: 675px;
	margin-left: 90px;
	height: 49px;
	margin-top: 15px;
	margin-bottom: 40px;
	overflow: hidden;
}
#main #botton ul {
	width: 675px;
	overflow: hidden;
	height: 49px;
	margin: 0px;
	padding: 0px;
}
#main #botton li {
	float: left;
}


/* ------------------------
	main_inner
------------------------ */
#main_inner {
	width: 805px;
	height: 116px;
	background-image: url(../images/traders/cont_inner_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 35px;
}

#main_inner p {
	padding-top: 0px;
	color: #333333;
	margin-right: 40px;
}
#main_inner p.img {
	padding-top: 20px;
	padding-bottom: 0px;
	color: #333333;
	margin-right: 40px;
}


/* ------------------------
	inner
------------------------ */
#inner {
	width: 816px;
	background-image: url(../images/systemtrade/main_bg.jpg);
	background-repeat: repeat-y;
}


#inner h2 {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
}
#inner h3 {
	margin-left: 10px;
	margin-bottom: 10px;
}
#inner h4 {
	margin-left: 10px;
}

#inner p.inner {
	font-size: 12px;
	padding-left: 115px;
	background-image: url(../images/traders/cont_ttl_03_02.jpg);
	background-repeat: no-repeat;
	width: 705px;
	height: 66px;
	margin-left: 10px;
	padding-top: 30px;
}

#inner ul {
	height: 100px;
	width: 820px;
	background-image: url(../images/traders/account_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 20px;
}
#inner li {
	padding-top: 20px;
}


/* ------------------------
	comment_box
------------------------ */

#comment_box {
	width: 800px;
	height: 137px;
	margin-left: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
#comment_box .left {
	background-image: url(../images/traders/cont_comm_bg01.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 380px;
	float: left;
}
#comment_box .left p {
	font-size: 12px;
	line-height: 1.8;
	width: 275px;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
#comment_box .right {
	background-image: url(../images/traders/cont_comm_bg02.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 405px;
	float: right;
}

#comment_box .right p {
	width: 300px;
	font-size: 12px;
	line-height: 1.8;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}


/* ------------------------
	dealings_box
------------------------ */
#dealings_box {
	width: 750px;
	margin-left: 8px;
	background-color: #E6E6E6;
	font-size: 12px;
	padding:15px 25px;
}
#dealings_box dl {
	width: 100%;
	padding-top: 20px;
}
#dealings_box dt {}
#dealings_box dd {

}
#dealings_box table {
	margin-top: 20px;
}
#dealings_box table tr {}
#dealings_box table th {
	vertical-align: top;
}
#dealings_box table td {}

