#body {
	font-family:"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","MS Gothic",Meiryo,sans-serif,Osaka;
	width: 912px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	font-size: 12px;
	line-height: 20px;
}

#body img {
	vertical-align: middle;
	border-width: 0;
}

#header {
	width: 100%;
}

#header img {
	margin-right: 12px;
}

#outline {
	width: 100%;
}

#detail {
	width: 100%;
	background-image:url(../img/tabback.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 100%;
	font-size: 10px;
	color: #999;
	text-align: right;
}

#object {
	float: left;
	width: 65%;
	display: inline;
	display: inline-block;
}

#downloads {
	position:relative;
	float: right;
	width: 35%;
	display: inline;
	display: inline-block;
	font-size: 11px;
}

#screens {
	width: 100%;
	display: inline;
	display: inline-block;
}

ul#tabbar {
	height: 32px;
	width: 900px;
	text-align: center;
	list-style: none;
	margin-bottom: -2px;
	clear: both;
	position: relative;
}

#tabbar li {
	position: absolute;
	left:0;
	width:120px;
	font-size:14px;
	font-weight: bold;
	text-shadow: black 0px 2px 3px;
}

#tabbar li.text {
	line-height: 32px;
}

#tabbar li a {
	height: 32px;
	display: block;
	text-decoration: none;
}

#tabbar li.active {
	background-color:#333;
	border-color:black;
	border-style:solid;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0;
}

#tabbar li.active a {
	color:white;
}

#tabbar li.deactive {
}

#tabbar li.deactive a {
	color:white;
}

#tabbar li#first {
	left: 5px;
}
	
#tabbar li#second {
	left: 130px;
}

#tabbar li#third {
	left: 255px;
}

.tabbaritem {
	width: 100%;
	display: block;
	background-color:#333;
	background-repeat: no-repeat;
	margin: 0;
}

#screentop {
	width: 100%;
	float:left;
	display: block;
	height:150px;
}

#screentop p {
	font-size:14px;
	color:#ccc;
	margin:20px;
}

#centerarea {
	width: 100%;
	float:left;
	display: inline;
	display: inline-block;
}

#leftarea {
	width: 50%;
	float:left;
	display: inline;
	display: inline-block;
}

#rightarea {
	width: 50%;
	float:right;
	display: inline;
	display: inline-block;
}

.item {
	display:block;
	display:inline-block;
	border-color:#666;
	border-style:solid;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	margin:5px;
	padding:5px;
	background-color: black;
	color:#999;
}

.demoitem {
	display:inline-block;
	width:50%;
	float:left;
}

.item img {
	margin-left: 5px;
	margin-right: 10px;
}

.demoitem object {
	margin-left: 5px;
	margin-right: 10px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.downloads {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.downloads a {
	text-decoration: none;
}

.downloads-item {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detail-title {
	font-size: 14px;
	line-height:24px;
	color:white;
	margin-left:10px;
}

.modelist {
	list-style: none;
	padding-left: 5px;
	list-style-position: outside;
}


