/*---------------------------
全体
---------------------------*/

*{
	margin:0;
	padding:0;
	outline:none;
}
body{
	margin:auto;
	text-align:center;
	width:100%;
	/cursor:default;
}
#wrap{
	position:relative;/* IE7 bugfix*/
	text-align:left;
	width:1000px;
	margin:auto;
}
#contents{
	width:1000px;
	margin:auto;
	background:url("../img/bg_nav.jpg") 0 554px repeat-x;
}
img{
	border:none;
}
li{
	list-style-type:none;
}
h1{
	position:relative;
	top:25px;
}
#kseries_corp a{
	position:absolute;
	top:27px;
	right:10px;
	width:123px;
	height:14px;
	background:url("../img/bt_kseries_corp.gif") no-repeat;
	text-indent:-9999px;
}
#kseries_corp a:hover{
	background:url("../img/bt_kseries_corp_ov.gif") no-repeat;
}
h2{
	padding:30px 0 0 10px ;
}

#slider {
	position: relative; /*IE bugfix*/
	top:40px;
	width:1000px;
	height: 530px; 
	overflow: hidden;
	z-index: 10;
	}

.column{
	width:1000px;
	height:490px;
}
.left,
.right {
	cursor: pointer;
	position:relative;
	top:-300px;
	z-index:100;
	width:43px;
	height:43px;

}
.left{float:left;}
.right {float:right;}


#slider ul#pg { /* ulとliのwidthはjsで自動的にセット */
	position: relative; 
	}

#slider ul#pg li { /* ulとliのwidthはjsで自動的にセット */
	float: left;
	width:1000px;
	height:490px;
	}


/*the numbered navigation*/
#numbers { /* 同じくnumber-wrapperのwidthも自動的にセット。33-35の行を削除で回避 */
	list-style: none;
	text-indent:-99999px;
	}

#numbers li{
	position: relative;
	float: left;
	height: 43px; 
	margin: 0; 
	z-index:100;
	cursor: pointer;
	}
#bg_numbers{
	width:1000px;
	background:#666 url("../img/bg_nav.jpg") repeat-x;
}

#id1		{background:url("../img/bt_home.jpg") no-repeat; width: 64px;}
#id1:hover	{background:url("../img/bt_home_ov.jpg") no-repeat;}
#id2		{background:url("../img/bt_introduction.jpg") no-repeat; width: 125px;}
#id2:hover	{background:url("../img/bt_introduction_ov.jpg") no-repeat;}
#id3		{background:url("../img/bt_tecdesign.jpg") no-repeat; width: 154px;}
#id3:hover	{background:url("../img/bt_tecdesign_ov.jpg") no-repeat;}
#id4		{background:url("../img/bt_connectivity.jpg") no-repeat; width: 117px;}
#id4:hover	{background:url("../img/bt_connectivity_ov.jpg") no-repeat;}
#id5		{background:url("../img/bt_gallery.jpg") no-repeat; width: 83px;}
#id5:hover	{background:url("../img/bt_gallery_ov.jpg") no-repeat;}
#id6		{background:url("../img/bt_movie.jpg") no-repeat; width: 117px;}
#id6:hover	{background:url("../img/bt_movie_ov.jpg") no-repeat;}

#bt_nav_iebugfix {
	position: relative;
	float: left;
	width:117px;
	height:43px;
	margin: 0; 
	z-index:100;
}

.activenum { /*marks the current sliderposition*/ }

#footer{
	clear:both;
	padding:7px 0 0 0;
}

#footer em{
	float:left;
}
#footer small{
	text-align:right;
	font-size:70%;
	float:right;
}

/*---------------------------
各ページ
---------------------------*/
#col_home{
	position:reltive;/*IE bugfix*/
}
#col_home object{
	width:1000px;
	height:490px;
}



#imagemovie{
	position:relative;
	top:-88px;
	left:36px;
	z-index:50;
	cursor:pointer;
}

#bt_k731info a{
	display:block;
	width:146px;
	height:30px;
	position:relative;
	top:-114px;
	left:820px;
	z-index:50;
}
#bt_k731info a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#iebugfix2{
	position:relative;
	z-index:30;
	top:-490px;
	width:1000px;
	height:490px;
	background:url("../img/bg_fade.gif") repeat;
}

#col_introduction{
	background:url("../img/bg_introduction.png") 0 -40px  no-repeat;
}
#col_tecdesign{
	/* panel.css 参照 */ 
}
#col_col_connectivity{
	/* panel.css 参照 */ 
}
#col_gallery{
	/* slimbox2.css 参照 */ 
}
#col_imagemovie{
	position:relative;/*IE bugfix*/
	background:url("../img/bg_imagemovie.png") 0 -40px  no-repeat;
}

#col_imagemovie iframe{
	margin:40px 0 0 230px;
	width:570px;
	height:320px;
	border:0;
}
