/* contents
----------------------------------------------------------------------------------*/
#contents {
	position:		relative;
	width:			802px;
	margin:			0px auto;
}

#main-pict {
	position:		relative;
	top:			20px;
	left:			0px;
}

#main {
	position:		relative;
	top:			23px;
	left:			5px;
	width:			750px;
	color:			#606060;
}

#main #f_body {
	background:		url("../img/frame_body.gif") repeat-y top left;
}

#main #f_head {
	background:		url("../img/frame_head.gif") no-repeat top left;
}

#main #f_foot {
	background:		url("../img/frame_foot.gif") no-repeat bottom left;
}

#main #boxarea {
	width:			750px;
}

#boxarea ul {
	float:			left;
	width:			165px;
	margin:			30px 0px 30px 0;
	padding: 0 0 0 20px;
	list-style:		none;
}

#boxarea li {
	width:			150px;
	height:			47px;
	margin:0;
	padding:0;
	display:inline;
}

#boxarea li a{
	cursor:pointer;
}

.info {
	float:			left;
	width:			330px;
	margin:			30px 0px 0px 0px;
	line-height:		1.4em;
}

.info .info_title {
	width:			330px;
	height:			23px;
	background:		url("../img/bar2.gif") no-repeat bottom left;
}

.info .goaisatsu {
	margin:			3px 0px 3px 5px;
}

.info table {
	font-size:		90%;
}

.info tr {
	width:			330px;
	background:		url("../img/bar2.gif") no-repeat bottom left;
}

.info th {
	width:			90px;
	padding:		3px 0px 3px 10px;
	vertical-align:		top;
}

.info td{
	width:			230px;
	padding:		3px 0px 3px 0px;
}

#parts {
	position:		absolute;
	top:			231px;
	left:			533px;
}

.fbox {
	width:330px;
	height:150px;
	overflow:auto;
	padding:5px;
}

/* footer
----------------------------------------------------------------------------------*/

#footer {
	clear:			both;
	position:		relative;
	top:			35px;
	width:			802px;
	margin:			0px auto;
}

#footer p{
	text-align:		center;
}

#footer img{
	vertical-align:		top;
}