/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
    margin-top: 10px;
    margin-bottom: 10px;
}


/* リンク色（ページ全体） */

a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff6600; }


/* リンク色（サイトタイトル） */

#banner a { color: #555555; text-decoration: none; }
#banner a:hover { color: #9F9F9F; }



/* 表示補助 */

.pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* ページレイアウト */

body {
    min-width: 750px;
    text-align: center; /* center on ie */
    font-family: MS UI Gothic,Tahoma,'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size:0.9em;
    color:#00001e;
    background: url(img/haikei.gif);
    line-height: 1.7;
}

#container
{
    position: relative;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-left: 1px solid #2B60FF;
    border-right: 1px solid #999;
}


/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    margin: 0px;
    width: 750px; /* necessary for ie win */
    height: 80px;
    background: url(img/top.jpg) center no-repeat ;
    color:#ff0000;


}

/* ヘッダー（サイトタイトル） */

#banner h1
{
    margin: 0;
    color:#ff0000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:12px; left:12px;
}

#banner p
{
    margin: 0;
    color: #0030BF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:10px; left:15px;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:12px; right:12px;
    color: #000000;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
    position: relative;
    width: 100%;
    text-align: center;
    background: url(img/bbg.gif) bottom left no-repeat ;
}

#alpha
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
}

#beta
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
    text-align: left;
}

/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
    width: 548px; 
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
    width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 10px 0 0 10px;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    height: 36px;
    width: auto;
    background: url(img/h.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    height: 36px;
    width: auto;
    background: url(img/bh.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}


.archive-header3 {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    height: 36px;
    width: auto;
    background: url(img/hh.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #5580FF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}





/* 記事部分コンテンツ */

.entry
{
    line-height: 1.7;
    margin: 10px;
}

.both {clear: both;}

.entry-header {
    margin-top: 10px;
    height: 30px;
    background: url(img/eh.gif) no-repeat  ;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 1em;
    line-height: 30px;
    font-weight: bold;
    text-indent: 25px;
}
.entry-header2 {
    margin-top: 50px;
    height:70px;
    background: url(img/lankingbg.gif) no-repeat ;
    padding: 5px 0 0 10px;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}
.entry-header2 a{
    text-decoration:none;
    margin:5px 0 0 0;

}
.entry-header2 img{
    margin:0 10px 0 0;
}
.archive-header a,
.entry-header a { text-decoration: none; }

.entry-footer,
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted  #2B60FF;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.content-nav
{
    background: #ffffff;
    margin: 5px 0;
    text-align: center;
    text-align: left;
}

.gotop { text-align: right;  clear: both;}

.img
{
    float: left;
    margin-right: 5px;
    text-align: center;
}

.entry h2
{
    font-size: 12px;
    font-weight: normal;
}

/* フッター */

#footer
{
    position: relative;
    margin: 0px;
    padding: 0;
    width: 750px; 
    height: 45px;
    background: url(img/footer.jpg) center no-repeat ;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    color: #fff;
    line-height: 45px;
}

.footer-navi
{
    text-align: center;
    font-size: 0.8em;
    clear: both;
}


/* サイドメニュー内部 */

.module-header {
    width: 190px;
    height: 42px
    color: #0030BF;
    background: url(img/ah.gif) ;
    line-height: 42px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 5px;
color: #0030BF;
}
ul.list{
   margin: 0;
   padding: 0;
   list-style:none;
}
*html ul.list li
{
    text-indent: 20px;
    display: block;
    font-size: 0.8em;
    line-height: 30px;
    margin: 0 0 0 160px;
    padding: 0 0 0 0;
    letter-spacing: 0.1em;
    color: #000000;
    background:url(img/listbg.gif) no-repeat left;
}
ul.list li
{
    text-indent: 20px;
    display: block;
    font-size: 0.8em;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    letter-spacing: 0.1em;
    color: #000000;
    background:url(img/listbg.gif) no-repeat left;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
li a
{
    width: 190px; 
    background: url(img/li.gif) ;
    text-indent: 20px;
    display: block;
    font-size: 0.8em;
    line-height: 31px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #000000;
}

li
{
    color: #555555;
}

li a:hover
{
    background: url(img/lih.gif) ;
    color: #ff6600;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}

.pickup1
{
   width: 45%; 
   margin: 10px 5px 10px 5px;
   padding: 5px;
   color: #666;
   line-height: 1.5;
   float: left;
   border-right: 1px dotted #999;
   border-bottom: 1px dotted #999;
}

.content
{
   background-color: #f5f5f5;
   padding: 5px;
}

.box
{
   margin: 10px;
   border: 1px dotted #999;
   background:url(img/box.gif) ;
   padding: 10px;
   clear: both;
}
.listlabel
{
    width: 190px;
    height: 36px
    color: #ff0000;
    background: url(img/ah.gif) ;
    line-height: 36px;
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}







.line{
background-color:#ffff00;

}
.org1{color:#FF8000;font-weight: bold}
.red {color:#FF2B2B; font-weight: normal }
.blue1{color:#2B60FF;font-weight: bold}
.blue  {color: #002595; font-weight: normal }
.blue-bold {color: #EA0000; font-weight: bold ; font-size: 14px}
.blue-large {color: blue; font-weight: bold; font-size: 14px }
.red1{color:#FF0000;font-weight: bold}

.org{color:#FF5555;font-weight: bold}


/* 太字---(投稿時に【 B 】のボタンで囲った箇所) */
strong{
                font-weight:normal;
}
/* イタリック---(投稿時に【 I 】のボタンで囲った箇所) */
em{
color:#000000;
font-weight:normal;
font-style:normal;

}










#menu .sec .myboxtop h3{
	font: bold 1.1em/100% sans-sefif, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W8", "Hiragino Kaku Gothic Std";
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}





table{
        font-size:13px;
        margin-bottom:20px;
}

td{ padding:10px; }
th{ padding:10px; }




#hmenu3{
	padding:10px 10px 10px 10px;
                background-color:#ffffff;
                font-size : 12px;
                line-height : 100%;
}

.topnavi
{
}

.topnavi a
{
    color: #000000;
    text-decoration: none;
    display:block;
    width:150px;
    height:30px;
    padding:10px 0px 0px 0px;
    margin:0 0 0 0;
    float:left;    
     background:url(/h.gif);
}

.topnavi a:hover{
    background:url(/h_hover.gif);
}

.hn
{
    font-weight:bold;
    font-size : 90%;
    width:750;
    height:40;
    margin:0 0 0 0px;
    padding:0 0 0 0;
}






.topnavi2
{

      height:30px;
      margin:0 0 0 auto;
      padding:0 0 0 0;
      text-align:center;
      background:#ffd661;

}
.topnavi2
{
     text-decoration:none; 
     text-align:center;
     font-family:MS UI Gothic,Arial, Helvetica, sans-serif; font-weight:bold;
     font-size:120%;
}
.top-link a
{
    text-decoration:none; 
    background:url(img/topnavi-bg.gif) no-repeat;
    width:187px;
    height:30px;
    padding:2px 0px 0px 0px;
    float:left;
    margin:0;
    color: #2210d2;
}
*html .top-link a
{

    background:url(img/topnavi-bg.gif) no-repeat;
    width:187px;
    height:28px;
    padding:2px 0px 0px 0px;
    display:block;
    float:left;
    margin:0;
    color:#2210d2;
}
.top-link a:hover{ background:url(img/topnavi-bgh.gif) no-repeat;}



#lanking{
            width:518px;
            text-align:left;
            
            clear:both;
            margin-right:-170px;
}
#lanking p{
           background:url(http://www.fxfx7.com/image/note_line.gif);
           line-height:20px;
}
#lanking a{
            background:url(http://www.fxfx7.com/image/kotirabottan.gif) no-repeat;
            padding:14px 40px 15px 40px;
            text-indent:-5000px;
}
#fxlink{
            background:url(http://www.emoney123.net/image/fxlink-bg2.gif) no-repeat;
            line-height:30px;
            text-indent:10px;
            margin-botom:0 0 10px 0;
}
.kakomi{
            width:508px;
            padding:5px 10px;
}
#lanking img{
            margin:5px 10px 5px 5px;
            clear:both;
}
#crown1{
             background:url(http://www.fxfx7.com/image/crown1.gif) no-repeat;
             line-height:36px;
             text-indent:55px;
             font-weight:bold;
             font-size:1.0em; 
             margin:10px 0 0 175px;
             
}
#crown2{
             background:url(http://www.fxfx7.com/image/crown2.gif) no-repeat;
             line-height:33px;
             text-indent:50px;
　　　　　　padding-top:5px;
             margin:10px 0 0 175px;
             font-weight:bold;
}
#crown3{
             background:url(http://www.fxfx7.com/image/crown3.gif) no-repeat;
             line-height:33px;
             text-indent:50px;
　　　　　　padding-top:5px;
             margin:10px 0 0 175px;
             font-weight:bold;
}
#fxinc01{
            clear:both;
}
#fxinc02{
             clear:both;

             border-top:1px #cacaca dotted;
             margin-top:10px;
}
#fxinc03{
             clear:both;
             border-top:1px #cacaca dotted;
             margin-top:10px;
             padding-bottom:30px;
}
.orenge{
             font-weight:bold;
             font-size:1.2em;
             color:#ff7713;
             display:block;

}
.orenge-obi1{
             font-weight:bold;
             font-size:1.2em;
             color:#FFF;
             text-indent:75px;
             display:block;
             margin:20px 0 10px 0;
             background:url(img/orenge-01.gif) no-repeat;

}
.orenge-obi2{
             font-weight:bold;
             font-size:1.2em;
             color:#FFF;
             text-indent:75px;
             display:block;
             margin:20px 0 10px 0;
             background:url(img/orenge-02.gif) no-repeat;

}
.orenge-obi3{
             font-weight:bold;
             font-size:1.2em;
             color:#FFF;
             text-indent:75px;
             display:block;
             margin:20px 0 10px 0;
             background:url(img/orenge-03.gif) no-repeat;

}
.orenge-obi4{
             font-weight:bold;
             font-size:1.2em;
             color:#FFF;
             text-indent:75px;
             display:block;
             margin:20px 0 10px 0;
             background:url(img/orenge-04.gif) no-repeat;

}
.img2{
             float:left;
             margin:0 10px 10px 0;
}
.right{
             width:340px;
}
.csstable{
              width:100%;
              margin:0 0 0px 0;
}
.leftth{
              width:166px;
              height:30px;
              line-height:30px;
              float:left;
              background:#FFF;
              text-align:center;
              border-top:1px solid #cccccc;
              border-left:1px solid #cccccc;
              border-right:1px solid #cccccc;
              font-weight:bold;
              background:url(img/leftth.gif);
}
.righttd{
              width:166px;
              float:left;
              background:#FFF;
              text-align:center;
              border:1px solid #dfdfdf;
              padding:3px 0;
}
.cardtokutyou{
             font-size:1.0em;
             width:482px;
              border-bottom:1px solid #cccccc;
              border-left:1px solid #cccccc;
              border-right:1px solid #cccccc;
             padding:10px;
}
