@charset "EUC-JP";

/* 基本レイアウト */

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: #333; 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 */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 12px;
    background: #f5f5f5;
    line-height: 1.5;
    color: #000;
}

p
{
    margin: 5px 0;
}

#container
{
    position: relative;
    width: 780px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #999;
    text-align: left;
}


/* ヘッダー（レイアウト） */

#banner {
    position: relative;
    margin: 0px;
    width: 780px; /* necessary for ie win */
    height: 150px;
    border-bottom: 1px solid #999;
    background: url(img/top.jpg) top center no-repeat ;
}

/* ヘッダー（サイトタイトル） */

#banner h1
{
    margin: 0;
    color: #333;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:38px; right:15px;
}

#banner-des
{
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:58px; right:15px;
}

#banner h2
{
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
}

#banner-p
{
    width: 760px;
    margin: 0;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; bottom:0px; left:0px;
}

#banner-p p
{
    margin: 0;
}

/* ヘッダー（検索ボックス） */

#banner-search
{
    position:absolute; bottom:12px; right:12px;
    color: #fff;
}


/* ヘッダーその他（変更不要） */

#banner-description
{
    display: none;
}


/* メインコンテンツ全体 基本レイアウト*/

#pagebody
{
    position: relative;
    width: 580px;
    text-align: center;
    float: left;
}

#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;
}

#right
{ 
   display: inline; /* ie win bugfix */
   position: relative;
   float: right;
   min-height: 1px;
    text-align: left;
}

/* メインコンテンツ基本レイアウト（記事部分） */

#alpha { 
    width: 380px; 
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#beta {
    width: 200px;
}

#beta .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

#right {
    width: 200px;
}

#right .pkg {
    position: static;
    display: block;
    clear: both;
    padding: 5px;
}

/* 記事部分レイアウト */


/* 記事部分見出し */

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 22px;
    w\idth: auto;
    background: #006699 ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 22px;
    text-indent: 5px;
    clear: both;
}

.archive-header2 {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    height: 36px;
    w\idth: auto;
    background: url(img/bh.gif) no-repeat ;
    margin: 5px 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 36px;
    text-indent: 25px;
    clear: both;
}

/* 記事部分コンテンツ */

.entry
{
    line-height: 1.5;
    margin: 5px 5px 15px;
}

.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;
}

.archive-header a,
.entry-header a { text-decoration: none; }

.entry-footer,
{
    margin: 5px 10px 0 0;
    border-top: 1px dotted #dae0e6;
    padding: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}

.content-nav
{
    background: #ffffff;
    margin: 5px 0 5px 20px;
    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: 780px; 
    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;
}


/* サイドメニュー内部 */

div.module-header {
    width: 178px;
    height: 24px;
    color: #fff;
    background: #006699 ;
    line-height: 24px;
    margin: 0px 0px 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}

.module-content {
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #fff ;
    border: 1px solid #999;
}
.module-content p {
    padding: 0 5px;
}
ul
{
   margin: 0;
   padding: 0;
   list-style: none;
}
li a
{
    width: 178px; 
    text-indent: 10px;
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    color: #0000ff;
}

li
{
    color: #fff;
}

li a:hover
{
    color: #ff6600;
}
dl
{
   margin: 0;
   padding: 0;
}
.center
{
    text-align: center;
}

.pickup1
{
   width: auto; 
   margin: 0;
   padding: 0;
   color: #666;
   line-height: 1.5;
   float: left;
}

.content
{
   background-color: #f5f5f5;
   padding: 5px;
}

.box
{
   margin: 10px;
   border: 1px dotted #999;
   background-color: #f5f5f5;
   padding: 10px;
   clear: both;
}
.sidetitle
{
    width: auto;
    height: 24px;
    color: #fff;
    background: #006699 ;
    line-height: 24px;
    margin: 0px 0px 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block; 
}


.ads-header {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 12px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tag a { color: #666; text-decoration: none; }
.tag a:hover { color: #0000ff; }
.adsp
{
    width: auto;
    color: #006699;
    background: #add8e6;
    line-height: 1.25;
    font-size: 1em;
    margin-bottom: 10px; 
}
.bookmarks{ margin: 10px 0;}