BODY{
  background-position : center center;
  background:#d1e1e6;
  margin:0px 0px 0px;
}

body,td {
  font-size:x-small;
}

a:link {
	color:#004080;
}
a:hover {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:active {
	color:#666666;
}

td#base {
 text-align:left;
  vertical-align:top;
  background-color:white;
  width:487px;
  height:20px;
}

table#main {
  background:silver;
}



/*タイトルヘッダー*/
td.header {
	background-image: url(../img/n_back.gif);
	height: 20px;
	font-weight: bold;
	color: #666666;
}

/*レイアウトライン１*/
td.layout {
  border-bottom:1px dotted #307b60;
}

/*レイアウトライン２*/
td.layout2 {
 border-bottom:1px solid olive;
}

/*レイアウトライン３*/ 
td.layout3 {
 border-bottom:1px dotted gray;
}

/*メイン*/
td.base {
  backcolor:white;
  text-align:center;
  vertical-align:top;
}


/*イベントテーブル*/
table#event {
 border-collapse:0px;
 width:350px;
}
td.top {
    border:1px solid #21a0db;
    background:#C7E6E2;
    font:bold;
    color:#285294;
}
td.naka {
    border:1px solid #21a0db;
    background:white;
}
