/* 基本レイアウト */

htm { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a { color: #008000; text-decoration: underline; }
a:hover { color: #008000; }


/* リンク色（ヘッダー） */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }


/* リンク色（サイドメニュー） */

.module-content a { color: #666; }
.module-content a:hover { color: #ff9900; }


/* 見出し */

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;
}

/* ページレイアウト */

body
{
   min-width: 740px;
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 13px;
   text-align: center;
   color: #666;
   background: #f5f5f5;
   line-height: 1.3;
}

#container
{
   position: relative;
   margin: 0 auto; 
   text-align: left;
   width: 740px;
}

#container-inner
{
   position: static;
   width: auto;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ヘッダー（レイアウト） */

#banner
{
   position: relative;
   width: 740px; /* necessary for ie win */
   height: 195px;
   background: url(img/healthy-girl.jpg)  no-repeat top right #fff;
}

#banner-inner
{
   position: static;
   width: 740px;
   height: 195px;
   background: url(img/header_back.gif)  no-repeat;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
   width: 340px;
   margin: 0;
   font-size: 26px;
   font-weight: normal;
   position:absolute; top:35px; left:20px;
   font-family: "メイリオ", Arial, "ヒラギノ角ゴ8", "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8", Helvetica;
}

/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
   position: relative;
   width: 740px; 
   margin: 10px 0 5px 0; 
   text-align: center;
}

#pagebody-inner 
{
   width: auto; 
   _width: 100%; 
   position: static;
   padding: 5px;
   margin: 0; 
   text-align: left; 
}

#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#beta 
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
}

#alpha-inner, #beta-inner
{
   position: static;
}


/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
   margin: 0; 
   width: 530px; 
}

#alpha-inner { 
   width: auto; 
   padding: 10px;
   background: #fff ;
   border: 5px solid #9BC933;
}


/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
   margin: 0; 
   width: 180px;
}

#beta-inner
{
    padding: 0;
}


/* 記事部分コンテンツ */

.archive-header
{
   position: relative;
   width: auto;
   height: 31px;
   margin: 0;
   padding-left: 40px;
   padding-top: 7px;
   color: #666;
   background: url(img/orange.gif)  no-repeat;
   font-size: 14px;
   font-weight: bold;
}

.top-folder
{
   margin-top: 0px;
   padding: 0 0 0 18px;
   background: url(img/case.gif)  no-repeat;
   color: #A9A9A9;
   font-size: 13px;
   font-weight: bold;
}

.img { float: left; margin: 5px 5px 5px 0; }

.entry-header
{
   padding: 0 0 0 0;
   color: #A9A9A9;
   font-size: 14px;
   font-weight: bold;
}

.entry-content { position: static; clear: both; }
.entry,
.entry-more { margin: 5px 0; clear: both; }
.entry-body { margin: 5px 0; width: 100%; }
.entry-footer{
   margin: 5px 10px 0 0;
   padding: 5px 0;
   text-align: right;
   font-size: 10px;
   border-top: 1px dotted #ccc;
   color: #999;
}

.gotop { text-align: right;  clear: both;}

/* フッター */

#footer
{
   width: 740px; /* necessary for ie win */
   height: 70px;
   background: url(img/footer_2.gif)  bottom no-repeat;
   position: relative;
}

#footer-inner
{
   font-size: 10px;
   text-align: center;
   color: #999;
   padding-top: 40px;
}

.footer-navi
{ 
   font-size: 10px;
   text-align: center;
   line-height: 20px;
   clear: both;
   color: #999;
}

.footer-navi a
{ 
   color: #999;
}

/* サイドメニュー内部 */

.side-header
{
   position: relative;
   width: auto;
   height: 20px;
   margin: 0;
   padding: 0;
   color: #fff;
   background: #9BC933;
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
   text-align: center;
}

.side-content
{
   margin: 10px 0;
   padding: 0;
   color: #999;
}

.side-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.side-list-item a
{
   width: 178px; 
   background-color: #f5f5f5;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 1.25;
   margin: 2px 0;
   padding: 5px 0;
   border: 1px solid #ccc;
   text-decoration: none;
   color: #666;
}

.side-list-item a:hover
{
   background: #FF9900;
   border: 1px solid #ccc;
   color: #fff;
}

/* 表示補助 */

.set:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
}
