@charset "Shift_JIS";

/* 全体の指定　*/

* {margin:0; padding:0; border:0;}

html {height:100%;}

body {height:100%; width:100%;}

html,body {overflow:hidden;}


#left {position:absolute; top:0px; left:10px; height:100%;

       background:url(img/tree04.gif) no-repeat left bottom; 

       border-right:1px solid #aaa;}

#main {overflow:auto; height:100%; padding-left:280px; line-height:2.0;}


div.wrapper {width:100%; height:100%;}


/* リンクに関する設定　*/

a {text-decoration:none;}

a:link,a:visited {color:#999; border-bottom:1px dotted #c0c0c0;}

a:hover {color:#c0c0c0; border-bottom:1px dotted #000;}

.menu li a {display:block; width:15em;}


/* リストに関する基本設定　*/

li {list-style:none;}


/* リストで組んだメニューナビゲーションの設定　*/

.menu li { font-family:verdana; font-size:80%; padding:5px; }


/* サイト内段落の基本設定　*/

p {font-size:80%; color:#808080; padding:0 10px;}


/* 見出しの設定　*/

h1 {font-size:100%; padding:12px 12 0 12; margin-bottom:10px; border-bottom:1px dotted #c0c0c0;width:200px}

h2 {font-size:100%; font-family:verdana;}



/* Homeの更新履歴部分のテキストエリア　*/

textarea#normal {border:none; font-size:100%; color:#000; width:270px; height:40px;}


/* Aboutのサイトアドレス部分　*/

address.author {font-style:normal; font-size:80%; color:#808080;}


/* ページ右下のSkip to top　*/

p.skip {text-align:right;}


/* テキストカラーの部分指定　*/

span.color {color:#f58c5f;}


/* フォームへの指定 　*/

input, textarea {background:transparent; border:solid 1px #aaa;}

input#name, #mail, #address {width:188px;}

p.mail {margin-left:8px;}
p.url  {margin-left:15px;}

textarea {color:#808080; font-size:80%; width:220px; height:60px;}

input#submit, #reset {width:108px; color:#808080;}


/* IE用 スクロールバーのデザイン　*/

*html {scrollbar-face-color:#dc; 
       scrollbar-track-color:#fff;
       scrollbar-arrow-color:#aaa;
       scrollbar-highlight-color:#fff; 
       scrollbar-shadow-color:#fff;
       scrollbar-3dlight-color:#fff; 
       scrollbar-darkshadow-color:#fff; }