﻿@charset "utf-8";
/* @charset "iso-8859-1"; */
/* @charset "shift_jis"; */



/********** maincontents ***********/
#f_contents #p2_maincontents img {
	border: none;
}

#f_contents #p2_maincontents li {
	list-style: none;
}

#f_contents #p2_maincontents h3 {
	border:none;
	margin: 10px 0 0px 12px;
	padding: 0;
	font-size: 12px;
}

#f_contents #p2_maincontents .banner_area {
	margin: 15px 0 0;
	padding: 0;
}

#f_contents #p2_maincontents .banner_area .left_column {
	float: left;
	width: 283px;
}

#f_contents #p2_maincontents .banner_area .right_column {
	float: right;
	width: 283px;
}

#f_contents #p2_maincontents #lastestProductManual,
#f_contents #p2_maincontents #productManual,
#f_contents #p2_maincontents #software_download {
	background: url("/download/images/bg_contents_section.gif") repeat-y 0 0;
}

/*---- multi_section ----*/
#f_contents #p2_maincontents .multi_section2 {
	width: 380px;
	margin: 20px 0 0;
}

#f_contents #p2_maincontents .multi_section3 {
	width: 575px;
	margin: 20px 0 0;
}

#f_contents #p2_maincontents #productManual {
	width: 575px;
}

#f_contents #p2_maincontents #software_download {
	width: 575px;
}

#f_contents #p2_maincontents ul.bullet_link {
	margin: 0;
	padding: 0;
}

#f_contents #p2_maincontents ul.bullet_link li {
	margin: 3px 0 0 10px;
	padding: 0 0 0 12px;
	background: url("/common/src/ch/images/commonparts/list/listmark_dow.gif") no-repeat 0 5px;
	line-height: 1.4;
}
/*********** #p2_maincontents End */

#f_contents #p2_maincontents #search_by_category,
#f_contents #p2_maincontents #search_by_name,
#f_contents #p2_maincontents #search_other {
	background: url("/download/images/bg_contents_section.gif") repeat-y 0 0;
}

#f_contents #p2_maincontents .banner_area {
	margin: 15px 0 0;
	padding: 0;
}

#f_contents #p2_maincontents .banner_area .left_column {
	float: left;
	width: 283px;
}

#f_contents #p2_maincontents .banner_area .right_column {
	float: right;
	width: 283px;
}


/*---- search_by_category ----*/
#f_contents #p2_maincontents #search_by_category {
	margin: 20px 0 0;
}

#f_contents #p2_maincontents #search_by_category table {
	margin: 0 0 0 3px;
	border: none;
	border-collapse: collapse;
	font-size: 12px;
}

#f_contents #p2_maincontents #search_by_category table th {
	padding: 10px 10px 0 10px;
	border-right: 1px solid #e6e6e6;
	border-collapse: collapse;
	font-weight: normal;
	vertical-align: top;
}

#f_contents #p2_maincontents #search_by_category table tr.first_tr th {
	padding-top: 0;
}

#f_contents #p2_maincontents #search_by_category table td {
	padding: 0;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-collapse: collapse;
	vertical-align: bottom;
}

#f_contents #p2_maincontents #search_by_category table th.last_th,
#f_contents #p2_maincontents #search_by_category table td.last_td {
	border-right: none;
}

#f_contents #p2_maincontents #search_by_category table tr.last_tr td {
	border-bottom: none;
}

#f_contents #p2_maincontents #search_by_category table th p {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
}

#f_contents #p2_maincontents #search_by_category table th span {
	display: block;
	padding: 0 5px 7px 0;
}

#f_contents #p2_maincontents #search_by_category table th a {
	display: block;
	padding: 0 0 0 12px;
	background: url("/common/src/ch/images/commonparts/list/listmark_dow.gif") no-repeat 0 5px;
	line-height: 1.4;
}

#f_contents #p2_maincontents #search_by_category table th span.small {
	display: inline;
	padding: 0;
	background: none;
	font-size: 84%;
}

#f_contents #p2_maincontents #search_by_category table td img {
	display: inline;
	padding: 0;
	background: none;
}

.partition {
	margin: 4px 0 0 0px;
	padding: 0;
}

ul.bullet_link_horizontal {
	list-style: none;
	padding: 0;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 2px;
	width: 560px;
}

ul.bullet_link_horizontal li {
	float: left;
	text-align:left;
	background-position: 0 3px;
	padding: 0 0 0 12px;
	background: url("/common/src/ch/images/commonparts/list/listmark_dow.gif") no-repeat 0 5px;
	line-height: 1.4;
	margin:  0 15px 0 0;
}




/*=============================================

 clearFix

=============================================*/

/*---- for not IE ----*/

#f_contents #p2_maincontents .multi_section2:after,
#f_contents #p2_maincontents .multi_section3:after,
#f_contents #p2_maincontents .banner_area:after,
#f_contents #p2_maincontents .multi_column:after,
ul.bullet_link_horizontal:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



/*---- for IE7 and Mac ----*/

#f_contents #p2_maincontents .multi_section2,
#f_contents #p2_maincontents .multi_section3,
#f_contents #p2_maincontents .banner_area,
#f_contents #p2_maincontents .multi_column,
ul.bullet_link_horizontal {
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /* for not Mac */
	/* escape MacIE5 */
}



/*---- for IE5 IE6... ----*/

/* escape MacIE5 \*/

* html #f_contents #p2_maincontents .multi_section2,
* html #f_contents #p2_maincontents .multi_section3,
* html #f_contents #p2_maincontents .banner_area,
* html #f_contents #p2_maincontents .multi_column,
* html ul.bullet_link_horizontal {
	height: 1%;
}

/* escape MacIE5 */