@charset "utf-8";

body {
	background-color:#ffffff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	font-size: 90%;
	text-align:left;
}

a:link{
    text-decoration:underline;
	font-size:100%;
	color:#006699;
	line-height:140%;
}

a:active{
    text-decoration:underline;
	font-size:100%;
	color:#006699;
	line-height:140%;
}

a:visited{
    text-decoration:underline;
	font-size:100%;
    color:#996699;
	line-height:140%;
}

a:hover{
    text-decoration:none;
	font-size:100%;
	color:#996699;
	line-height:140%;
}

h1 {
	font-size:110%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:none;
	border-width:0 0 2px 0;
	border-color:#333333;
}

h2 {
	font-size:100%;
	text-align:left;
	margin:15px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#333333;
}

h3 {
	font-size:100%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:#333333;
}

h4 {
	font-size:100%;
	text-align:left;
	margin:5px 0px 5px 0px;
	line-height: 140%;
	border-style:solid;
	border-width:0 0 0 0;
	border-color:#333333;
}

table,th,td {
  border-style : solid;
  border-color : #cccccc;
  border-right-width : 0px;
  border-left-width : 0px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-collapse : collapse;
  font-size : 100%;
  line-height : 140%;
  text-align:left;
  vertical-align:top;
  padding:0 5px;
}

p {
  margin-top:10px;
  margin-bottom:10px;
}

img {
  border:none;
}

div#container{
	width : 800px;
	background-color : #ffffff;
    font-size:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

div#container:after{
    content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

div#header {
    background-color:#FFFFFF;
    font-size:80%;
	text-align:left;
	color:#999999;
	width:800px;
	height:auto;
	margin:0px;
	padding:5px;
}

div#left{
	width:175px;
	margin : 0;
	padding:10px 10px 10px 15px;
	background-color:#FFFFFF;
	font-size:100%;
	color:#333333;
	float:right;
}

.naviwaku{
    width:165px;
	height:auto;
	padding:0;
	text-align:center;
	border-bottom:solid #666666;
	border-bottom-width:1px;
}

.naviwaku img{
    margin-top:2px;
}
	
.naviwaku ul{
    text-align:left;
	margin-left:5px;
	padding-left:15px;
}
	
div#right {
	width:585px;
	margin:0;
	padding:5px 5px 5px 10px;
	background-color:#FFFFFF;
	font-size:100%;
	color:#333333;
	text-align:left;
	float:right;
}

div#product{
    width:570px;
	height:auto;
    border:none;
	margin:10px 0 5px 0;
	padding:0px;
}

.reference{
    list-style-type:none;
}

.history{
    font-size:90%;
	color:#999999;
	border:none;
}

.parameter{
    list-style:none;
	margin-left:20px;
}

.catch{
    font-weight:bold;
	padding: 0;
}

.caution{
    list-style:none;
	margin-left:10px;
	font-size:85%;
	color:#ff0000;
}

.equiv{
    font-weight:bold;
	margin-left:10px;
}

.photo{
    float:none;
	border:none;
	text-align:center;
}

.links{
    list-style:none;
	font-weight:bold;
}

.advtext a {
    text-align: left;
	font-size: 12px;
}

.advtext strong {
    font-weight:normal;
}

.w3c{
    margin-top:20px;
}

div#footer{
    background-color:#ffffff;
    font-size:100%;
	text-align:center;
	color:#999999;
	width:775px;
	height:auto;
	margin:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	float:right;
	border-top:solid #000000;
	border-top-width:1px;
	border-bottom:solid #000000;
	border-bottom-width:1px;
}

#footer-link{
    font-size:75%;
	text-align:left;
	margin:10px;
}

#footer-link strong{
    font-weight:normal;
}
/**/