/* 背景と配置 */
body {
 margin: 0px 0px 20px 0px;
 background-color: #FFFFFF;
 background-image: url("mesh_blue.gif");
 text-align: center;
}

/* スクロールバー表示 */
html {
overflow-y: scroll;
}

/* リンク設定 */
a:link { color:#000000; text-decoration:none}
a:visited { color:#000000; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #FF6611;}

/* 強調文字設定 */
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: 5px;
 width: 770px;
 background-color: #FFFFFF;
/*
 border-left: 1px solid #666699;
 border-right: 1px solid #666699;
*/
 border-bottom: 1px solid #000;
}

/* バナー設定 */
#banner {
 background-color: #FFFFFF;
 margin: 15px 10px 15px 10px;
 height: 60px;
 border-bottom: 1px solid #000000;
}


#banner a {
 color: #000000;
 text-decoration: none;

}

.banner h1 {
 font-size: xx-small;
}

.banner h2 {
 font-size: xx-small;
}

.banar{
 border:0px;
}


/* 2列左サイドバー */
#left-side {
 float: left;
 width: 180px;
 background-color: #FFFFFF;
 overflow: hidden;
/*
 border-bottom: 1px solid #999999;
 border-right: 1px solid #999999;
*/
}

/* 2列メイン */
#main{
 float: left;
 width: 590px;
 overflow: hidden;
}


/* メイン本文 */
.content {
 padding: 15px 15px 5px 15px;
 background-color: #FFFFFF;
 color: #999;
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 margin: 10px 0px
}



.content pre {
 font-size: 12px;

}

/*
.dataheader {
text-align:right;
width: 100%;
font-size: 10px
}
*/

.entryheader {
color: #999;
text-align:left;
/*width: 100%;*/
padding: 2px 20px 2px ;
background-color: #FFF;
boder-top: 1px dotted #000;
border-bottom: 1px dotted #000;
font-size: 12px
}

/*記事内*/
.content p {
 color: #000000;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 line-height: 150%;
 text-align: left;
 margin: 0px 20px 20px 20px;
}




.content a:link,
.content a:visited,
.content a:active,
.content a:hover
{
 text-decoration: underline;
}


.content blockquote {
 line-height: 150%;
}

.content li {
 line-height: 150%;
 margin: 10px 0px
}

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

}

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

/*記事フッター*/
.posted {
 color: #999999;
 font-family: Verdana, Arial, sans-serif;
 font-size: x-small;
 /*border-top: 1px solid #999999;*/
 text-align: right;
 margin-bottom: 5px;
 line-height: normal;
 padding: 0px 10px;
}

.posted a:link,
.posted a:visited,
.posted a:active,
.posted a:hover
 {
 text-decoration: none;
}




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

/*更新*/
.sidebar h2 {
color: #999;
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size:10px;
text-align: left;
font-weight: bold;	
padding: 2px 0px 2px 3px;
line-height: 10px;
background-color: #FFF;
border-left: none;
border-bottom: 1px solid #000;
border-top: none;
border-right: none;

}





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

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

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

}

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

}

/*サイドバー要素*/
.side  {
 color: #999;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 text-align: left;
 line-height: 150%;
/* padding-left: 5px; */
 padding-left: 0px;
 margin-top: 10px;
 margin-bottom: 20px;
 margin-left: 0px;
 list-style-type: none;
/* boder: 1px dotted #666*/
}

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

}

.sidebar img {
 border: 3px solid #FFFFFF;
}

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: xx-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:12px;
 color: #666666;
 font-weight: bold;
 background-color: #f6f6f6;
 text-align: center;
 padding-left: 15px;
}
/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}



.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 0px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content

{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


.side-new
{
   border: 0px dotted #000;
   margin: 10px 0px;
}   

.side-categories
{
 background-color: #FFF;
 font-size: 15px;
 /*border-bottom:1px solid #000;*/
 font-weight : bold;
}


.side-categories h2
{
 background-color: #FFF;
 border-bottom: 1px solid #000;
}

.side-contact
{
 background-color: #FFF;
 font-size: 15px;
 border-bottom:1px solid #000;
}

.myBox3
{
 border: 1px solid #000;
 background-color: #FFF; 
 margin-bottom: 1cm;
}

.footer-categories{
 font-size: 9px;
 font-family: MSPゴシック,Verdana, Arial, sans-serif;
 margin: 10px 0px;
}
