/* 背景と配置 */
body {
 margin: 0px 0px 20px 0px;
 background-color: #FFFFFF;
 background-image: url("mesh_blue.gif");
 text-align: center;
}c



.clear {
clear: both;
/*font: 0px 0px sans-serif;*/
}




h1 {
margin: 0px;
padding: 0px;
}

ul {
margin: 0px 0px 0px 10px;
padding: 0px;
}

div, td {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

.form_color {
	background: #ECECEC;
}

a { color: #999966; text-decoration: underline; }
a:link		{ color: #336666; text-decoration: underline; }
a:visited	{ color: #999999; text-decoration: underline; }
a:active	{ color: #999999; text-decoration: none; }
a:hover		{ color: #999999; text-decoration: none; }

.site_title a {color: #666666;text-decoration: none;}
.site_title a:link {color: #666666;text-decoration: none;}
.site_title a:visited {color: #666666;text-decoration: none;}
.site_title a:active {color: #666666;text-decoration: none;}
.site_title a:hover {color: #666666;text-decoration: none;}



.site_title {
font-size: 0px;
color: #000000;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.description {
font-size: 14px;
color: #666666;
margin: 0px 0px 25px 0px;
}



.entry_navi{
font-size: 12px;
color: #666666;
margin: 15px 0px 15px 0px;
text-align: center;
}


.entry {
margin: 0px;
padding: 0px;
}

.entry_date {
font-size: 18px;
font-weight: bolder;
color: #336666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
border-bottom: 1px dotted #CCCCCC;
}

.entry_title {
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 15px 0px 15px 0px;
}

.entry_body {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 150%;
color: #666666;
text-align: left;
margin: 0px 20px 20px 20px;
}


.entry_author {
font-size: 10px;
color: #999999;
margin: 5px 0px 5px 0px;
text-align: right;
}

.entry_more {
font-size: 11px;
line-height: 170%;
color: #333333;
margin: 15px 0px 15px 0px;
}


.entry_state {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #666666;
text-align: right;
margin: 10px 10px 5px 10px;
}

blockquote {
font-size: 11px;
color: #666666;
margin: 20px 10px 20px 10px;
padding: 10px;
border-left: 3px solid #CCCCCC;
}

.comment-title {
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
border-bottom: 1px dotted #CCCCCC;
}

.trackback-title {
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
border-bottom: 1px dotted #CCCCCC;
}

.pict {
border-width: 1px;
border-style: solid;
border-color: #999;
}

.page_navi {
font-size: 9px;
color: #000000;
padding: 10px 0px 0px 0px;
border-top: 0px dotted #000;
text-align: right;
}


.linktitle {
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;
}

.linktext {
font-family: MSPゴシック,Verdana, Arial, sans-serif;
font-size: 10px;
color: #999999;
line-height: 170%;
margin: 5px 10px 15px 10px;
font-weight: normal
}


.button {
 margin: 5px 0 0 0;
}



.jugem_bana{
	margin: 20px 1px 10px 0px;
}








/* リンク設定 */
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;
}


.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;
/*border-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 #666666;
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: 5px;

}

.sidebar li {
 color: #666666;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 text-align: left;
 line-height: 100%;
 margin-top: 6px;
 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;
/* border: 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;
 font-weight: bold;
 text-align: center;
 padding-left: 15px;
 text-align : center;
}

.copyright{
width: 770px;
font-size: 9px;
color: #000000;
line-height: 170%;
margin: 10px 0 0 0;
padding: 40px ;
border : 1px solid #000000;
}
/* 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: 1px dotted #000; */
   margin: 10px 0px;
}   

.side-categories h2
{
 background-color: #FFF;
 border-bottom: 1px solid #000;
}

.side-categories
{
 background-color: #FFF;
 font-size: 15px;
 border-bottom:0px solid #000;
 font-weight: bold;
}


.myBox3
{
 border: 1px solid #000;
 background-color: #FFF; 
 margin-bottom: 1cm;
}

.footer-categories
{
 float : none;
 font-size: 9px;
 font-family: MSPゴシック,Verdana, Arial, sans-serif;
 margin: 10px 0px;
 border-top: 1px #000;
}