/* for other contents */

body {
	background-color:#FFFFFF;
	color:#000000;
	background-image: url("../images/sub_backimage.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.space {
  	width:800px;
  	height:130px;
  	margin-left:auto;
  	margin-right:auto;
  	margin-bottom:3px;
  	padding:5px 10px;
}

.contents {
  	color:#303030;
  	width:80%;
  	height:330px; 	
  	margin-left:20%;
  	margin-right:auto;
  	margin-bottom:3px;
  	padding:5px 10px;
  	border-top:0px solid #666666;
  	border-left:0px solid #666666;
  	border-right:0px solid #666666;
  	border-bottom:0px solid #666666;
}

.contentsNonHeight {
  	color:#303030;
  	width:80%;
  	margin-left:20%;
  	margin-right:auto;
  	margin-bottom:3px;
  	padding:5px 10px;
  	border-top:0px solid #666666;
  	border-left:0px solid #666666;
  	border-right:0px solid #666666;
  	border-bottom:0px solid #666666;
}

.contents a:link {
  text-decoration:none;
  color:#0033FF;
}

.contents a:visited {
  text-decoration:none;
  color:#663399;
}

.contents a:hover {
  text-decoration:none;
  color:#FF0000;
}

.header {
  	margin-left:20%;
  	margin-right:auto;
  	margin-bottom:3px;
  	padding:5px 10px;
  color:#303030;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15pt;
  font-weight:bold;
  text-decoration:underline;
}

.menu {
  width:780px;
  height:12px;
  font-size:10pt;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3px;
  padding:5px 10px;
  text-decoration:none;
  color:#000000;
  border-top:0px solid #666666;
  border-left:0px solid #666666;
  border-right:0px solid #666666;
  border-bottom:0px solid #666666;
}

.menu a:link {
  text-decoration:none;
  color:#000000;
}

.menu a:visited {
  text-decoration:none;
  color:#663399;
}

.menu a:hover {
  text-decoration:none;
  color:#FF6600;
}

.lisence {
  font-size:60%;
  line-height:140%;
  width:780px;
  height:15px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3px;
  padding:5px 10px;
  text-decoration:none;
  color:#000000;
  text-align:right;
}

