/* 背景と配置 */
body {
background-color: #dddddd;
 text-align: center;
  margin: 0px;
 padding: 0px;
}

/* リンク設定 */
a:link {color:#ff0000; text-decoration:none}
a:visited {color:#ff0000; text-decoration:none}
a:active { color: #ff0000;}
a:hover { color: #CC9900; text-decoration: underline;}

/* 強調文字設定 */
h1, h2, h3 {
 margin: 0px;
 padding: 0px;
 font-weight: normal;
}

.font_10{font-size:10px;}
.font_16{font-size:16px;}


/* 全体の枠組み 横幅 */
#container {
 line-height: 140%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 830px;
 background: #000 url(img/back.gif);
}

#container2 {
 line-height: 140%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 780px;
 background: #000;
 font-family: Arial, Verdana, sans-serif;
}

/* ヘッダー */
#header{
 margin: 0px;
 padding: 0px;
 background-image: url("img/top.jpg");
 height:200px;
 position:relative;
}

#header h1{
margin:0px;
padding:10px 0px 0px 10px;
 font-size:x-large;
}

#header h2{
 margin-top:0px;
 padding:0px 0px 0px 10px;
 color: #dddddd;
 font-size:medium;

}

#header ul{
 margin:0;
 padding:0;
 position:absolute;
 top:10px;
 left:690px;
 list-style:none;
 color: #dddddd;
 font-size:12px;
}


/* 2列左サイドバー */
#left-side {
 float: right;
 width: 170px;
 padding: 15px 0px 0px 0px;
 background-color: #000000;
 overflow: hidden;
 border-bottom: 1px solid #000000;
}

/* 2列メイン */
#main{
 float: left;
 width: 600px;
 overflow: hidden;
 background-color: #000000;
 border-right: 1px dashed #666666;
 font-size: small;
}

/* メイン本文 */
.content {
 padding: 5px 20px 5px 20px;
 background-color: #000000;
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
}
.content-back {
 padding: 0px 20px 5px 20px;
 background-color: #000000;
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 background: url(img/back2.gif) no-repeat;
}

.content-body {
 padding-left: 10px;
}

.entryheader {
text-align:left;
margin-bottom:10px;
padding:10px 10px 4px 20px;
border-bottom:2px solid #b80000;

}


.content p {
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 font-weight: normal;
 line-height: 150%;
 text-align: left;
 margin-bottom: 10px;
}


.content h2 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.content h3 {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 text-align: left;
 font-weight: bold;
 margin-bottom: 10px;
}

.posted {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 border-top: 1px solid #999999;
 text-align: right;
 margin-bottom: 25px;
 line-height: normal;
 padding: 3px;
}
/* トラックバック設定 */

.trackbacks
{
 width:510px;
 padding: 15px 40px 5px 40px;
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 float: left;
 }

.trackbacks-content
{
 border: 1px dashed #666666;
 padding: 5px;
}

.trackbacks h3
{
 color: #ff0000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 font-weight: bold;
}

p.trackback-footer
{
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 border-top: 1px solid #666666;
 text-align: right;
 margin-bottom: 5px;
 line-height: normal;
 padding: 3px;
}

/* コメント設定 */

.comments
{
 width:510px;
 padding: 15px 40px 5px 40px;
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 float: left;
 }

.comments h3
{
 color: #ff0000;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
 font-weight: bold;
}

.comments h2
{
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: small;
}

.comments-content
{
 border: 1px dashed #666666;
 padding: 5px;
}

p.posted {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 border-top: 1px dashed #666666;
 text-align: right;
 margin-bottom: 25px;
 line-height: normal;
 padding: 3px;
}

/*アーカイブ部分*/
.content ul {
 padding-left: 30px;
 margin: 0px;
 margin-bottom: 20px;
}

/* サイドバー設定 */
.sidebar {
 padding: 10px;
 font-size: x-small;
}

.sidebar h2 {
color: #eeeeee;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
text-align: left;
font-weight: bold;	
padding:2px 0px 2px 3px;
line-height: 15px;
background-color: #333333;
border-left: 5px solid #666666;
border-bottom: 1px solid #666666;
border-top: 1px solid #666666;
border-right: 1px solid #666666;
}

#calendar {
 line-height: 140%;
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 padding: 2px;
 text-align: center;
 margin-bottom: 30px;
}

#calendar table {
 padding: 2px;
 border-collapse: collapse;
 border: 0px;
 width: 100%;
}

#calendar caption {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: .3em;
}

#calendar th {
 text-align: center;
 font-weight: normal;
}

#calendar td {
 text-align: center;
}

.sidebar ul {
 padding-left: 5px;
 margin: 0px;
 margin-bottom: 20px;
}

.sidebar ul ul {
 margin-bottom: 0px;
}

.sidebar #categories ul {
 padding-left: 15px;
}

.sidebar li {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 100%;
 margin-top: 10px;
 list-style-type: none;
}

.side {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 150%;
 padding-left: 5px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
}

.side2 {
 color: #eeeeee;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 150%;
 padding-left: 5px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
}

.banner {
 text-align: left;
 margin-bottom: 20px;
}

.ivent {
 color: #cccccc;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 text-align: left;
 line-height: 150%;
 padding-left: 5px;
 margin-top: 10px;
 margin-bottom: 20px;
 list-style-type: none;
}

.sidebar #categories li {
 list-style-type: circle;
}

.sidebar img {
 border: 1px #666666;
 margin-bottom: 1px;
}

form {
 margin:0px;
}

.photo {
 text-align: left;
 margin-bottom: 20px;
}

.link-note {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 padding: 2px;
 margin-bottom: 15px;
}

#powered {
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 line-height: 150%;
 text-align: left;
 color: #666666;
 margin-top: 50px;
}

#comment-data {
 float: left;
 width: 180px;
 padding-right: 15px;
 margin-right: 15px;
 text-align: left;
 border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
 width: 80%;
}

.commenter-profile img {
 vertical-align: middle;
 border-width: 0;
}

/* フッター設定 */

#footer {
 font-family: Verdana, Arial, sans-serif;
 font-size:10px;
 color: #666666;
 background-color: #000000;
 text-align: right;
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 width: 780px;
 clear: both;
}

.foot {
 background-color: #000000;
	border-top: 1px dashed #dddddd;
clear: left;
}

a#footer :link {color:#ccff00; text-decoration:none}
a#footer :visited {color:#cccc00; text-decoration:none}
a#footer :active { color: #0066cc;}
a#footer :hover { color: #CC9900; text-decoration: underline;}


/* 検索結果用 */

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 */


#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
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   color: #fff; text-decoration: none; 
}



#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}





/* Vicksburg (theme-vicksburg.css) */


#banner a { color: #ccff00; text-decoration: none; }
#banner a:hover { color: #CC9900; text-decoration: underline; }


h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}



/* page layout */



#container-inner
{
   border-width: 0 5px 5px 5px;
   border-style: solid;
   border-color: #333333;
}

#banner
{
   width: 780px; /* necessary for ie win */
   background: #333333;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #666666;
}


#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

/* one-column tweaks */

   .layout-one-column body { min-width: 780px; }
   .layout-one-column #container { width: 780px; }
   .layout-one-column #banner { width: 770px; } /* necessary for ie win */

