body{
  color:#000000;
  background-image:url(../img/back.jpg);
  background-repeat:repeat-y;
  background-attachment:fixed;
  background-position:410px 0;
  background-color:#ffffff;
}

a:link{
  color:#0000ff;
  text-decoration:none;
  background-color:transparent;
}

a:visited{
  color:#800080;
  text-decoration:none;
  background-color:transparent;
}

a:hover{
  color:#ffffff;
  text-decoration:none;
  background-color:#0000ff;
}

a:hover img{
  background:#fff;
}

div.content{
  margin-left:0px;
  width:800px;
}


div.navigator, p.data{
  width:380px;
  text-align:right;
  margin-bottom:1em;
}

div.navigator {
  font-weight:bold;
}

.navigator p {
  margin:0;
}

ul#contents{
  list-style:none;
  width:360px;
  margin-left:0em;
  padding:0;
}

#contents li{
  clear:both;
  margin-left:0;
  padding:0;
}

img{
  border-style:none;
  margin:0px 0.5em 0.5em 0px;
  clear:both;
  float:left;
}

dl{
  margin:3em;
}

table{
  clear:left;
  margin:0px 10px 50px 10px;
  background-image:url(../img/screen_w.gif);
  line-height: normal;
}

td{
	padding-left:0.5em;
	padding-right:0.5em;
	border:1px solid #666;
	font-size: 14px;

}

td.zip_code,td.adress,td.phone{
  background-image:url(../img/screen_g.gif);
}

td.organization{
  background-image:url(../img/screen_r.gif);
  text-align:justify;
  width: 150px;
  color: #000000;
}

h2{
  color:#0000ff;
  margin-right:410px;
  font-size:medium;
  font-weight:bold;
  text-align:right;
  clear:left;
}

h3{
  clear:left;
  color:#000000;
  margin:1em 410px 0px 1em;
  font-size:small;
  font-weight:bold;
  text-align:right;
}

p.main{
  clear:left;
  color:#0000ff;
  margin:10px;
  font-size:medium;
  font-weight:bold;
  text-align:left;
}

pre{
  clear:left;
  color:#000000;
  margin:10px 410px 0px 30px;
  font-size:small;
  font-family :"MS UI Gothic",Osaka,sans-serif;
  text-align:left;
}

p{
/*  clear:left;*/
  color:#000000;
/*  margin:0em 410px 0px 10px;*/
  text-align:right;
  line-height:140%;
}

p.exposition{
  margin:0em 210px 0em 10px;
  background-image:url(../img/screen_w.gif);
  text-align:left;
}


li span{
  margin-left:1em;
  font-weight:bold;
}

td.adress { width: 165px}

td.zip_code { width: 100px}td.phone { width: 130px}

.none{
  display:none;
}


div.message {
  border:double 4px #666;
  position:absolute;
  top:200px;
  left:430px;
  height:17em;
  width:23em;
  overflow:auto;
  background-image:none;
  background-color:#fff;
  color:#333;
  text-align:left;
}

.message dl {
  margin:0.5em;
}

.message dt {
  color:#f00;
  background:#fff;
  font-weight:bold;
  margin-left:1em;
}

.message dd {
  color:#000;
  background:#fff;
  margin-left:2em;
}

.organization span {
  display:none;
}

.organization a:hover span {
  display:block;
  border:4px double #666;
  position:absolute;
  left:20%;
  margin-top:-3em;
  width:30em;
  color:#000;
  background:#0cc;
  padding:1em;
  font-weight:bold;
}

