/* 全体構造
--------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: small;
　  text-align: center;
    background-image: url(http://blog.devo.jp/bg_2.gif);
    min-width: 800px;
    color: #333;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a:hover { color: #660033; }
a img { border: 0; }

.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 class wraps enclosing block element around inner floated elements */
.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; }
/* */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 750px;
    text-align: left;
    background-image: url(http://blog.devo.jp/back.jpg);
    background-repeat: repeat-y;
}

/* バナー
---------------------------------------- */
#banner {
    width: 750px; /* necessary for ie win */
    height: 109px;
    background-image: url(http://blog.devo.jp/headder3.jpg);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

#banner-header {
    padding: 28px 0 0 20px;
    margin-bottom: 0;
    color: #fff;
}
#banner-header a,  #banner-header a:link, #banner-header a:hover {
     text-decoration none;
     color: #fff;
}
#banner-description {
    font-size: small;
    color: #fff;
    padding: 0 0 0 20px;
    margin: 0;
}

.h-logo {
    position: absolute;
    top: 38px;
    left: 625px;
}

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

#pagebody { 
       width: 100%;
      color: #666666;
      margin: 0;
      padding: 0;
 }

#beta {
    display: inline; /* ie win bugfix */
    float: left;
    width: 170px;
     margin: 0 0 0 10px;
    padding: 0;
 }

#mtcol {
      float: right;     
    width: 555px;
    margin: 0 5px 0 0;
    padding: 0;
}
#alpha {
     padding: 10px;
}

/* ナビゲーション
---------------------------*/
#beta-top {
    width: 170px; 
    margin: 0; 
    padding: 0;
    height: 14px;
    background-image: url(http://blog.devo.jp/beta-top.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#beta-body {
    min-height: 1px;
    width: 170px; 
    margin: 0; 
    padding: 0 5px 20px 3px;
    background-image: url(http://blog.devo.jp/betabody-bg.jpg);
    background-repeat: repeat-y;
}
#beta-bottom {
    width: 170px;
    height: 20px
    margin: 0; 
    padding: 0 0 30px 0;
    background-image: url(http://blog.devo.jp/beta-bottom.jpg);
    background-repeat: no-repeat;
}

/* エントリー・アーカイブ部分
---------------------------*/
h2.entry-header {
     background-image: url(http://blog.devo.jp/entry-titlebg.gif);
     background-repeat: no-repeat;
     padding: 3px 0 3px 10px;
     font-size: medium;
}
h2#archive-title {
     background-image: url(http://blog.devo.jp/entry-titlebg.gif);
     background-repeat: no-repeat;
     padding: 3px 0 3px 10px;
     font-size: medium;
}

h2.date-header {
     font-size: midium;
     color: #009fb9;
      font-weight: normal;
}

.content-nav {
     text-align: center;
}

#mtcol h3.trackbacks-header2, #mtcol h3.comments-open-header2{
     background-color: #d1eef2;
     text-align: center;
}

.entry-footer {
      border-top: 2px dotted #999999;
      line-height: 1.75em;
      text-align: right;
}

/* モジュール
---------------------------*/
.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 5px 20px 5px;
}

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
    color: #333;
    background-image: url(http://blog.devo.jp/menu-bg.gif);
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    height: 20px;
}

.module-header2 {
     background-color: #d1eef2;
     text-align: center;
     font-size: midium;
     font-weight: normal;
}     

.module-list {
     margin: 0;
     padding: 0 0 0 20px;
     line-height: 1.5em;
     list-style-image: url(http://blog.devo.jp/listicon.gif);
}

/* カレンダー（070301kindaichi追加）
---------------------------*/

.module-calendar table {
width: 100%;
}
.module-calendar caption {
padding-bottom:5px;
font-size:12px;
}
.module-calendar th {
}

#top-pr{
	padding-bottom: 20px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
}

#top-pr a{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
