* { margin : 0 ; padding : 0 ; }

html,body { 
width : 100%;
height: 100%;
font-size: 100%;
margin: 0;
background-image: url("images/tbg.gif");
background-repeat: repeat;
background-position: center;
 }

#base { 
width : 800px;
height: 100%;
margin-right: auto;
margin-left: auto;
 }

/* メイン部分設定 */
#main { 
height: 100%;
}

#header { 
height: 100px;
background-color: #74CB9F;
background-image: url("images/title2.jpg");
background-repeat: no-repeat;
border-style: double;
border-width: 0px 0px 3px 0px;
border-color: #8f8f63; }

#footer { 
width: 100% ;
height: 30px;
clear: both ;
background-color: #E0E0B3;
border-style: double;
border-width: 3px 0px 0px 0px;
border-color: #8f8f63; }

#right {
float:right;
width: 140px;
padding: 30px 5px 0px 5px;
background-color: ;

}

#left {
float:left;
width: 150px;
height: 100%;
padding: 10px;
background-color: #F3FBFA;
}


#menu box {
width: 80%;
padding: 2px;
margin-top: 20px;
margin-bottom:0px; }


/* リンクの設定 */

A.menu {
display:block; 
border-bottom:1px dotted #82a382;
background-image: url('images/ic_po_gr.gif'); 
background-repeat: no-repeat;
text-align: left;
font-size: 90%;
font-weight: bold;
padding:2px 2px 2px 30px;
text-decoration:none;
color:#2e4157;
width:; 
margin:2px 0px;
height:1em;
}

A.menu:hover {
display:block; 
border-bottom:1px dotted #efefbf;
background-image: url('images/ic_po_gr.gif'); 
background-repeat: no-repeat;
background-color: #E5EDBB;
text-align: left;
font-size:90%;
font-weight: bold;
padding:2px 2px 2px 30px;
text-decoration:none;
color:#573f2e;
width:; 
margin:2px 0px;
height:1em; 
}

A.text:link { color: #697469; font-weight: bold; text-decoration: none ; margin-top: 20px;}
A.text:visited { color: #697469; font-weight: bold; text-decoration: none }　
A.text:active { color: #C1C14D; font-weight: bold; text-decoration: none }
A.text:hover { color: #C1C14D; font-weight: bold; text-decoration: none }


/* 文字の設定 */

P { 
font-size : 1em;
line-height: 150%;
font-family: "MS Pゴシック",Trebuchet MS,sans-serif } 

.readable {
font-size: 0.8em;
color: #090909;
line-height: 150%; }

.info {
font-size: 0.8em;
color: ;
margin: 10px 10px 10px 10px ;
line-height: 150%;
}

.info2 {
font-size: 0.5em;
color: #888888;
margin: 10px 30px 10px 30px ;
line-height: 200%;
}
.s {
font-size: 0.5em;
line-height: 150%; }


h1 {
font-size: 0.9em;
font-weight: bold;
color: #996666;
border-style: double;
border-color: #DBE69C;
border-width: 0px 0px 1px 16px;
padding: 5px;
margin: 20px 20px 0px 20px; }


/* テーブル設定 */

TABLE.info {
cellspacing: 10px;
cellpadding: 10px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #996666; 
background-color: #f8ffdf;
margin: 10px 40px 10px 40px }


