/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 762px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 560px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}


/* リンク設定部 */


h1, h2, h3 {
	font-weight: bold;
                text-decoration: none;
	}
.entry a {
	text-decoration:underline; 
	color: #0000FF;
                background-color:inherit;
	}

.entry a:hover {
	text-decoration:underline; 
	background-color:#FFDAB9;
	color: #FF3300; 
	}

.entry h2 a {
	font-weight: bold;
                text-decoration: none;
                color: #333333; 
                background-color:inherit;
	}

.entry h3 a {
	font-weight: bold;
                text-decoration: none;
                color:#0000ff;
                background-color: #cde4fe;
	}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

body	{
	margin: 0;
	padding:0;
                background-color : #ffffff; 
                color: #333333;
	}

#container	{
                background-image: url(images/side_shadow_fushan.jpg);
                background-position:top right;
	background-repeat: repeat-y;
                background-color:#FFFFFF;
                color:#333333;
	}

#banner	{
	margin-bottom: 0px;
                padding:0;
                height:100px;
               	}


/* ++++++ 段の間隔 ++++++ */

	/* 左サイドバーの左右の余白 */
	#left div {
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 20px;
		margin-right: 10px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 7px;
		margin-right: 10px;
		}

	#left div div, .content div div, #right div div {
		margin-left: 0;
		margin-right: 0;
		}

	.sidebar #calendar table	{
		width: 170px;
		}



/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */


.how {
              text-align: center;
           }


img {
             border:0;
             margin-right:2px;
                 }

.imgleft {
	padding: 1px 3px 1px 1px;
	float: left;
}

.imgright {
	padding: 1px 3px 1px 1px;
	float: right;
}
strong {
              color : #cc0000; 
              background-color:inherit;
              font-size: 0.95em;
                } 

.info dt {
	font-family: Verdana, Arial, sans-serif;
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 0.985em;
	margin-top: 30px;
                margin-left: 5px;
	margin-bottom: 20px;
	padding: 5px;
	border-left: solid 10px;
	border-color: #cc0000;
                background-color: #fbeadd;
                color:#333333;
}


.info dd {
	font-size: 0.985em;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 20px;
}

.info01     {
             margin-top : 10px; 
             margin-bottom : 25px; 
                             } 
.info01 dt   {
             padding :2px;
             color:#FFFFFF;
             background-color: #cc0000;
             font-weight: bold;
             width:80px;
             margin-left:9px; 
             text-align: center;
             } 
.info01 dd {
            line-height : 160%; 
            margin : -1.6em 0 0.8em 7.5em; 
            border-bottom : 1px dotted #999999; 
            } 


.info02 dt {
	font-family: Verdana, Arial, sans-serif;
	width: 230px;
	text-align: left;
	font-weight: bold;
	font-size: 0.985em;
	margin-top: 5px;
                margin-left: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border-left: solid 10px;
	border-color: #00008B;
                background-color: #e80000;
                color:#ffffff;
}


.info02 dd {
	font-size: 0.85em;
                line-height: 155%;
                margin-left: 15px;
                margin-bottom: 5px;
}

.box {
             float: left;
               }
               
.box01 {
             float: right;
               }

#center li {
            margin-bottom : 5px; 
            list-style-type : square; 
            } 

p.nav       {
           font-size: 0.75em;
           margin:  0 0 5px 0;
           background-color: #f5f5f5;
           color:#333333;
           text-align: right;
           padding:2px 15px 2px 0;
           background-image: url(images/side_brue_shadow.jpg);
           background-position:top right;
           background-repeat: repeat-y;
           }

p.content-nav       {
           font-size: 0.75em;
           margin-bottom: 10px;
           margin-left: 20px;
           margin-top:0px;
           padding:0;
                      }


p.nav-foot      {
           font-size: 0.75em;
           margin:  0;
           background-color: #f5f5f5;
           color:#333333;
           text-align: right;
           padding:2px 15px 2px 0;
           clear: both;
           background-image: url(images/side_brue_shadow.jpg);
           background-position:top right;
           background-repeat: repeat-y;
           }

.entry p.waku {
           font-size: 0.95em;
           color: #cc0000;
           background-color:inherit;
           font-weight: bold;
           margin: 15px 0px 10px 0px;
           padding: 0px;
           border-bottom: 1px dotted #999999;
	}

.entry p.entry-more-link {
           font-size: 0.8em;
           margin: 10px 0px;
           clear: both;
           }

.entry p.p1 {
               margin: 5px 0px 5px 0px; 
               padding : 3px; 
               color : #cc0000; 
               font-size : 0.95em; 
               background-color:inherit;
               font-weight : bold; 
               border-bottom: 1px dotted #999999;
               clear : both; 
                } 

.entry p.p2 {
               margin: 10px 15px 0px 15px; 
               padding : 3px; 
               color : #666666; 
               font-size : 0.95em; 
               font-weight : bold; 
               background-color:inherit;
                } 


p.p3 {
               margin: 0px 5px 0px 5px; 
               color : #cc0000; 
               font-size : 0.985em; 
               font-weight : bold; 
               background-color:inherit;
                } 


p.p4 {
               margin: 0px 5px 0px 5px;  
               color : #333333; 
               font-size : 0.85em; 
               font-weight : bold; 
               background-color:inherit;
                } 

span.p4 {
               margin: 0px 5px 0px 5px;  
               color : #cc0000; 
               font-size : 0.85em; 
               background-color:inherit;
               }

p.p5 {
               margin: 0px 15px 0px 15px; 
               padding : 3px; 
               color : #333333; 
               font-size : 0.95em; 
               font-weight : bold; 
               background-color:inherit;
                } 
/* ++++++ ヘッダー部分のデザイン ++++++ */

#title	{
	padding: 15px 15px 10px 80px;
                margin-bottom: 0;
                background-image: url(hd_fushan.jpg);
	background-repeat: no-repeat;
                background-position:top center;
                height:100px;
	}

#title h1	{
	font-size: 1.5em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color:#873625;
                background-color:inherit;
	}

#title h2	{
	font-size: 0.75em;
	margin-top: 6px;
                margin-left: 30px;
	color: #333333;
                background-color:inherit;
	}


/* ++++++ コンテンツ部分のデザイン ++++++ */

p {
               font-size: 0.95em;
               padding-bottom: 7px;
               line-height: 150%;
               margin:0;
               font-family: Verdana, Arial, sans-serif;
               }


.clear {
               clear:both;
              }


.top-free{
                font-size: 0.95em;
                margin-top:5px;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
               }

.top-free1{
                font-size: 0.95em;
                background-color:#ffffff;
                color:#333333;
                padding: 5px;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
               }

.entry h2	{
	font-size: 0.95em;
	color: #333333;
                background-color:#fbeadd ;
                text-align: left;
	font-weight: bold;
	padding: 3px 10px;
                margin-top:10px;
                border-left: solid 10px;
	border-color: #cc0000;
	}

.entry h3	{
                color: #333333;
                background-color:#fbeadd;
                font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 0.95em;
	margin: 20px 5px;
	padding: 3px 10px;
                border-left: #e80000 10px solid;
                border-bottom: 1px solid #cc0000;
	}

.entry h4	{
                text-align: left;
	font-weight: bold;
	font-size: 0.95em;
	padding: 3px 10px;
                border-bottom: 1px dotted #ff9933;
                color: #2c5e8a;
                background-color:inherit;
	}

.content h5  {
                color: #000000;
                background-color:inherit;
                font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 0.95em;
	margin: 20px 5px;
	padding: 3px 10px;
                border-left: #2c5e8a 10px solid;
                border-bottom: 1px solid #2c5e8a;
                }
.entry p	{
	font-size: 0.95em;
	line-height: 155%;
                font-family: Verdana, Arial, sans-serif;
	}

.entry p.posted	{
	font-size: 0.66em;
	border-top: solid 2px #b1cbe3;
	padding-top: 6px;
	}

.entry	{
                margin-top: 0px;
	margin-bottom: 30px;
                margin-left: 5px;
                font-size: 0.95em;
	line-height: 150%;  
                font-family: Verdana, Arial, sans-serif;    
	}

/* ++++++ テーブル部分のデザイン ++++++ */


table {
                border:0;
                width:93%;
                }

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 24px;
                padding:3px;
}

table li {
            margin-bottom : 5px; 
            list-style-type : square; 
            } 


.tdcap {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
                background-color: #ffffff;
}

.cell {
	background-color: #f9f7ee;
                color:#333333;
}
.cell01 {
	background-color: #ffffff;
                color:#333333;
                font-weight: bold;
                font-size: 0.95em;
                width:30%;
}

.cell02 {
	background-color: #FF9966;
                color:#333333;
                font-size: 0.95em;
                font-weight: bold;
                width:90%;
}



/* ++++++ カテゴリーナビ部分のデザイン ++++++ */


.category {
	font-size: 0.75em;
	text-align:right;
	border-bottom: dotted 1px;
	margin-bottom:10px;
                padding:3px;
                }


/* ++++++ サイドバー部分のデザイン ++++++ */
.sidebar     {
               margin-bottom:20px;
                }

/* メニュー */
.sidebar h2	{
	font-size: 0.875em;
                font-family: Verdana, Arial, sans-serif;
                color: #FFFFFF;
                background-color: #cc0000;
                padding: 3px 0 3px 3px;
                margin-bottom: 0px;
                margin-top: 10px;
                border-bottom: solid 2px #fbeadd;
	}

.sidebar a	{
	color: #3366aa;
                background-color:inherit;
	text-decoration: none;
	}

.sidebar ul	{
                font-size: 12px;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left:0;
	padding-left:0;
	}
.sidebar li	{
	background-color: #ffffff;
                color:#333333;
                margin: 0;
                padding: 0;
	border-bottom: #cccccc 1px solid; 
                border-left: #CCCCCC 1px solid; 
                border-right: #CCCCCC 1px solid;
               list-style-type: none;
               text-align: left; 
               text-decoration: none;
               line-height: 150%;
		}
     
.sidebar  li a {
                text-decoration:underline; 
	color: #0000FF;
                background-color:inherit;
                display: block;
                width: auto;
                height: auto;
                padding: 5px 0px 0px 5px;
                margin: 0px 0px 0px 0px;
                text-align:left;

}

.sidebar  li a:hover {
                background-color:#fbeadd;
	color: #FF3300; 	
                padding: 5px 0px 0px 5px;
                margin: 0px 0px 0px 0px;
}


.free {
          padding: 0; 
          margin-bottom : 5px; 
          font-size : 0.75em; 
          line-height : 150%; 
　　　   color: #333333;
          background-color: #ffffff;
          border-bottom: #cccccc 1px solid; 
          border-left: #CCCCCC 1px solid; 
          border-right: #CCCCCC 1px solid;
             } 

.free h2	{
	font-size: 0.975em;
                font-family: Verdana, Arial, sans-serif;
                color: #FFFFFF;
                background-color: #cc0000;
                padding: 3px 0 3px 2px;
                margin-bottom: 0px;
                margin-top: 10px;
                border-bottom: solid 2px #fbeadd;
	}


/* 検索スペースメニュー */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 5px;
                border-top: dotted 1px #999999;
	}


/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	margin-top: 30px;
	border-top: dotted 1px #999999;
                color: #666666;
                background-color:inherit;
	}

#feed a	{
	color: #2c5e8a;
                background-color:inherit;
	text-decoration: none;
	}

/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #666666;
                background-color:inherit;
	margin-top: 10px;
                margin-bottom: 10px;
	}

#powered a	{
	color: #2c5e8a;
                background-color:inherit;
	text-decoration: none;
	}




/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
                background-image: url(images/foot_fushan.jpg);
	background-repeat: no-repeat;
	padding: 10px 5px 5px 5px;
                background-color:inherit;
                color:#333333;
                font-size: 0.75em;
                font-weight: bold;
                text-align:center;
                margin-bottom:0;
                clear: both;
	}




