/* 基本レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { text-decoration: none; }

strong {
font-weight: normal; 
}

/* 見出し */

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;
}



li {
    margin-top: 5px;
    margin-bottom: 5px;
}



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

#alpha a:hover,#alpha-entry a:hover { background:#ffff00; text-decoration: underline; }
#beta a:hover { background:#ffff00; text-decoration: none; }
#alpha a,#alpha-entry a { color:#0044CC; }

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

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


/* リンク色（サイドメニュー） */


.footer-navi a
{ 
color:#666;
}


/* 表示補助 */

.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: 850px;
    text-align: left; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding:0;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
    font-size: 0.9em;
}

#container
{
    position: relative;
    width: 850px;
    margin: 0 0 0 10px; /* 全体の位置 */
    text-align: left;
    background: #fff;
}

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

td {
   line-height: 130%;
    padding:5px;
}

/* ヘッダー（レイアウト） background: url(img/header2.jpg)  no-repeat;*/

#banner {
    position: relative;
    width: 848px; /* necessary for ie win */
    height: 100px;
    background-color: #fff;
    border-bottom: 2px solid #BF0005;
    margin-bottom:10px;
}

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

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

#banner-header
{
    margin: 0;
    color: #BF0005;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:0px; left:20px;
}

#banner-header a{
    color: #BF0005;

}

.title-banner {
    position: static; top:80px; left:20px;
}

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

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

.banner-description {
    color: #999;
    font-size: 10px;
    padding-left:0px;
}


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

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

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


#alpha,#alpha-entry
{
    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 { 
    width: 588px; 
    font-size: 1.0em;
    margin-left:5px;
}

#alpha-entry {
    width: 588px; 
    margin-left:5px;
}


#alpha-inner { 
    padding: 10px;
}


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

#beta {
    margin-top:5px;
    width: 240px;
    font-size: 10px;
}

#beta-inner{ padding: 10px; }


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


/* 記事部分見出し */

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover {
    color: #fff;
}


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

.date-header,
.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-top: 25px;
    margin-left: 15px;
}

.entry-body a{
    font-weight: bold;
}

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

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

.date-header {
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}


.search-results-header,
.entry-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0 20px 0;
    border-left: 5px solid #BF0005;
    border-bottom: 1px solid #888;
    padding: 5px 0 5px 8px;
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.entry-header a {
    color: #fff;
}

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


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

.content-nav {
font-size:13px;
margin: 15px 0;
text-align: left;
padding: 5px;
border-width : 1px;
border-style : dashed;
border-color : gray;
}

.content-nav-bread
{
    color:#666;
    position: relative;
    margin: 5px 0 10px;
    text-align: left;
    font-size:10px;
}

.content-nav-bread a {
    font-size:10px;
    color:#666;
text-decoration: none;
}

.gotop { 
font-size:12px;
text-align: right;
clear: both;}

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


/* フッター */

#footer
{
    position: relative;
    width: 848px; 
   background: #efefef;
    font-size: 0.75em;
    text-align: center;
    color: #666;
    border-top: 1px solid #aaa;
}


.footer-navi
{ 
padding: 10px 20px;
   text-align: center;
   line-height: 20px;
   clear: both;
}


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

.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    padding: 5px;
    color: #000;
    border-left: 5px solid #BF0005;
    border-bottom: 1px solid #888;
    line-height: 1.25;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.module {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding-bottom: 5px;

}

.module-content {
    position: relative;
    margin: 0;
    padding: 0;
}
.module-content p {
    padding: 0 5px;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style : none ;
}
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list li {
    margin-top: 0;
    margin-bottom: 0;
}



.module-list-item a
{
    width: 100%;
    background: #efefef;
    text-indent: 10px;
    display: block;
    line-height: 1.25;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #666;

    text-decoration: none;
}



/* その他 */

.entry-tags { margin: 15px 0; clear: both;}

.entry-tags ul {
    font-size: 13px;
    margin:10px 0px; 
}

.entry-tags-header{
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0;
    border-left: 5px solid #BF0005;
    border-bottom: 1px solid #888;
    padding: 3px 0 3px 8px;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.mt-search-results .search-results-header {
    color: #000;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 0px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }


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

form textarea#comment-text { width:400px; }

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

#archive-title {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0;
    border-left: 5px solid #BF0005;
    border-bottom: 1px solid #888;
    padding: 3px 0 5px 8px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

#archive-title a{
    color: #000;
    text-decoration: none;
}

blockquote {
color:#666;
background-color : #eee;
padding: 3px;
border-style : dashed;
border-color : gray;
border-width : 1px;
font-size:12px;
margin:10px;
}

blockquote a{
    color: #666;
}

.underads {
margin-top:50px;
}

.twitter-widget {
    width: 200px;
    position: absolute;
    top:130px;
    left:820px;
}
