@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #CCC url(../img/bg.jpg) repeat-x top;
	color: #ccc;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック",Osaka,Arial,sans-serif;
	height: 100%;
}
img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}
a {
	color: #999;
}
table,tr,td {
	border-collapse: collapse;
	vertical-align: top;
}
a:link {
	color: #999;
	background: transparent;
}
a:visited {
	color: #999;
	background: transparent;
}
a:hover, a:active {
	color: #000099;
	background: transparent;
}
#wrapper {
	height: 100%;
	position: relative;
	min-height: 100%;
}
body > #wrapper {
	height: auto;
}
#wrapper2 {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 780px;
	background: #ccc;
}
#wrapper2:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}
#leftbox {
	float: left;
	margin-left: 0;
	width: 5px;
	background: transparent;
}
#middlebox {
	float: left;
	width: 770px;
}
#rightbox {
	float: right;
	margin-left: 0;
	width: 5px;
	background: transparent;
}

/*ヘッダ---------------------------------------------*/

h1 {
	width: 770px;
	height: 61px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	font-size: small;
	background: url(../img/header.jpg) no-repeat;
}
object {
	clear: both;
}


/*メニュー-------------------------------------------*/

#navi {

}
#navi ul {
	margin: 0;
	padding: 0;
	width: 770px;
	list-style: none;
}
#navi li {
	width: 154px;
	height: 40px;
	float: left;
	text-indent: -9999px;
}
#navi li#news {
	width: 154px;
	background: url(../img/navi01_over.gif) no-repeat;
}
#navi li#company {
	width: 154px;
	background: url(../img/navi02_over.gif) no-repeat;
}
#navi li#products {
	width: 154px;
	background: url(../img/navi03_over.gif) no-repeat;
}
#navi li#qa {
	width: 154px;
	background: url(../img/navi04_over.gif) no-repeat;
}
#navi li#contact {
	width: 154px;
	background: url(../img/navi05_over.gif) no-repeat;
}
#navi a {
	display: block;
	height: 40px;
	outline-width: 0;
}
#navi li#news a {
	width: 154px;
	background: url(../img/navi01.gif) no-repeat;
}
#navi li#news a:hover {
	background: none;
}
#navi li#company a {
	width: 154px;
	background: url(../img/navi02.gif) no-repeat;
}
#navi li#company a:hover {
	background: none;
}
#navi li#products a {
	width: 154px;
	background: url(../img/navi03.gif) no-repeat;
}
#navi li#products a:hover {
	background: none;
}
#navi li#qa a {
	width: 154px;
	background: url(../img/navi04.gif) no-repeat;
}
#navi li#qa a:hover {
	background: none;
}
#navi li#contact a {
	width: 154px;
	background: url(../img/navi05.gif) no-repeat;
}
#navi li#contact a:hover {
	background: none;
}

/*コンテンツ----------------------------------------*/

h2 {
	width: 770px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: small;
}
#productbox {
	width: 770px;
	height: 121px;
}
#productbox ul {
	margin: 0;
	padding: 0;
	width: 770px;
	list-style: none;
}
#productbox li {
	width: 154px;
	height: 121px;
	float: left;
}
h3 {
	width: 428px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: small;
}
#whatsnewbox {
	float: left;
	width: 428px;
	height: 153px;
}
#whatsnew_iframe {
	height: 128px;
	overflow: hidden;
}
#whatsnew_iframe iframe {
	width: 428px;
}
h4 {
	width: 342px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: small;
}
#pickupbox {
	float: right;
	width: 342px;
	height: 153px;
}
#pickupbox ul {
	margin: 0;
	padding: 0;
	width: 342px;
	list-style: none;
}
#pickupbox li {
	text-indent: -9999px;
}
#pickupbox a {
	display: block;
}
#pickupbox li#pickup01 {
	width: 146px;
	height: 128px;
	float: left;
	background: url(../img/pickup01_over.jpg) no-repeat;
}
#pickupbox li#pickup02 {
	width: 101px;
	height: 128px;
	float: left;
	background: url(../img/pickup02_over.jpg) no-repeat;
}
#pickupbox li#pickup03 {
	width: 95px;
	height: 128px;
	float: left;
	background: url(../img/pickup03_over.jpg) no-repeat;
}
#pickupbox li#pickup01 a {
	width: 146px;
	height: 128px;
	background: url(../img/pickup01.jpg) no-repeat;
}
#pickupbox li#pickup02 a {
	width: 101px;
	height: 128px;
	background: url(../img/pickup02.jpg) no-repeat;
}
#pickupbox li#pickup03 a {
	width: 95px;
	height: 128px;
	background: url(../img/pickup03.jpg) no-repeat;
}
#pickupbox li#pickup01 a:hover {
	background: none;
}
#pickupbox li#pickup02 a:hover {
	background: none;
}
#pickupbox li#pickup03 a:hover {
	background: none;
}


/* フッタ
---------------------------------------------------- */

#footerwrap {
	clear: both;
	width: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
	height: 50px;
}
#footerwrap:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}
#footer {
	margin: 0 auto;
	width: 770px;
	background: url(../img/footer_copyright.gif) no-repeat right top;
}
#footerbox {
	width: 255px;
	height: 20px;
}
#footer ul {
	list-style: none;
	width: 255px;
}
#footer li {
	float: left;
	height: 20px;
	text-indent: -9999px;
}
#footer li#sitemap {
	width: 67px;
	background: url(../img/footer_button01_over.gif) no-repeat;
}
#footer li#link {
	width: 84px;
	background: url(../img/footer_button02_over.gif) no-repeat;
}
#footer li#privacy {
	width: 104px;
	background: url(../img/footer_button03_over.gif) no-repeat;
}
#footer li a {
	display: block;
	height: 20px;
	outline-width: 0;
}
#footer li#sitemap a {
	width: 67px;
	background: url(../img/footer_button01.gif) no-repeat;
}
#footer li#link a {
	width: 84px;
	background: url(../img/footer_button02.gif) no-repeat;
}
#footer li#privacy a {
	width: 104px;
	background: url(../img/footer_button03.gif) no-repeat;
}
#footer li#sitemap a:hover {
	background: none;
}
#footer li#link a:hover {
	background: none;
}
#footer li#privacy a:hover {
	background: none;
}
