.table1 { 
width: 828px; /* テーブルの横幅 */ 
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
} 

.table1 TD { 
border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */ 
} 
a:link{
color:#000000;text-decoration:underline;
}
a:visited{
color:#000000;text-decoration:underline;
}
h1 {
font-size:14px;
font-weight:bold;
display:inline;
}
h2 {
font-size:13px;
font-weight:bold;
display:inline;
}
h3 {
font-size:12px;
font-weight:normal;
color:#333333;
line-height:1.5;
display:inline;
}
#closeup {
  position: relative;
  display: block;
  width: 242px;
  height: 162px;
  margin:0 auto;
}
#closeup span {
  background: url(../../png/closeup.png) no-repeat center top;
  width: 242px;
  height: 162px;
  display: block;
  position: absolute;
}
body p{
font-size:12px;
color:#333333;
line-height:1.5;
display:inline;
}
body ul{
font-size:10px;
color:#cccccc;
line-height:1.2;
display:inline;
}
td{
    background-repeat:no-repeat;
}