
/* 全体の装飾 */

*{
font-size:x-small;
font-family:'ＭＳ ゴシック',Osaka,sans-serif;
color:#333333;
margin:0;
padding:0

}

BODY{
margin: 10px 0 0 0; padding: 0;  

background: url("image/menu.gif") no-repeat; 
padding-top:20px}

BODY,P,TD{line-height:150%; }

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}


#menu{
text-align: right; 
  text-decoration : underline;
color : #009900;

padding-left:400px}

/* リンク */

A{
  text-decoration : none;color : #009900;
}
A:HOVER{
  color :#009900;
  text-decoration : none;
  cursor : default;
  visibility : visible;
  float : none;
  clear : none;
  position : static;
  top : 1pt;
  left : 1pt;
}



/* タイトル */

h1    { 
width: 400px; height: 50px; 
text-align: right; 
word-spacing: 3px; letter-spacing: -0.1em; 
padding-top: 10px; padding-left: 40px; 
margin: 20px 0 25px 0; 
color: #800000; font-size: 100%; font-weight: bold;
background: url("image/tline.gif") no-repeat 100% 50%; 

}


span.midashi{
color: #cc6600; font-size: 14pt; font-weight: bold; 
}

/* 構成 */

div.class{
width: 350px; 
text-align: center;
margin: 10px 0 20px 0;
padding: 0;
}

/* 画像関係 */
img{border:none; margin:0; }

#main{
float:centerr;
width:500px;
background: url("image/menu2.gif") no-repeat 100% 100%;
padding:50px;
text-align: center; 
}

#main img{
border:2px #ccc dotted;
padding:5px;
margin:5px;


}

P {margin: 40px 20px;}
