@charset "utf-8";

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

	Base CSS 2010/07/15

--------------------------------------------
	INDEX
--------------------------------------------
	1.h2 CSS

	2.table CSS

	3.explanation_btn,fxmargin_btn

	4.fxmargin_table CSS

	5.fee table CSS

	6.calculate CSS,text_bold CSS

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

/* h2 CSS
========================================= */
h2.icon01_h2style {
 background-color:#f7f5ef;
 border-left:3px #9e896e solid;
 font-size:110%;
 width:640px;
 height:auto;
 padding-top:3px;
 padding-left:10px;
 margin-left:14px;
 margin-top:20px;
 margin-bottom:0px;
 border-bottom:1px dotted #82735e;
 }

/* IE7 Only */
*:first-child+html h2.icon01_h2style {
	margin-bottom: 14px;
	padding-bottom: 3px;
	font-size: 100%;
}

/* IE6 Only */
* html h2.icon01_h2style {
	margin-bottom: 14px;

	font-size: 100%;
}


/* table CSS
========================================= */

table tr.text_c th.th1 {
	width: 38%;
	background-color:#b7a783;
	border-right:1px #e2e2d9 solid;
	color: #ffffff;
}

table tr.text_c th.th2 {
	width: 12%;
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	color: #ffffff;
}

table tr.text_c th.th3 {
	background-color: #b7a783;
	border-bottom: 1px #e2e2d9 solid;
	color: #ffffff;
}

table tr.text_c td.td1_a {
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	font-size: 80%;
	color: #ffffff;
	line-height: 1.2;
}

table tr.text_c td.td1_b {
	background-color: #b7a783;
	font-size: 80%;
	color: #ffffff;
	line-height: 1.2;
}

/*.td1_weight {
	font-weight: bold;
}*/


/* line1
========================================= */
td.line1_a{
	border-top:1px #dcdcd4 solid;
	border-right:1px #dcdcd4 solid;
}

td.line1_b{
	background: #f4f3f1;
	border-top:1px #dcdcd4 solid;
	border-right:1px #dcdcd4 solid;
}


/* td3
========================================= */
table tr td.td3_c {
	background: #f4f3f1;
	border-top: solid 1px #dcdcd4;
	border-right: solid 1px #dcdcd4;
	text-align: center;
}

table tr td.td3_r {
	background: #f4f3f1;
	border-top: solid 1px #dcdcd4;
	border-right: solid 1px #dcdcd4;
	text-align: right;
}


/* td4
========================================= */
table tr td.td4_a {
	border-top: solid 1px #dcdcd4;
	text-align: right;
}

table tr td.td4_b {
	background: #f4f3f1;
	border-top: solid 1px #dcdcd4;
	text-align: right;
}


/* xxx
========================================= */
.service_small {
	font-size:80%;
	line-height: 1.3;
}


/* explanation_btn,fxmargin_btn
========================================= */
.explanation_btn {
	background: url(../images/explanation_btn.gif) no-repeat;
	width: 246px;
	height: 46px;
	display: block;
	margin: 10px 0 15px 20px;
}

.explanation_btn:hover {
	background-position: left bottom;
}

a.explanation_btn {
	text-indent: -9999px;
}

.fxmargin_btn {
	background: url(../images/fxmargin_btn.gif) no-repeat;
	width: 246px;
	height: 46px;
	display: block;
	margin: 10px 0 15px 20px;
}

.fxmargin_btn:hover {
	background-position: left bottom;
}

a.fxmargin_btn {
	text-indent: -9999px;
}


.fxmargin_text {
	margin: 0 auto;
	width: 640px;
}


/* fxmargin_table CSS
========================================= */
table.fxmargin_table {
	font-size: 95%;
	color: #666666;
}

table tr.text_c th.fxmargin_th1 {
	width: 20%;
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	color: #ffffff;
}

table tr.text_c th.fxmargin_th2 {
	width: ;
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	color: #ffffff;
}

table tr.text_c th.fxmargin_th3 {
	width: 8%;
	background-color: #b7a783;
	color: #ffffff;
}

table.fxmargin_table tr td.fxmargin_td2,table.fxmargin_table tr td.fxmargin_td2_bottom {
	padding: 5px 16px;
}

td.fxmargin_td1 {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-left: 1px #dcdcd4 solid;
	background-color: #f4f3f1;
}

td.fxmargin_td1_bottom {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-left: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
	background-color: #f4f3f1;
}

td.fxmargin_td2 {
	text-align: left;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
}

td.fxmargin_td2_bottom {
	text-align: left;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
}

td.fxmargin_td3 {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
}

td.fxmargin_td3_bottom {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
}

caption {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
}

.fxtrading_diagram {
	margin-bottom: 15px;
}


/* fee table CSS
========================================= */
table.fee_table {
	font-size: 95%;
	color: #666666;
	margin: 0 auto;
}


/* fee table th CSS
========================================= */
table tr th.fee_th1 {
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	color: #ffffff;
}

table tr th.fee_th2 {
	background-color: #b7a783;
	border-right: 1px #e2e2d9 solid;
	color: #ffffff;
	text-align: center;
}

table tr th.fee_th3 {
	background-color: #b7a783;
	color: #ffffff;
	text-align: center;
}


/* fee table td CSS
========================================= */
td.fee_td1 {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-left: 1px #dcdcd4 solid;
	background-color: #f4f3f1;
}

td.fee_td1_bottom {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-left: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
	background-color: #f4f3f1;
}

td.fee_td2 {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
}

td.fee_td2_bottom {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
}

td.fee_td3 {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
}

td.fee_td3_bottom {
	text-align: center;
	border-top: 1px #dcdcd4 solid;
	border-right: 1px #dcdcd4 solid;
	border-bottom: 1px #dcdcd4 solid;
}


/* calculate CSS （*は、〜の部分
========================================= */
.calculate {
	font-size: 80%;
	margin-top: -16px;
	margin-left: 10px;
}


/* text_bold CSS
========================================= */
.text_bold {
	font-weight: bold;
}