/* body color and minimum font setting */
body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Ghothic Pro W3", "Hiragino Kaku Gothic Pro", "MS UI Gothic",  "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", verdana, Helvetica, "MS Trebuchet", Arial, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	text-align: center;
	background: #ffffff repeat-x scroll left top;
}

/* html elements */
h1, h2, h3, h4{
  color: #000000;
  font-family: Palatino, Times, "Times New Roman", serif;
}
h1 {
  font-size: 1.7em;
}
h2 {
	font-weight: bold;
	font-size: 1.7em;
	margin-top: 30px;
	color: #3366FF;
}
h3 {
	font-size: 1.4em;
	margin-top: 35px;
	margin-bottom: 35px;
}
h4 {
	font-size: 1.1em;
	margin: 15px;
	line-height: 1.25em;
}
p {
	/*	font-size: 1.1em;*/
	line-height: 1.4em;
}
img {
	line-height: 1em;
	vertical-align: middle;
	margin-left: 50px;
}
/*
ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
li {
  font-size: 1.1em;
  line-height: 1.4em;
}

a:link {
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  background-color: transparent;
  text-decoration: none;
}
a:active {
  background-color: transparent;
  text-decoration: none;
}

*/

a {
  background-color: transparent;
  text-decoration: none;
}

/* container block  */

div#container {
	width: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* header block */

div#siteHeader {
	width: auto;
	height: 80px;
	margin-top: 0px;
	padding: 0;
	background: #FFFFFF;
}
div#siteHeader p{
	float: none;
}
div#siteHeader img{
	margin: 0px;
	padding: 0px;
}
div#siteNav{
	width: 100%;
	height: auto;
	background: #EEE;
	margin: 0px;
}

/* main contents block */

div#siteMain {
	width: 700px;
	height: auto;
	margin: 10px;
	padding: 15px;
	clear: both;
}
/*
div#siteMain h2 {
	width: auto;
	height: auto;
	margin: 10px;
	padding: 5px;
	line-height: 1;
}
*/
div#siteMain p#infoheader {
	font-size: 1.6em;
	color: #333333;
	text-decoration: underline;
	font-style: italic;
	letter-spacing: 0.5em;
	font-weight: bold;
}
div#siteMain p#infodetail {
	width: 450px;
}
div#siteMain p#technologexplain {
	width: 600px;
	margin: 25px;
}
div#siteMain p#charactexplain {
	margin-right: 40px;
	margin-left: 40px;
}
div#siteMain .Applications{
	color: #FFFFFF;
	font-weight: bold;
}
div#siteMain img#sampleimgs {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-left: 25px;
}
div#siteMain div#mainColumn1{
	float: left;
	height: auto;
	width: 200px;
	display: inline;
}
div#siteMain div#mainColumn2{
	float: left;
	height: auto;
	width: 200px;
	display: inline;
}
div#siteMain img {
	margin: 5px;
}

div#siteMain img.logoimg {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

div#siteMain img.productsinfo {
	margin: 5px;
	float: left;
}
div#siteMain img#TechnologyMeans{
	vertical-align: bottom;
	margin: 5px;
	float: left;
}
div#siteMain img.imgicon{
	margin: 5px;
	vertical-align: top;
	height: auto;
	float: left;
}
div#siteMain ul.datalist{
	font-size:1.2em;
	line-height: 1.12em;
}

div#siteMain img#Contactphoto {
	float: left;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 50px;
	margin-left: 20px;
}
/* footer block */

div#siteFooter {
	text-align: center;
	font-size: 1em;
	width: 690px;
	padding: 25px;
	clear: both;
}
div#siteFooter img.authimg{
	float: none;
	margin: 5px;
}
