@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
	height:100%;
　　width:100%;
 }
hr { display: none; }
ul { list-style: none; }
img { border: none; }



/*リンク設定
----------------------------------------------*/
a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}

a.gazou:link { text-decoration:none;}
a.gazou:visited { text-decoration:none;}
a.gazou:hover { text-decoration:none; position:relative; top:1pt; left:1pt;}

a.suke:hover img{
 filter: alpha(opacity=60);
-moz-opacity:0.6;
 opacity:0.6;
 } 



/*コンテンツ設定
----------------------------------------------*/
#con {
	width: 1250px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
}


/*右側設定・製品情報等
----------------------------------------------*/
#main {
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 210px;
	z-index: 1;
}

