/* CSS Document */

/* report Font-------------*/
.topLink{
	font-size:10px;
	color:#FFFFFF;
}
.topLink a{
	color:#FFFFFF;
}
.topLink a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.bottom{
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	width:750px;
	height:85px;
}

.txtReport{
	margin:0 10px 0 15px;
	font-size:12px;
	color:#FFFFFF;
	line-height:170%;
}

/* tokyo -------------------*/
#tokyo{
	width:750px;
	background:url(../images/bg01.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#tokyo .main{
	width:710px;
	margin-left:20px;
	background:#B50C56;
}
/* kobe -------------------*/
#kobe{
	width:750px;
	background:url(../images/bg02.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#kobe .main{
	width:710px;
	margin-left:20px;
	background:#B02F87;
}


#contents {
  width: 750px;
  margin:0 auto;
  padding:0 0 50px 0;
  background-color:#FFFFFF;
  text-align:left;
}

#header a.textLink {
  padding: 0 10px 0 10px;
  font-size: 12px;
  line-height: 1em;
  color: #FF268D;
  font-weight: bold;}

#header a:link.textLink,
#header a:visited.textLink {
  color: #FF268D;
  font-weight: bold;
  text-decoration: underline;
}

#header a:hover.textLink,
#header a:active.textLink {
  color: #FF268D;
  font-weight: bold;
  text-decoration: none;
}

