/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F2668B;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: times, arial, sans-serif;
	}
	

#shell {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	}
#shell tr {
	margin: 0px;
	padding: 0px;
	}
#shell td {
	margin: 0px;
	padding: 0px;
	}
#shell-left {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bg_pattern.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}
#shell-center {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
	border: 1px solid #F2668B;
/*	border-left: 1px solid #F2668B; */
/*	border-right: 1px solid #F2668B; */
	}
.news {
  width: 680px;
  border: 1px solid #F2668B;
  border-spacing: 0px;
  }
.news td,
.news b,
.news p {
  margin: 5px;
  }
a {
  color: #F50659;
  text-decoration: underline;
  font-weight: bolder;
}
a:visited {
  color: #F2668B;
}
#shell-right {
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(images/bg_pattern.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}
	
#banner {
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
	border-bottom: 1px solid #F2668B;
	}
	
#flag-us {
	position: relative;
	top: -245px;
	left: 708px;
	z-index: 2;
	border: 0px;
	}
	
#flag-jp {
	position: relative;
	top: -245px;
	left: 698px;
	z-index: 2;
	border: 0px;
	}
	

#menu {
	margin: 0px;
	width: 100%;
	font-weight: bold;
	color: #F50659;
	}
#menu tr {
	margin: 0px;
	padding: 0px;
	}
#menu td {
	height: 20px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	}
#menu a {
	color: #F50659;
	text-decoration: none;
	}
#menu img {
	border: 0px;
	}


#main-shell {
	padding: 15px 40px 15px 40px;
	}


#disclaimer {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
/*	border-bottom: 1px solid #F2668B; */
	}
	
	
#dropmenudiv {
	position: absolute;
	border: 1px solid #F2668B;
	line-height: 18px;
	z-index: 100;
	text-align: left;
	}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F50659;
	}
#dropmenudiv a:hover { 
	background-color: #FFBBBB;
	}
#dropmenudiv img {
	border: 0px;
	}

.small {
  font-size: 75%;
  }

.center {
  text-align: center;
  margin-left:  auto;
  margin-right: auto;
}

table.center {
  margin-left:  auto;
  margin-right: auto;
}
