@charset "Shift_JIS";
/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素初期化（一部#ID） */
*	{
  scrollbar-highlight-color:#888888;
  scrollbar-shadow-color:#888888;
  scrollbar-arrow-color:#888888;
  scrollbar-face-color:#333333;
  scrollbar-3dlight-color:#888888;
  scrollbar-track-color:#888888;
  scrollbar-darkshadow-color:#888888;
	margin:0px;
 	padding:0px;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
}

/* 基本構造 */
html	{
		margin:0;
		padding:0;
}

body{
	font-size: 12px;
	color:#999999;
  background:#293236 url('images2/bg03.jpg');
  height:100%;
	margin:0px;
	padding:0;
}

hr{}


/* 画像下の余白をなくす */
img{
    vertical-align: bottom;
    border:0px;
   }



.thumb{
  border:0px solid #333333;
      }

/* 見出し */
h1,h2,h3,h4,h5,h6	{}
h1  {font-size: 100%;}
h2	{ font-size: 18px; font-weight:bold;}
h3	{ font-size: 100%;
		margin:0px;
		padding-top:5px;
}
h4	{ font-size: 100%; }
h5	{ font-size: 100%; }
h6	{ font-size: 100%; }

/* 段落 */
p	{ 
	  margin: 0 0;
	  padding:0;
	  font-size: 100%;
}

/* アンカー */
a	{
	color: lightcoral;
	text-decoration: none;
  font-weight:bold;
		}
	a:link	{	}
	a:visited	{	}
	a:hover	{
  color: red;
  font-size:120%;
  }
	a:active	{	}
	a:focus	{	}



/* リスト */
ol	{
	margin: 1em 10px;
	padding: 1px 0;
	list-style-position: inside;
}
	ol li	{

	}


ul	{

}
	ul li	{

	}
	


/* アドレス */
address	{}



/* ***********************************************

	/* -- レイアウト（共通） -- */

  #container{
  margin:0 auto;
  width:920px;

  }

	#wrap {
  
		width:100%;
		float:left;
    height:100%;
	}
	#content {
  width:600px;
  margin:0 auto;
  height:100%;
	}

	#sidebar {
		float:right;
		width:160px;
	}
	#movable {
		width:160px;
	}

/* ***********************************************

	/* -- デザイン（共通） -- */
	#content .column {
		background-color:#FFFFFF;
		border:0px solid #eee;
		padding:0 30px 0;
    margin:0 0;

		height:100%;
	}
	
	#movable {
		background-color:;
		border:0px solid #c9d8ed;
		padding:0px;
		height:;
	}



/* ***********************************************
/* 各#ID＆.class */



/* エンターページ */



.e_font{
width:;
text-align:center;
margin:40px auto 0;
background:white;
padding:30px 50px;

}








/* ヘッダー */
  
div#HEADER	{
  background:url('images2/top_title02.jpg');
	margin:0px 0px 0px;
  padding:0px 0px 0px;
		height: 130px;
	position:relative;	
	text-align:left;/*インラインの中央揃えを左寄せにセット*/
  vertical-align: text-bottom;
  border-color:#777777;
  border-right:0px solid;
  border-bottom:0px double;
  border-left:0px solid;
}



/* コメント欄 */
#comment{
	margin:10px 30px 0px 3px;
	padding:5px 33px;
  color:#494949;
  width:;
  background-color:;
  border-style:double;
  border-width:4px 0px;
  border-color:#333333;
         }




/* メニュー */

div#movable{
	margin:0px 0px 0px 0px;
  width:100%;
  height:;
  background:;
	position:relative;
  font-family:Impact;
}

#movable ul {
	margin:0 0;
  position:;

}

#movable li {
	margin:12px 0px 0px 0px;
  display:block;
	float:;
	width:160px;
  height:24px;
  background:;
	list-style-type:none;
}

#movable ul li {
}


#movable li a {
  line-height:170%;
	margin:0px;
	height:24px;
	display:block;
	border:none;
  color:#ffffff;
  text-align:center;
  text-decoration: none;
}

#movable li a:hover {
	background:#777777;
	color:#ffffff;
  line-height:170%;
}




/* 更新テーブル */

#update{
	margin:30px 0px 0px 0px;
  padding:0px 0px 8px;
  width:160px;
  font-family:Impact;
	pogition:relative;
	background-color:;
	border-bottom:14px solid #8B9A98;
	text-align:center;
        }

#update h2{
  margin:0px 0px 4px;
  padding:0 0;
  color:white;
  font-size:16px;
  font-weight:normal;
  background-color:#8B9A98;
}
#update h3{
  margin:0px 0px 0px;
  padding:0px 0px;
  color:#FFFFFF;
  border-left:0px solid #646A69;
  border-right:0px solid #646A69;
  border-bottom:0px solid #646A69;
}




/* フッター */
		
div#FOOTER	{
	clear:both;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
	background:url('images2/footer_bg02.jpg');
	text-align:center;
  width:100%;
  height:90px;
  border-top:0px double #777777;
  border-bottom:0px solid #000000;
  border-left:0px solid #d7d7b2;
  border-right:0px solid #d7d7b2;
}
div#FOOTER h3{
  padding:33px 0px 0px 0px;
  color:#444444;
	margin:0;
}

div#FOOTER h4{
  color:#444444;
	margin:0;
	font-size:85%;
}






/**********************************************/
/************** 各ページ共通 ******************/
/**********************************************/


/* ページの頭にくる表題画像 */
.my_midashi{
  margin:0 0;
}


/* コンテンツを格納するブロック要素 */
#main_area{

  margin:0px 0px 0px 0px;
  padding:10px 0px 10px;
  
  border:0px solid #000000;
          }



/**********************************************/
/************** 漫画ページ ********************/
/**********************************************/






/* まえおき */
#maeoki{
  margin:0px 0px 30px 0px;
  padding:5px 0px 5px 120px;
  color:#777777;
  border:0px solid #000000;
  
       }

.section{
  width:538px;
  margin:0px 0px 20px 0px;
  padding:5px 0px;
  border:1px solid #888888;
  clear:both;
  background:#FFFFFF url('') no-repeat;
        }

.work_title{
  margin:8px 5px 1px;
  padding:0px 0px 0px 18px;
  font-weight:bold;
  font-size:16px;
  line-height:170%;
  height:27px;
  color:#7B6C6F;
  background: url('') no-repeat;
  border-bottom:0px double #333333;
           }

.work_cont{
  clear:both;
  height:100%;
  margin:0px 5px 5px 10px;
  padding:0px 0px 0px;
  border-bottom:0px solid #333333;
}

.work_thumb{
  margin:0px 5px 2px 0px;
  padding:0px 0px;
  float:right;
           }

.work_text{
  float:left;
  width:360px;
  margin:0px 0px;
  padding:0px 0px;
  background:;
           }

.work_data{
  margin:0px 5px;
  padding:0px 12px;
  color:white;
  background:#999999;
          }

.icon_story{
  width:70px;
  margin:10px 10px 0px;
  padding:0px 0px;
  color:#FFFFFF;
  background:#777777;
  text-align:center;
  border:0px solid #BE9C9F;
           }

.work_story{
  margin:0px 8px 5px;
  padding:2px 5px 5px 5px;
  color:#666666;
  border-top:0px dashed #333333;
  border-bottom:1px solid #999999;
  background:;
           }

.jushou{
clear:left;
color:#D64962;
font-weight:bold;
font-size:12px;
}


.kenbi_title{
  color:#888888;
  margin:8px 12px 0px;
  padding:0px 0px;
  font-size:14px;
  font-weight:bold;
  border-bottom:0px solid #333333;
            }




/* 「ショート・ショート」 */

.short2_cont{
  clear:both;
  height:100%;
  margin:10px 5px 5px;
  padding:10px 0px 10px;
  border-top:2px dotted #555555;
            }

.short2_title{
  float:left;
  margin:0px 0px 0px 15px;
  color: #888888;
  font-weight: bold;
             }

.short2_main{
  float:right;
  margin:0px 15px 0px 0px;
            }

.short2_work{

            }

.short2{
       }

.short2 a{
  text-decoration : none;
  background-color : #EEEEEE;
  color : #333333;
         }

.short2 a:hover{
  background-color : #333333;
  color : white;
        }




/* 漫画作品表示ページ */

.comic_workpage_body{
  background: #313131 url('');
  color: white;
  font-size: 12px;
  line-height: 140%;
                }


.comic_workpage_body a{
  color: lightcoral;
  font-size: 12px;
  line-height: 140%;
                }


.comic_workpage_body a:hover{
  font-weight: bold;
  color: lightcoral;
  font-size: 12px;
  line-height: 140%;
                }


.comic_workpage_caption{
font-size:9pt;
color:steelblue;
line-height:140%;
                       }


.kaisetsu{
  margin:30px 0px;
  color: white;
  font-size: 12px;
  line-height: 140%;
         }


.kaisetsu_body{
background:#313131;
              }








/************************************************/
/************ イラストページ ********************/
/************************************************/



/* 最近のらくがき */

#rakugaki{
margin:0 0;
width:538px;
height:200px;
border:1px solid #777777;
}

.sm {
list-style:none;
width:538px;
height:200px;
display:block;
overflow:hidden;
float:left;
}

.sm li {
float:left;
display:inline;
overflow:hidden}




#illu{
clear:both;
margin:20px 0px 0px 0px;
padding:0;
     }



#illu img{
margin:0 0 0 0;
border:1px solid #333333;
           }


.illupage_title{
margin:10px 0px 5px 0px;
padding:0px 15px;
height:22px;
color:#ffffff;
line-height:180%;
background:#646777 url('') no-repeat;
border:0px solid #333333;
                }


/* イラスト */
.list_A{
margin:0 2px 8px 0;
height:90px;
width:86px;
border-bottom:2px dotted #333333;
float:left;

}





/* 歴代トップ絵 */




/***********************************************/
/************* リンクページ ********************/
/***********************************************/

/* ロールオーバーで画像透明度変更 */
#link_tbl a:hover img{
	    opacity:0.6;
	    filter: alpha(opacity=60);
      position:relative;
      top:2px;
      left:2px;
            }


/* バナー */
#banner{
margin:15px 0px 50px 20px;
padding:5px 0 5px;
text-align:center;
width:500px;
height:80px;
border-top:2px dotted #646777;
border-bottom:2px dotted #646777
}

#banner h3{
  margin:0 0;
  padding:0px 0px;
  width:;
  color:#FFFFFF;
  background:#646777 url('');
          }

#bnr01{
margin:15px 0px 0px 20px;
float:left;
}
#bnr02{
margin:15px 20px 0px 0px;
float:right;
}


#link_tbl{
  margin:0px 0px 0px 0px;
         }


#kensaku{
  margin:30px 15px 0px 0px;
  padding:0px 0px 0px 10px;
  border-bottom:1px solid #333333;
  font-weight:bold;
        }



/***********************************************/
/************** 紹介ページ *********************/
/***********************************************/

#my_shoukai{
margin:0px 0px 150px 0px;
}



.shokai_title{
margin:25px 0px 5px 0px;
padding:0px 15px;
height:22px;
color:#ffffff;
line-height:180%;
background:#646777 url('') no-repeat;
border:0px solid #333333;
}

.shokai_data{
  margin:0px 25px 0px 100px;
  padding:0;
}




#shitumon_title{
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 20px;
  color:#FFFFFF;
  background:#646777 url('') repeat-y;
  border:0px solid #000000;
  
       }



#shitumon_main{
  margin:20px 0px 0px 0px;
  padding:0 0 0 0px;
  width:540px;
  border:0px solid #333333;
             }


#shitumon_tbl{
  margin:0px 0px 0px 30px;
  padding:0 0 0 0px;
             }


.spaceA{      
  color : white;
  text-align : center; 
  width : 40px;
  height : 35px;
  background-color : #9D5B5E;
       }

.spaceB{
  width : 40px;
  height : 40px;
  background-color : #CCCCCC;
        }

.asks{
  color : #FFFFFF;
  background-color : #C47173;
  font-size : 12px;
  line-height: 140%;
  padding :3px 0 3px 10px;

     }

.answers{
  color : #5B636A;
  background-color : #FFFFFF;
  font-size : 12px;
  line-height: 140%;
  padding :0 0 0 10px;
  border:1px solid #88989D;
        }


