/* 基本レイアウト */

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

a img { border: 0; }

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

#alpha h3 {
    font-size: 0.9em;
}


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

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

#alpha a:hover,#beta a:hover { background:#ffff00; text-decoration: underline; }


.footer-navi a
{ 
    text-decoration: none; 
}


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




/* 表示補助 */

.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: 800px;
    text-align: center; /* center on ie */
    font-family: 'trebuchet ms', verdana, helvetica, arial, "MS Pゴシック","osaka", sans-serif;
    margin: 0px;
    padding: 0;

    color: #333;
    background-color: #EBEBEB;
    line-height: 1.8;
}

#container
{
    position: relative;
    width: 800px;
    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;
}

blockquote {
background-color : #eee;color : #666;
border-style : dotted;border-color : silver;padding-top : 3px;
padding-left : 3px;padding-right : 3px;padding-bottom : 3px;border-width : 1px;font-size: 10px;
}

blockquote a{
    color: #666;
}

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

#banner {
    position: relative;
    width: 100%;
    height: 120px;
   background: url(img/header.jpg)  no-repeat;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

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

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

#banner a:hover { color: #fff; }


#banner-header
{
    text-align: center;
    margin: 0;
    color: #FF0000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.25;
    position:absolute; top:20px;left:20px;
}


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


/* ヘッダーその他 */

.description2 {
font-size:12px;
font-weight: normal; 
    color: #000;
    text-align: right;
    position:absolute; top:45px; left:250px;right:10px;
}

.seo {
    text-align: center;
    top:20px;
    font-size:12px;
}

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

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

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


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

#alpha { 
    width: 540px; 
    font-size: 0.9em;
    margin-right:10px;
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
}

#alpha-inner { 
    padding: 10px;
   position: static;
}


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

#beta {
    width: 240px;
    margin-top:10px;
    font-size: 13px;
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}


#beta-inner{ 
   padding: 10px;
   position: static;
 }


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


/* 記事部分見出し */

.search-results-header,
.entry-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0;
    border-left: 5px solid #666666;
    padding: 4px 0 3px 8px;
    color: #fff;
    background: #3299ED;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 5px 0;
    border-left: 5px solid #E7651A;
    padding: 4px 0 3px 8px;
    color: #3299ED;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

.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 #666666;
    padding: 4px 0 3px 8px;
    color: #fff;
    background: #3299ED;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.25;
    clear: both;
}

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

.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: 15px;
    margin-left: 15px;
}

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

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

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


.content-nav {
font-size:12px;
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;
    text-align: left;
    font-size:11px;
}

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


.gotop { text-align: right;  clear: both;margin-bottom: 20px;}

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


/* フッター */

#footer
{
    position: relative;
    width: 758px; 
    height: 58px;
   background: url(img/biz-f.jpg)  no-repeat;
}

#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
{
    text-decoration: none;
}

.footer-navi
{ 
   background: #DDEEFF;
   font-size: 0.8em;
   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;
    border-left: 5px;
    padding: 5px;
    color: #fff;
    background: #3299ED;
    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;
   line-height: 120%;
}

.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: #DAF2FC;
    text-indent: 15px;
    display: block;
    font-size: 0.8em;
    line-height: 1.25;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #666666;
    letter-spacing: 0.1em;
    text-decoration: none;
}


/* その他 */

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

.entry-tags ul {
    margin:10px 0 0 0px; 
}
.entry-tags li { 
    margin-top: 5px;
    margin-bottom: 5px;
}


.mt-search-results .search-results-header {
    color: #fff;
    background: #3299ED;
}
.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; }

.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: 0;
    border-left: 10px solid #666666;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #6666cc;
}

.underads {
margin-top:50px;
}

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