@charset "Shift_JIS";

/*** left ***/
#left {
	width: 300px;
	float: left;
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
	display: inline;
}
#navi {
	background-position: center;
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
#navi p {
	padding-top: 2px;
}
.thumb {
	width: 96px;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
}
.thumb img {
	border: 1px #E8C38C solid;
}
.line01 {
	clear: both;
	height: 1px; 
}

/*** right ***/
#right {
	width: 440px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	display: inline;
}
#r_top {
	text-align: right;
	margin-bottom: 10px;
}
#dynloadarea {
	width:420px;
	height:560px;
	border: 1px solid #E8C38C;
	background-color: #E97324;
	background-image: url(../images/navitext.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
