#rap {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#footer {
	color: #666600;
	width: 800px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

body {
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a {
	color: #0000FF;
	text-decoration:underline;
}

a img {
	border: none;
}

a:hover {
	color: #FFFF66;
	background-color:#FF0000;
}

/* Start Toppage */

#topimage {
	background-image: url(image/topbg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 785px;
	margin: auto;
	background-position: top;
	color: #FFFFFF;
}

#topleft {
	width: 500px;
	margin-top: -280px;
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;
}

#topright {
	float: right;
	width: 230px;
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 10px;
	color: #660000;
}

/* Start access */

#accessimage {
	background-image: url(image/access/accesstop.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 345px;
	margin: auto;
	background-position: top;
	color: #FFFFFF;
}

#accessleft {
	width: 380px;
	margin-top: -90px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 15px 0 0;
	float: left;
}

#accessright {
	width: 380px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 10px 0 0 15px;
	float: right;
}

/* Start showa and toy */

#showaimage {
	background-image: url(image/showa/showatop.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 510px;
	margin: auto;
	background-position: top;
	color: #FFFFFF;
}

#toyimage {
	background-image: url(image/toy/toytop.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 485px;
	margin: auto;
	background-position: top;
	color: #FFFFFF;
}

#showaleft {
	width: 800px;
	margin-top: -155px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}

#toyleft {
	width: 800px;
	margin-top: -200px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}


/* Start Photo */

#photomain {
	margin:20px auto 0 auto;
	width:800px;
	text-align:left;
}


.itemBox {
	width:190px;
	height:140px;
	margin:4px;
	padding:0px;
	color:#666666;
	float:left;
	background-color: #FFFFEE;
}

.itemPhoto {
	border:1px solid #cc9999;
	margin:0;
	padding:10px 5px 10px 5px;
	text-align:center;
	text-decoration:none;
}

.itemText {
	border:1px solid #cc9999;
	border-top:0px;
	margin:0;
	padding:5px;
	height:60px;
}

.itemText p {
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
}

.itemText h3 {
	border-bottom:1px solid #FF0000;
	color:#aa3300;
	font-size:14px;
	margin:0px 0 5px 0;
	padding:0;
	text-align:right;
	width:175px;
}

p.claarfloat{
	clear:left;
}

