#mt4beginner {
	background-color: #030;
}
#mt4use {
	background-color: #900;
}

#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#topmenu {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	width: 100%;
	background-color: #4E5869;
	height: 30px;
}
#topmenu a:link {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#topmenu a:active {
	color: #FFF;
	text-decoration: none;
}
#submenu {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	width: 100%;
	background-color: #69778D;
}
#submenu a:link {
	color: #FFF;
	text-decoration: none;
}
#submenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#submenu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#submenu a:active {
	color: #FFF;
	text-decoration: none;
}
ul {
	text-align: center;
}

li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	height: 22px;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 4px;
}
.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#unitbox {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#sns_button_box {
	float: left;
	width: 720px;
}
#translate {
	float: right;
	width: 150px;
}
.clearbox {
	clear: both;
}
.ad_box {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 14px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #F33;
	width: 900px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}

#leadtext {
	font-size: 14px;
	line-height: 1.5em;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
#leadtext a:link {
	color: #00F;
	text-decoration: none;
}
#leadtext a:visited {
	color: #00F;
	text-decoration: none;
}
#leadtext a:hover {
	color: #00F;
	text-decoration: underline;
}
#leadtext a:active {
	color: #00F;
	text-decoration: none;
}
#ad_linkunit {
	height: 20px;
	width: 728px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}
.trader_box {
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 12px;
}

.trader_name {
	width: 210px;
	float: left;
	text-align: center;
	margin-right: 16px;
	border: 1px solid #000;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.trader_name p {
	margin-bottom: 4px;


}

.trade_ex {
	float: left;
	width: 660px;
}
.trade_ex p {
	line-height: 1.3em;
}
.red_text {
	color: #FF0000;
}

.currency_pear {
	color: #e5762d;
}

.feature_box {
	width: 900px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.feature_box p {
	line-height: 1.3em;
}
.mt_box {
	width: 900px;
}

.trader_box .mt_box img {
	margin-right: 14px;

}





.mt4list {
	font-weight: bold;
	text-indent: 1em;
}

.textcenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 120px;
}
.ad_box2 {
	width: 728px;
	height: 285px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 14px;
}
#footer {
	background-color: #4E5869;
	width: 900px;
	padding-top: 14px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 150%;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 14px;
}
#footerleft {
	float: left;
	width: 450px;
}
#footerright {
	float: right;
	width: 450px;
}

strong {
	font-weight: bold;
}

table.smp2 {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing: 0;  /*セル同士の間隔*/
	background-color: #fff;
	}
table.smp2 tr th,
table.smp2 tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom: 1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding: 0.3em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}

table.smp2 tr th {
	background: #e6eaff;
	}
.trader_name {
	text-align: center;
	line-height: 2em;
}
.width30 {
	width: 30px;
	text-align: center;
}
.width90 {
	width: 90px;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
}.width63 {
	width: 63px;
	text-align: center;
	line-height: 1em;
	font-weight: bold;
}

#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}
#copyright {
	width: 960px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 8px;
	background-color: #4E5869;
}
