/* CSS Document */

<!-- 

body, td, th, table { font-size: 11pt; } 
h1 { font-size: 10pt; } 
h2 { font-size: 11pt;
padding:0;
margin:0;
} 

A:link { color: #0000FF }   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #9933CC;
}
A:active { color: #CC3300 } /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #CC3300;
  text-decoration: none     /* 下線を消す */
}

.back{
width:626px;
background:url(img/t11.jpg);
line-height:30px;
font-size:11pt;
font-weight:bold;
color:#000000;
}

.back2{
width:626px;
background:url(img/t11.jpg);
line-height:30px;
font-size:11pt;
color:#000000;
}

.aka {
	color: #F00;
}


img {
margin: 0px;
padding: 0px;
border: none;
}

--> 
