@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 .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;
}

/*---- 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 #productpurchase,
#f_contents #p2_maincontents #serviceconsult,
#f_contents #p2_maincontents #businesscontact,
#f_contents #p2_maincontents #branch {
	background: url("/company/images/bg_contents_section.gif") repeat-y 0 0;
}

#f_contents #p2_maincontents #productpurchase {
	float: left;
	width: 190px;
}

#f_contents #p2_maincontents #serviceconsult {
	float: left;
	width: 190px;
	margin-left: 10px;
}

#f_contents #p2_maincontents #businesscontact {
	float: right;
	width: 175px;
}

#f_contents #p2_maincontents #branch {
	width: 575px;
}

#f_contents #p2_maincontents #branch .branchcontent {
	margin-left: 10px;
}#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_oth.gif") no-repeat 0 5px;
	line-height: 1.4;
}
#f_contents #p2_maincontents ul.bullet_link li a {
	font-size: 12px;
}

/*********** #p2_maincontents End */

#f_contents #p4_maincontents .table{
	margin:0 0 0 20px;
}

#f_contents #p4_maincontents #aboutus{
	margin:0 0 0 20px;
}

#f_contents #p4_maincontents #solution{
	margin:0 0 0 20px;
}
#f_contents #p4_maincontents #prodSolution{
	margin:0 0 0 20px;
}

#f_contents #p4_maincontents #service{
	margin:20px 0 0 20px;
}

#f_contents #p4_maincontents #download{
	margin:0 0 0 20px;
}

#f_contents #p4_maincontents #contacts{
	margin:0 0 0 20px;
}





/*****************************************
 clearFix

=============================================*/

/*---- for not IE ----*/

#f_contents #p2_maincontents .multi_section2:after,
#f_contents #p2_maincontents .multi_section3:after,
#f_contents #p2_maincontents .multi_section3 .multi_column:after,
#f_contents #p2_maincontents .banner_area:after,
#f_contents #p2_maincontents .multi_column: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 .multi_section3 .multi_column,
#f_contents #p2_maincontents .banner_area,
#f_contents #p2_maincontents .multi_column {
	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 .multi_section3 .multi_column,
* html #f_contents #p2_maincontents .banner_area,
* html #f_contents #p2_maincontents .multi_column {
	height: 1%;
}

/* escape MacIE5 */