@charset "shift_jis";

/*--------------------------------------------------------------------------------*/
/* common */

body {
	color: #333333;
	background: #fff url(../images/background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-right: 1px solid #767676;
	border-left: 1px solid #767676;
}
img {
	vertical-align: middle;
	border: 0;
}

/*-----------------------------------------------------------------------------------------*/
/* header */

#header { 
	position: relative;
	width: 780px;
	height: 60px;
	padding: 0;
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------------*/
/* main visual&flash */

#visual {
	margin: -1px 0 0;
	padding: 0;
}
html>body #visual {
	margin: 0;
	padding: 0;
}

#flashArea {
	clear: both;
	margin: 0px;
	width: 780px;
	height: 427px;
	padding: 0px;
	background-color: #fff;
}

#visualArea {
	clear: both;
	margin: 0px;
	width: 780px;
	padding: 0px;
}
#remark {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 55px;
	width: 639px;
}


/*-----------------------------------------------------------------------------------------*/
/* global navigation */

#topmenu {
	position: relative;
	clear: both;
	height: 30px;
	width: 780px;
	margin-top: 0;
	padding-top: 0;
}
#topmenu ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
}
#topmenu li {
	display: inline;
	float: left;
	list-style-type: none;
	height: 30px;
	margin: 0px;
}

#submenu-top {
	position: relative;
	clear: both;
	height: 221px;
	width: 780px;
	margin-top: 0;
	padding-top: 43px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#submenu-top ul {
	height: 221px;
	margin: 0;
	padding: 0;
}
#submenu-top li {
	display: inline;
	float: left;
	list-style-type: none;
	height: 221px;
	margin: 0;
	padding-left: 12px;
}

#submenu {
	position: relative;
	clear: both;
	height: 43px;
	width: 780px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
#submenu ul {
	height: 43px;
	margin: 0;
	padding: 0;
}
#submenu li {
	display: inline;
	float: left;
	list-style-type: none;
	height: 43px;
	margin: 0;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */

#contents {
	background: url(../images/back-conte.gif) repeat-x 0px 0px;
	margin-top: 0;
	padding-top: 30px;
	padding-right: 17px;
	padding-left: 17px;
}
h1#sub01 {
	font-size: x-small;
	text-indent: -9999px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../robotics/images/title.gif) no-repeat;
}
h1#sub02 {
	font-size: x-small;
	text-indent: -9999px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../sensing/images/title.gif) no-repeat;
}
h1#sub03 {
	font-size: x-small;
	text-indent: -9999px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../medical/images/title.gif) no-repeat;
}
h1#sub04 {
	font-size: x-small;
	text-indent: -9999px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../human/images/title.gif) no-repeat;
}
p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
#pagetop {
	width: 746px;
	margin-bottom: 30px;
	text-align: right;
}

/*-----------------------------------------------------------------------------------------*/
/* footer */

#footer {
	clear: both;
	position: relative;
	height: 85px;
	width: 780px;
	border-bottom: 1px solid #adadad;
	background: #cecccc url(../images/footer-bg.gif) repeat-x;
	text-align: center;
}
