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

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

#container {
	width: 790px;
	}


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

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

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


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

	/* ブログの横幅設定 */
	#three #container {
		width: 800px;
		}
	/* 左サイドバーの横幅 */
	#three #left	{
		width: 190px;
		}

	/* 中央コンテンツ部分の横幅 */
	#three #center	{
		width: 420px;
		}

	/* 右サイドバーの横幅 */
	#three #right	{
		width: 190px;
		}



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

body {
       	text-align: center;
                font-family: verdana,arial,"\30D2\30E9\30AE\30CE\20Pro\20W3",osaka,HiraKakuPro-W3,sans-serif;
	}
a:link { color:#090; }
a:visited { color: #33991F; }
a:hover { color: #FF8C00; }
a:active { color: #FF8C00; }

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

#left {
	float: left;
	}

#center {
	float: left;
	}

#right {
	float: right;
	}

#footer	{
	clear: both;
	}




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

body	{
	background-image: url(http://www.trial-ver.com/images/bgc.jpeg);
	}

#container	{
	background-color: #ffffff;
	}

#main	{
	padding-top: 10px;
	}

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

	/* ヘッダー部分の左右の余白 */
	#banner div	{
		margin-left: 20px;
		margin-right: 20px;
		}

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

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

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

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

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

/* ++++++ ヘッダー部分のデザイン ++++++ */

/* ヘッダー */
#banner	{
	padding: 15px 0;
　　　　　　　background-repeat: no-repeat;
　　　　　　　background-position: 0 0;
　　　　　　　background-image: url(http://www.trial-ver.com/images/bgi.jpeg);
	}

#banner h1	{
                margin-top: 5px;
	font-size: 1.7em;
	margin-bottom: 0;
	}


#banner h1 a:link, h1 a:visited {
	color:#666;
	text-decoration: none;
              }
#banner h1 a:hover, h1 a:active {
	color:#CCC;
	text-decoration: none;
              }

#banner h2	{
	font-size: 0.82em;
	margin-top: 8px;
                color:#666;
                font-weight: normal;
	margin-bottom: 10px;
	}



/* ++++++ コンテンツ部分のデザイン ++++++ */
/*--------------------------------------------------------
2.05、属性データ
--------------------------------------------------------*/

dl.jzokusei dt {
  clear: left;
  float: left;
  width: 8em;
  color: #666;
  font-size: 0.78em;
}

dl.jzokusei dd {
  margin-bottom: 0.8em;
  margin-left: : 3em;
  color: #666;
  font-size: 0.78em;
}

------------------------------------------------------
2.2、ヒロインデータ
--------------------------------------------------------*/

div.heroine{
        margin-bottom: 25px;
}

dl.heroinedl dt{
        margin-top: 15px;
        color: #666;
        font-size: 0.78em;
}

dl.heroinedl dd{
        margin-top: 5px;
        margin-left: 25px;
        color: #666;
        font-size: 0.78em;
}

dl.hzokusei{
        margin: 0px 0 0 25px;
        padding: 0;
}

dl.hzokusei dt {
  clear: left;
  float: left;
  width: 5em;
  color: #666;
  font-size: 0.78em;
}

dl.hzokusei dd {
  margin-bottom: 0.8em;
  margin-left: : 1em;
  color: #666;
  font-size: 0.78em;
}

------------------------------------------------------
2.29、箇条書き
--------------------------------------------------------*/


ul.list01	{
	font-size: 0.78em;
	color: #666;
	line-height: 150%;
                 padding-bottom: 0px;
                 margin-bottom: 6px;
	}
	
/* フリーエリア */

.top_entry-index {
	margin: 8px 0px 30px 0px; width: 535px;
	border: solid 1px #090;
                      }

.top_entry-body {
	margin: 10px; 
                padding: 5px;
                        }

.top_entry-body h2 {
	font-size: 1.15em;
	color: #666;
                margin-top: 0px;
                margin-left: 12px;
                     }               

.top_entry-body p	{
	font-size: 0.77em;
	color: #666;
	line-height: 150%;
                margin-bottom: 0px;
                margin-left: 12px;
	}
.top_entry-body p.index{
	font-size: 0.77em;
	color: #666;
	line-height: 150%;
                margin-top: 3px;
                margin-bottom: 0px;
                margin-left: 12px;
	}

.top_entry-body p.indexinfo{
                             margin-top: 8px;
                             padding-top: 0px;
                                     }
                
.top_entry-body pre{
                margin-left: 12px;
　　　　　　　margin-top: 3px;　　
	}

span.red {
              color: #FF0000;
              }

.top_entry-body div.update{
                                font-size: 0.75em;
                                color: #666;
		padding:1px 3px 3px 5px; 
	　　　　　　　margin: 0px 3px 3px 8px; 
		height:110px;
		overflow:auto;
		}

.update div{
	line-height: 130%;
                margin-bottom: 7px;
               }

.top_entry-body p.log{
		padding:0px 0px 0px 0px; 
	　　　　　　　margin: 5px 5px 0px 0px; 
                                text-align: right;
                                     }

/* エントリー */
.entry table.entrytable{
             margin-left:10px;
             margin-top: 20px;
               }

.entry p.entrytable-right{
              margin-left: 10px;
              }

.entry table.entrytable02{
             margin-left: 12px;
             margin-top: 40px;
               }
			   
.entry span.intro {
              line-height: 250%;
	font-size: 1.07em;
               }
			   
.entry h3.intro02 {
	font-size: 0.845em;
	color: #666;
                 padding-bottom: 0px;
                 margin-bottom: 0px;
                 margin-top: 30px;
               }			   

strong.red {
              color: #FF3333;
              }

.entry p.introat {
                 margin-top: 30px;
               }	
             
			   
.entry table.index	{
	font-size: 0.75em;
                color: #666;
                line-height: 150%;
                width: 100%;
                margin: 20px 0px 20px 0px;
	}

.entry table div.or	{
	font-size: 0.75em;
                color: #666;
                line-height: 150%;
                 text-align: center;
	}

.entry td.indexbar{
               background-color: #eaeaea;
               }

.entry span.index01{
              padding: 1px 32px 1px 8px;
               }

.entry span.index02{
              padding-left: 8px;
               }

.entry h2	{
	font-size: 1.15em;
	color: #FF8C00;
	}

.entry h2 a { text-decoration: none; border: 0 }
.entry h2 a:link, 
.entry h2 a:visited { color: #FF8C00; }
.entry h2 a:hover, 
.entry h2 a:active { color: #090; }

.entry p	{
	font-size: 0.78em;
	color: #666;
	line-height: 150%;
                 padding-bottom: 0px;
                 margin-bottom: 6px;
	}

.entry div.entry-footer{
                 font-size: 0.68em;
                 padding-top: 7px;
                 padding-bottom: 0px;
                 margin-bottom: 0px;
                 text-align: right;
                    }

.entry p.posted	{
	font-size: 0.68em;
	color: #666;
	border-top: solid 2px #EFEFEF;
	padding-top: 6px;
	}

p.entry-link	{
	font-size: 0.8em;
	}

span.moindex {
　　　　　　　letter-spacing: 0.07em;　
	}  

pre	{
	font-size: 0.8em;
	color: #666;
	line-height: 125%;
                 padding: 0px 0px 0px 0px;
                 margin: 0px 0px 0px 0px;
　　　　　　　letter-spacing: 0.3em;　
	}

.entry p.posted a { text-decoration: none; border: 0 }
.entry p.posted a:link, 
.entry p.posted a:visited { color: #999; }
.entry p.posted a:hover, 
.entry p.posted a:active { color: #666; }


.entry	{
	margin-bottom: 40px;
	}

.top_entry-body2 div.date{
	　　　　　　　margin: 30px 0px 20px 0px;
		}

.top_entry-body2 div.update{
                                font-size: 0.75em;
                                color: #666;
		padding:0px 3px 3px 1px; 
	　　　　　　　margin: 0px 3px 3px 0px; 
		}

/* 前後のエントリーへのリンク */

.entry p.entrylink00	{
	font-size: 0.77em;
	margin-bottom: 0px;
	}



/* トラックバック */

#trackbacks	{
	border: solid 1px khaki;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: dotted 1px khaki;
	padding-top: 20px;
	}

#trackbacks a	{
	color: #3366aa;
	}



/* コメント */

#comments	{
	border: solid 1px khaki;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: dotted 1px khaki;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: dotted 1px khaki;
	padding-top: 40px;
	}

#comments a	{
	color: #3366aa;
	}

/* カテゴリーデータ */

#categorydata h2	{
	font-size: 0.96em;
                color: #666;
	border-bottom: solid 2px #d3d3d3;
	padding-bottom: 8px;
	}


#categorydata li	{
	font-size: 0.78em;
	color: #666;
	margin-bottom: 7px;
	}

#categorydata span{
               font-size: 0.72em;
               margin-left: 10px;
                }

#categorydata div.paginate {
             text-align: center;
              font-size: 0.88em;
              margin-top: 30px;
             }

#categorydata div.paginate a { text-decoration: none; border: 0 }

#categorydata	{
	border-bottom: solid 2px #d3d3d3;
	}


/* 月別データ */

#monthdata h2	{
	font-size: 0.96em;
                color: #666;
	border-bottom: solid 2px #d3d3d3;
	padding-bottom: 8px;
	}


#monthdata li	{
	font-size: 0.77em;
	color: #666;
	margin-bottom: 7px;
	}

#monthdata span{
               font-size: 0.71em;
               margin-left: 10px;
                }

#monthdata	{
	border-bottom: solid 2px #d3d3d3;
	}
/* ++++++ サイドバー部分のデザイン ++++++ */

/* 検索ページのデザイン */

.search{
     margin: 20px;
     font-size: 0.78em;
     }

.search h2{
     font-size: 1.2em;
              }

.search h3{
     font-size: 1.4em;
              }

/* メニュー */
.sidebar h2	{
	font-size: 0.77em;
	margin-bottom: 0px;
	text-align:left;
                color: #666;
                border-style:solid;
                border-width: 0px 0px 1px 0px;
                border-color: #090;
	padding: 4px 0 4px;
	}

.sidebar span{
                color: #090;
                  }

.sidebar a { text-decoration: none; border: 0 }

.sidebar ul	{
	font-size: 0.70em;
                line-height: 170%;
                color: #090;
	list-style-type:inside
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:0;
	padding-left:15px;　
	}

.mail p	{
	font-size: 0.70em;
	color: #666;
                margin: 12px 0px 12px 0px;
	}

	#archives form	{
	margin-top: 20px;
	margin-bottom: 30px;
	}

#archives select	{
	width: 180px;
	font-size: 0.78em;
	color: #666;
	}
	
/* ++++++ フッター部分のデザイン ++++++ */

.footerinfo{
               width: 500px
	text-align:left;
                color: #666;
                border-top: solid 2px #EFEFEF;
                margin: 0px 10px;
                padding-top:10px; 
                font-size: 0.55em;
                }

.footerinfo div.copyright	{
	font-size: 1.15em;
	color: #666;
                margin: 0px 0px 6px 0px;
	}

.footerinfo span.powered-footer a { text-decoration: none; border: 0 }
.footerinfo span.powered-footer a:link, 
.footerinfo span.powered-footer a:visited { color: #999; }
.footerinfo span.powered-footer a:hover, 
.footerinfo span.powered-footer a:active { color: #666; }






