/*基本的なところ*/
*{box-sizing:border-box; -moz-box-sizing:border-box; color:#333; padding:0; margin:0; font-family:Osaka,Arial,sans-serif;}
BODY{margin:0 auto;　text-align:left; font-size:12px;  overflow-x:hidden; overflow-y:hidden;}
#all {margin:0 auto; width:700px; height:100%; border-right:solid 1px #999; border-left:solid 1px #999; overflow:hidden;}

/* リンクやら強調やら */
A{color:#432f2f; text-decoration:none;}
a:link,a:active,a:visited{color:#715c1f;}
a:hover{color:#9c3;}
em {font-weight:bold;}
strong {color:#009999;}

/*見出しとか*/
h1,h2,h3{font-weight:normal;text-align:left; font-family:Osaka,Arial}
h1{ padding:10px 5px; font-size:200%; color:#ebe1a9; }
h2{ margin:3px 0px 5px -13px; padding:0px 5px; color:#033; border-left:10px double #330; font-size:110%;}
h3{ margin:3px 0px 5px -13px; padding:2px 5px; height:10px; color:#366;font-weight:bold;
   border-left:3px solid #fc3;}
BR{letter-spacing:normal;}

/*ヘッダー*/
.head{width:700px; height:10%; text-align:right; border-bottom:solid 1px #999; background:url(pict/bg_head02.gif); background-repeat : no-repeat; }

/*リスト（横置き囲み均等幅）*/
.menu{width:600px; height:20px; margin:0 auto; background-color:#cc9;}
ul{list-style:non outside; background-color:#ccc; clear: both;}
li{width:150px; float:left; text-align:center; border-right:solid 1px #999;}
li a{display: block;}
li a:hover{background-color:#363; position: relative;}

/*本文左(2カラムしたいとき)*/
.2colum{width:210px; font-family:Verdana,"MS UI Gothic",sans-serif;}

/*本文右*/
.txt {width:600px; height:82%; padding:30px 45px; overflow-x:hidden;
      text-align:left; line-height:15px;}

.ill {width:100%; height:93%; overflow-y:auto; padding:10px;
      text-align:left; line-height:13px; font-size:80%;}

.com {width:630px; height:95%; padding:5px 30px; overflow-x:hidden; overflow-y:auto;
      text-align:center; line-height:13px;font-size:80%;}

.update{width:300px; color:#8b968d; text-align:left; line-height:11px; font-size:80%;}

/*絵に対して*/
IMG{border:0px;}

/*フッター*/
.foot{width:100%; height:2%; text-align:center;  font-size:75%; color:#033; background:url(pict/bg01.gif);}
.ill_foot{width:100%; height:2%; text-align:right;}

/*拍手用*/
TABLE{ text-align:left;  font-size:12px; line-height:20px;}
INPUT{ font-size:12px; line-height:20px; font-family:Verdana,"MS UI Gothic",sans-serif;  boder:1px #555 solid; }
TEXTAREA{text-align:left;  font-size:12px; line-height:20px;}