h1, h2, h3, h4, h5, h6
{
  margin: 1em 0.5em 0 0; /* t r b l */
}

p
{
  margin: 0 0 0 0.4em;
}

h1
{
  background-color: #A0C0F0;
  font-size: 18px;
  font-family: Tahoma,sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  margin: 0;
  padding: 4px 10px 0 1px;
}

h2
{
  background-color: #A0B0E0;
  font-size: 16px;
  font-family: Tahoma,sans-serif;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 4px 10px 0 4px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

dl
{
	margin: 0 1em;
	padding: 2px 2px 2px 2px;
	background-color: #FAFAD0;
}

dt
{
	font-weight: bold;
}

dd
{
	font-size: small;
}

address
{
  font-size: small;
}

#abbr, #update
{
	text-align: right;
}

.la /* 言語 */
{
  font-size: small;
  text-align: right;
}

.abstract /* 概要文 */
{
  padding: 0 10em 0 3em;
}

img.text /* 画像によるテキスト */
{
	position: relative;
	vertical-align: -0.7ex;
	width: auto;
	height: 1.2em;
} 

.right
{
  text-align: right;
}
.col /* 囲み */
{
  font-size: 12px;
  padding: 20px;
}

h2.op
{
	text-align: right;
	margin: 0 0 0 25%;
  background-color: #E0C0FF;
  font-size: 14px;
  font-family: Tahoma,sans-serif;
  font-weight: normal;
  letter-spacing: 0em;
  text-align: right;
}

div.blue
{
	margin: 4px 10% 8px 2px;
	padding: 1px 4px 8px 4px;
	background-color: #DEF0FF;
}

.sankahi /* 参加費 */
{
  border: 0px solid #A080E0;
  background-color: #F0F0E0;
  text-align: right;
}

/*
td, th
{
  padding: 0 10px;
  border: 1px solid #A080E0;
}
*/

table{
  border-style: none;
}

#menu1 th {
  background-color: #A0C0F0;
}
#menu1 tr th:hover {
  background-color: lightblue;
}

#NewsItem dt {
  color: brown;
  font-size: 18px
}
#NewsItem dd {
  font-size: 18px
}

#NewsItem th {
  text-align: left;
  font-size: 18px
}
#NewsItem th:hover {
  background-color: yellow;
  color: red;
  font-size: large;
}

#table1 tr td:hover {
  background-color: #ffdaf8;
}