/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}

body
{
margin: 0px;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0px;
font-family: verdana, 'trebuchet ms', sans-serif;
font-size: 12px;
/*
background-color: #F5F5F5;
background-color: #CCCCCC;
*/
background-image: url(index.php?module=Default&action=GetTemplateItem&blog=saito&file=page_back.gif);
background-position: left top;

}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
margin-top: 10px;
margin-bottom: 10px;
}

/* .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; }
/* */


/* page layout */

body {
 text-align: left; 
} /* center on ie */

#container
{
position: relative;
text-align: left;
}
#container-inner {
position: static;
width: auto;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#alpha-inner, #beta-inner
{
position: static;
}


/* content */

.content-nav
{
margin: 10px;
text-align: center;
padding-left: 80px;
}

.date-header,
.entry-content
{
position: static;
clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
position: static;
overflow: hidden;
clear: both;
width: 100%;
/******************************************************************
margin: 0px 0px 20px 0px;
*******************************************************************/
padding-left: 100px;
width: 580px;
}

.comments-content
{
margin: 0px 0px 20px 0px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
clear: both;
}

.entry-body img
{
margin: 1px 5px;
}

.icon
{
vertical-align: text-bottom;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
clear: both;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 240px;
}

#comment-post
{
font-weight: bold;
}

img.image-full { width: 100%; }

/* modules */

.module
{
position: relative;
overflow: hidden;
width: 100%;
}

.module-content
{
position: relative;
margin: 0px;
padding: 0px;
}

.module-list,
.archive-list
{
/*****************************************************************
margin: 10px 10px 10px 15px;
*****************************************************************/
}

.module-calendar .module-content table
{
border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
/*
width: 14%;
*/
text-align: center;
}

/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 160px; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
/*
width: 14%;
*/
text-align: left;
vertical-align: top;
}

/* basic page elements */

body
{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 12px;
}

a { color: #EA5E00; text-decoration:none; }
a:hover {
color: #EA5E00;
text-decoration: underline;
}

#banner a { color: #000000; text-decoration: none; }
#banner a:hover { color: #000000; }

.module-content a { color: #EA5E00; }
.module-content a:hover {
color: #CC0000;
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.module-header
{
/* ie win (5, 5.5, 6) bugfix */
p\osition: relative;
width: auto;
w\idth: auto;
margin: 0px;
color: #333333;
font-size: 12px;
font-weight: bold;
line-height: 1;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 8px;

}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header{
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #BFBFBF;
text-align: center;
padding-top: 4px;
padding-right: 5px;
padding-bottom: 4px;
padding-left: 5px;
margin: 0px 0px 0px 0px;
line-height: 100%;
}


.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
color: #FFFFFF;
}

.entry-more-link
{
font-size: 10px;
line-height: 150%;
margin: 0px;
padding: 0px 0px 2px 0px;
}

.entry-footer,
.typelist-thumbnailed
{
font-size: 10px;
line-height: 150%;
margin: 0px;
padding: 0px;
}

/* page layout */

body
{
min-width: 850px;
color: #333333;
}

#container
{
width: 850px;
padding: 0px;
overflow: hidden;
}

#container-inner
{
width: 850px;
margin: 0px auto 30px auto;
padding: 0px;
height: 100%;
}

#banner
{
width: 850px; /* necessary for ie win */
height: 230px;

background-image: url(index.php?module=Default&action=GetTemplateItem&blog=saito&file=blog_title_back.jpg);

background-repeat: no-repeat;
background-position: left top;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

#banner-inner
{
padding: 0px 0px 0px 0px;
width: 850px;
height: 65px;

}

#banner-header
{
width: 680px;
height:200px;

margin: 0;
color: #336699;
font-weight: bold;
font-size: 13px;
line-height: 1.2;
padding: 10px 0px 5px 0px;
overflow: hidden;
text-align: right;
}

#banner-description
{
margin: 0px;
color: #000000;
background: none;
font-size: 12px;
font-weight: bold;
line-height: 1.125;
height: 26px;
overflow: hidden;
}

#pagebody{
background-color: #FFFFFF;
width: 850px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
height: 100%;
float: left;

background-image: url(index.php?module=Default&action=GetTemplateItem&blog=saito&file=main_back.jpg);

background-repeat: repeat-y;
background-position: left top;

}

#pagebody-inner {
width: 850px;
margin: 0px;
padding: 0px 0px 30px 0px;
height: 100%;
float: left;
}

/*****************************************************/
/*  記事の大枠                                       */
/*****************************************************/
#alpha {
width:685px;
padding: 0px;
margin: 0px;
}

#alpha-inner{
padding-top: 15px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#beta {
width:160px;
margin: 0px;
padding: 0px;
}

#beta-inner
{
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5px;
}


.date-header
{
width: 575px;
margin: 0px 0px 5px 15px;
padding: 0px;
color:#333333;
font-size: 12px;
padding-top: 5px;
}

/*****************************************************/
/*  記事の内枠                                       */
/*****************************************************/
.entry{
width: 680px;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;

padding-left: 90px;
}

.entry-header
{
color:#333333;
font-size: 14px;
font-weight: bold;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 5px;
margin: 0px;
overflow: hidden;
height: 13px;

background-image: url(index.php?module=Default&action=GetTemplateItem&blog=saito&file=title_b_line.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

.entry-content,
.comment-content,
.comments-open-content
{
margin: 0px;
padding: 4px 10px 10px 10px;
overflow: hidden;
width: 555px;
}

.entry-content{
width: 600px;
}

.trackback-content
{
margin: 0px;
padding: 0px;
width: 560px;
overflow: hidden;
}

.trackbacks-content
{
margin: 10px 0px 0px 0px;
padding: 5px 10px 10px 10px;
width: 560px;
overflow: hidden;
line-height: 150%;

}

.entry-body
{
margin: 0px;
padding: 0px;
width: 97%;
overflow: hidden;
line-height: 150%;
}

.entry-footer
{
margin: 4px 0px 0px 0px;
padding: 8px;
font-size: 10px;
text-align: right;
height: 100%;

background-color: #E4E4E4;
width: 560px;

}

#trackbacks-text
{
margin: 10px 10px 0px 10px;
padding: 0px;
}

.trackback
{
margin: 0px;
padding: 0px;
}

.comment-footer,
.trackback-footer
{
/*
margin: 4px 0px 0px 0px;
border-top: 1px solid #FF6600;
padding: 5px 0px 0px 0px;
*/
font-size: 10px;
text-align: right;
height: 100%;

background-color: #E4E4E4;
padding: 5px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
margin: 0px 0px 0px 0px ;
padding: 3px 10px;
font-size: 12px;
text-align: center;
background: #F5F5F5;
border-left:   1px solid #BFBFBF;
border-right:  1px solid #BFBFBF;
border-bottom: 1px solid #BFBFBF;
}

.comments-open-footer
{
margin: 10px 0;
}

.comment,
.comments-open
{
margin: 0px 0px 0px 0px;
padding: 0px;
padding-bottom: 5px;
line-height: 150%;

background: #F5F5F5;
border-left:   1px solid #BFBFBF;
border-right:  1px solid #BFBFBF;
border-bottom: 1px solid #BFBFBF;
}

/* modules */

.module
{
margin: 0px;
padding: 0px 0px 0px 0px;
}

.module-content
{
margin: 0px;
padding: 10px;
font-size: 10px;
line-height: 1.2;
width: 100%;
}


.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-syndicate .module-content{
margin: 0px;
padding: 5px 5px 5px 10px;
color: #292e33;
/* 茶色「このブログのフィードを取得」 */
background-color: #CCCCCC;
}

.module-list
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;

width: 135px;
}

.module-list .module-list
{
margin: 0px;
padding: 0px;
}

.module-list-item
{
color: #333333;
line-height: 120%;
list-style-image: none;
list-style-type: none;
list-style-position: outside;
background-position: 0px 4px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 4px;
margin-left: 0px;

padding: 3px;
border-bottom: 1px dashed #CCCCCC;
}

/* calendar tweaks */

.module-mmt-calendar {
width: 100%;
}
.module-mmt-calendar .module-content
{
margin: 0;
border-width: 0;
padding: 0px;
}

.module-mmt-calendar table
{

width: 135px;

background: #E5E5E5;
border-left: 1px solid #CCCCCC;
}

.module-mmt-calendar th
{
color: #666666;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 2px;
text-align: right;
font-weight: bold;
}

.module-mmt-calendar td
{
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 2px;
text-align: right;
font-weight: normal;
background: #ffffff;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
{
border-right: none;
}


/*---------------------------------------------*/
/*- 検索の枠                                  -*/
/*---------------------------------------------*/
.module-search{
border: 1px solid #AAAAAA;
background-color: #FFFFFF;
}
/*---------------------------------------------*/
/*- カレンダーの枠                            -*/
/*---------------------------------------------*/
.module-calendar{
border: 1px solid #AAAAAA;
background-color: #FFFFFF;
margin-top: 10px;
}
/*---------------------------------------------*/
/*- 最近のエントリーの枠                      -*/
/*---------------------------------------------*/
.module-archives{
border: 1px solid #AAAAAA;
background-color: #FFFFFF;
margin-top: 10px;
}
/*---------------------------------------------*/
/*- カテゴリーの枠                            -*/
/*---------------------------------------------*/
.module-categories{
border: 1px solid #AAAAAA;
background-color: #FFFFFF;
margin-top: 10px;
}
/*---------------------------------------------*/
/*- フィードの枠                              -*/
/*---------------------------------------------*/
.module-syndicate{
border: 1px solid #AAAAAA;
background-color: #FFFFFF;
margin-top: 10px;
}