@charset "utf-8";
/* format style
-----------------------------*/

* {
	font-style: normal;
	margin: 5px;
	padding: 0px;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","メイリオ",verdana,sans-serif,"Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #000088;
	margin: 3px;
	text-align: center;
}
/* link style
-----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000088;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
a:link {
	list-style: url(CSS/none) none;
}
/* basic layout
-----------------------------*/
#all {
	background-color: #FFFFFF;
	width: 750px;
	margin: 0px auto;
	border-right: 1px solid #000088;
	border-left: 1px solid #000088;
}
#main {
	padding: 0px;
	margin: 5px;
	border-width: 0px;
	border-style: none;
}
#footer {
	font-size: 12px;
	color: #666666;
	clear: both;
}
#header {
	background-color: #FFFFFF;
	position: relative;
	height: 85px;
}
#header #logo {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 740;
	height: 30;
}
#header ul {
	background-color: #FFFFFF;
	width: 735px;
	position: absolute;
	left: -2px;
	top: 35px;
}
#header ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#header ul li a {
	width: 101px;
	background-color: #FFFFFF;
	color: #000088;
	text-decoration: none;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0px;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	border-top: 3px solid #000088;
	border-right: 2px solid #000088;
	border-bottom: 3px solid #000088;
	border-left: 2px solid #000088;
	position: relative;
	line-height: 2em;
}
#header ul li a:hover {
	color: #C90016;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #000088;
}
#profile #header #nProfile a {
	color: #FFFFFF;
	background-color: #000088;
}
#chemical #header #nchemical a {
	color: #FFFFFF;
	background-color: #000088;
}
#plastic #header #nPlastic a {
	color: #FFFFFF;
	background-color: #000088;
}
#ink #header #nInk a {
	color: #FFFFFF;
	background-color: #000088;
}
#RD  #header  #nRD  a {
	color: #FFFFFF;
	background-color: #000088;
}
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #000088;
}

#main area table {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#home #all #main tagnew {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	position: absolute;
}
#profile #all #main #world {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

/* font style
-----------------------------*/
.style20 {
	color: #000088;
	font-weight: bold;
}
.style21 {
	color: #333333;
}
.style22 {
	color: #333333;
	font-weight:bold;
}
.style23 {
	color: #333333;
	font-size:smaller;
}
.style24 {
	color: #333333;
	font-size:small;
}
.style25 {
	color: #c90016;
	font-weight:bold;
}
.h1 {
	color: #000088;
	font-weight: bold;
	font-size:large;
}
.h2 {
	color: #c90016;
	font-weight: bold;
	font-size:large;
}
