
/* 全体の装飾 */

*{
font-size: 10pt;
font-family: 'ＭＳ ゴシック',Osaka,sans-serif;
color: #42426F;

}

BODY{
margin: 0 0 0 50px; 
padding: 0; 
text-align: center; 
background-image: url(image/back.gif);
}

BODY,P,TD{line-height:14pt;}

BR{letter-spacing:normal;}

P {margin: 0 0 15px 0;}


/* リンク */

A{
  text-decoration : none;color : #009900;
}
A:HOVER{
color :#009900;
text-decoration : none;
cursor : default;
visibility : visible;
float : none;
clear : none;
position : relative;
left : 1pt;
}

/* レイアウト*/

div#main{ 
width: 450px;
margin: 0 0 0 18px;
padding: 0;
text-align: left;
vertical-align: top;
}

div.text{
width: 404px;
margin: 0;
padding: 20px 15px 0 10px;
text-align: left;
vertical-align: top;
}
div.text{
width: 380px;
}

/* タイトル */



/* 見出し */

h1    { 

padding-top: 10px;
padding-left: 30px;  
margin: 0; 
color: #4682B4; 
font-size: small; 
font-weight: bold;
background: url("image/midashi.gif") no-repeat 0% 50%; 
text-align: left;
}



/* 画像関係 */

img{
border:none; 
margin:0;
}


p.m{ 
text-align: right; 
margin: 0 0 5px 0;
}
p.m2{ 
text-align: right; 
margin: 0 10px 5px 0;
}

span.now{
color : #4682B4; 
font-weight:bold; 
text-decoration:none; 
}


td#over {
background:url(image/over.gif) no-repeat;
height:232px


}
td#middle {
background:url(image/middle.gif) repeat-y;


}

td#under {
background:url(image/under.gif) no-repeat;
height:55px


}
