@import "fx_basic.css";

/* div */
#wrp {
	width: 890px;
	margin: 0 auto;
	padding: 0 0 0 12px;
	background: url(../images/fx_frame_back.jpg) no-repeat;
}
#frame {
	width: 867px;
	background: #fff;
	display: inline-block;
}
#frame:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	clear: both;
}
#header {
	width: 867px;
	height: 129px;
	background: url(../images/fx_header.jpg) no-repeat;
}

#cp_header {
	text-align: right;
	width: 867px;
	height: 129px;
	background: url(../images/fx_header.jpg) no-repeat;
}

#cp_header_txt{
	font-size:15px;
	color:#666666;

	margin:10px;
}
.input_text{
	margin:5px;
	width:100px;
	height: 15px;
	vertical-align: middle;
}


#cp_table{
	width: 647px;
	border-collapse:collapse;
	margin-top:10px;
}

#cp_table th{
	width:150px;
	text-align:left;
	font-size:12px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

#cp_table td{
	font-size:12px;
	color:#666666;
	text-align:left;
	width:150px;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}

#cp_search_table{
	border-collapse:collapse;
	margin-top:10px;
}

#cp_search_table th{
	width:100px;
	text-align:left;
	font-size:12px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

#cp_search_table td{
	font-size:12px;
	width:250px;
	color:#666666;
	text-align:left;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}

#cp_login {
	text-align:center;
}

#cp_header_login_table{
	border-collapse:collapse;
	margin-right:5px;
}
#cp_header_login_table th{
	text-align:center;
	font-size:12px;
	color:#666666;


	padding:2px;
}
#cp_header_login_table td{
	font-size:12px;

	color:#666666;
	text-align:center;


	padding:2px;
}
#cp_login_table{
	/*width:250px;*/

	border-collapse:collapse;
	margin-top:10px;
}

#cp_login_table th{
	text-align:center;
	font-size:12px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

#cp_login_table td{
	font-size:12px;

	color:#666666;
	text-align:center;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}

#cp_result_table{
	width:647px;
	border-collapse:collapse;
	margin-top:10px;
}

#cp_result_table th{
	text-align:left;
	font-size:12px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

#cp_result_table td{
	font-size:12px;
	color:#666666;
	text-align:left;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}

#cp_result_table .center{
	text-align:center;
}

#nav {
	width: 200px;
	margin: 5px 0 0 0;
	float: left;
}
#nav ul {
	margin: 0 0 0 5px;
}
#nav li {
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	background: url(../images/nav_cursol.gif) 0 4px no-repeat;
	padding: 0 0 0 18px;
}
#contents {
	width: 657px;
	float: left;
	margin: 5px 0 0 10px;
}
#cp_contents {
	width: 657px;
	min-height:400px;
	float: left;
	margin: 5px 0 0 10px;
}

#information {
	width: 430px;
	float: left;
	margin: 5px 0 0 0;
}
#ranking {
	width: 430px;
	margin: 10px 0 0 0;
}
#subnav {
	width: 211px;
	float: left;
	margin: 5px 0 0 10px;
}
#subnav ul {
	margin: 0 0 0 5px;
}
#subnav li {
	list-style: none;
	background: url(../images/nav_cursol.gif) 0 4px no-repeat;
	padding: 0 0 0 18px;
}
/*
#contents p {
	font-size: 14px;
	line-height:20px;
	padding: 5px;
}
*/
/* class */
.header_nav {
	width: 857px;
	margin: 10px 0 0 0;
	text-align: right;
}
.left_m {
	margin: 5px 0 5px 0;
}
.best1 {
	width: 382px;
	height: 35px;
	padding: 15px 0 0 48px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/fx_ranking1.jpg) no-repeat;
	margin: 0 0 5px 0;
}
.best2 {
	width: 382px;
	height: 35px;
	padding: 15px 0 0 48px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/fx_ranking2.jpg) no-repeat;
	margin: 0 0 5px 0;
}
.best3 {
	width: 382px;
	height: 35px;
	padding: 15px 0 0 48px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/fx_ranking3.jpg) no-repeat;
	margin: 0 0 5px 0;
}
.best1 a:link, .best2 a:link, .best3 a:link, .best1 a:visited, .best2 a:visited, .best3 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.best1 a:hover, .best2 a:hover, .best3 a:hover {
	text-decoration: underline;
}

.ranktable {
	width: 400px;
	margin: 0 0 0 30px;
	padding: 10px;
	background: #f7f6d8;
	border: 1px #00ba92 solid;
	font: 12px/160% 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
}
.bestfx {
	width: 415px;
	height: 90px;
	margin: 15px 0 0 0;
	padding: 80px 0 0 15px;
	color: #fff;
	font-weight: bold;
	background: url(../images/fx_top_bestfx.jpg) no-repeat;
}
.bestfx a:link {
	text-decoration: none;
	color: #fff;
}
.bestfx a:hover {
	text-decoration: underline;
	color: #fff;
}
.copyright {
	width: 867px;
	padding: 0 0 20px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}
#contents h1 {
	width: 645px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 0;
	color: #ffffff;
	background: url(/images/fx_h1back.jpg);
}
#cp_contents h1 {
	width: 645px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 0;
	color: #ffffff;
	background: url(/images/fx_h1back.jpg);
}
#contents h2 {
	width: 645px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 0 0 0 0;
	color: #000000;
	background: url(/images/fx_h2back.hig.gif);
}
#cp_contents h2 {
	width: 645px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 0 0 0 0;
	color: #000000;
	background: url(/images/fx_h2back.hig.gif);
}
#contents h3 {
	width: 647px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 5px 0;
	color: #ffffff;
	background: url(/images/fx_h3back.jpg);
}
#cp_contents h3 {
	width: 647px;
	height: 24px;
	font-size: 14px;
	padding: 8px 0 0 10px;
	margin: 5px 0;
	color: #ffffff;
	background: url(/images/fx_h3back.jpg);
}
#contents .txt {
	font-size: 14px;
	line-height:24px;
	padding: 5px;
}
#cp_contents .txt {
	font-size: 14px;
	line-height:24px;
	padding: 5px;
}
#contents ul {
	margin: 0 0 0 20px;
}
#cp_contents ul {
	margin: 0 0 0 20px;
}
#contents li {
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}
#cp_contents li {
	font-size: 14px;
	line-height: 20px;
	padding: 3px;
}
#bread {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	}
#bread li {
	display: inline;
	padding: 0 6px 0 12px;
	font-size: 14px;
	line-height: 18px;
	background: url(/images/bread_allow.gif) left no-repeat;
	}
#bread li#homes {
	background: none;
	padding: 10px;
	}

#breadcrumbs {
	width: 700px;
	height: 18px;
	margin: 2px 0 10px 0;
}

#contents span {
	font-weight: 900;
	color: #a90808;
}

strong, b {
	font-weight: 900;
	color: #000000;
}

#conversation {
	margin-top: 10px;
	padding: 20px;
	background-color: #EAF5F9;
	color: #000000;
}
#conversation b {
	margin-right: 10px;
}
.remark {
	font-size: 14px;
	margin: 0 0 20px 0;
}


.cond dt {
	font-size: 14px;
}
.cond dd {
	padding: 5px;
	margin: 0 0 0 20px;
}

/*
#contents table{
  width: 90%;
  margin: 5px;
  border-collapse: collapse ;
  border-spacing: 0;
  border-left: 1px solid #ADADAD;
  border-top: 1px solid #ADADAD;
}
#contents table td,
#contents table th
{
	margin: 5px;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
}
#contents th{
  background-image: url(/images/th_background.png);
  font-weight: normal;
}
*/

.voice_point {
	width: 635px;
	font-size: 14px;
	padding: 10px;
	margin: 5px 0;
	color: #000000;
	background-color: #BFBFBF;
	font-weight: bold;
}

#market caption {
	font-size: 13px;
}
#market td {
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #EDEDED;
}
#market th {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	background-color: #ADADAD;
	color: #ffffff;
}
#market p {
	color: #444444;
	font-size: 10px;
	text-align: right;
	margin: 0 10px 10px 0;
}
.num {
	text-align: right;
}
.fx_currency table {
	margin: 20px;
	background-color: #EEE9E9;
	width: 520px;
}
.fx_currency th {
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
}
.fx_currency td {
	padding: 0 10px 10px 25px;
}

.fx_currency_detail table {
	margin-right: 30px;
}
.fx_currency_detail td {
	padding: 10px 0 10px 10px;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
}
.fx_currency_detail p {
	padding: 5px;
}



/*FX^Cvff*/
.ques {
    margin-top:10px
    width: 657px;
}

.ques_btn_left {
    
    float:left;
    margin:0px 30px 10px 50px;

}

.ques_btn_right {
    float:left;
    margin:0px 50px 10px 30px;
}


.search_tb{
	width: 647px;

	border-collapse:collapse;
}

.search_tb th{
	width:150px;
	font-size:12px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

.search_td{
	font-size:12px;
	color:#666666;
	text-align:center;
	width:150px;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}
.search_td2{
	font-size:12px;
	color:#666666;
	text-align:center;
	width:150px;
	border:1px solid #0F91C3;
	background-color: #FFFFFF;
	padding:2px;
}

.title {
	width:300px;

}


table.fx_detail_tb{
	width: 647px;
	border-collapse:collapse;
	margin-bottom:10px;
	margin-right:10px;
}

table.fx_detail_tb th{
	width:150px;
	height:35px;
	font-size:13px;
	color:#666666;
	border : 1px solid #0F91C3;
	background-color: #CEE9F2;
	padding:2px;
}

table.fx_detail_tb td{
	font-size:15px;
	height:35px;
	color:#666666;
	text-align:center;
	width:150px;
	border:1px solid #0F91C3;
	background-color: #F6FFFF;
	padding:2px;
}


.fx_detail {
	width: 647px;
	margin-bottom:10px;
	border : 1px solid #acabab;
	background-image : url(/images/box_new_haikei.jpg);
	background-repeat : repeat-x;
	height : 130px;
}


.fx_detail_image {
	float:left;
	margin:5px;


}

.center {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.right {
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}

.dotted {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	border-bottom: #0F91C3 3px dotted;
}
