@charset "utf-8";
/* CSS Document */

/* ===== index ===== */
div#contents p#product {
	margin: 0px -12px 0px -14px;
	padding-left: 10px;
	background-image: url(../products/img/product_img.jpg);
	background-repeat: no-repeat;
	line-height: 89px;
	font-size: 170%;
	font-weight: bold;
}

div#cat_type {
	margin: 0px -12px 20px -14px;
	width: 614px;
}

div#contents div#cat_type ul {
	list-style: none;
	margin: 0;
}

div#contents div#cat_type li {
	margin: 0 5px 5px 0px;
	padding: 6px 5px 7px;
	float: left;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E9E9E9;
	width: 182px;
	height: 122px;
}

div#contents div#cat_type li a {
	background-image: url(../img/arrow2.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
}
div#contents div#cat_type li a:hover { background-image: url(../img/arrow2_2.gif);}

div.category {
	margin: 0px -12px 20px -14px;
	width: 614px;
}

div#contents div.category ul {
	list-style: none;
	margin: 0;
}

div#contents div.category li {
	margin: 0px 7px 5px 0px;
	padding: 5px 6px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 180px;
}

div#contents div.category li a {
	background-image: url(../img/arrow2.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	padding-left: 12px;
}
div#contents div.category li a:hover { background-image: url(../img/arrow2_2.gif);}

/* ===== list ===== */
table.pList {
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 6px;
}

table.pList th, table.pList td {
	text-align: left;
	vertical-align: top;
}

table.pList th {
	background-image: url(../img/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 120%;
}

table.pList th a {
	background-image: url(../img/arrow.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	padding-left: 10px;
}

table.pList td.pDetail { text-align: right;}

/* ===== product detail ===== */
div#contents p#productName {
	border: 1px solid #A3A9BC;
	border-bottom: none;
	background-image: url(../products/img/bg_name.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px -10px 10px -13px;
	padding-left: 15px;
	font-size: 130%;
	font-weight: bold;
	line-height: 2;
}

table#productIntro { margin-bottom: 15px;}
table#productIntro td#photo { width: 255px;}
table#productIntro td#productTxt { padding-bottom: 10px;}
table#productIntro div#trademark {
	background-color: #EEF5FB;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
table#productIntro div#trademark span { font-weight: normal;}

div#contents table#reference ul {
	padding: 0;
	list-style: none;
}

div#contents table#reference ul li {
	margin: 0;
	padding: 0;
}

a.pdfDL {
	background-image: url(../img/arrow2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}
a:hover.pdfDL { background-image: url(../img/arrow2_2.gif);}

div.imgArea {
	margin: 15px -12px 15px -14px;
	text-align: center;
}

div.imgArea img { margin: 2px;}

div.pdf { margin-bottom: 15px;}

div.pdf a {
	background-image: url(../img/arrow.gif);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
}

div.pdf a:hover {
	background-image: url(../img/arrow_2.gif);
}

div.pdf img {
	vertical-align: middle;
	margin-left: 5px;
}
/* ===== catalog ===== */
table#catalog {
	margin-bottom: 1.5em;
	border-collapse: separate;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
}

table#catalog th, table#catalog td {
	padding: 3px 5px;
	border-left: 1px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
}

table#catalog td { background-color: #F9F9F9;}

table#catalog td.pdfIcon {
	font-size: 80%;
	width: 80px;
	text-align: center;
}

table#catalog th { text-align: left;}

