@charset "utf-8";
/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
}
#wrapper {
	background-color: #000000;
	width: 900px;
	margin: 0px auto;
}
hr {
	display: none;
}

/* link styles
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* toppage styles
---------------------------*/
#topheader {
	background-color: #666666;
	height: 38px;
	width: 900px;
}
#topheader #english {
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
}
#topmain {
	background-image: url(../img/main/top/backgroundimg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 900px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	height: 1000px;
}
#topmain #menu {
	height: 128px;
	width: 152px;
	list-style-type: none;
	padding-top: 36px;
	padding-left: 39px;
}
#topmain h2 {
	background-color: #0578B3;
	text-align: center;
	height: 30px;
	width: 900px;
	position: absolute;
	top: 600px;
	left: 0px;
}

#topmain #topnews {
	position: absolute;
	left: 0px;
	top: 630px;
	background-color: #FFFFFF;
	height: 370px;
	width: 900px;
}
#topmain #topnews dl {
	line-height: 1.8em;
	color: #333333;
	padding: 20px 100px;
}
#topmain #topnews dt {
	font-weight: bold;
}

#topmain #topnews dd {
	padding-bottom: 10px;
}
#topmain #topnews a {
	color: #333333;
	text-decoration: none;
}
#home #wrapper #topmain #topnews a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#topmain #topnews #seeall {
	padding-right: 50px;
	float: right;
}

/* header styles
---------------------------*/
#header {
	background-color: #666666;
	height: 38px;
	width: 900px;
}
#header #logo {
	text-align: left;
	background-color: #666666;
	margin: 0px;
	padding: 10px 0px 10px 40px;
	height: 18px;
	width: 88px;
	float: left;
}
#header #english {
	text-align: right;
	background-color: #666666;
	height: 13px;
	width: 752px;
	margin: 0px;
	padding: 12px 20px 13px 0px;
	float: right;
}
#headerimg {
	background-image: url(../img/main/common/headimg.gif);
	height: 200px;
	width: 900px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}

/* menu styles
---------------------------*/
#headerimg #commonmenu {
	height: 128px;
	width: 152px;
	position: absolute;
	left: 39px;
	top: 36px;
}
#menu1 li {
	height: 32px;
	width: 152px;
	list-style-type: none;
	background-color: #000000;
}
#menu1 a {
	text-decoration: none;
	text-indent: -1000em;
	display: block;
	height: 32px;
	width: 152px;
	overflow: hidden;
	background-image: url(../img/main/common/menu.gif);
}
.home a {
	background-position: 0px 0px;
}
.home a:hover {
	background-position: 152px 0px;
}
.technical a {
	background-position: 0px -32px;
}
.technical a:hover {
	background-position: 152px -32px;
}
.news a {
	background-position: 0px -64px;
}
.news a:hover {
	background-position: 152px -64px;
}
.company a {
	background-position: 0px -96px;
}
.company a:hover {
	background-position: 152px -96px;
}


/* sidebar styles
---------------------------*/
#sidebar {
	float: left;
	width: 170px;
	padding: 10px 20px 10px 40px;
	background-color: #000000;
}
#sidebar ul li {
	margin-bottom: 5px;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	color: #FFFFFF;
	width: 170px;
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
}
#sidebar ul li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar #ireko {
	font-size: 90%;
}

#sidebar #ireko li {
	margin-left: 30px;
	list-style: none;
}
#sidebar #ireko li a {
	display: block;
	color: #FFFFFF;
	width: 140px;
	height: 20px;
	text-decoration: none;
}
#sidebar #ireko li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
/* pagename styles
---------------------------*/
#pagename {
	float: right;
}
#pagename h1 {
	background-color: #253B6C;
	text-align: center;
	height: 30px;
	width: 670px;
}
#pagename h2 {
	background-color: #0578B3;
	text-align: center;
	height: 30px;
	width: 670px;
}


/* main styles
---------------------------*/
#main {
	float: right;
	width: 590px;
	padding: 20px 40px;
	background-color: #FFFFFF;
}
#main h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0578B3;
	font-size: 16px;
}
#main h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(../img/main/common/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: thin solid #333333;
}
#main h5 {
	font-size: 12px;
	padding: 10px 20px;
}
#main p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#main a:link{
	color: #333333;
	text-decoration: underline;
}
#main a:visited{
	color: #333333;
	text-decoration: underline;
}
#main a:hover{
	color: #0000FF;
	text-decoration: underline;
}

.centerimg {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.rightimg {
	float: right;
	text-align: center;
	width: 150px;
	padding-right: 20px;
	padding-left: 10px;
}
.rightimg2 {
	float: right;
	text-align: center;
	width: 250px;
	padding-right: 20px;
	padding-left: 10px;
}
.rightimg3 {
	float: right;
	text-align: center;
	width: 350px;
	padding-right: 20px;
	padding-left: 10px;
}
.rightimg4 {
	float: right;
	text-align: center;
	width: 200px;
	padding-right: 20px;
	padding-left: 10px;
}
.leftimg {
	text-align: center;
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
}
.leftimg02 {
	float: left;
	padding: 10px;
}
.caption {
	font-size: 10px;
	color: #333333;
}
.yohaku {
	padding: 5px 2px;
}
.yohaku2 {
	background-color: #FFFFFF;
	padding: 10px;
}
.strong {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.odd {
	background-color: #CCCCCC;
}

.backyellow {
	background-color: #FFFF66;
}
.thcolor {
	background-color: #CCCCCC;
}
.marulist {
	padding-left: 30px;
	list-style: disc;
	padding-right: 30px;
}
.kome {
	padding-left: 30px;
	padding-right: 30px;
}



.table01 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.table01 th {
	padding-top: 10px;
}
.table01 td {
	vertical-align: top;
}
/* contact styles
---------------------------*/
.table02 {
	border-collapse: collapse;
	margin: 20px auto;
}
.table02 th {
	text-align: right;
	vertical-align: top;
	padding: 10px 20px;
	border-top: thin solid #999999;
	border-bottom: thin solid #999999;
}
.table02 td {
	padding: 10px 20px;
	border-top: thin solid #999999;
	border-bottom: thin solid #999999;
}
/* patent styles
---------------------------*/
.table03 {
	border-collapse:collapse;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.table03 th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999999;
	border: 1px solid #666666;
}

.table03 td {
	text-align: left;
	padding: 5px;
	border: 1px solid #666666;
	color: #FF0000;
}

.table04 {
	border-collapse:collapse;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 150px;
}
.table04 th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999999;
	border: 1px solid #666666;
}

.table04 td {
	text-align: center;
	padding: 5px;
	border: 1px solid #666666;
}

/* cbt2 styles
---------------------------*/
#main #comparison{
	border: thin solid #333333;
	border-collapse:collapse;
	margin-right: 20px;
	margin-left: 20px;
}
#main #comparison th {
	border: thin solid #333333;
	padding: 5px;
}
#main #comparison td {
	border: thin solid #333333;
	padding: 5px;
}
#main #appMenu {
	text-align: center;
}

/* cbt4 styles
---------------------------*/
#main #appMenu ul {
	height: 44px;
	width: 510px;
	list-style: none;
}
#main #appMenu li {
	height: 22px;
	width: 102px;
	float: left;
}
#main #appMenu a {
	text-decoration: none;
	text-indent: -1000em;
	display: block;
	height: 22px;
	width: 102px;
	overflow: hidden;
	background-image: url(../img/main/technical/cbt_application_menu.gif);
}
.edgeMarking a {
	background-position: 0px 0px;
}
.edgeMarking a:hover {
	background-position: 0px -22px;
}
.linenSupply a {
	background-position: -102px 0px;
}
.linenSupply a:hover {
	background-position: -102px -22px;
}
.enterExit a {
	background-position: -204px 0px;
}
.enterExit a:hover {
	background-position: -204px -22px;
}
.key a {
	background-position: -306px 0px;
}
.key a:hover {
	background-position: -306px -22px;
}
.otherID a {
	background-position: -408px 0px;
}
.otherID a:hover {
	background-position: -408px -22px;
}

/* basickit styles
---------------------------*/
#main #flow ul {
	float: left;
	height: 20px;
	width: 102px;
}
#main #flow li {
	list-style: decimal;
	margin-left: 20px;
}
#main #flow p {
	font-weight: normal;
}



/* company styles
---------------------------*/
#main #enkaku {
	border-width: 0px;
	border-style: none;
	color: #333333;
	background-color: #FFFFFF;
	margin: 10px auto 30px;
}
#main #enkaku th {
	text-align: right;
	color: #333333;
	font-weight: normal;
	padding: 2px 10px;
}
#main #enkaku td {
	padding: 2px 10px;
	color: #333333;
}
#main #gaiyou {
	border-collapse:collapse;
	color: #333333;
	background-color: #FFFFFF;
	border: thin solid #333333;
	width: 500px;
	margin: 10px auto 30px;
}
#main #gaiyou th {
	text-align: left;
	padding: 10px;
	width: 80px;
	border: thin solid #333333;
	background-color: #CCCCCC;
}
#main #gaiyou td {
	padding: 10px;
	text-align: left;
	border: thin solid #333333;
}
#main #gaiyou li {
	margin-left: 20px;
}



/* news styles
---------------------------*/
/* privacy styles
---------------------------*/
/* link styles
---------------------------*/

#main dt {
	color: #333333;
	background-image: url(../img/main/common/h4.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 20px;
	background-position: center center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#main dd {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}


/* mainonly styles
---------------------------*/
#mainonly {
	width: 820px;
	padding: 20px 40px;
	clear: both;
	background-color: #FFFFFF;
}
#mainonly h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0578B3;
}
#mainonly p {
	text-align: center;
	margin: 20px 200px;
}
#mainonly a:link{
	color: #333333;
	text-decoration: underline;
}
#mainonly a:visited{
	color: #333333;
	text-decoration: underline;
}
#mainonly a:hover{
	color: #0000FF;
	text-decoration: underline;
}



/* footer styles
---------------------------*/
#footer {
	padding: 10px;
	color: #FFFFFF;
	clear: both;
	background-color: #666666;
}
#footer ul li {
	display: block;
	list-style: none;
	float: left;
	margin-right: 15px;
}
#footer p {
	line-height: 1.3em;
	text-align: right;
	float: right;
}
