/*  Approach css CONTENTS ///////////////////////*/

/* トップページ　//////////////////////////////////////////////////*/

#contents_left{
	float: left;
	width: 432px;
}
#contents_right{
	float: left;
	width:430px;
	padding-left:10px;
}
*html #contents_right{
	padding-left: 0px;
}
#contents_right p{
	padding: 13px;
	margin-top: 20px;
	margin-left: 16px;
	margin-bottom: 20px;
}
h2{
	margin: 8px;
	margin-left: 5px;
	margin-right: 12px;
}

.text_top_left{
	padding-left: 18px;
	width: 434px;
}
.text_top_right li{
	padding-left: 20px;
	width: 420px;
	margin-bottom: 10px;
	background-image: url("../images/square.gif");
	background-repeat: no-repeat;
	margin-left: 15px;
}
*html .text_top_right li{
	padding-left: 23px;
	margin-left: 10px;
	width: 400px;
}
.text_top_right ul{
	width: 430px;
}
#text_top_under{
	padding-top: 20px;
	background-color: #eeeeee;
}

#box p{
	margin-top: -5px;
}

/* 在庫リストページ ////////////////////////////////////////////////*/

.stripedtable table{
	border-top:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    border-collapse:collapse;
	border:1px solid #222222;
	margin:auto;
	clear: both;
	margin-top: 10px;
}
.stripedtable th{
	border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
	color:#ffffff;
	background-color:#333333;
	border-right:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    padding:0em 0em;
	height:2.5em;
	font-weight: bolder;
}
.stripedtable td{
	text-align:center;
	height:2.5em;
	padding:0em 0em;
}
.list02{
	background-color:#ffffff;

}
tr.oddline {
	background-color:#eeeeee;
}

.stripedtable .model_name{
	background-color:#585845;
	font-weight:;
	font-size: 110%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.last_right{
	border-right: 1px solid #333333;
}

/* 会社概要　///////////////////////////////////////////////////////////////*/

#image_company{
	margin-left: 15px;
	margin-top: 10px;
}
*html #image_company{
	margin-left: 12px;
}
.company_table{
	margin:20px;
	border: none;

}

.company_table td{
	padding:7px;
	padding-left:20px;
	margin-left:0px;
	border-top:3px solid #eeeeee;
	text-align: left;
}
.company_table th{
	text-align:left;
	padding-left:10px;
	border-top:3px solid #eeeeee;
	background-color: #ffffff;
	color:#777777;
	font-weight: normal;
	font-weight: bold;
	width: 200px;

}
.company_table_jp th{
	text-align:left;
	padding-left:10px;
	width: 200px;
	border-top:3px solid #eeeeee;
	background-color: #ffffff;
	color:#777777;
	font-weight: normal;
	font-weight: bold;

}
.company_table_jp{
	margin:20px;
	border: none;
	margin-top: 0px;
}

.company_table_jp td{
	padding:7px;
	padding-left:20px;
	margin-left:0px;
	border-top:3px solid #eeeeee;
	text-align: left;
}

.right{
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
*html .right{
	margin-right:5px;
	margin-bottom: 0px;
}
/*　在庫詳細ページ //////////////////////////////////////////////////////////////////////*/



/* 拡大写真ページ /////////////////////////////////////////////////////////*/
#bt_photo{
	margin-left:375px;
	margin-top: 10px;
}
#bt_photo li{
	float: left;
}
table{
	clear: both;
}

/* English ページ////////////////////////////////////////////////////////////////////////*/

.text_english{
	margin-left: 16px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-size: 120%;
	border: 3px solid #333333;
	width: 841px;
}
*html .text_english{
	margin-left:13px;
}
h3{
	margin-left: 16px;
	padding-left: 20px;
	font-weight: bolder;
	font-size: 160%;
	border: 1px solid #333333;
	border-left: 5px solid #333333;
	width: 841px;
	background-color:#333333;
	color:#ffffff;
}
*html h3{
	margin-left:13px;
}
#send_mail{
	margin-top: 20px;
	margin-left: 20px;
}


/* IE6 hack //////////////////////////////////////////////////////////*/

*html #contents_left{
	float: left;
	width: 300px;
}
*html #contents_right{
	float: right;
	width:400px;
	padding-left:0px;
}
*html h2{
	margin: 8px;
	margin-left: 5px;
	margin-right: 12px;
}