/* 基本レイアウト */

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: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }


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

#banner a { color: #000000; text-decoration: none; }
#banner a:hover { color: #333333; }


/* 表示補助 */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


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

body {
    min-width: 730px;
    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;
    color: #000000;
    background: #DDEEFF;
    line-height: 1.5;
    background-image: url(./img/haikei2.gif);
    background-repeat: repeat-x;
}

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

#container-inner
{
    position: static;
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
}


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

#banner {
    position: relative;
    width: 729px; /* necessary for ie win */
    height: 181px;
    background: #a3b8cc;
    background-image: url("./img/banner.jpg")
}

#banner-inner {
    position: static;
    height: 100%;
}

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

#banner-header
{
    margin: 0;
    /*color: #000000;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:15px; left:95px;
}

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

#banner-search
{
    position:absolute; bottom:5px; right:10px;
}


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

#banner-description
{
    display: none;
}


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

#pagebody
{
    position: relative;
    width: 100%;
    text-align: center;
}

#pagebody-inner 
{
    position: static;
    width: 100%; 
    text-align: left; 
}


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


#alpha-inner
{
   position: static;
}


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

#alpha { 
    width: 728px; 
}
#alpha-inner { 
    padding: 10px;
}




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


/* 記事部分見出し */


.main {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 5px 0;
    border-bottom: 2px solid #FF0000;
    border-top: 2px solid #FF0000;
    padding: 3px 0 3px 8px;
    color: #000000;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}


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

.entry-content {
    position: static;
    clear: both;
}

.entry,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-body,.entry-more {
    margin: 10px 0;
}

.entry-more-link{ text-align: right; }

.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}



#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}



.entry-header {
    margin-top: 10px;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.entry-header a { text-decoration: none; }

.entry-content,{
    margin: 0;
    line-height: 1.5;
}

.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;
    text-align: center;
}
.content-nav-bread
{
    position: relative;
    background: #ffffff;
    margin: 5px 0;
    text-align: left;
    font-size:12px;
}

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

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


/* フッター */

#footer
{
    position: relative;
    width: 728px; 
    height: 58px;
    background: #a3b8cc;
}

#footer-inner
{
    line-height: 58px;
    font-size: 0.8em;
    text-align: center;
    color: #666;
}

#footer-inner a
{
    color: #666;
    text-decoration: none;
}

#footer-inner a:hover
{
    color: #fff;
    text-decoration: none;
}

.footer-navi
{ 
   width: 728px;
   background: #dae0e6;
   font-size: 0.8em;
   text-align: center;
   line-height: 20px;
   clear: both;
}



/* その他 */

.entry-tags { margin: 15px 0; clear: both;}
.entry-tags ul {
    padding-left: 10px;
    margin:10px 0px; 
    list-style : disc;
}
.entry-tags li { float: left; padding-left: 15px; display: block; }

.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
    margin: 0px; 
    font-size: 16px;
}


.main-index .date-header { display: none; }

.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #36414d;

}

.waku1{
    border: 3px double #3399CC;
    background: #FFFFFF;
    margin: 3px 15px 10px 20px;
    padding: 10px 12px 10px 20px;
    font-size: 12px;
}


table{
    margin:5px;
}


