/* 基本レイアウト */
html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

/* リンク色（ページ全体） */
a { color: #0000ff; text-decoration: underline; }
a:hover { color     : #ff9900 ;}

/* リンク色（ヘッダー） */
#banner a { color: #0000ff; text-decoration: underline; }
#banner a:hover { color     : #ffffff ; 
                  background: #ff9900 ; }

/* リンク色（サイドメニュー） */
#side a { color: #000ff; }
#side a:hover { color     : #ffffff ; 
                background: #ff9900 ;}

/* 見出し */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0px; }


/* ページレイアウト */
body
{
 min-width: 730px;
 margin: 0;
 padding: 0;
 font-size: 0.8em;
 text-align: center;
 color: #333;
 background : #efefef ;
 line-height: 1.5;
}


#container
{
 position: relative;
 margin: 0 auto ;
 padding: 0;
 text-align: center;
 width: 730px;
 background : #ffffff ;
 border-left: 3px solid #008080; 
 border-right: 3px solid #008080; 
}

#container:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* ヘッダー（レイアウト） */
#banner
{
 position: relative;
 width: 730px;
 height: 120px;
 margin:  0;
 background: url(img/banner.jpg) top no-repeat;
}


#banner div
{
 position: relative;
 display: block;
 width: 730px;
 height: 118px;
 margin: 0;
 }


/* ヘッダー（サイトタイトル） */
#banner h1
{
 margin: 0;
 color: #ffffff;
 font-size: 1.3em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-align: left;
 position:absolute; bottom: 100px; left: 15px;
 display: none;
}


/* ヘッダー（資料請求） */
#banner h2
{
 margin: 0;
 color: #000000;
 font-size: 1.3em;
 font-weight: normal;
 line-height: 1.25;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 text-align: left;
 position:absolute; bottom: 0px; right: 20px;
}


#report
{ text-align    : left ;
  margin-top    :  0px ;
  margin-left   :  6px ;
  margin-right  : 15px ;
  margin-bottom :  0px ;
  padding-left  :  0px ;
  }




/* ヘッダー（検索ボックス） */
#banner-search
{
 position:absolute; bottom:10px; right:10px;
 color:#666;
 letter-spacing: 1em;
 font-size: 10px;
}


/* ヘッダー（サイト説明） */
#banner-description
{
 display: none;
}


/* メインコンテンツ全体 基本レイアウト*/
#pagebody
{
 position: relative;
 width: 730px;
 margin: 0;
 text-align: left;
 border-top: 0px solid #008080;
}

#pagebody:after
{
 content: " ";
 display: block;
 visibility: hidden;
 clear: both;
}


/* メインコンテンツレイアウト */

#main /* 記事部分 */
{
 display: inline;
 position: relative;
 float: left;
 min-height: 1px;
 width: 430px;
 margin: 0px 20px;
 text-align: left;
 }

#side /* サイドメニュー */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 margin: 10px;
 margin-top : 0px ;
 padding: 20px 0 0 0;
 width: 220px;
 text-align: left;
}

#s-main /* 検索結果記事部分 */
{
 display: inline;
 position: relative;
 float: right;
 min-height: 1px;
 width: 510px;
 _width: 490px;
 margin: 10px;
 text-align: left;
 }

/* 記事部分見出し */

.header1
{
 position: relative;
 width: auto;
 _width: 100%;
 margin-top    : 15px ;
 margin-bottom :  0px ;
 margin-left   :  0px ;
 margin-right  :  0px ;
 padding: 2px 0 2px 6px;
 border-left: 5px solid #008080;
 border-bottom: 1px solid #008080;
 line-height: 1.25;
 font-size: 1.4em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}


.header1 .date
{
 display: block;
 font-size: 0.8em;
 color: #666;
 letter-spacing: 0em;
 margin: 0;
 padding: 0 0 10px;
}

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

.entry
{
 
 margin: 0px 0 0 0px;
 padding: 5px 0; 
 border-bottom: 1px dotted #008080;
}

.entry p
{
 margin: 10px 0;
}

.more
{
 text-align: right;
 }

.header2
{
 position: relative;
 margin-top: 10px;
 border-left: 5px solid #008080;
 padding: 2px 0 2px 6px;
 font-size: 1.1em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
 line-height: 1.25;
}

.header1 a,  
{
 text-decoration: none;
 }


.header1 a:hover,
{background     : #fffee3 ;}


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

.bread
{
 background: none;
 margin: 0 10px;
 padding-left: 10px;
 text-align: left;
}

.f-navi
{
 margin: 5px 0;
 text-align: center;
 clear: both;
}

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

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

.tb-info
{
 text-align: center;
 border: 1px dotted #008080;
}


/* フッター */
#footer
{
 position: relative;
 width: 730px;
 height: 70px;
 text-align: center;
 padding: 0;
 margin: 0;
 clear: both;
 color: #666;
}

#footer p
{
 padding: 0;
 margin: 0;
 font-size: 0.8em;
 color: cccccc;
 position:absolute; top:25px; right:15px;
}

#footer a
{
 text-decoration: none;
 color: #0000ff;
}

.footer-navi
{
  width: 720px;
 margin-top    : 3px  ;
 margin-bottom : 5px  ;
 margin-right  : 0px ;
 margin-left   : 3px ;
 padding: 20px 0;
 font-size: 1em;
 text-align: center;
 line-height: 1.25;
 clear: both;
 color: #000000;
 border-top: 1px dotted #008080;
 border-bottom: 1px dotted #008080;
 letter-spacing: 0.3em;
}

.footer-navi a
{
 color: #0000ff;
 text-decoration: none;
}


/* サイドメニュー内部 */
.side-header
{
 position: relative;
 width: auto;
 margin: 5px 0 5;
 padding: 10px 0 10px;
 color: #333;
 background: #fffee3;
 font-size: 10px;
 line-height: 1.25;
 text-align: center;
 letter-spacing: 1em;
 border: 2px solid #008080;
}

#side p 
{
 padding: 0 5px;
}

#side ul
{
 margin: 0 0 0px;
 padding: 0;
 list-style: none;
}

#side li
{
 border-bottom: 1px solid #008080;
 width: 220px;
}

#side li a
{
 width: auto;
 _width: 100%;
 text-indent: 5px;
 display: block;
 font-size: 12px;
 line-height: 1.25;
 margin: 5px 0;
 padding: 12px 0 12px 6px;
 letter-spacing: 0.1em;
 border-left: 5px solid #008080;
 text-decoration: none;
 letter-spacing: 0.2em;
}

#side li a:hover
{
 background: #fffee3;
 color: #ff9900;
 border-left: 5px solid #008080;
}

#side dl
{
 padding: 5px;
}

#side dt
{
 font-size: 1em;
 line-height: 1.4;
 border-bottom: 1px dotted #008080; 
 padding-bottom: 5px;
}

hr   
 {  border: 2px dotted #008080;
    }


i     { background    : yellow  ; 
     text-decoration  : none    ;
     font-style       : normal  ;
        color         : #000000 ;}


b    {  color         : red ;
        font-weight   : normal  ;}

em   {  color         : blue    ;
        font-weight   : normal  ;
     text-decoration  : none    ;
     font-style       : normal  ; }


strong
     {
 position: relative;
 width: auto;
 _width: 100%;
 margin-top    : 15px ;
 margin-bottom :  0px ;
 margin-left   :  0px ;
 margin-right  :  0px ;
 padding: 5px 0 5px 10px;
 border-left: 5px solid #008080;
 border-bottom: 1px solid #008080;
 line-height: 1.25;
 font-size: 1.3em;
 font-weight: normal;
 font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}


.info
       {margin-top    : 3px     ;}


.tunagi
     { background     : #fffee3 ;
       margin-left    : 0px     ;
       margin-right   : 0px    ;
       padding        : 20px    ;}


.tunagi2
     { background-image  : url(http://www.sigakusei-cashflow.com/style/bg42.gif) ;
       margin-top    : 10px ;
       margin-bottom : 10px ;
       padding-top   : 10px ;
       padding-bottom: 10px ;
       padding-left  :  5px ;}



.tunagi3
     { background     :  #fffee3 ;
       margin-left    :  0px     ;
       margin-right   :  0px     ;
       margin-top     : 21px     ;
       margin-bottom  : 15px     ;
       padding-top    : 10px     ;
       padding-bottom : 10px     ;
       padding-left   : 15px     ;
       padding-right  :  0px     ;
       border         : 2px solid #008080;}




.tunagi4
     { background     :  #fffee3 ;
       margin-left    :  0px     ;
       margin-right   :  0px     ;
       margin-top     : 21px     ;
       margin-bottom  : 15px     ;
       padding-top    : 12px     ;
       padding-bottom : 12px     ;
       padding-left   : 10px     ;
       padding-right  : 10px     ;
       border         : 2px solid #008080;}


.tunagi4 hr
      { border        : 1px solid #008080 ;
        margin-top    : 8px ;
        margin-bottom : 8px ; }

.tunagi4 a
      { margin-bottom : 12px ; }






.ad   { padding-left   : 11px ;
        font-size      : 0.9em ; 
        line-height    : 1.1   ;}


.ad2  { padding-left   :  12px ; 
        padding-top    :  3px ; }



.tunagi3top
     { background     :  #fffee3 ;
       margin-left    :  0px     ;
       margin-right   :  0px     ;
       margin-top     : 21px     ;
       margin-bottom  : 15px     ;
       padding-top    : 10px     ;
       padding-bottom : 10px     ;
       padding-left   : 15px     ;
       padding-right  :  0px     ;
       border         : 2px solid #008080 ;
       font-size      : 13px     ;}


.tunagi3top a
     { font-weight    : bold  ;}



.normal table td    
      { padding-left   : 1px ;
        padding-right  : 0px ;
        padding-top    : 1px ; 
        padding-bottom : 1px ;
        border-color   : #000000 ;
        font-size      : 13px ;}


table {font-size  : 0.9em ;  }


td    { padding-left   : 6px ;
        padding-right  : 2px ;
        padding-top    : 8px ; 
        padding-bottom : 8px ;
        border-color   : #000000 ;}


td.l1 { background     : #880011 ;
        color          : #ffffff ; 
        padding-right  : 2px ;
        padding-top    : 8px ; 
        padding-bottom : 8px ;
        }


.entry h1{
background-image:url(http://fashion-planner.tkc-bank.com/report/style/free2_s.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:60px;
padding-top :15px ;
padding-bottom :15px;
margin-top  :3px ;
margin-bottom :0px ;
font-size:18px;
color:#000000 ;
}



.entry h2{
background-image:url(http://fashion-planner.tkc-bank.com/report/style/arrow12_r.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:30px;
padding-top :3px ;
padding-bottom :2px;
margin-top  :3px ;
margin-bottom :3px ;
font-size:14px;
color:#FF9966 ;
}


.entry h3{
height : 120px ;
background-image:url(http://fashion-planner.tkc-bank.com/report/style/arrow1_b.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:0px;
padding-top :0px ;
padding-bottom :2px;
margin-top  :0px ;
margin-bottom :3px ;
margin-left   :170px ;
font-size:16px;
color:#ffffff ;
text-align :left ;
}

