/* 基本レイアウト */

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


/* 見出し */

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


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

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


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

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #ff0000; }


/* 表示補助 */

.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: 780px;
    text-align: center; /* center on ie */
    margin: 0px auto;
    padding: 0;
    font-size: 0.8em;
    background: url(img/body_back.gif)  repeat-y center top fixed;
    line-height: 1.4;
    color: #333;

}

 p { margin: 10px 5; line-height: 1.5; }


#container
{
    position: relative;
    width: 780px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    padding: 0;

}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


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

#banner {
    position: relative;
    margin: 0 auto;
    width: 780px; /* necessary for ie win */
    height: 200px;
    background: url(img/top.jpg) top left no-repeat ;
}


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

#banner h1
{
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top: 3px; left:14px;
}

#banner-navi
{
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; bottom:0px; right:30px;
}


#banner p
{
    width: 376px;
    margin: 0;
    padding: 5px;
    color: #4169e1;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    position:absolute; top:32px; left:10px;
}


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

#banner-description { display: none; }

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

#pagebody
{
     position: relative;
     width: 580px;
     text-align: center;
     float: left;
}

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

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

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

#left .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0;
}

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

#right .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 0;
}

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


/* 記事部分見出し */

.ads-header {
    font-size: 1em;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;


}

.ads-header2 {
    font-size: 1em;
    letter-spacing: 0;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 6px 0px 0px 10px;

}

.ad-header {
    font-size: 1.2em;
    margin: 10px 0;
    text-align: left;
    background: #f5f5f5;
    font-weight: normal;
    color:#000;
    padding-left: 5px;
    font-weight: bold;

}

.ads {
    margin: 10px 0;
    background: #f5f5f5;
}

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

.entry { line-height: 1.3; margin: 5px 2px 25px; }
.entry2 { line-height: 1.4; margin: 15px 2px; }
.entry p {
    margin: 0 0 25px;
    letter-spacing: 0;
    line-height: 1.2;
}


.entry2 img { float: left; margin: 5px 8px 5px 0; }


.entry2 li { 
line-height: 1.4;
margin-bottom: 6px;
}


.entry2 p {
    margin: 15px 2px;
    letter-spacing: 0;
    line-height: 1.4;
}



.entry2 a {
    font-weight: bold;
}

#bookmarks {margin: 20px 0; }
.both {clear: both;}

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

.bread
{
    margin: 5px 0 5px 5px;
    text-align: left;
}

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

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

/* フッター */

#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 780px; 
    height: 80px;
    background: url(img/footer_back.jpg) center;
    text-align: center;
    font-size: 0.8em;
    clear: both;
    line-height: 24px;
    color: #333;

}

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

.listlabel
{
    width: auto;
    margin: 10px 0 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
   background: url(img/mc1.gif) no-repeat top left;
   color:#666;
}

.module-content,.module-content2 {
    margin: 0px;
    font-size: 12px;
    padding: 5px;
    color:#666;
    line-height: 1.5;
    background: url(img/mc2.gif) no-repeat bottom left;
}

.module-content p {
   padding: 0px 6px 3px 10px;
   margin: 0;
}

.module-content2 p {
   padding: 0px 10px 6px 10px;
   margin: 0;
}

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

.module-content li
{
    display: block;
    font-size: 12px;
    line-height: 2;
    margin: 0;
   padding: 0px 10px 2px 16px;
}

.center { text-align: center; }


strong{
  font-size : 100%;
  font-weight : normal;
}
