@charset "utf-8";
/*------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------
BODY
	+ Wrapper: 								#wrapper
		+ Header: 							#header
			- Global Navigation:			#global menu
		+ Navigation: 						#menu
		+ Search box: 						#search
		+ Topic Path: 						#navi
		+ Content: 							#contents
			+ Left Side Contents:			#left_box
				- Main Contents:			#main
			+ Right Side Contents:			#right_menu
				- もっと知りたいFX:			#fx_know
				- FXを極める:				#fx_master
				- 人気のコンテンツ:			#popular_contents
				- 提携FX会社一覧タグcloud:	#company_cloud
				- 人気のコンテンツ:			#bt_categories
				- 人気のコンテンツ:			#news
		+ Footer: 							#footer
------------------------------------------------- */

/*------------------------------------------------
CSS リセット
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
	font-style: normal;/*	zoom:1;*/
}
/*
*html body div { height: 1px; }*/
/* Hides from IE-mac \*/
/** html .sec { height: 1%; }*/
/* End hide from IE-mac */
/*------------------------------------------------
初期値
--------------------------------------------------*/
body {
	/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: sans-serif;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #FFF;
	background-image: url(/images/background/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
strong {
	font-weight: bold;
	color: #322a27;
	text-indent: 0;
}
img { border:0; }
a {
	color: #039;
	text-decoration: underline;
}
a:hover { color: #CCC; }
.f_clear { clear:both; }
/*-----clearFix-----*/
#contents div:after,
#right_menu #popular_contents .list li:after,
#index #campaign_seminar:after,
#index #index_popular_contents ul li:after,
#seminar #seminar_box .section .seminar_button a:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#contents div:after,
#right_menu #popular_contents .list li:after,
#index #campaign_seminar:after,
#index #index_popular_contents ul li:after { zoom: 100%; }
/*-----レイアウト-----*/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 950px;
	display: block;
	background-image: url(/images/background/bg_body.gif);
	background-repeat: repeat-y;
}
#contents {
	width: 950px;
	height: auto;
	background-image: url(/images/background/bg_contents.gif);
	background-repeat: no-repeat;
	display: block;
}
#left_box {
	width: 640px;
	float: left;
}
#main { width: 640px; }
/*------------------------------------------------
#header
--------------------------------------------------*/
#header {
	height: 107px;
	width: 950px;
	display: block;
	background-image: url(/images/background/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#header #logo {
	height: 54px;
	width: 243px;
	display: block;
	padding-top: 8px;
}
#header h1 {
	position: absolute;
	font-size: x-small;
	text-align: right;
	display: block;
	left: 482px;
	top: 3px;
	width: 468px;
}
#header .banner {
	position: absolute;
	height: 60px;
	width: 468px;
	left: 482px;
	top: 22px;
}
#header #global_menu {
	display: block;
	height: 20px;
	width: 300px;
	position: absolute;
	left: 15px;
	top: 81px;
}
#header #global_menu li {
	display: block;
	float: left;
	height: 20px;
	width: 80px;
	margin-right: 20px;
	list-style-type: none;
}
/*------------------------------------------------
#menu
--------------------------------------------------*/
#menu {
	height: 37px;
	width: 950px;
	display: block;
	overflow: hidden;
}
#menu ul li {
	display: block;
	float: left;
	height: 37px;
	width: 125px;
	list-style-type: none;
	overflow: hidden;
}
/*------------------------------------------------
#serch
--------------------------------------------------*/
#serch {
	background-image: url(/images/background/bg_serch.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 240px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#serch form input.t_box {
	position: absolute;
	height: 15px;
	width: 140px;
	left: 20px;
	top: 4px;
	color: #333;
	font-size: small;
}
#serch form input.bt_box {
	display: block;
	height: 18px;
	width: 50px;
	position: absolute;
	left: 171px;
	top: 4px;
}
/*------------------------------------------------
#navi
--------------------------------------------------*/
#navi {
	display: block;
	width: 625px;
	margin-top: 8px;
	margin-left: 15px;
	margin-bottom: 7px;
	font-size: x-small;
}
#navi ul { margin:0px; }
#navi ul li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}
#navi ul li a {
	padding-right:20px;
	background:url(/images/icon/topicpath_icon.gif) no-repeat right center;
}
/*------------------------------------------------
#footer
--------------------------------------------------*/
#footer {
	clear: both;
	width: 930px;
	/*height: 50px;*/
	background-color: #322a27;
	position: relative;
	padding: 10px;
	font-size: 10px;
}
#footer #copyright {
	display: block;
	text-align: right;
	color: #CCC;/*position: absolute;
	left: 540px;
	top: 45px;
	width: 400px;
	height: 15px;
	font-size: x-small;*/
}
#footer ul {
	width: 500px;
	display: block;
	height: 13px;
}
#footer ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
#footer_notice {
	color:#CCC;
	padding: 10px 5px 5px;
}
/*------------------------------------------------
#rightmenu
--------------------------------------------------*/
#right_menu {
	width: 300px;
	display: block;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right_menu #ad_rectangle {
	display: block;
	height: 250px;
	width: 300px;
	margin-bottom: 20px;
}
#right_menu #fx_know,
#right_menu #fx_master,
#right_menu #release,
#right_menu #popular_contents,
#right_menu #news {
	display: block;
	height: auto;
	width: 300px;
	margin-bottom: 15px;
	background-color: #fbfaf7;
	font-size: small;
	clear: both;
}
#right_menu #fx_know .list,
#right_menu #fx_master .list,
#right_menu #release .list,
#right_menu #popular_contents .list,
#right_menu #news .list {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3d7c8;
	border-bottom-color: #e3d7c8;
	border-left-color: #e3d7c8;
	width: 278px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#right_menu #fx_know .list li,
#right_menu #fx_master .list li,
#right_menu #release .list li,
#right_menu #popular_contents .list li,
#right_menu #news .list li { list-style-type: none; }
#right_menu #fx_know .list li a,
#right_menu #fx_master .list li a,
#right_menu #release .list li a,
#right_menu #news .list li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 8px;
}
#right_menu #company_cloud ul {
	display: block;
	height: auto;
	width: 258px;
	margin-bottom: 10px;
	background-color: #f1f1eb;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3c312f;
	border-bottom-color: #3c312f;
	border-left-color: #3c312f;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#right_menu #company_cloud ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}
#right_menu #company_cloud ul li a {
	position: relative;
	top: 0px;
	left: -10px;
	z-index: 10;
	margin: 0;
	padding: 0 5px;
	color: #000;
	font-size: 1em;
	text-decoration: none;
}
#right_menu #company_cloud ul li a:hover {
	text-decoration: none;
	position: relative;
	z-index: 50;
	color: #000;
}
#right_menu #company_cloud ul li.tagRank01 { line-height: 1.3em; }
#right_menu #company_cloud ul li.tagRank01 a {
	top: -5px;
	z-index: 1;
	font-size: 1.3em;
}
#right_menu #company_cloud ul li.tagRank02 a {
	top: -4px;
	z-index: 2;
	font-size: 1.2em;
	color: #222;
}
#right_menu #company_cloud ul li.tagRank03 a {
	top: 4px;
	z-index: 3;
	font-size: 1.1em;
	color: #333;
}
#right_menu #company_cloud ul li.tagRank04 a {
	top: -6px;
	z-index: 4;
	font-size: 1.0em;
	color: #444;
}
#right_menu #company_cloud ul li.tagRank05 a {
	top: 8px;
	z-index: 5;
	font-size: 0.9em;
	color: #555;
}
#right_menu #company_cloud ul li.tagRank06 a {
	top: -5px;
	z-index: 6;
	font-size: 0.8em;
	color: #666;
}
#right_menu #company_cloud ul li.tagRank07 a {
	top: 6px;
	z-index: 7;
	font-size: 0.7em;
	color: #777;
}
#right_menu #company_cloud ul li.tagRank08 a {
	top: -4px;
	z-index: 8;
	font-size: 0.6em;
	color: #888;
}
#right_menu #company_cloud ul li.tagRank09 a {
	top: 8px;
	z-index: 9;
	font-size: 0.5em;
	color: #999;
}
#right_menu #company_cloud ul li.tagRank10 a {
	top: 0;
	z-index: 10;
	font-size: 0.4em;
	color: #AAA;
}
#right_menu #company_cloud ul li.tagRank03 + li a,
#right_menu #company_cloud ul li.tagRank02 + li a,
#right_menu #company_cloud ul li.tagRank01 + li a {
	left: -25px;
	top: -5px;
}
#right_menu #company_cloud ul li.tagRank07 + li.tagRank07 a { top: -3px; }
#right_menu #company_cloud ul li.tagRank10 + li a { top: 3px; }
#right_menu #company_cloud ul li.tagRank10 + li + li a { top: -3px; }
#right_menu #company_cloud ul li.tagRank10 + li + li + li a { top: 5px; }
#right_menu #company_cloud ul li + li + li + li + li a { top: -2px; }
#right_menu #popular_contents .list li a img {
	display: block;
	padding: 4px;
	border: 1px solid #e9e9e0;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
#right_menu #popular_contents .list li {
	display: block;
	clear: left;
	width: 278px;
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3D7C8;
}
#right_menu #company_cloud {
	display: block;
	clear: both;
	height: auto;
	width: 300px;
}
#right_menu #bt_categories ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
}
#right_menu #bt_categories {
	margin-bottom: 10px;
	display: block;
	height: auto;
	width: 300px;
}
#right_menu #ad_original {
	widows:300px;
	height:130px;
	margin-bottom:20px;
}
/*------------------------------------------------
module - #ranking
--------------------------------------------------*/
#ranking {
	display: block;
	clear: both;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#ranking .ranking_box {
	background-image: url(/images/background/bg_ranking.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
#ranking .ranking_box .money01,
#ranking .ranking_box .money02,
#ranking .ranking_box .money03,
#ranking .ranking_box .money04 {
	width: 142px;
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: auto;
	background-image: url(/images/background/bg_ranking_money.gif);
	float: left;
}
#ranking .ranking_box .money01,
#ranking .ranking_box .money02,
#ranking .ranking_box .money03 { margin-right:10px; }
#ranking .ranking_box .caption {
	font-size: x-small;
	clear: both;
	height: 21px;
	width: 600px;
	padding-top: 10px;
	position: relative;
}
#ranking .ranking_box .bt_other {
	text-align: right;
	display: block;
	position: absolute;
	left: 455px;
	top: 5px;
	width: 145px;
	height: 21px;
}
#ranking .ranking_box .item_box {
	display: block;
	margin-bottom: 8px;
}
#ranking .ranking_box .item_box .money01 .medal,
#ranking .ranking_box .item_box .money02 .medal,
#ranking .ranking_box .item_box .money03 .medal,
#ranking .ranking_box .item_box .money04 .medal {
	font-size: x-small;
	display: block;
	width: 132px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#ranking .ranking_box .item_box .medal li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 28px;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
#ranking .ranking_box .item_box .medal .gold { background-image: url(/images/icon/ranking01.png); }
#ranking .ranking_box .item_box .medal .silver { background-image: url(/images/icon/ranking02.png); }
#ranking .ranking_box .item_box .medal .bronze { background-image: url(/images/icon/ranking03.png); }
#ranking .tab_navigation {
	display: block;
	height: 33px;
	width: 620px;
	background-image: url(/images/background/bg_ranking_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#ranking .tab_navigation li {
	float: left;
	list-style-type: none;
	display: block;
	height: 33px;
	width: 222px;
	position: absolute;
	top: 0px;
}
#ranking .tab_navigation li.spread { left: 0px; }
#ranking .tab_navigation li.swap { left: 222px; }
#ranking .ranking_box .item_box .money03 .medal .gold a {
	padding: 3px;
	display: block;
}
#ranking .ranking_box .item_box.swap { display: none; }
/*------------------------------------------------
module - #trandbox
--------------------------------------------------*/
#trand_box {
	width: 550px;
	border: 1px solid #d4c9c0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #fcfcfa;
	background-image: url(/images/icon/trandbox.gif);
	background-repeat: no-repeat;
	height: 53px;
	padding-left: 68px;
	padding-top: 5px;
}
#trand_box ul li {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: small;
	list-style-type: none;
}
/*------------------------------------------------
module - #categories_title
--------------------------------------------------*/
#categories_title {
	display: block;
	width: 640px;
	height: 80px;
	margin-bottom: 10px;
}
/*------------------------------------------------
module - #relateditem_box
--------------------------------------------------*/
#relateditem_box {
	display: block;
	clear: both;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#relateditem_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#relateditem_box ul li { list-style-type: none; }
#relateditem_box ul li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#relateditem_box ul {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
/*------------------------------------------------
module - #categories_box
--------------------------------------------------*/
#categories_box {
	display: block;
	clear: both;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#categories_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#categories_box ul {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#categories_box ul li { list-style-type: none; }
#categories_box ul li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#categories_box ul .bt_list a {
	background-image: none;
	padding: 0px;
	text-align: right;
}
/*------------------------------------------------
module - #popularcontents_box
--------------------------------------------------*/
#popularcontents_box {
	display: block;
	clear: both;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#popularcontents_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#popularcontents_box .list li a img {
	display: block;
	padding: 4px;
	border: 1px solid #e9e9e0;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
#popularcontents_box .list li {
	display: block;
	clear: left;
	width: 600px;
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3D7C8;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	font-size: small;
}
#popularcontents_box .list li a { text-decoration:none; }
#popularcontents_box ul li a .photo {
	display: block;
	float: left;
}
#popularcontents_box ul li a .photo img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #e9e9e0;
}
#popularcontents_box ul li a .title {
	display: block;
	margin-left: 140px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	color: #039;
}
#popularcontents_box ul li a .discription {
	margin-left: 140px;
	display: block;
	text-decoration: none;
	color: #000;
}
#popularcontents_box ul li a:hover .title {
	text-decoration:none;
	color:#CCC;
}
/*------------------------------------------------
module - #fxmore_special_box
--------------------------------------------------*/
#fxmore_special_box {
	display: block;
	clear: both;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#fxmore_special_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#fxmore_special_box .list li a img {
	display: block;
	padding: 4px;
	border: 1px solid #e9e9e0;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
}
#fxmore_special_box .list li {
	display: block;
	clear: left;
	width: 600px;
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3D7C8;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	font-size: small;
}
#fxmore_special_box .list li a { text-decoration:none; }
#fxmore_special_box ul li a .photo {
	display: block;
	float: left;
}
#fxmore_special_box ul li a .photo img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #e9e9e0;
}
#fxmore_special_box ul li a .title {
	display: block;
	margin-left: 140px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	color: #039;
}
#fxmore_special_box ul li a .discription {
	margin-left: 140px;
	display: block;
	text-decoration: none;
 color:;
	color: #555555;
}
#fxmore_special_box ul li a:hover .title,
#fxmore_special_box ul li a:hover .discription {
	text-decoration:underline;
	cursor: pointer;
}
/*------------------------------------------------
module - #tag_box
--------------------------------------------------*/
#tag_box {
	display: block;
	height: 20px;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#tag_box ul li {
	display: inline;
	width: auto;
	margin-left: 10px;
}
#tag_box ul {
	display: block;
	background-image: url(/images/icon/tag.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	float: right;
	font-size: small;
	height: 20px;
}
/*------------------------------------------------
module - #account_box
--------------------------------------------------*/
#account_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
	clear: both;
}
#account_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#account_box .ranking_box {
	background-image: url(/images/background/bg_ranking.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	padding-top: 5px;
}
#account_box .ranking_box .bt_other {
	text-align: right;
	display: block;
	width: 600px;
	height: 21px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#account_box .tab_navigation {
	display: block;
	height: 33px;
	width: 620px;
	background-image: url(/images/background/bg_ranking_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#account_box .tab_navigation li {
	float: left;
	list-style-type: none;
	display: block;
	height: 33px;
	width: 206px;
}
#account_box .tab_navigation li.spread { width:208px; }
/*------------------------------------------------
module - #notice_box
--------------------------------------------------*/
#notice_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#notice_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#notice_box a img {
	padding: 4px;
	border: 1px solid #E9E9E0;
}
/*------------------------------------------------
module - #page_navigation
--------------------------------------------------*/
#page_navigation {
	background-image: url(/images/background/bg_pagelist.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#page_navigation ul {
	display: block;
	width: 620px;
}
#page_navigation ul li {
	display: inline;
	font-size: small;
}
#page_navigation ul .prev a,
#page_navigation ul .next a { color: #322A27; }
#page_navigation ul li a {
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}
/*------------------------------------------------
module - #second_menu
--------------------------------------------------*/
#second_menu {
	display: block;
	height: auto;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#second_menu ul {
	height: 38px;
	width: 620px;
	display: block;
	background-image: url(../images/background/bg_secondnavigation.gif);
	background-repeat: no-repeat;
}
#second_menu ul li {
	display: block;
	float: left;
	height: 38px;
	width: 190px;
	list-style-type: none;
}
#second_menu ul li.off {
	background-image: url(../images/background/bg_snavi_off.gif);
	background-repeat: repeat;
}
/*------------------------------------------------
page - #index
--------------------------------------------------*/
#index #top_image {
	clear: both;
	display: block;
	height: 250px;
	width: 640px;
	margin-bottom: 10px;
}
#index #top_image a img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #E9E9E0;
}
#index #recommend_topic {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#index #recommend_topic ul {
	display: block;
	width: 600px;
	height: auto;
	border: 1px solid #e9e9e0;
	padding: 10px;
	background-image: url(/images/background/bg_index_topic.gif);
	background-repeat: repeat;
	background-color: #322A27;
}
#index #recommend_topic ul li .photo img {
	border: 1px solid #cfcfc7;
	background-color: #FFF;
	padding: 4px;
}
#index #recommend_topic ul li .photo {
	float: left;
	width: 180px;
}
#index #recommend_topic ul li {
	width: 600px;
	margin-bottom: 10px;
	display: block;
}
#index #recommend_topic ul li .title {
	display: block;
	margin-left: 190px;
	margin-bottom: 10px;
}
#index #recommend_topic ul li .discription {
	font-size: small;
	margin-left: 190px;
	display: block;
}
#index #recommend_topic ul li a {
	display: block;
	clear: both;
	color: #CFCFC7;
	text-decoration: none;
	cursor:pointer;
}
#index #recommend_topic ul li a:hover {
	color: #999;
	text-decoration: underline;
}
#index #today_schedule {
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	position: relative;
}
#index #market_news .list {
	width: 598px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #d4c9c0;
	background-color: #fbf9f8;
}
#index #market_news .list li,
#index #campaign .list li,
#index #seminar .list li { list-style-type: none; }
#index #market_news .list li a,
#index #campaign .list li a,
#index #seminar .list li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#index #market_news {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#index #market_news .list .bt_list a,
#index #campaign .list .bt_list a,
#index #seminar .list .bt_list a {
	background-image: none;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#index #campaign {
	float: left;
	width: 305px;
	display: block;
}
#index #seminar {
	width: 305px;
	display: block;
	float: right;
}
#index #campaign .list,
#index #seminar .list {
	width: 283px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #d4c9c0;
	background-color: #fbf9f8;
}
#index #campaign .title,
#index #seminar .title { width: 305px; }
#index #index_popular_contents {
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	width: 620px;
	margin-bottom: 20px;
	font-size: small;
	clear: both;
}
#index #index_popular_contents ul {
	background-color: #FBF9F8;
	border: 1px solid #D4C9C0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 598px;
	display: block;
}
#index #index_popular_contents ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	height: auto;
	width: 598px;
}
#index #index_popular_contents ul li a .photo {
	display: block;
	float: left;
}
#index #index_popular_contents ul li a .photo img {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #e9e9e0;
}
#index #index_popular_contents ul li a .title {
	display: block;
	margin-left: 140px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	color: #039;
}
#index #index_popular_contents ul li a .discription {
	margin-left: 140px;
	display: block;
	text-decoration: none;
	color: #322a27;
}
#index #index_popular_contents ul li a:hover .title {
	text-decoration:none;
	color:#CCC;
}
#index #index_popular_contents ul li a {
	cursor:pointer;
	text-decoration: none;
}
#index #campaign_seminar {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
/*------------------------------------------------
page - #fxmore,#fxspecial
--------------------------------------------------*/
#fxmore #main .text_box h4,
#fxspecial #main .text_box h4,
#seminar #seminar_box h4,
#books #book_box h4,
#campaign #campaign_box h4 {
	background-image: url(/images/title/entries_h3.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 600px;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
#fxmore #main .text_box,
#fxspecial #main .text_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
}
#fxmore #main #page_title,
#fxspecial #main #page_title,
#blogparts #page_title {
	background-image: url(/images/background/bg_entories_title.gif);
	background-repeat: no-repeat;
	display: block;
	height: 160px;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	position: relative;
}
#blogparts #page_title { background-image: url(/images/background/bg_entories_title.gif); }
#fxmore #main #page_title .date,
#fxspecial #main #page_title .date {
	font-size: x-small;
	font-weight: bold;
	color: #333;
	position: absolute;
	display: block;
	width: 203px;
	left: 413px;
	top: 5px;
	text-align: right;
}
#fxmore #main #page_title .description,
#fxspecial #main #page_title .description,
#blogparts #page_title .description {
	font-size: small;
	color: #FFF;
	position: absolute;
	width: 600px;
	left: 10px;
	top: 95px;
}
#fxmore #main #page_title h2,
#fxspecial #main #page_title h2,
#blogparts #page_title h2 {
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 25px;
	width: 600px;
}
#fxmore #main #page_title h3,
#fxspecial #main #page_title h3 {
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 55px;
	width: 600px;
}
#fxmore #main .text_box .section,
#fxspecial #main .text_box .section {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
#fxmore #main .text_box .section p,
#fxspecial #main .text_box .section p {
	text-indent: 1em;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.7em;
	word-spacing: 0em;
}
#fxmore #main .text_box .section .photo_small img,
#fxspecial #main .text_box .section .photo_small img {
	padding: 4px;
	border: 1px solid #CCC;
}
#fxmore #main .text_box .section .photo_small,
#fxspecial #main .text_box .section .photo_small {
	width: auto;
	text-align: center;
	font-size: small;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#fxmore #main .text_box .section .photo_small img.button,
#fxspecial #main .text_box .section .photo_small img.button { border: none; }
#fxmore #main .text_box .bt_commodity,
#fxspecial #main .text_box .bt_commodity {
	text-align: right;
	clear: both;
	margin-bottom: 1em;
}
#fxspecial #main .text_box .bt_commodityC,
#fxmore #main .text_box .bt_commodityC {
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}
#fxspecial #main .text_box .bt_commodityL,
#fxmore #main .text_box .bt_commodityL {
	text-align: left;
	clear: both;
	margin-bottom: 1em;
}
#fxspecial #main .text_box .bt_commodityR,
#fxmore #main .text_box .bt_commodityR {
	text-align: right;
	clear: both;
	margin-bottom: 1em;
}
#fxmore #main .text_box .photo_big,
#fxspecial #main .text_box .photo_big {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
/*------------------------------------------------
page - #campaign
page - #seminar
page - #pedia
page - #tags
--------------------------------------------------*/
#campaign #campaign_index_box,
#seminar #seminar_index_box,
#tags #tag_index_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#campaign #campaign_index_box h5,
#seminar #seminar_index_box h5,
#tags #tag_index_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#campaign #campaign_index_box ul,
#seminar #seminar_index_box ul,
#tags #tag_index_box ul {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#campaign #campaign_index_box ul li,
#seminar #seminar_index_box ul li,
#tags #tag_index_box ul li { list-style-type: none; }
#campaign #campaign_index_box ul li a,
#seminar #seminar_index_box ul li a,
#tags #tag_index_box ul li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#campaign #campaign_index_box ul .bt_list a,
#seminar #seminar_index_box ul .bt_list a,
#tags #tag_index_box ul .bt_list a {
	background-image: none;
	padding: 0px;
	text-align: right;
}
#campaign #campaign_box .section,
#seminar #seminar_box .section,
#pedia #pedia_box .section,
#pedia #pedia_index_box .section {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
#campaign #campaign_box .section p,
#seminar #seminar_box .section p,
#pedia #pedia_box .section p {
	text-indent: 1em;
	margin-bottom: 1em;
	font-size: small;
	line-height: 1.5em;
}
#campaign #campaign_box,
#seminar #seminar_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#campaign #campaign_box h5,
#seminar #seminar_box h5,
#pedia #pedia_box h5,
#pedia #pedia_index_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
	clear: both;
}
#campaign #campaign_box h5 { width:570px; }
#campaign #campaign_box .section .photo_small img,
#seminar #seminar_box .section .photo_small img,
#pedia #pedia_box .section .photo_small img {
	padding: 4px;
	border: 1px solid #CCC;
}
#campaign #campaign_box .section .photo_small,
#seminar #seminar_box .section .photo_small,
#pedia #pedia_box .section .photo_small {
	width: 230px;
	text-align: center;
	font-size: small;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#campaign #campaign_box .section .bt_commodity,
#seminar #seminar_box .section .bt_commodity {
	text-align: right;
	clear: both;
}
#campaign #campaign_box .section ul {
	margin-left:40px;
	font-size:small;
	margin-right:20px;
	margin-bottom:15px;
}
#campaign #campaign_box .section ul li { margin-bottom:0.5em; }
#pedia #pedia_box .section .bt_back {
	text-align:center;
	clear:both;
}
#fxmore #main .text_box .photo_big,
#fxspecial #main .text_box .photo_big,
#seminar #seminar_box .section .photo_big {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
#fxmore #main .text_box .photo_big2,
#fxspecial #main .text_box .photo_big2 {
	padding: 4px;
	border: none;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
#seminar #seminar_box .section .page_list {
	display: block;
	width: 90%;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
#seminar #seminar_box .section .page_list .title {
	background-image: url(../images/background/bg_book_pagelist.gif);
	background-repeat: repeat-x;
	display: block;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #F5EFE6;
	padding-bottom: 3px;
}
#seminar #seminar_box .section .page_list ul {
	margin-left: 30px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#seminar #seminar_box .section .banner_big {
	text-align:center;
	display: block;
	margin-top:20px;
	clear: both;
}
#seminar #seminar_box .section dl {
	border: 1px solid #DDD;
	border-top: none;
	background-color: #f5f5f5;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#seminar #seminar_box .section dl dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #DDD;
	width: 8em;
	float: left;
	color: #333;
}
#seminar #seminar_box .section dl dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #555;
	background-color: #fff;
}
#seminar #seminar_box .section .seminar_button {
	text-align:right;
	margin-bottom:10px;
	margin-right:15px;
	clear: both;
	float: right;
}
#seminar #seminar_box .section .seminar_button a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
}
/*------------------------------------------------
page - #news
--------------------------------------------------*/
#news #news_index_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#news #news_index_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#news #news_index_box ul {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#news #news_index_box ul li { list-style-type: none; }
#news #news_index_box ul li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#news #news_index_box ul .bt_list a {
	background-image: none;
	padding: 0px;
	text-align: right;
}
#news #news_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#news #news_box h5 {
	background-image: url(/images/title/entries_h3.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 600px;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#news #news_box .section h6 {
	font-weight: bold;
	color: #322a27;
	width: 580px;
	display: block;
	font-size: small;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5F544B;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #5F544B;
}
#news #news_box .section ul li {
	margin-right: 10px;
	list-style-type: disc;
	font-size: small;
	margin-bottom: 5px;
	list-style-position: outside;
	margin-left: 30px;
}
#news #news_box .section .quotation {
	font-size: x-small;
	display: block;
	text-align: right;
}
#news #news_box .section ul {
	display: block;
	margin-bottom: 10px;
}
#news #news_box .section { margin-bottom: 20px; }
/*------------------------------------------------
page - #books
--------------------------------------------------*/
#books #book_index_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#books #book_index_box h5 {
	background-image: url(/images/background/bg_h5.gif);
	font-weight: bold;
	color: #322a27;
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#books #book_index_box h5.book { }
#books #book_index_box h5.dvd { background-image: url(/images/background/bg_h5_dvd.gif); }
#books #book_index_box ul {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#books #book_index_box ul li { list-style-type: none; }
#books #book_index_box ul li a {
	background-image: url(/images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	display: block;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#books #book_index_box ul .bt_list a {
	background-image: none;
	padding: 0px;
	text-align: right;
}
#books #book_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#books #book_box h5 {
	background-repeat: no-repeat;
	height: 21px;
	width: 570px;
	margin-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
	color: #322a27;
	padding-top: 9px;
	font-size: small;
}
#books #book_box h5.book { background-image: url(../images/background/bg_h5_book.gif); }
#books #book_box h5.dvd { background-image: url(../images/background/bg_h5_dvd.gif); }
#books #book_box .section .book_thum {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#books #book_box .section .book_thum img {
	margin-left:auto;
	margin-right:auto;
}
#books #book_box .section .text {
	display: block;
	width: 440px;
	margin-left: 180px;
	font-size: small;
}
#books #book_box .section .book_sidemenu {
	float: left;
	width: 170px;
}
#books #book_box .section .bt_more_shopping {
	text-align: center;
	display: block;
	clear: both;
	width: 620px;
	margin-top: 20px;
}
#books #book_box .section .text p { margin-bottom: 1em; }
#books #book_box .section .text .page_list {
	display: block;
	width: 438px;
	border: 1px solid #CCC;
}
#books #book_box .section .text .page_list .title {
	background-image: url(../images/background/bg_book_pagelist.gif);
	background-repeat: repeat-x;
	display: block;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}
#books #book_box .section .text .page_list ul {
	margin-left: 30px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*------------------------------------------------
page - #company
--------------------------------------------------*/
#company #page_title {
	background-image: url(../images/background/bg_company_title.gif);
	background-repeat: no-repeat;
	display: block;
	height: 93px;
	width: 600px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 10px;
}
#company #page_title .sub_title {
	font-weight: bold;
	color: #FFF;
	font-size: small;
	display: block;
	margin-bottom: 10px;
}
#company #page_title h2 {
	font-size: xx-large;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}
#company #page_title .company_name {
	font-size: small;
	color: #FFF;
	text-align: right;
	display: block;
}
#company .detail_box .intro {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
}
#company .detail_box .intro .banner_midium {
	display: block;
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#company .detail_box .intro .subheading {
	margin-bottom: 10px;
	font-weight: bold;
	float: right;
	width: 485px;
	line-height: 1.5em;
}
#company .detail_box .intro .icon_area {
	text-align: right;
	margin-bottom: 10px;
	display: block;
	width: 485px;
	height: 39px;
	float: right;
}
#company .detail_box .intro .text_link {
	text-align: right;
	clear: both;
	font-size: small;
}
#company .detail_box .intro .description {
	margin-bottom: 10px;
	font-size: small;
	width: 620px;
	display: block;
	clear: both;
	text-indent: 1em;
}
#company .detail_box .camp_area {
	width: 598px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
	border: 1px solid #C03;
	background-color: #FFFBFB;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #555;
}
#company .detail_box .price,
#company .detail_box .spread,
#company .detail_box .swap,
#company .detail_box .ordar,
#company .detail_box .service,
#company .detail_box .currency,
#company .detail_box .corporation {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#company .detail_box .price h3,
#company .detail_box .spread h3,
#company .detail_box .swap h3,
#company .detail_box .ordar h3,
#company .detail_box .service h3,
#company .detail_box .currency h3,
#company .detail_box .corporation h3,
#company .fx_corporation h4 {
	background-image: url(../images/background/bg_h5.gif);
	background-repeat: no-repeat;
	width: 590px;
	padding-left: 30px;
	height: 21px;
	margin-bottom: 15px;
	padding-top: 5px;
	display: block;
}
#company .detail_box table thead tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d4c9c0;
	border-bottom-color: #d4c9c0;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#company .detail_box table,
table.dmm,
table.click,
table.seminar {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d4c9c0;
	border-left-color: #d4c9c0;
	font-size: small;
	width: 100%;
	letter-spacing: normal;
	margin-bottom: 10px;/*	display:block;*/
}
table.click { margin-bottom:10px; }
#company .detail_box table thead th,
table.dmm thead th,
table.click thead th,
table.seminar thead th { background-color: #f2eeea; }
#company #wrapper .detail_box table thead tr th span {
	font-weight: normal;
	font-size: x-small;
}
#company .detail_box table tbody td,
#company .detail_box table thead td,
table.dmm thead td,
table.dmm thead th,
table.click thead th,
table.click thead td,
table.seminar thead th,
table.seminar thead td,
table.seminar tbody th,
table.seminar tbody td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4C9C0;
	border-bottom-color: #D4C9C0;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
table.dmm caption,
table.click caption,
table.seminar caption {
	background-color:#EBE7E2;
	text-align: center;
	padding: 0.4em;
	font-weight: bold;
	color: #333;
	border: 1px solid #D4C9C0;
}
table.seminar caption {
	border-left:none;
	border-top:none;
}
table.dmm thead th,
table.dmm thead td,
table.click thead td,
table.seminar thead th,
table.seminar thead td,
table.seminar tbody td {
	text-align:left;
	padding: 0.5em;
}
table.dmm thead th { width:180px; }
table.click thead th { width:120px; }
table.dmm thead th.himawari { width:120px; }
#company .detail_box .service table thead td { word-break: keep-all; }
#company .detail_box .caption {
	font-size: x-small;
	text-align: right;
}
#company .detail_box .button {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
#company .detail_box .currency table thead tr .th_small { width: 180px; }
#company .detail_box .currency table tbody tr td ul li {
	margin-right: 15px;
	margin-bottom: 5px;
	list-style-position: inside;
	white-space: nowrap;
	list-style-type: disc;
	display: list-item;
	float: left;
}
#company .detail_box .currency table thead tr th { width: 180px; }
#company .detail_box .currency table thead tr td { width: 410px; }
#company .detail_box .banner_big {
	text-align: center;
	margin-bottom: 20px;
}
#company .detail_box .camp_area p {
	padding-bottom: 1em;
	font-size: small;
}
#company .detail_box .camp_area p strong {
	font-weight: bold;
	font-size: medium;
}
#company .detail_box h3 span {
	font-size: small;
	font-weight: normal;
	padding-left: 20px;
}
#company .fx_corporation {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#company .fx_corporation ul li {
	display: list-item;
	width: 290px;
	float: left;
	font-size: small;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 0px;
}
#company .fx_corporation .bt_list {
	display: block;
	clear: both;
	width: 620px;
	text-align: right;
}
#company .fx_corporation ul {
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	width: 580px;
}
#company .detail_box .intro .icon_area ul li {
	height: 45px;
	width: 45px;
	display: inline;
}
#company .detail_box .intro .icon_area ul {
	display: block;
	height: 39px;
	width: 485px;
}
#company .detail_box .intro .icon_area ul li img { margin-left: 1px; }
#company .detail_box .camp_area h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C03;
	font-size: medium;
	font-weight: bold;
	color: #C03;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C03;
	padding-left: 5px;
	padding-top: 3px;
}
#company #campany_index_box,
#company #campany_spread_box,
#company #campany_swap_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#company .second_menu,
#pedia .second_menu,
#blogparts .second_menu {
	background-image: url(../images/background/bg_secondnavigation.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 620px;
}
#company .second_menu ul li,
#pedia .second_menu ul li,
#blogparts .second_menu ul li {
	float: left;
	list-style-type: none;
}
#company#campany_index_box .list,
#pedia .second_menu .list { clear: both; }
#company .text {
	font-size: small;
	margin-bottom: 20px;
}
#company #campany_index_box .list .item .bannar,
#account_box .ranking_box .item_box.base .bannar {
	display: block;
	height: 60px;
	width: 120px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#company #campany_index_box .list,
#company #campany_spread_box .list,
#company #campany_swap_box .list {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
#company #campany_spread_box .list,
#company #campany_swap_box .list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
#company #campany_index_box .list .item,
#account_box .ranking_box .item_box.base {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	height: 60px;
	width: 598px;
	display: block;
	position: relative;
}
#account_box .ranking_box .item_box.base .item,
#account_box .ranking_box .item_box.spread .item,
#account_box .ranking_box .item_box.swap .item {
	height:70px;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4C9C0;
	padding-bottom: 10px;
}
#company #campany_index_box .list .item .title,
#account_box .ranking_box .item_box.base .title {
	font-size: small;
	font-weight: bold;
	position: absolute;
	width: 310px;
	left: 140px;
	top: 10px;
}
#company #campany_index_box .list .item .description,
#account_box .ranking_box .item_box.base .description {
	font-size: 12px;
	position: absolute;
	left: 145px;
	top: 30px;
	width: 305px;
	letter-spacing: 0em;
}
#company #campany_index_box .list .item .bt_more,
#account_box .ranking_box .item_box .bt_more {
	display: block;
	height: 50px;
	width: 70px;
	position: absolute;
	display: block;
	left: 460px;
	top: 20px;
}
#company #campany_index_box .list .item .bt_jump,
#account_box .ranking_box .item_box .bt_jump {
	display: block;
	height: 50px;
	width: 70px;
	position: absolute;
	left: 540px;
	top: 20px;
}
#company #campany_spread_box .list .item,
#company #campany_swap_box .list .item {
	padding: 10px;
	width: 598px;
	display: block;
}
#company #campany_spread_box .list .caption,
#company #campany_swap_box .list .caption {
	font-size: x-small;
	text-align: right;
	margin-bottom: 20px;
	padding-top: 5px;
}
#company #campany_spread_box .list .item h5,
#company #campany_swap_box .list .item h5 {
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 540px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-top: 7px;
}
#company #campany_spread_box .list .item h5.us_jp,
#company #campany_swap_box .list .item h5.us_jp { background-image: url(../images/title/company/h5_us_jp.jpg); }
#company #campany_spread_box .list .item h5.au_jp,
#company #campany_swap_box .list .item h5.au_jp { background-image: url(../images/title/company/h5_au_jp.jpg); }
#company #campany_spread_box .list .item h5.ca_jp,
#company #campany_swap_box .list .item h5.ca_jp { background-image: url(../images/title/company/h5_ca_jp.jpg); }
#company #campany_spread_box .list .item h5.er_jp,
#company #campany_swap_box .list .item h5.er_jp { background-image: url(../images/title/company/h5_er_jp.jpg); }
#company #campany_spread_box .list .item h5.nz_jp,
#company #campany_swap_box .list .item h5.nz_jp { background-image: url(../images/title/company/h5_nz_jp.jpg); }
#company #campany_spread_box .list .item h5.sa_jp,
#company #campany_swap_box .list .item h5.sa_jp { background-image: url(../images/title/company/h5_sa_jp.jpg); }
#company #campany_spread_box .list .item h5.tr_jp,
#company #campany_swap_box .list .item h5.tr_jp { background-image: url(../images/title/company/h5_tr_jp.jpg); }
#company #campany_spread_box .list .item h5.uk_jp,
#company #campany_swap_box .list .item h5.uk_jp { background-image: url(../images/title/company/h5_uk_jp.jpg); }
#company #campany_spread_box .list .item h5.er_us,
#company #campany_swap_box .list .item h5.er_us { background-image: url(../images/title/company/h5_er_us.jpg); }
#company #campany_spread_box .list .item h5.uk_us,
#company #campany_swap_box .list .item h5.uk_us { background-image: url(../images/title/company/h5_uk_us.jpg); }
#company #campany_spread_box table,
#company #campany_swap_box table,
#account_box .ranking_box table,
#ss_list #ss_table,
#ss_table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d4c9c0;
	border-left-color: #d4c9c0;
	font-size: small;
	width: 100%;
	letter-spacing: normal;
	margin-bottom: 10px;
}
#ss_list #ss_table,
#ss_table { margin-bottom:20px; }
#ss_list #ss_table td a,
a.thickbox,
#ss_table td a {
	font-size:10px;
	text-decoration: none;
}
#company #campany_spread_box table thead th,
#company #campany_swap_box table thead th,
#account_box .ranking_box table thead th,
#ss_list #ss_table tbody tr th,
#ss_table tbody tr th { background-color: #f2eeea; }
#company #campany_spread_box table tbody th,
#company #campany_spread_box table tbody td,
#company #campany_spread_box table thead td,
#company #campany_spread_box table thead th,
#company #campany_swap_box table tbody th,
#company #campany_swap_box table tbody td,
#company #campany_swap_box table thead td,
#company #campany_swap_box table thead th,
#account_box .ranking_box table tbody th,
#account_box .ranking_box table tbody td,
#account_box .ranking_box table thead td,
#account_box .ranking_box table thead th,
#ss_list #ss_table tbody tr th,
#ss_list #ss_table tbody tr td,
#ss_table tbody tr th,
#ss_table tbody tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4C9C0;
	border-bottom-color: #D4C9C0;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	vertical-align: top;
}
#ss_table tbody tr th { vertical-align:middle; }
#account_box .ranking_box table tbody td { background-color:#FFF; }
#company #campany_spread_box .list .item table thead tr .name,
#company #campany_swap_box .list .item table thead tr .name { width: 410px; }
#company #campany_spread_box .list .item table thead tr .rank,
#company #campany_swap_box .list .item table thead tr .rank { width: 70px; }
#company #campany_spread_box .list .item table thead tr .spread,
#company #campany_swap_box .list .item table thead tr .swap { width: 78px; }
#company #campany_spread_box .list .item table tbody td ul li,
#company #campany_swap_box .list .item table tbody td ul li {
	float: left;
	list-style-position: inside;
	list-style-type: disc;
	width: 200px;
	margin-right: 2px;
}
#company #campany_spread_box .list .item table tbody .name,
#company #campany_swap_box .list .item table tbody .name { text-align: left; }
#company #campany_spread_box .list .item table tbody tr.rank01 th,
#company #campany_swap_box .list .item table tbody tr.rank01 th {
	background-image: url(../images/icon/c_ranking01.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#company #campany_spread_box .list .item table tbody tr.rank02 th,
#company #campany_swap_box .list .item table tbody tr.rank02 th {
	background-image: url(../images/icon/c_ranking02.png);
	background-repeat: no-repeat;
	background-position: 3px top;
}
#company #campany_spread_box .list .item table tbody tr.rank03 th,
#company #campany_swap_box .list .item table tbody tr.rank03 th {
	background-image: url(../images/icon/c_ranking03.png);
	background-repeat: no-repeat;
	background-position: 3px top;
}
/*------------------------------------------------
page - #indicator
--------------------------------------------------*/
#indicator #indicator_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#indicator #indicator_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#indicator #indicator_box .description {
	font-size: small;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	width: 610px;
}
#indicator #indicator_box table thead tr th,
#index #today_schedule table thead tr th,
#indicator #indicator_box .country tbody tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d4c9c0;
	border-bottom-color: #d4c9c0;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#indicator #indicator_box table,
#index #today_schedule table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d4c9c0;
	border-left-color: #d4c9c0;
	font-size: small;
	width: 619px;
	letter-spacing: normal;
	margin-bottom: 5px;
	display: block;
}
#index #today_schedule table { width: 600px; }
#indicator #indicator_box table thead th,
#index #today_schedule table thead th,
#indicator #indicator_box .country tbody tr th { background-color: #f2eeea; }
#indicator #indicator_box .country tbody tr th { width:115px; }
#indicator #indicator_box table tbody td,
#index #today_schedule table tbody td,
#indicator #indicator_box table thead td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4C9C0;
	border-bottom-color: #D4C9C0;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#indicator #indicator_box table tbody tr .td_subject,
#index #today_schedule table tbody tr .td_subject {
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 28px;
}
#indicator #indicator_box table tbody tr .audf,
#index #today_schedule table tbody tr .audf { background-image: url(/images/icon/country/au.png); }
#indicator #indicator_box table tbody tr .cadf,
#index #today_schedule table tbody tr .cadf { background-image: url(/images/icon/country/ca.png); }
#indicator #indicator_box table tbody tr .chff,
#index #today_schedule table tbody tr .chff { background-image: url(/images/icon/country/ch.png); }
#indicator #indicator_box table tbody tr .eurf,
#index #today_schedule table tbody tr .eurf { background-image: url(/images/icon/country/eu.png); }
#indicator #indicator_box table tbody tr .gbpf,
#index #today_schedule table tbody tr .gbpf { background-image: url(/images/icon/country/gb.png); }
#indicator #indicator_box table tbody tr .gerf,
#index #today_schedule table tbody tr .gerf { background-image: url(/images/icon/country/ge.png); }
#indicator #indicator_box table tbody tr .jpyf,
#index #today_schedule table tbody tr .jpyf { background-image: url(/images/icon/country/jp.png); }
#indicator #indicator_box table tbody tr .nokf,
#index #today_schedule table tbody tr .nokf { background-image: url(/images/icon/country/no.png); }
#indicator #indicator_box table tbody tr .nzdf,
#index #today_schedule table tbody tr .nzdf { background-image: url(/images/icon/country/nz.png); }
#indicator #indicator_box table tbody tr .sekf,
#index #today_schedule table tbody tr .sekf { background-image: url(/images/icon/country/se.png); }
#indicator #indicator_box table tbody tr .sgdf,
#index #today_schedule table tbody tr .sgdf { background-image: url(/images/icon/country/sg.png); }
#indicator #indicator_box table tbody tr .usdf,
#index #today_schedule table tbody tr .usdf { background-image: url(/images/icon/country/us.png); }
#indicator #indicator_box table tbody tr .zarf,
#index #today_schedule table tbody tr .zarf { background-image: url(/images/icon/country/za.png); }
#indicator #indicator_box table tbody tr .td_date,
#index #today_schedule table tbody tr .td_date { vertical-align: middle; }
#indicator #indicator_box .notes,
#index #today_schedule .notes {
	font-size: x-small;
	letter-spacing: 0em;
	text-align: right;
	margin-bottom: 20px;
}
#indicator #indicator_box .bannar {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-size: x-small;
	word-spacing: 0em;
}
#indicator #indicator_box .bannar a {
	color:#930;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
}
#indicator #indicator_box table thead tr .date,
#index #today_schedule table thead tr .date { width: 65px; }
#indicator #indicator_box table thead tr .time,
#index #today_schedule table thead tr .time { width: 55px; }
#indicator #indicator_box table thead tr .expectation,
#indicator #indicator_box table thead tr .result,
#indicator #indicator_box table thead tr .last,
#index #today_schedule table thead tr .expectation,
#index #today_schedule table thead tr .result,
#index #today_schedule table thead tr .last { width: 70px; }
#indicator #indicator_box table thead tr .subject,
#index #today_schedule table thead tr .subject { width: 300px; }
#indicator #indicator_box table tbody tr .color-red,
#index #today_schedule table tbody tr .color-red { color: #F00; }
#indicator #indicator_box table tbody tr .color-red strong,
#index #today_schedule table tbody tr .color-red strong {
	font-weight: bold;
	color: #F00;
}
#index #today_schedule .date,
#indicator #indicator_box .date {
	font-weight:normal;
	font-size: small;
	color: #F00;
	text-align: right;
}
#indicator #indicator_box .country {
	font-size: x-small;
	letter-spacing: 0em;
	margin-bottom: 20px;
	width: 620px;
}
#pedia #pedia_box,
#pedia #pedia_index_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#pedia #pedia_box .text,
#pedia #pedia_index_box .text { margin-bottom: 15px; }
#pedia #pedia_box .text p,
#pedia #pedia_index_box .text p {
	font-size: small;
	text-indent: 1em;
}
#pedia #pedia_box .initial,
#pedia #pedia_index_box .initial {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#pedia #pedia_box .initial h5,
#pedia #pedia_index_box .initial h5 {
	background-image: url(../images/background/bg_book_pagelist.gif);
	background-repeat: repeat-x;
	display: block;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	width: 608px;
	margin-bottom: 10px;
}
#pedia #pedia_box .initial ul,
#pedia #pedia_index_box .initial ul {
	margin-right: 55px;
	margin-left: 55px;
	display: block;
}
#pedia #pedia_box .initial ul li,
#pedia #pedia_index_box .initial ul li {
	float: left;
	width: 100px;
	font-size: small;
	display: block;
	margin-bottom: 8px;
	list-style-type: none;
}
#pedia #pedia_box .initial ul li a,
#pedia #pedia_index_box .initial ul li a {
	background-image: url(../images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	display: block;
	padding-left: 15px;
}
#pedia #pedia_index_box .section ul li {
	width: 150px;
	list-style-position: inside;
	list-style-type: disc;
	font-size: small;
	margin-bottom: 5px;
	display: list-item;
	float: left;
}
#pedia #pedia_index_box .section ul {
	margin-bottom: 15px;
	display: block;
}
#account_box .ranking_box .item_box.base {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: auto;
	width: 600px;
}
#account_box .ranking_box .item_box.base .bannar { left: 0px; }
#account_box .ranking_box .item_box.base .title { left: 130px; }
#account_box .ranking_box .item_box.base .description { left: 135px; }
#account_box .ranking_box .item_box.base .bt_more { left: 445px; }
#account_box .ranking_box .item_box.base .bt_jump { left: 525px; }
#account_box .ranking_box table {
	width: 440px;
	margin-top: 10px;
}
#account_box .ranking_box table thead th { font-size: x-small; }
#account_box .ranking_box .item_box.spread,
#account_box .ranking_box .item_box.swap { display: none; }
#account_box .ranking_box .item_box.base { display: block; }
#account_box .ranking_box .item_box .caption {
	font-size: x-small;
	text-align: right;
	margin-bottom: 5px;
}
#account_box .ranking_box .item_box.spread .bt_more,
#account_box .ranking_box .item_box.swap .bt_more { top: 20px; }
#account_box .ranking_box .item_box.spread .bt_jump,
#account_box .ranking_box .item_box.swap .bt_jump { top: 20px; }
#today_schedule .scroll {
	display: block;
	height: 200px;
	width: 620px;
	overflow: auto;
	overflow-x:hidden;
}
#blogparts #blogparts_index_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#blogparts #blogparts_index_box .second_menu { margin-bottom: 10px; }
#blogparts #blogparts_index_box #page_title {
	background-image: url(../images/background/bg_company_title.gif);
	height: 113px;
	margin-right: 0px;
	margin-left: 0px;
}
#blogparts #blogparts_index_box #page_title .description { top: 65px; }
#blogparts #blogparts_index_box .intro_text {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FBFAF7;
	border: 1px solid #E3D7C8;
	padding: 10px;
	font-size: small;
}
#blogparts #blogparts_index_box h5 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#blogparts #blogparts_index_box #bp_form #interest_box .prv,
#blogparts #blogparts_index_box #bp_form #swap_box .prv {
	float: left;
	width: 170px;
	height: auto;
}
#blogparts #blogparts_index_box .step01,
#blogparts #blogparts_index_box .step02,
#blogparts #blogparts_index_box .step03 {
	margin-left: 180px;
	margin-bottom: 15px;
}
#blogparts #blogparts_index_box .step01 { height: 100px; }
#blogparts .step01 h6,
#blogparts .step02 h6,
#blogparts .step03 h6 {
	border-bottom:1px solid #5F544B;
	border-left:3px solid #5F544B;
	font-size:small;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-left:5px;
	padding-top:4px;
}
#blogparts .step02 table,
#blogparts table.list,
#corporateprofile table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d4c9c0;
	border-left-color: #d4c9c0;
	font-size: small;
	width: 100%;
	letter-spacing: normal;
	margin-bottom: 10px;
}
#blogparts .step02 table thead th,
#blogparts .step02 table tbody th,
#blogparts table.list thead th,
#blogparts table.list tbody th,
#corporateprofile table thead th,
#corporateprofile table tbody th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d4c9c0;
	border-bottom-color: #d4c9c0;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	background-color: #f2eeea;
}
#blogparts .step02 table tbody td,
#blogparts .step02 table thead td,
#blogparts table.list tbody td,
#blogparts table.list thead td,
#corporateprofile table tbody td,
#corporateprofile table thead td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4C9C0;
	border-bottom-color: #D4C9C0;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#blogparts .step01 p,
#blogparts .step02 p,
#blogparts .step03 p {
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#blogparts .step01 .theme {
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	text-align: center;
}
#blogparts .step01 .theme #css_select {
	font-size: small;
	width: 100px;
}
#blogparts .step02 .caption {
	font-size: x-small;
	margin-bottom: 10px;
}
#blogparts .step02 .set { font-size: small; }
#blogparts .step02 .set #interest_group { width: 150px; }
#blogparts .step02 .set #clear { width: 80px; }
#blogparts .step03 .copy #interest_tag {
	width: 440px;
	font-size: small;
	height: 100px;
	line-height: 1.5em;
}
#blogparts .step03 .copy .tag_select { width: 100px; }
#blogparts .step02 .set {
	font-size: small;
	clear: none;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 60px;
}
#blogparts .step02 .set #interest_group { width: 150px; }
#blogparts .step02 .set #clear { width: 80px; }
#blogparts .step03 .copy #interest_tag,
#blogparts .step03 .copy #swap_tag {
	width: 440px;
	font-size: small;
	height: 150px;
	line-height: 1.5em;
}
#blogparts .step03 .copy .tag_select { width: 100px; }
#blogparts .text_caption {
	background-color: #FBFAF7;
	padding: 10px;
	width: 90%;
	border: 1px solid #E3D7C8;
	margin-right: auto;
	margin-left: auto;
}
#blogparts .text_caption .title {
	font-weight: bold;
	font-size: small;
	margin-bottom: 10px;
}
#blogparts .text_caption ul {
	margin-right: 20px;
	margin-left: 20px;
}
#blogparts .text_caption ul li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: x-small;
}
#blogparts #swap_box .step02 .set #swap_group {
	margin-bottom: 5px;
	width: 200px;
	clear: none;
}
#blogparts table.list {
	font-size:x-small;
	width:440px;
	margin-top: 10px;
}
#blogparts table.list tbody th,
#blogparts table.list tbody td,
#blogparts table.list thead th,
#blogparts table.list thead td { padding:2px; }
#blogparts .edit_point { position: relative; }
#blogparts .delete_button {
	position: absolute;
	left: 0px;
	top: -2px;
	display: none;
}
#blogparts .loading_box {
	background-color: #000000;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width: 170px;
}
#blogparts .loading_box img {
	position: absolute;
	top: 0px;
	left: 55px;
}
#sitemap h2,
#corporateprofile h2,
#advertising h2,
#disclaimer h2 {
	font-weight: bold;
	color: #322a27;
	background-image: url(/images/background/bg_h5.gif);
	height: 21px;
	width: 590px;
	padding-top: 9px;
	padding-left: 30px;
	display: block;
	margin-bottom: 10px;
	font-size: small;
}
#sitemap #sitemap_box,
#corporateprofile #corporateprofile_bo,
#advertising #advertising_box,
#disclaimer #disclaimer_box {
	display: block;
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#sitemap #sitemap_box .section,
#corporateprofile #corporateprofile_box .section,
#advertising #advertising_box .section,
#disclaimer #disclaimer_box .section {
	margin-right: 10px;
	margin-left: 10px;
}
#corporateprofile #corporateprofile_box .section table tbody tr td { text-align: left; }
#corporateprofile #corporateprofile_box .section .caption {
	font-size: x-small;
	margin-left: 10px;
	text-align: right;
}
#advertising #advertising_box .section p {
	font-size: small;
	margin-bottom: 1em;
}
#disclaimer #disclaimer_box .section ul { }
#disclaimer #disclaimer_box .section ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: small;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
#sitemap #sitemap_box h3 {
	display: block;
	clear: both;
	margin-top: 15px;
	border: 1px solid #dcdcdc;
	padding: 5px;
	background-color: #f5f5f5;
	margin-bottom: 8px;
}
#sitemap #sitemap_box ul {
	margin-right: 10px;
	margin-left: 25px;
	font-size: small;
}
#sitemap #sitemap_box h3 a {
	font-size: small;
	color: #444;
}
#sitemap #sitemap_box ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 3px;
}
#sitemap #sitemap_box .bt_more {
	display: block;
	font-size: small;
	clear: both;
	float: right;
	margin-bottom: 10px;
}
#sitemap #sitemap_box .bt_more a {
	display: block;
	background-image: url(../images/icon/sidelink_icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
.page_select {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	margin-bottom: 5px;
}
.page_select li {
	display:inline;
	list-style-type: none;
}
.page_select li.now {
	background-color:#CCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #333;
	border: 1px solid #CCC;
	margin-left: 3px;
}
.page_select a {
	border:solid 1px #DDDDDD;
	margin-left: 3px;
}
.page_select a:link,
.page_select a:visited {
	color:#930;
	padding:3px 6px;
	text-decoration:none;
}
.page_select a:hover { border:solid 1px #666666; }
span.q,
span.a {
	margin-bottom: 1em;
	display: block;
	font-size: 14px;
	color: #000;
}
span.q span {
	font-weight: bold;
	margin-right: 1.5em;
	color: #000;
}
span.a span {
	color: #06C;
	font-weight: bold;
	margin-right: 1.5em;
}
#serch #serch_index_box {
	width: 620px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: small;
}
#account_box .ranking_box .item_box.spread .item .bt_more,
#account_box .ranking_box .item_box.swap .item .bt_more { left: 445px; }
#account_box .ranking_box .item_box.spread .item .bt_jump,
#account_box .ranking_box .item_box.swap .item .bt_jump { left: 525px; }
#cse-search-results { margin-bottom:20px; }
#seminar #seminar_box .section .page_list p {
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#news #news_box .section {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
}
#news #news_box blockquote {
	display: block;
	width: 558px;
	background-color: #FBFAF7;
	padding: 10px;
	border: 1px solid #E3D7C8;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#news #news_box .section p {
	font-size: small;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
#news #news_box .section p.quote {
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3D7C8;
	margin-left: 2em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
}
.cooperation {
	font-size: small;
	text-align: right;
	margin-bottom: 15px;
	clear: both;
	margin-top: 10px;
}
.cooperation span { font-size:x-small; }
.next_page {
	font-size: small;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.prev_page {
	font-size: small;
	text-align: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tx_small { font-size: x-small; }
#wrapper #contents #left_box #main .text_box .section dl {
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-size: small;
}
#wrapper #contents #left_box #main .text_box .section dl dd {
	margin-bottom: 0.8em;
	margin-left: 1em;
}
#wrapper #contents #left_box #main .text_box .section dl.page_list {
	display: block;
	width: 498px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 1em;
	background-color: #FBFAF7;
	border: 1px solid #E3D7C8;
}
#wrapper #contents #left_box #main .text_box .section dl.page_list dt {
	background-color: #E4E2CB;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: medium;
}
#wrapper #contents #left_box #main .text_box .section dl.page_list dt span { font-size:10px; }
#wrapper #contents #left_box #main .text_box .section dl.page_list dd { padding: 10px; }
#wrapper #contents #left_box #main .text_box .section dl.page_list dd ul {
	padding-left: 20px;
	font-size: small;
}
#wrapper #contents #left_box #main .text_box .section dl.page_list dd ul li { margin-bottom: 0.2em; }
#wrapper #contents #left_box #main .text_box .movie {
	background-repeat: no-repeat;
	height: 311px;
	width: 600px;
	padding: 0px;
	display: block;
	clear: both;
	position: relative;
	margin: 0px auto 20px;
}
#wrapper #contents #left_box #main .text_box .movie.foreland { margin-bottom:5px; }
#wrapper #contents #left_box #main .text_box .movie.gft,
 #wrapper #contents #left_box #main .text_box .movie.forextrade,
#wrapper #contents #left_box #main .text_box .movie.foreland,
#wrapper #contents #left_box #main .text_box .movie.dmm {
	background-image: url(../images/photo/entries/gft_mvbg.gif);
	height: 400px;
}
#wrapper #contents #left_box #main .text_box .movie.m2j { background-image: url(../images/photo/entries/m2j3_mvbg.gif); }
#wrapper #contents #left_box #main .text_box .movie.etoro { background-image: url(../images/photo/entries/etoro_mvbg.gif); }
#wrapper #contents #left_box #main .text_box .movie.fx_prime100507 {
	background-image: url(../images/photo/entries/ustream_mvbg.gif);
	height:480px;
}
#wrapper #contents #left_box #main .text_box .movie .title {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 362px;
	height: 20px;
	left: 10px;
	top: 5px;
}
#wrapper #contents #left_box #main .text_box .movie .mv {
	display: block;
	height: 260px;
	width: 320px;
	position: absolute;
	left: 12px;
	top: 38px;
}
#wrapper #contents #left_box #main .text_box .movie .fla {
	display: block;
	height: 300px;
	width: 576px;
	position: absolute;
	left: 12px;
	top: 38px;
}
#wrapper #contents #left_box #main .text_box .movie .youtube {
	display: block;
	height: 310px;
	width: 576px;
	position: absolute;
	left: 12px;
	top: 38px;
}
#wrapper #contents #left_box #main .text_box .movie .ustream {
	display: block;
	height: 386px;
	width: 480px;
	position: absolute;
	left: 62px;
	top: 38px;
}
#wrapper #contents #left_box #main .text_box .movie .des_title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: absolute;
	left: 345px;
	top: 39px;
	width: 245px;
	height: 46px;
}
#wrapper #contents #left_box #main .text_box .movie .des_text {
	font-size: 12px;
	position: absolute;
	left: 345px;
	top: 88px;
	width: 245px;
	height: 151px;
}
#wrapper #contents #left_box #main .text_box .movie.gft .caption,
#wrapper #contents #left_box #main .text_box .movie.forextrade .caption,
#wrapper #contents #left_box #main .text_box .movie.foreland .caption,
#wrapper #contents #left_box #main .text_box .movie.dmm .caption {
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: 355px;
	width: 576px;
	height: 35px;
	text-align: center;
}
#wrapper #contents #left_box #main .text_box .movie.fx_prime100507 .caption {
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: 435px;
	width: 576px;
	height: 35px;
	text-align: center;
}
span.a span.bold,
span.q span.bold,
span.bold,
span.q strong,
span.a strong,
.section strong {
	font-weight: bold;
	color: #930;
	display: inline;
	text-indent: 0px;
	margin:0px;
	padding:0px;
}
#wrapper #contents #left_box #main .text_box .section ul {
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	font-size: 14px;
	margin-top: 0px;
}
#wrapper #contents #left_box #main .text_box .section ul li { margin-bottom: 10px; }
#wrapper #contents #left_box #main .text_box .section .etoro_point {
	display: block;
	margin-bottom: 15px;
	height: 160px;
	font-size: 14px;
}
#wrapper #contents #left_box #main .text_box .section .etoro_point img {
	float: right;
	margin-top: 25px;
	display: block;
	width: 200px;
	margin-left: 10px;
}
#seminar_box .section .box {
	display: block;
	margin-bottom: 1em;
	font-size: small;
	line-height: 1.5em;
	background: #FBFAF7;
	border: 1px solid #CCC;
	padding: 0.5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#highlow_totaltable {
	width: 600px;
	height: 240px;
	padding-top: 20px;
	position: relative;
	margin-bottom: 10px;
}
#highlow_totaltable .gameover,
#highlow_totaltable .gamestart,
#highlow_totaltable .gameend {
	height: 29px;
	width: 63px;
	position: absolute;
	top: -8px;
}
#highlow_totaltable .gameover { left: 68px; }
#highlow_totaltable .gamestart { left: 318px; }
#highlow_totaltable .gameend { left: 568px; }
#highlow_human .highlow_item { margin-bottom: 20px; }
#highlow_human .highlow_item .title {
	background: url(../images/photo/entries/highlow_human_title.png);
	height: 45px;
	width: 600px;
	position: relative;
}
#highlow_human .highlow_item .contents {
	background: #e9edf5;
	border-right: 1px solid #335fa6;
	border-bottom: 1px solid #335fa6;
	border-left: 1px solid #335fa6;
}
#highlow_human .highlow_item .title .name {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 13px;
	left: 50px;
	width: 172px;
}
#highlow_human .highlow_item .title .description {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	left: 117px;
	top: 18px;
	width: 479px;
	text-align: right;
	letter-spacing:0px;
}
#highlow_human .highlow_item .title .icon {
	height: 50px;
	position: absolute;
	top: -6px;
	left: 5px;
}
#highlow_human .highlow_item .title .crown {
	height: 48px;
	width: 58px;
	position: absolute;
	top: -37px;
	left: 571px;
}
#highlow_human .highlow_item .contents {
	padding: 25px 10px 10px 68px;
	min-height:120px;
}
#highlow_human .highlow_item.mTA .contents { background: url(../images/photo/entries/highlow_human_si01b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item.mKI .contents { background: url(../images/photo/entries/highlow_human_si02b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item.mOO .contents { background: url(../images/photo/entries/highlow_human_si03b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item.mOG .contents { background: url(../images/photo/entries/highlow_human_si04b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item.mMU .contents { background: url(../images/photo/entries/highlow_human_si05b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item.mYO .contents { background: url(../images/photo/entries/highlow_human_si06b.png) no-repeat 5px 10px; }
#highlow_human .highlow_item .contents .thisweek {
	background: #FFF;
	padding: 5px 5px 5px 35px;
	border: 1px solid #999;
	font-size: 12px;
	position: relative;
	height: auto;
	margin-bottom: 20px;
}
#highlow_human .highlow_item .contents .thisweek .mtitle {
	height: 54px;
	width: 54px;
	position: absolute;
	left: -19px;
	top: -22px;
}
#highlow_human .highlow_item .contents .thisweek .mcontents strong {
	font-weight: bold;
	color: #F33;
}
#highlow_human .highlow_item .contents .thisweek .mcontents {
	margin-bottom: 5px;
	line-height: 1.8em;
}
#highlow_human .highlow_item .contents .lastweek .mtitle,
#highlow_human .highlow_item .contents .total .mtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table {
	width: 100%;
	font-size:12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table th,
#highlow_human .highlow_item .contents .lastweek .mcontents table td {
	padding: 0.3em 10px;
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	border-spacing: 1px;
	text-align:center;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table th {
	border-right: 1px solid #ccc;
	color: #333;
	background-color: #f5f5f5;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table td {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table tbody tr.win td { background: #fff5f5; }
#highlow_human .highlow_item .contents .lastweek .mcontents table tbody tr td.total {
	color: #F66;
	width: 100px;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table tbody tr.win td.total {
	color: #3366ff;
	font-weight:bold;
}
#highlow_human .highlow_item .contents .lastweek .mcontents table tfoot th { text-align: right; }
#highlow_human .highlow_item .contents .lastweek { margin-bottom: 20px; }
#highlow_text,
.highlow_text2 {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing:0px;
	margin: 0px 0px 10px;
	padding: 0px 0px 20px;
}
#highlow_text ul,
.highlow_text2 ul,
ul.jump {
	font-size: 10px;
	letter-spacing:0px;
	margin-top: 10px;
	margin-bottom: 30px;
}
ul.jump {
	margin-bottom:20px;
	clear:both;
}
#highlow_text ul li,
.highlow_text2 ul li,
ul.jump li {
	list-style: url(../images/photo/entries/highlow_linkarrow.png) inside;
	display: list-item;
	width: 280px;
	float: left;
	font-size: 12px;
}
.highlow_text2 ul li { margin-bottom:0px; }
#highlow_human { clear: both; }
#highlow_text ul li a,
.highlow_text2 ul li a { letter-spacing:0px; }
#fxspercial #main .text_box .section .highlow_text2 p { margin-bottom:0.5em; }

