@charset "UTF-8";

/* ----------------------
リセット
------------------------- */

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:bottom;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ____ 全体 ____ */
body{
	text-align: center;
	font-size: 14px;
	line-height: 180%;
	color: #121212;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(http://fx-center.jp/img/back2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* ____ リンクテキスト ____ */
a,
a:link,
a:visited {
	color: #064685;
	text-decoration: none;
}

a:hover,
a:active {
	color: #064685;
	text-decoration:underline;
}
/* ____ テキスト装飾 ____ */
.red1{color:#F00;}/*明るい赤 */
.red2{color:#D90000;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#D90000;font-weight:bold;}/*太字・暗い赤 */
.red_yellow{color:#F00; background-color:#FF0;font-weight:normal;}/*太字・背景黄色 */
.blue{color:#00F;}/*青 */
.underline{text-decoration:underline;}/*アンダーライン */
em{font-style:normal; background-color:#FF0;font-weight:bold;}/*太字・背景黄色 */
strong{font-weight:bold;}/*太字 */

.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font26{font-size:26px;}

.center{text-align:center;}

.sp20{margin:20px auto;}

.sp { display: none;}

/* ____ コンテナ ____ */
#wrapper {
	padding: 0px;
	margin:0 auto;
	text-align: left;
	width: 970px;
}

#main{
	margin:15px auto 0;
}

.clear {clear:both;}


/* ____ ヘッダー ____ */
#header{
	width: 970px;
	height: 56px;
}

h1{}

#logo{
	float:left;
	padding-top:9px;
}

#header p{
	float:left;
	padding: 30px 0 0 50px;
	font-size: 12px;
	line-height: 16px;
	color: #064685;
}


/* ===========================
メイン画像・Gナビ
============================== */
#top_main{
	background-image: url(http://fx-center.jp/img/main_image2.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 970px;
}


/* --グローバルナビ-- */
#gnavi{
	width: 970px;
	height: 30px;
	padding-top:81px;
}
#gnavi li{
	float:left;
}

#gnavi li.g1{}
#gnavi li.g2{margin-left:1px;}
#gnavi li.g3{margin-left:1px;}
#gnavi li.g4{margin-left:1px;}
#gnavi li.g5{margin-left:1px;}
#gnavi li.g6{margin-left:1px;}

/* ===========================
パンくず
============================== */
#pan{
	margin:15px 0;
}
#pan li{
	float:left;
	margin-right:5px;
	font-size:12px;
	line-height:16px;
	color: #064685;
}
#pan li a,
#pan li a:visited {
	color: #064685;
	text-decoration: underline;
}

#pan li a:hover,
#pan li a:active {
	color: #064685;
	text-decoration:none;
}

/* ===========================
左カラム
============================== */
#left_contents{
	width:200px;
	float:left;
}

/* --FX徹底比較-- */
#left_category{}

#left_category li.cate01{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate02{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate03{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate04{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate05{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate06{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate07{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate08{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate09{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate10{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate11{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}
#left_category li.cate12{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;	
	background-image: url(http://fx-center.jp/img/left_icon_b12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:13px;
	line-height:16px;
	padding:8px 0 7px 38px;
	
}

.back_pt1{
	background-color: #FFF;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;
	padding:0 2px 2px;
}

/* --FX基礎知識-- */
#left_kiso{
	margin-top:15px;
}

#left_kiso li{
	background-color: #FFF;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;
	font-size: 13px;
	line-height: 16px;
	padding: 9px 0 9px 28px;
	background-image: url(http://fx-center.jp/img/icon/mark01.png);
	background-repeat: no-repeat;
	background-position: 7px center;	
}

#left_kiso p{
	background-color: #EDF2F6;
	background-image: url(http://fx-center.jp/img/icon/mark02.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding:10px 0 10px 22px;;
}
#left_kiso p a,
#left_kiso p a:link,
#left_kiso p a:visited {
	color: #064685;
	text-decoration: underline;
}

#left_kiso p a:hover,
#left_kiso p a:active {
	color: #064685;
	text-decoration:none;
}

/* --提携会社一覧-- */
#left_company{
	margin-top:15px;
}

#left_company ul{
	padding:5px 0;
}

#left_company li{
	text-align:center;
	margin:10px 0;
}

/* ===========================
中央カラム
============================== */
#center_contents{
	width:540px;
	float:left;
	margin-left:15px;
	padding-top:7px;
}
#center_contents.rankingEvidence table {
	width: 100%;
}
#center_contents.rankingEvidence td, 
#center_contents.rankingEvidence th {
	border: solid 1px #ccc;
}

.img_right{
	float:right;
	margin:0 0 0 3px;
}

/* --FXカテゴリー一覧-- */
#fx_category{
	margin:15px 0 0 0;
}

.fx_cate_box{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;
	padding:15px 0 5px 10px;
}

.fx_cate_box li{
	float:left;
	margin:0 10px 10px 0;
}
.fx_cate_box li img:hover{opacity:0.6; filter: alpha(opacity=60);}

/* --FXカテゴリー一覧大-- */
#fx_category_b{
	margin:15px 0 0 0;
}

.fx_cate_box_b{
	background-color: #EDF2F6;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;
	padding:15px 0 5px 39px;
}

.fx_cate_box_b li{
	float:left;
	margin:0 14px 14px 0;
}
.fx_cate_box_b li img:hover{opacity:0.6; filter: alpha(opacity=60);}

/* ===========================
カテゴリー一覧ページ
============================== */
#category_rank{}

#category_rank .headline {
	background-image: url(http://fx-center.jp/img/headline-bg.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 18px;
	height: 46px;
	padding: 13px 10px 10px 50px;
	width: 540px; 
}
#category_rank .headline-name {
	color: #7EE93B;
	font-size: 22px;
}

.read{margin:10px 5px 10px 10px;}

/* --1位-- */
#rank1{margin-bottom:20px;}

#rank1 h3{
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no1.png);
	background-repeat: no-repeat;
	width: 540px;
	padding:24px 0 16px 82px;
}

#rank1 h3 a,
#rank1 h3 a:link,
#rank1 h3 a:visited {
	color: #0040FF;
	text-decoration: underline;
}

#rank1 h3 a:hover,
#rank1 h3 a:active {
	color: #0040FF;
	text-decoration:none;
}

.line1{
	background-image: url(http://fx-center.jp/img/no1_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DB9F00;
	border-bottom-color: #DB9F00;
	border-left-color: #DB9F00;
}

.cp{
	margin:0 10px;
	padding:10px 0;
}

.site_img{
	float: left;
	width: 234px;
	background-color: #FFF;
}
.site_img img{
	border: 1px solid #CBD6DF;
	padding:3px;
}
.site_img img:hover{opacity:0.6; filter: alpha(opacity=60);}

.point{}

.point_title{
	background-image: url(http://fx-center.jp/img/point3.png);
	background-repeat: no-repeat;
	background-position: 287px top;
	position: relative;
	z-index: 3;
	height: 23px;
	width: 100%;
	/width: 187px;
}

.point_box{
	float:right;
	width:270px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	top: -15px;	
	border: 1px dotted #000;
	padding:13px 0 10px 0;
}

.point_box li{
	background-image: url(http://fx-center.jp/img/icon/point.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 10px 10px 0 29px;
	margin:0 5px 0 7px;
	line-height: 18px;
	font-weight: bold;	
}

.banner_r{
	text-align:center;
	margin:9px 0 24px;
}
.banner_r img:hover{opacity:0.6; filter: alpha(opacity=60);}

.cate_tb{
	width: 516px;
	border-collapse: collapse;
	border: 1px solid #BDBDAE;
	margin:0 10px 10px;
}

.cate_tb th{
	border: 1px solid #BDBDAE;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 3px;
	font-weight: normal;
}

.cate_tb td{
	border: 1px solid #BDBDAE;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	padding:5px 3px;
}

.cate_tb th.th1{
	background-image: url(http://fx-center.jp/img/table_th_back.gif);
	background-repeat: repeat;
}

.cate_tb th.th2{
	background-color: #DFFFBF;
	width:105px;
}

.th_w1{width:82px;}
.th_w2{width:72px;}
.th_w3{width:84px;}
.th_w4{width:92px;}
.th_w5{width:82px;}
.th_w6{}

.action2{margin:20px 10px 0; padding-bottom:15px;}
.action2 li.a_left{float:left;}
.action2 li.a_right{float:right;}

/* --2位-- */
#rank2{margin-bottom:20px;}

#rank2 h3{
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no2.png);
	background-repeat: no-repeat;
	width: 540px;
	padding:24px 0 16px 82px;
}

#rank2 h3 a,
#rank2 h3 a:link,
#rank2 h3 a:visited {
	color: #0040FF;
	text-decoration: underline;
}

#rank2 h3 a:hover,
#rank2 h3 a:active {
	color: #0040FF;
	text-decoration:none;
}

.line2{
	background-image: url(http://fx-center.jp/img/no2_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}

/* --3位-- */
#rank3{margin-bottom:20px;}

#rank3 h3{
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no3.png);
	background-repeat: no-repeat;
	width: 540px;
	padding:24px 0 16px 82px;
}

#rank3 h3 a,
#rank3 h3 a:link,
#rank3 h3 a:visited {
	color: #0040FF;
	text-decoration: underline;
}

#rank3 h3 a:hover,
#rank3 h3 a:active {
	color: #0040FF;
	text-decoration:none;
}

.line3{
	background-image: url(http://fx-center.jp/img/no3_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}


/* --rank ナシ-- */
#rank0 {margin-bottom:20px;}
#rank0 h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding:24px 0 16px 82px;	
}
#rank0 h3 a,
#rank0 h3 a:link,
#rank0 h3 a:visited {
	color: #0040FF;
	text-decoration: underline;
}

#rank0 h3 a:hover,
#rank0 h3 a:active {
	color: #0040FF;
	text-decoration:none;
}

.line0{
	background-image: url(http://fx-center.jp/img/no2_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}


/* ===========================
商品詳細ページ
============================== */
#detail_page{}

.d_line{
	border: 2px solid #004088;
	border-radius: 8px 8px 0px 0px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	padding:0 0 5px;
}

#detail_page h2{
	border: 1px solid #7FA0C6;
	border-radius: 8px 8px 0px 0px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	background: #00AFFE; /* Old browsers */
	background: -moz-linear-gradient(top,  #024084 0%, #00AFFE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024084), color-stop(100%,#00AFFE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #024084 0%,#00AFFE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #024084 0%,#00AFFE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #024084 0%,#00AFFE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #024084 0%,#00AFFE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024084', endColorstr='#00AFFE',GradientType=0 ); /* IE6-9 */
	
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	color:#FFF;
	padding:6px 10px 5px 13px;
	margin-bottom:10px;
}

.point_d{
	margin:0 10px;
}

.point_d_title{
	background-image: url(http://fx-center.jp/img/point3.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	position: relative;
	z-index: 3;
	height: 23px;
	width: 100%;
}

.point_d_box{
	background-color: #fff;
	position: relative;
	z-index: 1;
	top: -15px;	
	border: 1px dotted #000;
	padding:13px 0 10px 0;
}

.point_d_box li{
	background-image: url(http://fx-center.jp/img/icon/point.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 10px 10px 0 29px;
	margin:0 5px 5px 10px;
	line-height: 22px;
	font-weight: bold;
	font-size:16px;
}

.cp2{
	margin:0 10px;
	padding:0 0 10px;
}

.d_read_wp{
	float:right;
	width:270px;
}
.d_read{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
	background: #D6E5F3; /* Old browsers */
	background: -moz-linear-gradient(top,  #D6E5F3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6E5F3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #D6E5F3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #D6E5F3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #D6E5F3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #D6E5F3 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6E5F3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	padding:10px;
	line-height:22px;
}

.action1{
	text-align:center;
	margin:20px 0 24px;
}

#detail_page h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1D5BA7;
	margin: 25px 10px 10px;
	padding: 3px 0 3px 7px;
	color: #1D5BA7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D5BA7;
}

.campaign{
	background-color: #FFFFBF;
	border: 1px solid #FFB973;
	margin: 5px 10px;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:7px;
}
.campaign h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #F00;
	background-image: url(http://fx-center.jp/img/icon/campaign.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 0 6px 26px;
}

.campaign p{
	font-size:13px;
	line-height:22px;
	margin:0px 10px;
}


.detail_tb{
	width: 516px;
	border-collapse: collapse;
	border: 1px solid #BDBDAE;
	margin:0 10px 10px;
}

.detail_tb th{
	border: 1px solid #BDBDAE;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: normal;
}

.detail_tb td{
	border: 1px solid #BDBDAE;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}

.detail_tb th.d_th1{
	color: #FFF;
	background-color: #1D5BA7;
	text-align:left;
	width:122px;
	padding:5px 5px 5px 12px;
}

.detail_tb th.d_th2{
	background-color: #EDF2F6;
	text-align:left;
	width:78px;
	padding:5px 5px 5px 10px;
}

.detail_tb th.d_th3{
	background-color: #FFFFBF;
	text-align:center;
	width:102px;
	padding:5px;
}

.detail_tb th.d_th4{
	background-color: #EDF2F6;
	text-align:left;
	width:135px;
	padding:5px 5px 5px 10px;
}

.detail_tb td.td_center{
	background-color: #FFF;
	text-align:center;
	padding:5px;
}

.detail_tb td.td_left{
	background-color: #FFF;
	text-align:left;
	padding:5px 5px 5px 20px;
}

.td82{width:82px;}

/* ===========================
検索結果一覧
============================== */
#search_result{}

#search_result h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	background-image: url(http://fx-center.jp/img/title_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 970px;
	padding:15px 0 14px 70px;
}

.case{margin:10px 0;}

.ken{
	float:left;
	line-height:22px;
}

.more{
	float:right;
	font-size:12px;
	line-height:22px;
	color: #064685;
}
.more a,
.more a:link,
.more a:visited {
	color: #064685;
	text-decoration: underline;
}

.more a:hover,
.more a:active {
	color: #064685;
	text-decoration:none;
}

.result_red{
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}

.rs_tb{
	width: 970px;
	border-collapse: collapse;
	border: 1px solid #CBD6DF;
}

.rs_tb th{
	border: 1px solid #CBD6DF;
	background-color: #EDF2F6;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	text-align:left;
	font-weight: normal;
	padding:5px 10px;
	width:180px;
}

.rs_tb td{
	border: 1px solid #CBD6DF;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	text-align:left;
	padding:5px 10px;
}


.result_tb{
	width: 970px;
	border-collapse: collapse;
	border: 1px solid #CBD6DF;
	margin-top:30px;
}
.result_tb img:hover{opacity:0.6; filter: alpha(opacity=60);}

.result_tb th{
	border: 1px solid #CBD6DF;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	text-align:center;
	font-weight: normal;
}

.result_tb td{
	border: 1px solid #CBD6DF;
	background-color: #FFF;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	text-align:center;
	padding:10px 10px;
}

.result_tb th.or_w1{
	background-color: #FFEFBF;
	width: 240px;
	padding:5px 3px;
}
.result_tb th.or_w2{
	background-color: #FFEFBF;
	padding:5px 10px;
}
.result_tb th.or_w3{
	background-color: #FFEFBF;
	padding:5px 10px;
	width: 50px;
}
.result_tb th.or_w4{
	background-color: #FFEFBF;
	padding:5px 10px;
	width: 30px;
}
.result_tb th.or_w5{
	background-color: #FFEFBF;
}
.result_tb th.or_w6{
	background-color: #FFEFBF;
	padding:5px 10px;
	width: 40px;
}
.result_tb th.or_w7{
	background-color: #FFEFBF;
	padding:5px 10px;
	width: 35px;
}

.result_tb th.sel{
	background-color: #F7FDD4;
	width: 76px;
	padding:5px 0;
}

.fx_name{padding:5px 0 0; font-size:14px;}
.fx_name a,
.fx_name a:link,
.fx_name a:visited {
	color: #0000FF;
	text-decoration: underline;
}

.fx_name a:hover,
.fx_name a:active {
	color: #0000FF;
	text-decoration:none;
}

.btn{width:70px; margin:0 auto;}
.btn01{float:left;}
.btn02{float:right;}
.btn img:hover{opacity:0.6; filter: alpha(opacity=60);}

.tb_action1{margin-bottom:5px;}
.tb_action1{}

/* --検索-- */
#search_b{margin-top:30px;}

.search_title_b{
	background-image: url(http://fx-center.jp/img/center_search_title2.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 3;
	height: 84px;
	width: 100%;
}

.search_box_b{
	background-color: #EDF2F6;
	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: #00418A;
	border-bottom-color: #00418A;
	border-left-color: #00418A;
	position: relative; z-index: 1; top: -26px;
	padding:20px 18px 20px;
}

.table_wp_b{
	border: 1px solid #0099EB;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin:0 0 5px 0;
}
.coder_b {
    border-spacing: 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	width:930px;
}

.coder_b th {
	padding:10px;
	background: #BFDFFF;
	font-size: 12px;
	font-weight: bold;
	width: 125px;
	text-align: left;
	vertical-align: middle;
	clear:both;
}

.coder_b td {
	padding:10px 10px 5px 10px;
	background:#FFF;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height:16px;
	clear:both;
}

/* -左-- */
.coder_b tr:last-child th:first-child,
.coder_b tr:last-child td:first-child {
	-webkit-border-radius: 8px 0 0 8px;
       -moz-border-radius: 8px 0 0 8px;
         -o-border-radius: 8px 0 0 8px;
		    border-radius: 8px 0 0 8px;
}
/* -右- */
.coder_b tr:last-child th:last-child,
.coder_b tr:last-child td:last-child {
	-webkit-border-radius: 0 8px 8px 0;
       -moz-border-radius: 0 8px 8px 0;
         -o-border-radius: 0 8px 8px 0;
		    border-radius: 0 8px 8px 0;
}

.coder_b td ul li.ch01{
	margin:0 30px 5px 0; 
	display:table-cell;
	vertical-align:middle;
	float:left;
	white-space:nowrap;
}

.coder_b td ul li.w165{
	width:165px;
	margin:0 0 5px 0; 
	display:table-cell;
	vertical-align:middle;
	float:left;
	white-space:nowrap;
}

.icon_s{
	padding:0 7px 0;
}

label {
	cursor:pointer;
	line-height:1;
	vertical-align:middle;
}

.search_btn_b{
	background: url(http://fx-center.jp/img/btn_search_r.png) no-repeat 0 0;
	width:427px;
	height:74px;
	margin:20px 0 0 260px;
}
    .search_btn_b input:hover {
		 opacity: 0.0;

	    /* IE */
	    filter: alpha(opacity=0);
	}

/*
 * 検索結果のソート
 */
#sort-products td {
	background-color: #efefef;
	height: 25px;
	padding: 0;
	position: relative;
}
#sort-products .sort-triangle:before {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 10px;
	width: 0;

}
#sort-products .sort-triangle.asc:before {
	border-bottom: solid 7px #ccc;
	margin: 0 3px;
	right: 50%;
}
#sort-products .sort-triangle.asc.sorted:before {
	border-bottom-color: red; 
}
#sort-products .sort-triangle.desc:before {
	border-top: solid 7px #ccc;
	left: 50%;
	margin: 0 3px;
}
#sort-products .sort-triangle.desc.sorted:before {
	border-top-color: red; 
}
#sort-products .sort-triangle:hover {
	cursor: pointer;
}

/* ===========================
コンテンツページ
============================== */
#contents_page{
	border: 1px solid #D3D3D3;
}
#contents_page h2{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding:8px 10px;
	background-color: #E0E7ED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D5BA7;
	border-right-color: #1D5BA7;
	border-bottom-color: #1D5BA7;
	border-left-color: #1D5BA7;
	margin-bottom:10px;
}

#contents_page h3{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1D5BA7;
	margin:15px 5px 5px;
	padding:3px 0 3px 7px;
}

#contents_page p{
	line-height:200%;
	margin:0 10px;
}

.sonohoka{
	margin: 30px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	padding:10px 10px 5px 10px;
}
.sonohoka h4{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(http://fx-center.jp/img/icon/sonohoka.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding:5px 0 10px 38px;
	margin-bottom:10px;
}

.sonohoka li{
	font-size: 13px;
	line-height: 18px;
	color: #064685;
	background-image: url(http://fx-center.jp/img/icon/mark02.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0 0 0 15px;
	margin:8px 5px 8px 15px;
}
.sonohoka li a,
.sonohoka li a:link,
.sonohoka li a:visited {
	color: #064685;
	text-decoration: underline;
}

.sonohoka li a:hover,
.sonohoka li a:active {
	color: #064685;
	text-decoration:none;
}

/* ===========================
右カラム
============================== */
#right_contents{
	width:200px;
	float:right;
	padding-top:7px;
	margin-left:15px;
}

.banner01{}
.banner02{margin-top:15px;}
.banner03{margin-top:15px;}
.banner01 img:hover{opacity:0.6; filter: alpha(opacity=60);}
.banner02 img:hover{opacity:0.6; filter: alpha(opacity=60);}
.banner03 img:hover{opacity:0.6; filter: alpha(opacity=60);}

/* --FX基本用語集-- */
#right_words{
	margin-top:15px;
}

#right_words li{
	background-color: #FFF;
	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: #CBD6DF;
	border-bottom-color: #CBD6DF;
	border-left-color: #CBD6DF;
	font-size: 13px;
	line-height: 16px;
	padding: 9px 0 9px 28px;
	background-image: url(http://fx-center.jp/img/icon/mark01.png);
	background-repeat: no-repeat;
	background-position: 7px center;	
}

#right_words p{
	background-color: #EDF2F6;
	background-image: url(http://fx-center.jp/img/icon/mark02.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding:10px 0 10px 22px;;
}
#right_words p a,
#right_words p a:link,
#right_words p a:visited {
	color: #064685;
	text-decoration: underline;
}

#right_words p a:hover,
#right_words p a:active {
	color: #064685;
	text-decoration:none;
}

/* ===========================
サイトマップ・運営会社
============================== */
#etc_page{}

#etc_page h2{
	background-image: url(http://fx-center.jp/img/title_etcpage.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 970px;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	background-position: left top;
	padding:0 0 0 20px;
}

#etc_page li.dai{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1D5BA7;
	margin:15px 5px 5px;
	padding:3px 0 3px 7px;
}

#etc_page li.syou{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 15px 5px 5px 40px;
	padding: 3px 0 3px 7px;
	list-style-type: disc;
	list-style-position: inside;
}

.etc_box{
	margin: 20px 50px;
	border: 1px solid #03539B;	
}

.left_sitemap{
	float:left;
	padding:20px 30px;
	width:370px;
}

.right_sitemap{
	float:right;
	padding:20px 30px;
	width:370px;
}

#etc_page table{
	width: 868px;
	border-collapse: collapse;
	border: 1px solid #CBD6DF;
	margin: 20px 50px;
}

#etc_page table th{
	border: 1px solid #CBD6DF;
	background-color: #EDF2F6;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
	text-align:left;
	font-weight: normal;
	padding:15px 20px;
	width:200px;
}

#etc_page table td{
	border: 1px solid #CBD6DF;
	background-color: #FFF;
	font-size: 14px;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	padding: 15px 20px;
}






/* ----------------------
フッター
------------------------- */
#footer {
	width: 100%;
	margin-top:50px;
}

#footer_n{
	width: 100%;
	background-color: #004488;
}
#footer_n_in{
	width: 970px;
	margin: 0 auto;
	background-image: url(http://fx-center.jp/img/logo_footer.png);
	background-repeat: no-repeat;
	background-position: 18px 18px;
}

#f_navi1{
	font-size: 12px;
	line-height: 16px;
	padding: 25px 0;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#f_navi1 li{
	float:right;
}

#f_navi1 li a,
#f_navi1 li a:link,
#f_navi1 li a:visited {
	color: #fff;
	text-decoration: none;
}

#f_navi1 li a:hover,
#f_navi1 li a:active {
	color: #fff;
	text-decoration:underline;
}

#f_navi2{
	padding: 0px 0 0 18px;
	color: #FFF;
	
}
#f_navi2 li{
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin-right: 15px;
	background-image: url(http://fx-center.jp/img/icon/mark03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:20px 0 20px 15px;
}

#f_navi2 li a,
#f_navi2 li a:link,
#f_navi2 li a:visited {
	color: #fff;
	text-decoration: none;
}

#f_navi2 li a:hover,
#f_navi2 li a:active {
	color: #fff;
	text-decoration: underline;
}

#copy{
	background-color: #EDF2F6;
}

#copy p{
	font-size:12px;
	text-align:center;
	padding:5px 0;
}

/* ページトップ */
#pagetop{margin-left:895px;}
#pagetop a {
	background-image:url(http://fx-center.jp/img/pagetop.gif);
	background-position:0px 0px;
	width:103px;
	height: 29px;
	text-indent: -9999px;
	overflow:hidden;
	text-decoration:none;
	display:block;
}

#pagetop a:hover, #pagetop a:active {
 	background-position:0px -29px;
	text-indent: -9999px;
 	overflow:hidden;
	text-decoration:none;
}

#pagetop img:hover{opacity:0.6; filter: alpha(opacity=60);}


<<<<<<< HEAD



/*add page*/

#add_page h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
	margin:-5px;
}

#rank0 h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
}

#rank1 h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
}

#rank4 h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
}

#contents_page #add_page h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
	margin: 0;
	border-left: none;
}

#rank0 h3 {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
}

#addpage {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
}
=======
/*__ カテゴリ　検索フォーム ___*/
/* --検索-- */
#search{}

.search_title{
	background-image: url(http://fx-center.jp/img/center_search_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 3;
	height: 84px;
	width: 100%;
}

.search_box{
	background-color: #EDF2F6;
	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: #00418A;
	border-bottom-color: #00418A;
	border-left-color: #00418A;
	position: relative; z-index: 1; top: -26px;
	padding:20px 18px 20px;
}

.table_wp{
	border: 1px solid #0099EB;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin:0 0 5px 0;
}
.coder {
    border-spacing: 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	width:500px;
}

.coder th {
	padding:10px;
	background: #BFDFFF;
	font-size: 12px;
	font-weight: bold;
	width: 115px;
	text-align: left;
	vertical-align: middle;
	clear:both;
}

.coder td {
	padding:10px 10px 5px 10px;
	background:#FFF;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height:16px;
	clear:both;
}

/* -左-- */
.coder tr:last-child th:first-child,
.coder tr:last-child td:first-child {
	-webkit-border-radius: 8px 0 0 8px;
       -moz-border-radius: 8px 0 0 8px;
         -o-border-radius: 8px 0 0 8px;
		    border-radius: 8px 0 0 8px;
}
/* -右- */
.coder tr:last-child th:last-child,
.coder tr:last-child td:last-child {
	-webkit-border-radius: 0 8px 8px 0;
       -moz-border-radius: 0 8px 8px 0;
         -o-border-radius: 0 8px 8px 0;
		    border-radius: 0 8px 8px 0;
}

.coder td ul li.ch01{
	margin:0 30px 5px 0; 
	display:table-cell;
	vertical-align:middle;
	float:left;
	white-space:nowrap;
}

.coder td ul li.w165{
	width:165px;
	margin:0 0 5px 0; 
	display:table-cell;
	vertical-align:middle;
	float:left;
	white-space:nowrap;
}

.icon_s{
	padding:0 7px 0;
}

label {
	cursor:pointer;
	line-height:1;
	vertical-align:middle;
}

.search_btn{
	background: url(http://fx-center.jp/img/btn_search_r.png) no-repeat 0 0;
	width:427px;
	height:74px;
	margin:20px 0 0 46px;
}
    .search_btn input:hover {
		 opacity: 0.0;

	    /* IE */
	    filter: alpha(opacity=0);
	}
#search_c {
	width: 970px;
	height: auto;
	border: 1px solid #00418A;
	overflow: hidden;
	margin: 0 0 20px;
	background: url(http://fx-center.jp/img/search_bg.gif) no-repeat;
}
.search_box_c {
	width: 655px;
	float: right;
	margin: 5px;
}
.search_box_c .coder {
	border-spacing: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	width: 650px;
}
.search_box_c .coder td ul li.ch01 {
	margin: 0 10px 5px 0;
	display: table-cell;
	vertical-align: middle;
	float: left;
	white-space: nowrap;
}
.search_box_c .coder td {
	padding: 3px 0px 0px 10px;
	background: #FFF;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	clear: both;
}
.search_box_c .coder th {
	padding: 3px 0 0 10px;
	background: #BFDFFF;
	font-size: 12px;
	font-weight: bold;
	width: 115px;
	text-align: left;
	vertical-align: middle;
	clear: both;
}
.search_box_c .search_btn {
	clear:both;
	background: url(http://fx-center.jp/img/btn_search_r.png) no-repeat 0 0;
	background-size: 100%;
	width: 280px;
	height: 51px;
	margin: 10px 0 0 210px;
	}
    .search_box_c .search_btn input:hover {
		 opacity: 0.0;

	    /* IE */
	    filter: alpha(opacity=0);
	}

.table_wp.more {
	display: none;
}
.button {
	width: 130px;
	float: right;
	font-size: 11px;
	line-height: 2;
	padding-top: 3px;
	padding-left: 19px;
	cursor: pointer;
	color: #00468C;
	background: url(http://fx-ranking123.com/img/icon/s_more.png) no-repeat;
	background-position: 0 center;
	}
.button:hover {
	text-decoration: underline;
}

#addpage {
	font-size: 20px;
	line-height: 26px;
	background-image: url(http://fx-center.jp/img/title_no0.png);
	background-repeat: no-repeat;
	width: 540px;
	padding: 24px 0 16px 82px;
	margin: -5px;
}

.spread_fixed {
	display: block;
	font-size: 10px;
}