
/* 全体の装飾 */

*{
font-size: 100%;
line-height: 1.5em;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#663300;

}

BODY,P,TD{line-height: 1.5em;margin: 0; 
padding: 0; 

}

BODY{
background-image: url(image/back.gif);
}



/* リンク */

A{
  text-decoration : none;color : #009900;
font-size: 100%;

}
A:HOVER{
  color :#009900;
  text-decoration : none;
  position : relative;
  bottom : 1px;
}

/* 構成 */


ul {position:absolute;
top:10px;
left:550px;


}
ul li{
font-size: 80%;
}



td#left {
width:100px;
}
td#right {
width:440px;
}
td#intop {
background:url(image/over.gif) no-repeat;
height:67px;
}
td#inmiddle {
 background:url(image/middle.gif) repeat-y;
}
td#inunder {
background:url(image/under.gif) no-repeat;
height:68px;
}

div#main{
padding: 0px 40px; 
margin: 0;
text-align: left;
vertical-align: top; 
}
div#main p{
font-size: 70%;
}



div.menu-layout{
width: 600px; 
height: 210px; 
margin: 0; 
padding: 0; 
text-align: right; 
}

div.menu-layout2{
width: 150px; 
height: 210px;
padding: 10px 10px 0 0; 
margin: 0; 
}

/* タイトル */
td#title{
height:220px;
width:500px;
}

h1{
color: #663300; font-size: 100%; font-weight: bold; 
margin: 0 0 0 200px;padding: 0; 

}

/* 見出し */

h2    { 
 padding:0 0 25px 40px;  margin: 0; 
color:#663300; font-weight: bold;
background:url("image/midashi.gif") no-repeat 0% 50%; 
 font-size: 80%; 
}

h3    { 
color: #cc6600; font-size:10pt; font-weight:bold;  text-indent : 1em;
margin: 0 0 15px 0; 

}

/* メニュー関係 */

    
#MENU   a{ 
font-weight: bold; 
text-decoration: none; 
color:#556B2F; 
font-size:11pt; }

#MENU   a:hover{
background-image: url(image/menuback.gif); 
text-decoration : none;
cursor : default;
visibility : visible;
float : none;
clear : none;
position : relative;
left: 0; bottom: 0; right: 0; top: 0;
}

p.m{ 
text-align: left; 
margin: 0 0 5px 0;
}
p.m2{ 
text-align: left; 
margin: 0 0 5px 20px;
}

/* 画像関係 */
img{border: none; margin: 0;}

/* テキストエリア */

textarea,input {

background-color: #F5F5DC; 
background-attachment: fixed; 
font-size: 10pt;
color: #663300;
font-family: 'MS UI Gothic';
background-color: #F5F5DC;
border-top: 2px dashed #F5F5DC;
border-bottom: 2px dashed #F5F5DC;
border-left: 2px dashed #F5F5DC;
border-right: 2px dashed #F5F5DC;

scrollbar-arrow-color: #cc3300;
scrollbar-face-color: #F5F5DC;
scrollbar-highlight-color: #F5F5DC;
scrollbar-3dlight-color :#F5F5DC;
scrollbar-track-color: #F5F5DC;
scrollbar-darkshadow-color: #F5F5DC;
scrollbar-shadow-color: #F5F5DC; 
}


