@charset "UTF-8";
/* CSS Document */

/* =====各タグ設定===== */
#header{
	margin-bottom:20px;
}

#header #language{
	display:none;
}
#header form{
	display:none;
}
#header h1{
	background:none;
	display: list-item;
	list-style-image:url("images/logo.png");
	list-style-position: inside;
	letter-spacing: -9999px;
	width:412px;
	height:44px;
	text-indent:0;
	overflow:visible;
}
#en #header h1{
	background:none;
	list-style-image:url("images/en-logo.png");
	width:480px;
}
#ch #header h1{
	background:none;
	list-style-image:url("images/ch-logo.png");
	width:412px;
}
#newwindow #header h1{
	background:none;
	width:144px;
	height:30px;
	overflow:hidden;
	text-indent:0px;
	line-height:0;
}

/* =====グローバルナビゲーション===== */
#gn{
	display:none;
}

/* =====メインイメージ===== */
#mainimg{
	text-indent:0;
	margin-top:10px;

}
#mainimg #mimg1,
#mainimg #mimg2,
#mainimg #mimg3{
	background:none;
	display: list-item;
	list-style-image: url("images/top-mainimg01.jpg");
	list-style-position: inside;
}
#en #mainimg #mimg1,
#en #mainimg #mimg2,
#en #mainimg #mimg3{
	background:none;
	display: list-item;
	list-style-image: url("images/en-top-mainimg01.jpg");
	list-style-position: inside;
}
#ch #mainimg #mimg1,
#ch #mainimg #mimg2,
#ch  #mainimg #mimg3{
	background:none;
	display: list-item;
	list-style-image: url("images/ch-top-mainimg01.jpg");
	list-style-position: inside;
}



/* =====カテゴリタイトル===== */
h2{

}
h2.product,
h2.support,
h2.info,
h2.recruit,
h2.contact,
h2.other{
		height:auto;
	padding:10px 0 10px 20px;
	border:1px solid #aaa;
	background:none;
}

/* =====サイド===== */
#product #side{
	width:170px;
	margin-top:25px;
}
#product #side .sidemenu{
	margin-bottom:10px;
}
#product #side .sidemenu strong{
	font-weight:bold;
	padding:0 0 2px 0;
	display:block;
	background:none;
	border-bottom:1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* =====メイン===== */
#main{
	width:980px;
	margin-top:10px;
	margin-left:20px;
	font-size:14px;
	line-height:20px;
}

#product #main{
	width:800px;
	margin-left:0;
}


/* =====フッター===== */
#footer .logo{
	text-indent:0px;
	background:none;
	display: list-item;
	list-style-image: url("images/footer-logo.png");
	list-style-position: inside;
}
