body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th { margin:0; padding:0; }
/*table { border-collapse:collapse; border-spacing:0; }*/
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
p,li,td { 
  color:#404040;}

body {
  background: #FFFFFF;
  /*color: #324F6A;*/
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { 
  color: #C0C0C0 ; 
  text-decoration:underline;
  }

/* headings */

h1 {font-size:3em}  /* displayed at 24px */
h2 {font-size:2em}  /* displayed at 18px */
h3 {font-size:1.5em}  /* displayed at 15px */
h4 {font-size:1.25em}  /* displayed at 12px */

/* strong em */
strong { /* font-weight: bolder; */
	color: #da0b00;
	 }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  /*background: #F6EED9;*/
  background: #FFFFFF;
  /*border-left: 1px solid #999;
  border-right: 1px solid #999;*/
  margin: 0 auto;
  text-align: left;
  width: 980px;
}
#header {	
  /*background: #F6EED9;*/
  background: #FFFFFF;
  /*border-bottom: 3px solid #330000;*/
  height: 165px;
  position: relative;
}
#nav {
  background:#CDC2A6;
  bottom: 0;
  font-size: 14px;
  font-weight:bold;
  position: absolute; 
  /*right: 25px;*/
  width:980px;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 30px;
  width: 650px;
/*  display: inline;
*/  
}

/**html #content {
  display: inline;
}*/
#sidebar {
  /*color: #4B798B;*/
  float: left;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 230px;
  border-left: 2px solid #eee;
  clear: right;
}
#footer {
  border-top: 1px solid #DBDFE0;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 160px;
}


/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  /*background: #234466;*/
  color: #333333;
  font-weight:normal;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
}
#nav li a:hover { 
  color: #A0522D ; 
  text-decoration:underline;
  }
/*#nav li a:hover,
#nav li a.current { background: #3C6787; }*/

/* breadcrumb */

#breadcrumb a {
  color: #b22222 !important;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #deb887 !important;
  text-decoration: underline;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  /*color: #76aac9;*/
  color: #3c0000;
  border-left:5px solid #560c00;
  border-bottom:1px solid #560c00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 10px 0 10px 10px;
  margin:0 0 5px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}

#content h3{
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

#content h4 {
  background: none;
  /* border-bottom: 1px solid #dfe3e4; */
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */
#sidebar {
/*  margin-left:2px;
*/  padding-left:16px;
}

/**html #sidebar {
/*  margin-left:1px;
  padding-left:16px;
}*/

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: none;
  margin: 20px 0;
}	
#sidebar a {
  color: #333;
}
#sidebar a:hover{
  color:#C0C0C0;
}


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

/* original */
.ftrs {
background:#f5f5f5;
text-align:center;
font-size:12px;
color:#333333;
padding:5px 0;
width:19%;
border:1px solid #c0c0c0;
}

.exhead {
width:570px;
border:1px solid #c0c0c0;
border-collapse:collapse;
margin-left:20px;
margin-bottom:20px;
}

.datahead {
background:#FFFFFF;
text-align:left;
padding:5px;
border:1px solid #c0c0c0;
}

.datahead p{
font-size:15px;
font-weight:bold;
color:#000000;
padding:5px;
height:28px;
margin: 0;
}

.bnr {
background:#FFFFFF;
text-align:center;
vertical-align:middle;
/*width:24%;*/
border:1px solid #c0c0c0;
padding-top:5px;
padding-bottom:5px;
}

.dtl {
background:#FFFFFF;
vertical-align:middle;
/*width:24%;*/
border:1px solid #c0c0c0;
padding-top:5px;
padding-bottom:5px;
}

.fgrs {
background:#FFFFFF;
text-align:center;
font-size:12px;
color:#333333;
padding:5px 0;
width:19%;
border:1px solid #c0c0c0;
}

#fxcontent {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 30px;
  width: 710px;
}
/* fxcontent */

#fxcontent h2 {
  color: #76aac9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
}
#fxcontent h2 a {
  color: #76aac9;
  text-decoration: none;
}

#fxcontent h3{
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 10px 0 10px 0;
  padding: 5px;
}
#fxcontent h4 {
  background-image: url("/public/images/chart_icon.png");
  background-repeat: no-repeat;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px 0;
  padding: 5px 5px 5px 37px;
}
#fxcontent p {
  line-height: 1.5em;
  margin: 10px;
}
#fxcontent ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#fxcontent ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#fxcontent ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
#fxcontent strong {
  font-size: 1.2em;
  color: #ee0202;
  font-weight: bolder;
}
.fxdata table, .fxdata tr, .fxdata td, .fxdata th{
background:#FFF;
/*text-align:left;*/
border-collapse:collapse;
border:1px solid #009;
margin: 10px;
padding: 5px;
}

.point{
  background-color: #fff;
  border:3px solid #009;
  padding:5px;
}

img {
  vertical-align: -15%;
}

h3.company-title {
  border-bottom: none !important;
}

.company-list-des{
	padding:10px;
	border-bottom: 2px solid #8B4513;
}

table.spec {
  border-collapse: collapse;	border-spacing: 1px;
  margin: 0 0 20px 10px !important;
  border: 1px solid #666666 !important;
}
.spec tr, .spec td, .spec th{
  border: 1px solid #666666 !important;
}
.spec th{
  /*background-color: #99e;*/
  background-color: #EEE8AA;
  /*color: #fff;*/
}
.spec td, .spec th{
  padding: 5px !important;
}
.pickup {
	padding:0;
	border:solid 2px #C0C0C0;
	margin:0px 90px 0px 90px;
	margin-bottom:20px;
}
.pickup h4{
	padding:0 !important;
	margin:0 !important;
	background-color:#C0C0C0 !important;
}
.pickup h3{
	border-bottom:none !important;
}

table.company-binding {
  width: 100%;
}

.company-binding p.ad_banner {
  text-align: right;
}
.condition h3{
  border-bottom:none !important;
}


.sidebar-build {
  background: #FFFFFF;
  height:650px;
}
.sidebar-build h3 {
  background: url("/public/images/sidebar.png") no-repeat;
  text-align: center;
  height: 30px;
  position: relative;
  top: 30px;
}
.sidebar-build p {
  position: relative;
  top:30px;
}
.head-right a {
  color: #330000;
  letter-spacing: -1px;
  text-decoration: none;
  font-size: 4.0em;
  position : relative; top:15px;
  }
  a:hover { 
    color: #C0C0C0 ; 
    text-decoration:underline;
    }
.top-head span {
  position:relative; top:5px;
  color: #404040;
  letter-spacing: -1px;
  text-decoration: none;
  font-size: 2.0em;
  position : relative; top:10px;
}
.top-head {
  width:600px;
  height:120px;
}
.head-left {
  text-align:center;
  position : relative; top:10px;
}
.head-right {
  text-align:left;
  position : relative; top:10px;
}
.detail-icon {
  text-align:right;
}
.top-banner-fx {
  padding: 20px 0px 0px 0px;
}
.top-banner-cfd {
  padding: 20px 0px 0px 0px;
   border-top:1px solid #EEE;
}
.mac-fx {
  padding:20px 0px;
   border-top:1px solid #EEE;
}
.tukapea01 {
  float:left;
  width:50%;
}
.tukapea02 {
  float:left;
  width:50%;
}
.clear {
  clear:all;
}
.pickup-des {
  margin: 0px 20px 0px 60px;
}
.pickup-detail{
  margin: 0px 25px 0px 75px;
}
.dmm-tool-pic img{
  width:56%;
  height:42%;
  float:left;
}
.dmm-tyato-1-pic img{
  width:40%;
  height:20%;
  margin-left:20px;
}
.dmm-tyato-2-pic img{
  width:40%;
  height:20%;
  margin-left:20px;
}
.clear{
  clear:both;
}
.cyber-tool-1-pic img{
  width:90%;
  height:30%;
  
}
.cyber-tool-2-pic img{
  width:45%;
  height:20%;
  float:left;
  
}
.cyber-tyato-1-pic img{
  width:42%;
  height:20%;
  margin-left:20px;
}
.dmm-iphone01 {
  width:30%;
  height:30%;
  float:left;
  }
  
.dmm-iphone02 {
  width:30%;
  height:30%;
  float:left;
  margin:0px 32px;
}

.dmm-iphone03 {
  width:30%;
  height:30%;
  float:left;
}

.dmm-iphone04 {
  width:30%;
  height:30%;
  float:left;
  margin-top:30px;
}

.dmm-iphone05 {
  width:30%;
  height:30%;
  float:left;
  margin:30px 32px 0px 32px;
}  

.dmm-iphone06 {
  width:30%;
  height:30%;
  float:left;
  margin-top:30px;
}
.cyber-iphone01 {
  width:30%;
  height:30%;
  float:left;
  }
  
.cyber-iphone02 {
  width:30%;
  height:30%;
  float:left;
  margin:0px 32px;
}

.cyber-iphone03 {
  width:30%;
  height:30%;
  float:left;
}

.cyber-iphone04 {
  width:30%;
  height:30%;
  float:left;
  margin-top:30px;
}

.cyber-iphone05 {
  width:30%;
  height:30%;
  float:left;
  margin:30px 32px 0px 32px;
}  

.cyber-iphone06 {
  width:30%;
  height:30%;
  float:left;
  margin-top:30px;
}
.fxprime-iphone01 {
  width:30%;
  height:30%;
  float:left;
}
.fxprime-iphone02 {
  width:30%;
  height:30%;
  float:left;
  margin:0px 32px 0px 32px;
}
.fxprime-iphone03 {
  width:30%;
  height:30%;
  float:left;
}
.fxprime-iphone04 {
  width:45%;
  height:45%;
  float:left;
  margin:30px 64px 0px 0px;
}
.fxprime-iphone05 {
  width:45%;
  height:45%;
  float:left;
  margin-top:30px;
}
.fxprime-iphone06 {
  width:45%;
  height:45%;
  float:left;
  margin:30px 64px 0px 0px;
}
.fxprime-iphone07 {
  width:45%;
  height:45%;
  float:left;
  margin-top:30px;
}
.table01{
  float:left;
}
.table02{
  float:left;
  width:30%;
}
table.spec01 {
  border-collapse: collapse;	border-spacing: 1px;
  margin: 0 0 20px 0px !important;
  border: 1px solid #666666 !important;
}
.spec01 tr, .spec01 td, .spec01 th{
  border: 1px solid #666666 !important;
}
.spec01 th{
  /*background-color: #99e;*/
  background-color: #EEE8AA;
  /*color: #fff;*/
}
.spec01 td, .spec01 th{
  padding: 5px !important;
}
.spectable01{
  float:left;
  width:20%;
}
.spectable02{
  float:left;
  width:30%;
}
.breadcrumb {
  color:#666666 !important;
  margin-bottom:20px !important;
  padding:10px !important;
  background: #f5f5dc !important;
  font-size: 1.2em;
}
