@charset "UTF-8";
/* すべて */
/* ブログ既存css */
* {
    margin: 0;
    padding: 0;
font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #0044cc;
text-decoration:none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0px none;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

HR {
  margin-top: 5px;            /* 上の余白 */
  margin-bottom:5px;         /* 下の余白 */
}

/* 順序なしリスト */

ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}
blockquote.error_message {
    width: auto;
    margin: 15px 20px 10px 20px;
    padding: 10px;
    border: 1px solid #dd4444;
    background: #ffeeee;
    font-size: 10px;
    line-height: 150%;
}

/* タイトルバナー */
#banner {
    padding: 0px;
/*
    border-bottom: 1px solid #666699;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	height:100px;
}

#banner a,
#banner a:link,
#banner a:visited {
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
.description {
    color: #ffffff;
    font-size: 12px;
}

/* エントリー全体 */
.blog {
    padding: 0px 0px 0px 0px;
    background: none;
}

/* エントリー日付 */
.date { 
/*
	margin-top:8px;
    padding: 2px 0 2px 5px;*/
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/

    font-size: 11px;
/*
    font-weight: bold;*/
    text-align: right;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.comments-header,
.comments-open-header {
	/*
    color: #ffffff;
    background: #0080c0;
	*/
}

/* エントリー */
.blogbody {
    color: #000000;
    background: #ffffff;
	border:2px #000000 solid;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:200%;
    word-break: break-all;
}
.blogbody a:active {}
.blogbody img {
}

/* エントリーのテキストエリア可変長指定 */
.blogbody textarea {
    width: 97%;
}

/* 追記 */
.blogbody.extended {}

/* エントリータイトル */

h2.title {
margin-top:6px;
margin-bottom:2px;
margin-left:3px;
margin-right:3px;
font-size: 16px;
font-weight: bold;
list-style-type:none;
color: #1A1A1A;
font-family:'メイリオ','ＭＳ Ｐゴシック';
}

h2.title a:link,
h2.title a:visited {
color: #1A1A1A;
font-weight: bold;
font-size: 16px;
list-style-type:none;
font-family:'メイリオ','ＭＳ Ｐゴシック';
}


.title {
margin-top:6px;
margin-bottom:2px;
margin-left:3px;
margin-right:3px;
font-size: 16px;
font-weight: bold;
list-style-type:none;
color: #1A1A1A;
font-family:'メイリオ','ＭＳ Ｐゴシック';
}

.title a:link,
.title a:visited {
color: #1A1A1A;
font-weight: bold;
list-style-type:none;
font-size: 16px;
font-family:'メイリオ','ＭＳ Ｐゴシック';
}

.text ul {
    padding-left: 35px;
}

.text ul li {
}

/* 投稿者 */
.posted {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 10px;
    _font-size: 9px;
}

/* アーカイブページの前後リンク */
.navi {
    padding: 3px 3px 0;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 10px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar {
    text-align: center;
    color: #444444;
    background: none;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
    font-weight: normal;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* サイドメニュータイトル */
.sidetitle {
width: 100%;
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 140%;
}

.sidetitlespo {
width: 195px;
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 140%;
font-weight: bold;
}
/* サイドメニュー */
.side {
width: 100%;
    margin: 2px 0 20px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 9px;
    line-height: 150%;
}
.side2 {
    margin-top: 2px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #dfefff;
    font-size: 12px;
    line-height: 150%;
}
.sidespo {
width: 100%;
    background: none;
    color: #444444;
    font-size: 12px;
    line-height: 150%;
text-align: right;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.banner {
    text-align: left;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments {
    margin: 10px 15px;
    font-size: 12px;
}

#blog-comments {
    padding: 3px 30px 0 30px;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

.comments-body input {
    margin:0 0 10px 0;
}

.comments-post {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    color: #444444;
    text-align: right;
    font-size: 12px;
    _font-size: 9px;
}

.comments-preview p {
    margin: 5px 0 3px;
    font-size: 12px;
    line-height:150%;
}

label {
    display: block;
    font-size: 12px;
}

.text {
    margin: 10px 0;
    color: #000000;
    line-height:150%;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.red {
    color: #e50003;
}

p.button {
    margin:10px 0;
}

#trackback {
    font-size: 12px;
    margin: 20px 15px;
}
#trackback hr {
    margin: 10px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
	background: url(http://fxforexing.com/hitsuji/img/common_cfd/background.jpg) repeat-x left top;
	
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 10px 0;
	/*
    border-bottom: 1px solid #0080ff;
    border-left: 1px solid #0080ff;
    border-right: 1px solid #0080ff;
	*/
    text-align: left;
    background-color: #ffffff;
}

/* フッタ */
.layout-one-column #footer {
    padding-bottom: 3px;
}
.layout-one-column-liquid #footer {
    padding-bottom: 5px;
    text-align: center;
}
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    text-align: center;
}
.layout-three-column-liquid #footer,
.layout-two-column-liquid-left #footer,
.layout-two-column-liquid-right #footer {
    text-align: center;
    padding-bottom: 5px;
}
.powered {
    margin-left: auto;
    margin-right: auto;
    width: 138px;
}


/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 530px;
	margin-left: 10px;
   /* 
    border-bottom: 1px solid #0080ff;
    border-left: 1px solid #0080ff;
    border-right: 1px solid #0080ff;
	*/

}
.layout-three-column #links-right-box {
    float: left;
    width: 235px;
   font-size: 12px;
   background:#F3F1F2;
   padding: 0px 5px 5px 5px;
   margin-left: 10px;
   /*background-color: #f2f2f2;
   */
}
.layout-three-column #links-left-box {
    float: left;
    width: 235px;
	background:#F3F1F2;
	padding: 3px 5px 5px 5px;
  	/* 
  	font-size: 12px;
    background-color: #f2f2f2;*/
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 0px 0px 0px 0px;
}




/* つけたし */
h1{
   margin: 0;
border: 0px none;
padding: 0;
   background: none
}
h1 a:link,
h1 a:visited {
   margin: 0;
border: 0px none;
padding: 0;
   background: none;
font-family:HGS創英ﾌﾟﾚｾﾞﾝｽEB
}

h2 { font-weight: normal; }
h1, h2, p, ol, ul, pre, blockquote
{
margin: 0;
}
H3{
  font-size : 16px;
  font-weight : normal;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H4{
  font-size : 16px;
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : normal;
}
#banner-description
{
color: #666666;
   margin-top: 5px;
   margin-bottom: 0;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}
div.abc{
   float: left;
   width: 50%;
}
div.xyz{
   width: 50%;
}
.side001 {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 3px solid  #000000;
    text-align: center;
    color: #ffffff;
font-weight: bold;
    background: #990000;
    font-size: 17px;
    line-height: 140%;
}
div.s567{
    font-size: 13px;
}
div.s789{
    font-size: 11px;
font-weight: bold;
align: center;
}
div.toku{
    font-size: 12px;

}
td.ranks{
    font-size: 16px;
}
div.t001 {
   float: left;
   width: 460px;
height:123px;
}
div.t002 {
   float: left;
font-size:14px;
   width: 350px;
height:153px;
}
div.t004 {
align: center;
margin-top:5px;
font-size : 12px;
font-family:HGS創英ﾌﾟﾚｾﾞﾝｽEB;
}
div.top001 {
font-size:14px;
}
div.into001 {
font-size:14px;
}
div.t004 a:link,
div.t004 a:visited {
font-size : 12px;
font-family:HGS創英ﾌﾟﾚｾﾞﾝｽEB;
}
div.t14px {
font-size:14px;
}
div.t14px a:link,
div.t14px a:visited {
font-size : 14px;
}
table {
font-size : 12px;
}
.menzai {
font-size : 10px;
}
table.table001 {
font-size : 12px;
}
div.t12px {
font-size:12px;
}
div.t12px a:link,
div.t12px a:visited {
font-size : 12px;
}
.ss {  color:#ff0000; font-size :1.6em; font-family:Arial Black; }
.aa {  color:#ff3399; font-size :1.6em; font-family:Arial Black; }
.bb {  color:#ff9933; font-size :1.6em; font-family:Arial Black;  }
.cc {  color:#006600; font-size :1.6em; font-family:Arial Black; }
.maru2 {  color:#ff0000; font-size :1.5em; font-weight: bold; }
.maru {  color:#ff3399; font-size :1.5em; font-weight: bold; }
.san {  color:#ff9933; font-size :1.5em; font-weight: bold; }
.batu {  color:#006600; font-size :1.5em; font-weight: bold; }
.gozen {  color:#990000; text-align: center;font-weight: bold; font-size :16px; font-family:Arial Black; }
.sanzen { text-align: center;font-weight: bold; font-size :16px; font-family:Arial Black; }
.nisen {  color:#990000; text-align: center;font-weight: bold; font-size :13px; font-family:Arial Black; }
.ichiman {  color:#990000; text-align: center;font-weight: bold; font-size :18px; font-family:Arial Black; }
.kyusen {  color:#990000; text-align: center;font-weight: bold; font-size :13px; font-family:Arial Black; }
.ichimansita {text-align: center;font-size :16px;font-weight: bold; font-family:HG創英角ﾎﾟｯﾌﾟ体;}
.goman {  color:#ffffff; text-align: center;font-weight: bold; font-size :16px; background-color: #d2e9ff; font-family:Arial Black; }
.cam2 {
font-size: 12px;
font-weight: bold;
text-align: left; 
color:#cc0000;
 background-color: #0080ff;
font-family: 'HGS創英角ｺﾞｼｯｸUB';}

.cam1 {
font-size: 14px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color: #ffffff;}
.cam3 {
font-size: 14px;
font-weight: bold;

text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color: #ffffff;}
.cam4 {
font-size: 15px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';}
.cam5 {
font-size: 16px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:#ff8000;
 background-color: #800000;}
.cam6 {
font-size: 14px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color: #ffffff;}

.cam7 {
font-size: 14px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color: #ffffff;}
.cam8 {
font-size: 14px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #ffffff;}
.cam9 {
font-size: 15px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #000000;}
.cam10 {
font-size: 13px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}
.cam11 {
font-size: 12px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}
.cam12 {
font-size: 13px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}

.cam13 {
font-size: 13px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}
.cam14 {
font-size: 13px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}
.cam15 {
font-size: 12px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #000000;}
.cam16 {
font-size: 13px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #990000;}

.side7 {
width: 100%;
    margin: 3px 0 5px;
    background: none;
    color: #444444;
font-weight: bold;
    font-size: 10px;
text-align: center; 
    line-height: 150%;
}
.side8 {
    margin: 3px 0 5px;
    background: none;
    color: #444444;
    font-size: 10px;
text-align: center; 
    line-height: 100%;
}
.side9 {
width: 100%;
  margin-top: 0px;            /* 上の余白 */
  margin-bottom:7px;         /* 下の余白 */
    background: none;
    color: #444444;
font-weight: bold;
    font-size: 10px;
text-align: center; 
    line-height: 100%;
}

.cammmm {
font-size: 12px;
font-weight: bold;
text-align: center; 
font-family: 'HG丸ｺﾞｼｯｸM-PRO';
color:  #000000;}





/*ここから右バナーをCFD用にカスタマイズ*/
.dokuji_title{
	background-image: url(http://fxforexing.com/hitsuji/img/common/dokuji_menu_a.gif);
	background-repeat:no-repeat;
	background-size: 234px 45px;
	width:234px;
	height:45px;
}

.blue_bt_waku,.blue_side_waku{
	background: url(http://fxforexing.com/hitsuji/img/common/dokuji_menu_c.jpg) repeat-y;
}

.btm_line{
	background: url(http://fxforexing.com/hitsuji/img/common/dokuji_menu_d.gif) no-repeat;
	height:8px;
}

.blue_bt_waku img{
	padding-left:3px;
    width:226px;
}


#cash_back,#low_cost,#ninki_ranking{
	margin-top:10px;
}

.cash_back_title{
	background-image: url(http://fxforexing.com/hitsuji/img/common/title_cash_kikaku.gif);
	background-repeat:no-repeat;
	background-size: 235px 33px;
	width:235px;
	height:33px;
}

#cash_back .yellow_dot {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px solid #C90D1F;
	border-right: 2px solid #C90D1F;
	background: #FFCCCC;
}

.red_side_waku{
	border: 2px solid #C90D1F;
	background: #FFFFFF;
}


.shinraisei_title{
	background-image: url(http://fxforexing.com/hitsuji/img/common/title_shinraisei.gif);
	background-repeat:no-repeat;
	background-size: 235px 32px;
	width:235px;
	height:32px;
}

.ninki_ranking_title{
	background-image: url(http://fxforexing.com/hitsuji/img/common/title_hikaku_ranking.gif);
	background-repeat:no-repeat;
	background-size: 235px 32px;
	width:235px;
	height:32px;
}

.gray_border_waku{
	border: 2px solid #B1B8C1;
	background: #ffffff;
}



.not_mt table{
	border: solid 1px #B1B8C1;
}