@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
#	background-color: #FFF8E8;
	margin: 0;
	padding: 0;
	color: #333333;
}
/* Element / Selector */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.clear {
	clear: both;
}
.re {
	margin-right: 0 !important;
}

.statement {
	font-size: 11px;
}
.green {
	color: #008d43;
}

/* Container */
.container {
	min-width: 1180px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.container_m {
	min-width: 780px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/* Header */
header {
	background: url(common/header_bg3.jpg) repeat-x #FFFFFF;
#	height: 160px;
	min-width: 984px;
#	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
#	margin: 0 auto 14px auto;
	margin: 0 auto 0px auto;
}
#headbody {
	width: 1180px;
	margin: 0 auto;
}
#headbody_m {
	width: 780px;
	margin: 0 auto;
}
.lead {
	font-size: 11px;
	padding: 3px 0 0 0;
}
#logo {
	width: 250px;
	margin: 10px 0 4px 0;
	float: left;
}
.lang {
	float: left;
	margin: 14px 0 0 10px;
	width: 320px;
	text-shadow: #cccccc 3px 3px 3px;
	font-size: 16px;
	color: #0A0A0A;
	font-weight: bold;

}
.lang ul li {
	list-style: none;
	float: left;
	margin: 0 8px 2px 0;
}
nav {
	float: left;
	width: 50px;
	margin: 8px 0 0 0;
	font-size: 12px;
	text-align: left;
}
nav a {
	background: url(common/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 9px;
	margin: 0 0 0 14px;
}
#topbnr {
	float: right;
	margin: 2px 0 0 0;
}
#topbnr img {
	margin: 0 0 0 5px;
}

/* --------------------------------------------------------------------------------------------- */
/* menu section */
/* japan */
ul#menu {
	width:982px;
	overflow:hidden;
}
ul#menu li {
	float:left;
	height:41px;
	display:block;
}
ul#menu li a {
	display: block;
	overflow: hidden;
	height: 0;
	background: url(common/menu.jpg) no-repeat;
	padding-top: 41px;
}

/* menu normal
---------------------*/
ul#menu li#navi1 a { width:240px; background-position: 0 0;}
ul#menu li#navi2 a { width:204px; background-position: -240px 0;}
ul#menu li#navi3 a { width:204px; background-position: -444px 0;}
ul#menu li#navi4 a { width:167px; background-position: -648px 0;}
ul#menu li#navi5 a { width:167px; background-position: -815px 0;}

/* menu rollover
----------------------*/
ul#menu li#navi1 a:hover { width:240px; background-position: 0 -41px;}
ul#menu li#navi2 a:hover { width:204px; background-position: -240px -41px;}
ul#menu li#navi3 a:hover { width:204px; background-position: -444px -41px;}
ul#menu li#navi4 a:hover { width:167px; background-position: -648px -41px;}
ul#menu li#navi5 a:hover { width:167px; background-position: -815px -41px;}

/* menu current
----------------------*/
ul#menu li#navi1.current a { width:240px; background-position: 0 -41px;}
ul#menu li#navi2.current a { width:204px; background-position: -240px -41px;}
ul#menu li#navi3.current a { width:204px; background-position: -444px -41px;}
ul#menu li#navi4.current a { width:167px; background-position: -648px -41px;}
ul#menu li#navi5.current a { width:167px; background-position: -815px -41px;}

/* --------------------------------------------------------------------------------------------- */
/* english */
ul#menu_e {
	width:982px;
	overflow:hidden;
}
ul#menu_e li {
	float:left;
	height:41px;
	display:block;
}
ul#menu_e li a {
	display: block;
	overflow: hidden;
	height: 0;
	background: url(common/menu_e.jpg) no-repeat;
	padding-top: 41px;
}

/* menu normal
---------------------*/
ul#menu_e li#navi1 a { width:240px; background-position: 0 0;}
ul#menu_e li#navi2 a { width:266px; background-position: -240px 0;}
ul#menu_e li#navi3 a { width:238px; background-position: -506px 0;}
ul#menu_e li#navi4 a { width:238px; background-position: -744px 0;}

/* menu rollover
----------------------*/
ul#menu_e li#navi1 a:hover { width:240px; background-position: 0 -41px;}
ul#menu_e li#navi2 a:hover { width:266px; background-position: -240px -41px;}
ul#menu_e li#navi3 a:hover { width:238px; background-position: -506px -41px;}
ul#menu_e li#navi4 a:hover { width:238px; background-position: -744px -41px;}

/* menu current
----------------------*/
ul#menu_e li#navi1.current a { width:240px; background-position: 0 -41px;}
ul#menu_e li#navi2.current a { width:266px; background-position: -240px -41px;}
ul#menu_e li#navi3.current a { width:238px; background-position: -506px -41px;}
ul#menu_e li#navi4.current a { width:238px; background-position: -744px -41px;}

/* --------------------------------------------------------------------------------------------- */

/* Content Body */
#contbody {
	width: 1180px;
	margin: 0 auto;
}
#contbody_m {
	width: 780px;
	margin: 0 auto;
}
#bread {
	margin: 0 0 10px 0;
	font-size: 12px;
}
/* Sidebar */
.sidebar {
	float: left;
	width: 232px;
	padding-bottom: 10px;
}

.loginbar {
	float: left;
	width: 232px;
	padding-bottom: 10px;
}


.sidebox {
#	background-color: #FFFBEA;
	background-color: #FFFFFF;
	border: 1px #ddd solid;
	border-radius: 4px;
	margin: 0 0 15px 0;
}

.sidebox.new {
	background-color: #fff7ff;
}
.sidebox.used {
	background-color: #f2f9ff;
}

.sidebox p {
	font-size: 12px;
	margin: 5px 0 5px 0;
	color: #666;
	font-weight: bold;
}
.sidebox p.side_a {
	float: left;
}
.sidebox p.side_b {
	float: right;
}

/* Sidebox Kikai */
.sidebox.kikai dl {
	margin: 0 0 20px 12px;
	font-size: 13px;
	clear: both;
}
.sidebox.kikai dl hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 205px;
	margin: 10px 0 5px 0;
}
.sidebox.kikai dl dt {
	clear: left;
	float: left;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 163px;
	height: 18px;
	color: #000;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
	background: url(common/arrow.gif) no-repeat 0 9px;
}
.sidebox.kikai dl dt.recm_new {
	background: url(common/icon_new.png) no-repeat 0 1px;
	padding: 4px 0 0 30px;
	width: 133px;
}
.sidebox.kikai dl dt.recm_photo {
	background: url(common/icon_photo.png) no-repeat 0 1px;
	padding: 4px 0 0 30px;
	width: 133px;
}
.sidebox.kikai dl dt.recom_price {
	background: url(common/icon_price.png) no-repeat 0 1px;
	padding: 4px 0 0 30px;
	width: 133px;
}
.sidebox.kikai dl dt.recom_rental {
	background: url(common/icon_rental.png) no-repeat 0 1px;
	padding: 4px 0 0 30px;
	width: 133px;
}
.sidebox.kikai dl dt.recom_movie {
	background: url(common/icon_movie.png) no-repeat 0 1px;
	padding: 4px 0 0 30px;
	width: 133px;
}

.sidebox.kikai dl dd {
	margin: 0 0 5px 163px;
	width: 34px;
	height: 18px;
	text-align: right;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 4px 5px 0 0;
	-webkit-box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
}
.sidebox.kikai form {
	margin: 0 10px 10px 10px;
}
.sidebox.kikai form input[type="text"] {
	width: 199px;
	margin: 0 0 5px 1px;
}
.sidebox.kikai form select {
	font-size: 1.1em;
	width: 144px;
	margin: 0 0 0 2px;
}
.sidebox.kikai form input[type="submit"] {
	width: 60px;
	font-size: 1.1em;
	float: right;
}


/* Sidebox Parts */
.sidebox.parts div.sidemain_menu {
	cursor:pointer;
}
.sidebox.parts dl {
	margin: 0 0 8px 12px;
	font-size: 13px;
	clear: both;
}
.sidebox.parts dl dt {
	clear: left;
	float: left;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 154px;
	height: 18px;
	color: #000;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
	background: url(common/arrow.gif) no-repeat 0 9px;
}
.sidebox.parts dl dd {
	margin: 0 0 5px 162px;
	width: 52px;
	height: 18px;
	color: #fff;
	padding: 4px 0 1px 0;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
}
.sidebox.parts dl dd span {
	background-color: #FF0000;
	padding: 2px 0px 2px 4px;
}
.sidebox.parts p {
	padding: 5px 5px 0 0;
}
.sidebox.parts form {
	margin: 0 10px 5px 0;
}
.sidebox.parts form input[type="text"] {
	width: 138px;
	margin: 0 0 5px 1px;
}
.sidebox.parts form input[type="submit"] {
	width: 56px;
	margin: -1px 0 0 0;
	font-size: 1.1em;
	float: right;
}
.sidebox.parts ul {
	margin: 8px 0 20px 12px;
	font-size: 13px;
}
.sidebox.parts ul li {
	list-style: none;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 200px;
	/*height: 18px;*/
	color: #000;
	border-bottom: 1px #ddd dotted;
	/*overflow: hidden;*/
	background: url(common/arrow.gif) no-repeat 0 9px;
}

div.sidebox.parts ul li#current {
	font-weight: bold;
}

.sidebox.parts div.sidemain_menu {
	cursor:pointer;
}
.sidebox.parts dl {
	margin: 0 0 8px 12px;
	font-size: 13px;
	clear: both;
}
.sidebox.parts.new dl.sidesub_menu.usedp {
	margin: 0 0 8px 0;
}
.sidebox.parts dl dt {
	clear: left;
	float: left;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 154px;
	height: 18px;
	color: #000;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
	background: url(common/arrow.gif) no-repeat 0 9px;
}
.sidebox.parts dl dd {
	margin: 0 0 5px 162px;
	width: 52px;
	height: 18px;
	color: #fff;
	padding: 4px 0 1px 0;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
}
.sidebox.parts dl dd span {
	background-color: #FF0000;
	padding: 2px 0px 2px 4px;
}
.sidebox.parts p {
	padding: 5px 5px 0 0;
}
.sidebox.parts form {
	margin: 0 10px 5px 0;
}
.sidebox.parts form input[type="text"] {
	width: 138px;
	margin: 0 0 5px 1px;
}
.sidebox.parts form input[type="submit"] {
	width: 56px;
	margin: -1px 0 0 0;
	font-size: 1.1em;
	float: right;
}
.sidebox.parts ul {
	margin: 8px 0 20px 12px;
	font-size: 13px;
}
.sidebox.parts ul li {
	list-style: none;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 200px;
	/*height: 18px;*/
	color: #000;
	border-bottom: 1px #ddd dotted;
	/*overflow: hidden;*/
	background: url(common/arrow.gif) no-repeat 0 9px;
}

div.sidebox.parts ul li#current {
	font-weight: bold;
}

.sidebox.parts div.p_search {
	margin-left: 10px; 
}

/* Sidebox Kikai Search */
.sidebox.kikaisearch {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
}
.sidebox.kikaisearch form {
	margin: 0 10px 7px 10px;
}
.sidebox.kikaisearch form input[type="text"] {
	width: 199px;
	margin: 0 0 10px 1px;
}
.sidebox.kikaisearch form select {
	font-size: 1.1em;
	width: 208px;
	margin: 0 0 9px 1px;
}
.sidebox.kikaisearch form input[type="submit"] {
	width: 210px;
	font-size: 1.1em;
	margin: 2px 0 6px 0;
}
.sidebox.kikaisearch .zoneselect {
	margin: 6px 0 10px 0;
}
.sidebox.kikaisearch .direct_serach {
	margin: 0 0 8px 4px;
	padding: 0 0 0 6px;
}
.sidebox.kikaisearch .direct_serach ul {
	font-size: 13px;
	color: #FFFFFF;
}
.sidebox.kikaisearch .direct_serach li {
	float: left;
	margin: 1px 1px 2px 2px;
	padding: 4px 0 3px;
	width: 102px;
	height: 18px;
	text-align: center;
	overflow: hidden;
}
.sidebox.kikaisearch .direct_serach li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.sidebox.kikaisearch .direct_serach li#nlist {
	background-color: #e60000;
}
.sidebox.kikaisearch .direct_serach li#nprice {
	background-color: #FF9900;
}
.sidebox.kikaisearch .direct_serach li#nphoto {
	background-color: #008d43;
}
.sidebox.kikaisearch .direct_serach li#nrental {
	background-color: #80abff;
}

div.sidebar div.profile_menu {
	margin: 0 0 15px 1px;
}
div.sidebar div.profile_menu a:hover {
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


div.partscat h3 {
	background-color: #E0E1FF;
	margin: 4px 0 0 0;
	padding: 5px 0 4px 8px;
	letter-spacing: 0.05em;
	color: #008D43;
	font-size: 16px;
	text-shadow: #cccccc 1px 1px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}

/* cart */
div.sidebox.cart dl {
	margin: 5px 0 10px 12px;
	font-size: 13px;
}
div.sidebox.cart dl dt {
	clear: left;
	float: left;
	margin: 1px 0 2px 0;
	padding: 4px 0 0 9px;
	width: 163px;
	height: 18px;
	color: #000;
	border-bottom: 1px #ddd dotted;
	overflow: hidden;
	background: url(common/arrow.gif) no-repeat 0 9px;
}
div.sidebox.cart dl dd {
	margin: 0 0 5px 163px;
	width: 34px;
	height: 18px;
	text-align: right;
	border: 1px #ddd solid;
	background-color: #fff;
	padding: 4px 5px 0 0;
	-webkit-box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
	-moz-box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 1px 2px rgba(200,200,200,0.2) inset;
}
div.sidebox.cart form {
	margin: 0 10px 10px 10px;
}
div.sidebox.cart form input[type="text"] {
	width: 199px;
	margin: 0 0 5px 1px;
}
div.sidebox.cart form select {
	font-size: 1.1em;
	width: 144px;
	margin: 0 0 0 2px;
}
div.sidebox.cart form input[type="submit"] {
	width: 60px;
	font-size: 1.1em;
	float: right;
}

div.lookcart {
	text-align: center;
	margin: 5px 0;
}
div.lookcart a:hover {
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}


div.item_box.cart ul {
	margin: 23px 0 0 11px;
	padding: 0;
}
div.item_box.cart ul li {
	list-style-type:none;
	width: 80px;
	float: left;
	margin: 0 4px 10px 4px;
}
div.item_box.cart ul li img {
	width: 80px;
	height: auto;
}
div.item_box.cart ul li p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}

/* cart 01, 02 */
div.item_cartbox {
	background: url(common/box_line.png) repeat-x #FFFFFF;
	border: 1px #ddd solid;
	padding: 4px 0 0 0;
	width: 728px;
	margin: 0 0 10px 8px;
}
div.item_cartbox table {
	width: 100%;
	margin: 10px 0 0 0;
}
div.item_cartbox table th {
	background-color: #008d43;
	color: #FFF;
}

div.item_cartbox table td input {
	font-size: 1.1em;
}
div.item_cartbox table.item_tbl th, div.item_cartbox table td {
	border: 1px #ddd solid;
	padding: 4px;
}
div.item_cartbox table.item_tbl td.item_thum {
	width: 40px;
	text-align: center;
}
div.item_cartbox table.item_tbl td.item_thum img {
	width: 100%;
	height: auto;
}
div.item_cartbox table.item_tbl td.item_name {

}
div.item_cartbox table.item_tbl td.item_price {
	text-align: right;
}
div.item_cartbox table.item_tbl td.item_amount {
	text-align: center;
}
div.item_cartbox table.item_tbl td.item_total {
	text-align: right;
}
div.item_cartbox table.item_tbl td.item_delete {
	width: 50px;
	text-align: center;
}

div.item_cartbox div.backtoshop {
	float: right;
	text-align: right;
	width: 180px;
	margin: 10px 10px 0 0;
	font-size: 13px;
}
div.item_cartbox div.cartinfo {
	margin: 10px 0 5px 10px;
	font-weight: bold;
	color: #CC0000;
}

div.item_cartbox table.total_tbl th {
	width: 200px;
}
div.item_cartbox table.total_tbl td.subtotal {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}
div.item_cartbox table.total_tbl td.empty {
	text-align: center;
	width: 160px;
}
div.item_cartbox table.total_tbl td.tax {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}
div.item_cartbox table.total_tbl td.total {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}

div.item_cartbox table.login_tbl td {
	width: 50%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
div.item_cartbox table.login_tbl tbody tr td table#login {
	width: 80%;
	margin: 0 auto 5px auto;
}
div.item_cartbox table.login_tbl tbody tr td strong {
	color: #CC0000;
	font-weight: bold;
}
div.item_cartbox table.login_tbl tbody tr td table#login tbody tr th {
	white-space: nowrap;
	padding: 0 10px;
}
div.item_cartbox table.login_tbl tbody tr td table#login tbody tr td {
	padding: 5px;
}
div.item_cartbox table.login_tbl tbody tr td table#login input[type="text"], div.item_cartbox table.login_tbl tbody tr td table#login input[type="password"] {
	width: 180px;
}

/* cart 03 */
div.item_cartbox table.form_tbl th {
	width: 180px;
}
div.item_cartbox table.form_tbl tbody tr td table#form {
	width: 90%;
	margin: 5px auto;
}
div.item_cartbox table.form_tbl tbody tr td table#form tbody tr th {
	white-space: nowrap;
	padding: 0 10px;
}
div.item_cartbox table.form_tbl tbody tr td table#form tbody tr td {
	padding: 5px;
}
div.item_cartbox table.form_tbl tbody tr td table#form input[type="text"] {
	width: 400px;
}
div.submit_section {
	text-align: center;
	margin: 15px 0;
}
div.submit_section input[type="submit"], div.submit_section input[type="reset"], div.submit_section input[type="button"] {
	width: 200px;
}
.sidebar table {
	width: 100%;
	font-size: 11px;
	border: 1px #ddd solid;
}
.sidebar th {
	background:#008C46;
	color: #fff;
	padding: 2px 0 0 0;
}
.sidebar td {
	padding: 3px 4px 1px 4px;
	text-align: center;
}
.sidebar td.rate {
	text-align: right;
}
.sidebar tr:nth-child(even) {  
	background:#fff;
}  
.sidebar tr:nth-child(odd) {  
	background:#eee;
}
.sidebar .attention {
	border: 1px #ff0000 solid;
	padding: 5px;
	margin: 5px 0;
	font-size: 12px;
	color: #ff0000;
}

/* Content */
article {
	padding: 0 0 10px 0;
	width: 738px;
	float: right;
}

article ul, .content ol {
	padding: 0 15px 15px 40px;
}
.auction_sche {
	background: url(common/auction_schedule.jpg) no-repeat;
	height: 92px;
	width: 730px;
	margin: 0 0 15px 8px;
}
.auction_sche a {
	padding: 69px 0 0 168px;
	overflow: hidden;
	text-decoration: none;
	font-size: 13px;
	color: #ff0000;
	display: block;
	zoom: 1;
}

.slider {
	margin: 0 0 12px 0;
}
.slider ul {
	list-style: none;
	margin: 0 0 0 -32px;
}

#top_left {
	float: left;
	width: 480px;
	margin: 0 0 0 8px;
}
#top_right {
	float: right;
	width: 230px;
}
#top_right a:hover {
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.topbnr_box {
	margin: 0 0 5px 0;
}
.topbnr_box img {
	margin: 0 0 5px 0;
}
.info_box {
	background: url(common/title_bg.jpg) repeat-x #fff;
	border: 1px #ddd solid;
	padding: 8px;
	margin: 0 0 15px 0;
}
.info_box h3 {
	margin: 4px 0 0 3px;
	padding: 0;
	letter-spacing: 0.05em;
	color: #008D43;
	text-shadow: #cccccc 1px 1px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}
.info_box #twitter {
	float: right;
	margin: -26px 0 0 0;
}
.info_box p {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 13px;
}
.info_box .box {
	margin: 15px 5px 0 5px;
}
.info_box .box .txt {
	width: 320px;
	float: right;
	font-size: 12px;
}
.info_box .box .txt h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.info_box .box .txt h4 span {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
.info_box .box .txt .mark {
	margin: 5px 0;
}

.r_menu {
	margin: 0 0 10px; 0;
}
.r_menu img {
	margin: 0;
}
.bunner img {
	margin: 0 0 4px 0;
}


div.message {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	background-color: #fffbea;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 0 20px 8px;
	padding: 10px;
}
div.message a {
	color: #008D43;
}
div.message span {
	color: #CC0000;
}


/* Footer */
footer {
	background-color: #fff7ff;
	padding: 0 0 10px 0;
	position: relative;
	clear: both;
	min-width: 780px;
}

#foot_bar {
	background: url(common/foot_bg.jpg) repeat-x 0 0;
	height: 6px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
#footbody {
	width: 980px;
	margin: 10px auto 0 auto;
}
address {
	width: 460px;
	float: left;
}
footer dl dt {
	font-size: 13px;
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 6.5em;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #000;
}
footer dl {
	margin: 5px 0;
}
footer dl dd {
	font-size: 13px;
	margin-bottom: 0.8em;
	margin-left: 6.5em;
}
footer ul.profile {
	width: 150px;
	margin: 10px 0 10px 10px;
	float: right;
}
footer ul.info {
	width: 150px;
	margin: 10px 0 10px 10px;
	float: right;
}
footer ul.menu {
	width: 150px;
	margin: 10px 0 10px 10px;
	float: right;
}
footer ul li {
	font-size: 14px;
	list-style-type: none;
	background: url(common/arrow.gif) no-repeat 0 8px;
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 1.7em;
}
#copy {
	font-size: 11px;
}
header, section, footer, aside, article, figure {
	display: block;
}


/* zaiko kikai page */
div.item_box {
	background: url(common/title_bg.jpg) repeat-x #FFFFFF;
	border: 1px #ddd solid;
	padding: 7px 0 0 0;
	width: 728px;
	margin: 0 0 20px 8px;
}
div.item_box_photo {
	background: url(common/title_bg.jpg) repeat-x #FFFFFF;
	border: 1px #ddd solid;
	padding: 7px 0 0 0;
	width: 1024px;
	margin: 0 0 20px 8px;
}

div.item_box.new {	/* new parts page */
	background: url(common/title_bg.jpg) repeat-x #fff7ff;
}
div.item_box.used {	/* used parts page */
	background: url(common/title_bg.jpg) repeat-x #f2f9ff;
}

div.item_box h3 {
	margin: 4px 0 8px 10px;
	padding: 0;
	letter-spacing: 0.05em;
	color: #008D43;
	text-shadow: #cccccc 1px 1px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}
div.item_box.kikai ul {
	margin: 23px 0 0 9px;
	padding: 0;
}
div.item_box.kikai ul li {
	list-style-type:none;
	width: 122px;
	float: left;
	margin: 0 10px 10px 10px;
}
div.item_box.kikai ul li p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height: 24px;
	overflow: hidden;
}
div.item_box.kikai ul.recommend {
	margin: 20px 0 0 9px;
}
div.item_box.kikai ul.recommend li {
	width: 100px;
	margin: 0 9px 10px 9px;
}
div.item_box.kikai ul.recommend li p {
	font-size: 11px;
	line-height: 15px;
	height: 34px;
}
div.item_box.kikai hr {
	clear: both;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 690px;
	margin: 10px auto 5px auto;
}
/* zaiko detail */
div.item_detail {
	background: url(common/title_bg.jpg) repeat-x #FFFFFF;
	border: 1px #ddd solid;
	padding: 7px 0 0 0;
#	width: 980px;
	width: 1180px;
	margin: 0 0 20px 0;
}
div.item_detail h3 {
	margin: 4px 0 8px 10px;
	padding: 0;
	letter-spacing: 0.05em;
#	color: #008D43;
	color: #0000FF;
	text-shadow: #cccccc 3px 3px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}

div.item_detail div.left_box {
//	width: 605px;
	width: 805px;
	float: left;
	padding: 6px 6px 6px 10px;
}
div.item_detail div.left_box div.thum_box {
	margin: 10px 0 0 0;
}
div.item_detail div.left_box div.thum_box div.thumb {
	float: left;
	width: 126px;
	margin-right: 3px;
	
}
div.item_detail div.left_box div.thum_box div.thumb img {
	width: 126px;
	height: auto;
}

div.item_detail div.left_box div.thum_box div.thumb_m {
	float: left;
	width: 126px;
	margin-right: 3px;
	
}
div.item_detail div.left_box div.thum_box div.thumb_m img {
	width: 125px;
	height: auto;
}

div.item_detail div.right_box {
	width: 345px;
	float: right;
	padding: 6px 10px 6px 0;
}
div.item_detail div.right_box div.detail_txt {
#	margin: 0 0 5px 0;
	margin: 0 0 0 0;
}
div.item_detail div.right_box h4 {
	background-color: #eff0ff;
	padding: 4px 0 2px 6px;
}
div.item_detail div.right_box div.types {
	width: 230px;
	margin: 0 0 10px 10px;
	float: left;
}
div.item_detail div.right_box div.hold {
	background-color: #0066FF;
	width: 80px;
	border: 1px #eee solid;
	padding: 3px;
	text-align: center;
	float: right;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.item_detail div.right_box div.p_title {
#	width: 150px;
	width: 70px;
	margin: 5px 0 10px 15px;
	float: left;
}
div.item_detail div.right_box div.p_title span {
	font-size: 80%;
}
div.item_detail div.right_box div.price {
#	width: 160px;
	width: 310px;
	float: right;
	text-align: right;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.item_detail div.right_box div.price span {
	font-size: 140%;
	color: #CC0000;
}
div.item_detail div.right_box div.detail_txt div.attention {
	font-size: 12px;
	color: #CC0000;
	margin: 0 0 0 5px;
}
div.item_detail div.right_box div.btn_box {
	
}
div.item_detail div.right_box div.btn_box a img {
	margin: 2px 1px 2px 0;
}
div.item_detail div.right_box div.btn_box hr {
	border: 0;
	height: 0;
	border-bottom: 1px #ddd solid;
	margin-bottom: 12px;
	margin-right: 3px;
	clear: both;
}
div.item_detail div.right_box div.btn_box div.guideline {
	margin: 0 4px 0 2px;
	font-size: 86%;
}
div.item_detail div.right_box div.btn_box div.guideline img {
	margin: 0 0 10px 0;
}

div.zaikobnr {
	margin: 0 0 20px 8px;
}
div.zaikobnr img {
	margin: 0 20px 18px 0;
}
div.sideitem_box {
	background: url(common/title_bg.jpg) repeat-x #fff;
	border: 1px #ddd solid;
	padding: 8px 8px 0 8px;
	margin: 0 0 15px 0;
}
div.sideitem_box h3 {
	margin: 4px 0 8px 3px;
	padding: 0;
	letter-spacing: 0.05em;
	color: #008D43;
	text-shadow: #cccccc 1px 1px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}
div.sideitem_box div.itembox {
	border-bottom: 1px #ddd solid;
	margin: 8px 0;
}
div.sideitem_box div.itembox a img {
	margin: 0 5px 0 0;
	float: left;
}
div.sideitem_box div.itembox .txt {
	font-size: 12px;
}
div.sideitem_box div.itembox .txt h4 {
	margin: 0;
	padding: 0 0 13px 0;
}
div.sideitem_box div.itembox .txt h4 span {
	font-weight: normal;
}

/* ec category */
div.item_box.ec ul {
	margin: 23px 0 0 9px;
	padding: 0;
}
div.item_box.ec ul li {
	list-style-type:none;
	width: 122px;
	float: left;
	margin: 0 10px 10px 10px;
}
div.item_box.ec ul li p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height: 36px;
	overflow: hidden;
}

div.item_box div.itemlist table {
	width: 97%;
	margin: 20px auto 10px;
}
div.item_box div.itemlist table th {
	padding: 3px;
}
div.item_box div.itemlist table th#item_photo {
	width: 80px;
}
div.item_box div.itemlist table th#item_name {
	width: 240px;
}
div.item_box div.itemlist table th#item_detail {

}
div.item_box div.itemlist table th#item_price {
	width: 100px;
}

div.item_box div.itemlist table th {
	background-color: #008d43;
	color: #FFFFFF;
	font-size: 13px;
}
div.item_box div.itemlist table tr:nth-child(even) td {
	background-color: #f4f5ff;
}
div.item_box div.itemlist table tr:nth-child(odd) td {
	background-color: #eee;
}
div.item_box div.itemlist table td {
	padding: 5px 5px 0;
}
div.item_box div.itemlist table td a {
	display:block;
	width: 100%;
}
div.item_box div.itemlist table td img {
	width: 80px;
	height: auto;
}
div.item_box div.itemlist table td.item_name {
	font-weight: bold;
}
div.item_box div.itemlist table td.item_detail {
	font-size: 13px;
}
div.item_box div.itemlist table td.item_price {
	text-align: right;
	font-weight: bold;
	color: #CC0000;
	font-size: 17px;
}

/* item search */
div.item_searchbox {
	background: url(common/title_bg.jpg) repeat-x #FFFFFF;
#	background: url(common/box_line.png) repeat-x #FFFFFF;
	border: 1px #ddd solid;
	padding: 4px 0 0 0;
#	width: 1178px;
#	width: 600px;
	margin: 0 0 0px 0px;
}
div.item_searchbox h4 {
	font-size: 24px;

	margin: 4px 0 8px 10px;
	padding: 0;
	letter-spacing: 0.05em;
	color: #0000FF;
	text-shadow: #cccccc 3px 3px 3px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#cccccc,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
}
div.item_searchbox ul {
	margin: 2px 0 0 8px;
	padding: 0;
}
div.item_searchbox ul li {
	list-style-type:none;
	width: 76px;
	float: left;
#	margin: 0 7px 8px 6px;
	margin: 0 2px 8px 2px;
}
div.item_searchbox ul li img {
	width: 76px;
	height: auto;
}
div.item_searchbox ul li p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	height: 32px;
	overflow: hidden;
}
div.item_searchbox ul li.recommend p.attachiment {
	height: 52px;
}
div.item_searchbox ul li.recommend p {
	margin: 2px 0 0 0;
	height: 32px;
	overflow: hidden;
}

div.item_searchbox ul li div.icon_guide {
	margin: 0;
	line-height: 1em;
}
div.item_searchbox ul li .icon_guide img {

}


/* ec detail */
div.item_box div.detailleft {
	width: 322px;
	float: left;
	margin: 12px 0 12px 15px;
}
div.item_box div.detailleft .mainimg {
	border: 1px #ddd solid;
}
div.item_box div.detailleft ul.thum {
	margin: 10px 0 0 0;
}
div.item_box div.detailleft ul.thum li {
	float: left;
	width: 98px;
	margin: 0 13px 0 0;
}
div.item_box div.detailleft ul.thum li img {
	border: 1px #ddd solid;
}
div.item_box div.detailleft p.statement {
	margin: 0;
	padding: 0;
}
div.item_box div.detailright {
	width: 360px;
	float: right;
	margin: 12px 15px 12px 0;
}
div.item_box div.detailright div.detailcont {
	height: 222px;
}
div.item_box div.detailright div.detailcont h2 {
	padding: 0;
	border-bottom: 1px #ddd solid;
}
div.item_box div.detailright div.incart {
	
}
div.item_box div.detailright div.price {
	width: 300px;
	float: right;
	text-align: right;
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
div.item_box div.detailright div.price span {
	font-size: 12px;
}
div.item_box div.detailright div.incart {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	margin: 4px 0 0 0;
	padding: 15px 0;
}
div.item_box div.detailright div.incart form {

}
div.item_box div.detailright div.incart form div#amount {
	width: 100px;
	margin: 0 170px 0 0;
	padding: 5px 0 0 0;
	float: right;
	text-align: left;
}
div.item_box div.detailright div.incart form div#amount input {
	width: 38px;
}
div.item_box div.detailright div.incart form input[type="image"] {
	float: right;
	margin: -27px 0 0 0;
}
div.item_box div.detailright p.attention {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #CC0000;
}
div.item_box div.detailright p.attention a {
	color: #008D43;
}
div.item_box.details ul {
	margin: 20px 0 9px 9px;
}
div.item_box.details ul li {
	width: 210px;
}
div.item_box.details ul li h4 {
	margin: 0;
	padding: 0;
}
div.item_box.details ul li h4:before {
	content:'■';
	color: #008D43;
}


/* kikai search */
div.update {
	text-align: center;
	color: #008d43;
	font-weight: bold;
}

div#result_item {
	margin: 0 0 20px 0;
}
div#result_item table {
#	width: 100%;
	font-size: 15px;
}
div.result_head table tbody tr td.center a {
#	width: 100%;
	letter-spacing: 2px;
}
div#result_item div.result_head {
	background: linear-gradient(to bottom, #fffbea 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
	border-top: 1px solid #dddddd;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08) inset;
	padding: 10px 12px 10px 12px;
}

div#result_item div.result_head table td .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333333;
	padding: 5px 0 3px 0;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ededed 25%,
		#d1d1d1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.25, #ededed),
		to(#d1d1d1));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b8b8b8;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(245,245,245,0.7);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(245,245,245,0.7);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.2),
		inset 0px -1px 0px rgba(245,245,245,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
div#result_item div.result_head table td .button:hover {
	cursor:pointer;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
div#result_item div.result_head table td .button a {
	text-decoration: none;
	display: block;
}
div#result_item div.result_head table td.bulk {
	text-align: right;
	width: 260px;
}

div#result_item table#result_tbl {
	border-collapse: collapse;
}
div#result_item table#result_tbl th {
	background-color: #C51E49;
	border: 1px #d3d3d3 solid;
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
	font-size: 100%;
}
div#result_item table#result_tbl th img {
	margin: 3px 0 0 0;
}
div#result_item table#result_tbl td {
	border: 1px #a9a9a9 solid;
	padding: 5px 5px 0px 5px;
}
div#result_item table#result_tbl td.thum {
	width: 128px;
}
div#result_item table#result_tbl td.model {
	font-size: 120%;
}
div#result_item table#result_tbl td.model strong {
	font-weight: bold;
}

div#result_item table#result_tbl td.item {
	font-size: 100%;
}
div#result_item table#result_tbl td.item strong {
	font-weight: bold;
}
div#result_item table#result_tbl td.price {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	width: 100px;
}
div#result_item table#result_tbl td.cond {
	font-size: 110%;
}
div#result_item table#result_tbl td.photo {
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
}
div#result_item table#result_tbl td.bulkmail {
	text-align: center;
}
div#result_item table#result_tbl td.bulkmail input {
	width:24px;
	height:24px
}
div#result_item table#result_tbl td.lotno {
	text-align: center; 
	font-weight: bold;
}
div#result_item table#result_tbl td.time {
	font-size: 13px;
	text-align: left; 
#	width: 1px;
}
div#result_item table#result_tbl td.year {
	font-size: 100%;
	text-align: right; 
}
div#result_item table#result_tbl td.hour {
	font-size: 100%;
	text-align: right; 
}
div#result_item table#result_tbl td.bid_price {
	text-align: center; 
}


div#result_item table#result_tbl td.lotno_bid {
	text-align: center; 
	font-weight: bold;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.time_bid {
	font-size: 13px;
	text-align: left; 
#	width: 1px;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.thum_bid {
	width: 128px;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.model_bid {
	font-size: 120%;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.item_bid {
	font-size: 100%;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.hour_bid {
	font-size: 100%;
	text-align: right; 
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.year_bid {
	font-size: 100%;
	text-align: right; 
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.cond_bid {
	font-size: 110%;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.price_bid {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	width: 100px;
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}
div#result_item table#result_tbl td.bid_price_bid {
	text-align: center; 
  background-color: #f5f5f5;
  animation: bg-color 1s infinite;
  -webkit-animation: bg-color 1s infinite;
}


div#result_item table#result_tbl tr:nth-child(even) td {
	background-color: #f4f5ff;
}
div#result_item table#result_tbl tr:nth-child(odd) td {
	background-color: #eee;
}

/* --------------------------------------------------------------------------------------------- */
/* profile */
/* Japan*/
div#profile_box {

}
div#profile_box ul#profile_menu {
	width:728px;
	margin: 25px 0 5px -31px;
	overflow:hidden;
}
div#profile_box ul#profile_menu li {
	float:left;
	height:144px;
	display:block;
}
div#profile_box ul#profile_menu li a {
	display: block;
	overflow: hidden;
	height: 0;
	background: url(common/profile_menu.jpg) no-repeat;
	padding-top: 144px;
}

/* menu normal
---------------------*/
div#profile_box ul#profile_menu li#pnavi1 a { width:145px; background-position: 0 0;}
div#profile_box ul#profile_menu li#pnavi2 a { width:146px; background-position: -145px 0;}
div#profile_box ul#profile_menu li#pnavi3 a { width:146px; background-position: -291px 0;}
div#profile_box ul#profile_menu li#pnavi4 a { width:146px; background-position: -437px 0;}
div#profile_box ul#profile_menu li#pnavi5 a { width:145px; background-position: -583px 0;}

/* menu rollover
----------------------*/
div#profile_box ul#profile_menu li#pnavi1 a:hover { width:145px; background-position: 0 -144px;}
div#profile_box ul#profile_menu li#pnavi2 a:hover { width:146px; background-position: -145px -144px;}
div#profile_box ul#profile_menu li#pnavi3 a:hover { width:146px; background-position: -291px -144px;}
div#profile_box ul#profile_menu li#pnavi4 a:hover { width:146px; background-position: -437px -144px;}
div#profile_box ul#profile_menu li#pnavi5 a:hover { width:145px; background-position: -583px -144px;}

/* menu current
----------------------*/
div#profile_box ul#profile_menu li#pnavi1.current a { width:145px; background-position: 0 -144px;}
div#profile_box ul#profile_menu li#pnavi2.current a { width:146px; background-position: -145px -144px;}
div#profile_box ul#profile_menu li#pnavi3.current a { width:146px; background-position: -291px -144px;}
div#profile_box ul#profile_menu li#pnavi4.current a { width:146px; background-position: -437px -144px;}
div#profile_box ul#profile_menu li#pnavi5.current a { width:145px; background-position: -583px -144px;}

div#profile_box div.item_box {
	padding-bottom: -5px;
}
div#profile_box div.item_box h4 {
	background: url(common/profile_title_bk.jpg) no-repeat;
	height: 50px;
	width: 680px;
	margin: 30px 0 0 30px;
	padding: 15px 0 0 32px;
	font-size: 22px;
}
div#profile_box div.item_box h4 span {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #9966CC;
}
div#profile_box div.item_box p {
	padding: 10px 19px 0 30px;
}
div#profile_box div.item_box p img {
	float: right;
	margin: 0 10px;
}
div#profile_box div.item_box img.profile_img {
	margin: 20px 0 -6px 0;
}
div#profile_box div.item_box dl {
	margin: 40px 30px 0 30px;
}
div#profile_box div.item_box dl dt {
	clear: left;
	float: left;
	margin: 0 0 1.4em;
	width: 160px;
	border-left: solid 8px #CCC;
	padding-left: 5px;
}

div#profile_box div.item_box dl dd {
	margin-bottom: 1.4em;
	margin-left: 0;
	padding-left: 180px;
	border-bottom: dotted 1px #CCC;
}

div#profile_box div.item_box div.pdf {
	margin: 40px 30px;
	text-align: center;
}
div#profile_box div.item_box div.pdf p a {
	background: url(common/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 9px;
}
div#profile_box div.item_box div.pdf p a span {
	font-size: 12px;
}

div#profile_box div#gmap {
	width: 700px;
	margin: 20px auto;
}
div#profile_box div#gmap p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------------------------------------------- */
/* English */
div#profile_box_e {

}
div#profile_box_e ul#profile_menu_e {
	width:728px;
	margin: 25px 0 5px -31px;
	overflow:hidden;
}
div#profile_box_e ul#profile_menu_e li {
	float:left;
	height:144px;
	display:block;
}
div#profile_box_e ul#profile_menu_e li a {
	display: block;
	overflow: hidden;
	height: 0;
	background: url(common/profile_menu_e.jpg) no-repeat;
	padding-top: 144px;
}

/* menu normal
---------------------*/
div#profile_box_e ul#profile_menu_e li#pnavi1 a { width:242px; background-position: 0 0;}
div#profile_box_e ul#profile_menu_e li#pnavi2 a { width:242px; background-position: -242px 0;}
div#profile_box_e ul#profile_menu_e li#pnavi3 a { width:242px; background-position: -484px 0;}
/* menu rollover
----------------------*/
div#profile_box_e ul#profile_menu_e li#pnavi1 a:hover { width:242px; background-position: 0 -144px;}
div#profile_box_e ul#profile_menu_e li#pnavi2 a:hover { width:242px; background-position: -242px -144px;}
div#profile_box_e ul#profile_menu_e li#pnavi3 a:hover { width:242px; background-position: -484px -144px;}

/* menu current
----------------------*/
div#profile_box_e ul#profile_menu_e li#pnavi1.current a { width:242px; background-position: 0 -144px;}
div#profile_box_e ul#profile_menu_e li#pnavi2.current a { width:242px; background-position: -242px -144px;}
div#profile_box_e ul#profile_menu_e li#pnavi3.current a { width:242px; background-position: -484px -144px;}

div#profile_box_e div.item_box {
	padding-bottom: -5px;
}
div#profile_box_e div.item_box h4 {
	background: url(common/profile_title_bk.jpg) no-repeat;
	height: 50px;
	width: 680px;
	margin: 30px 0 0 30px;
	padding: 15px 0 0 32px;
	font-size: 22px;
}
div#profile_box_e div.item_box h4 span {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #9966CC;
}
div#profile_box_e div.item_box p {
	padding: 10px 19px 0 30px;
}
div#profile_box_e div.item_box p img {
	float: right;
	margin: 0 10px;
}
div#profile_box_e div.item_box img.profile_img {
	margin: 20px 0 -6px 0;
}
div#profile_box_e div.item_box dl {
	margin: 40px 30px 0 30px;
}
div#profile_box_e div.item_box dl dt {
	clear: left;
	float: left;
	margin: 0 0 1.4em;
	width: 160px;
	border-left: solid 8px #CCC;
	padding-left: 5px;
}

div#profile_box_e div.item_box dl dd {
	margin-bottom: 1.4em;
	margin-left: 0;
	padding-left: 180px;
	border-bottom: dotted 1px #CCC;
}

div#profile_box_e div.item_box div.pdf {
	margin: 40px 30px;
	text-align: center;
}
div#profile_box_e div.item_box div.pdf p a {
	background: url(common/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 9px;
}
div#profile_box_e div.item_box div.pdf p a span {
	font-size: 12px;
}

div#profile_box_e div#gmap {
	width: 700px;
	margin: 20px auto;
}
div#profile_box_e div#gmap p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------------------------------------------- */
/* q and a */
table.q-a {
	width: 674px;
	margin: 0 auto 30px auto;
	border: 1px #ddd solid;
}
table.q-a th {
	color: #333;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 10px;
}
table.q-a th.q {
	color: #103e99;
}
table.q-a th.a {
	color: #cc0000;
}
table.q-a td {
	padding: 5px 4px;
}
table.q-a tbody tr td ul {
	margin: 0;
	padding: 0 0 0 20px;
}
table.q-a tr:nth-child(even) {  
	background:#fff;
}
table.q-a tr:nth-child(even) th, table.q-a tr:nth-child(even) td {  
	padding-bottom: 20px;
}
table.q-a tr:nth-child(odd) {  
	background:#eee;
}

/* info */
table.info {
	width: 674px;
	margin: 0 auto 10px auto;
	border: 1px #ddd solid;
}
table.info th {
	color: #333;
	white-space: nowrap;
	vertical-align: top;
	padding: 5px 20px;
	font-weight: normal;
}
table.info td {
	padding: 5px 4px;
}
table.info tbody tr td ul {
	margin: 0;
	padding: 0 0 0 20px;
}
table.info tr:nth-child(even) {  
	background:#fff;
}
table.info tr:nth-child(even) th, table.q-a tr:nth-child(even) td {  
	padding-bottom: 20px;
}
table.info tr:nth-child(odd) {  
	background:#eee;
}
div.backnumber {
	margin: 0 auto 30px auto;
	width: 676px;
	text-align: right;
	font-size: 13px;
}

/* rease */
div.item_box.rease div.leftbox {
	width: 315px;
	float: left;
	margin: 0 0 0 28px;
	padding: 20px 0;
}
div.item_box.rease div.rightbox {
	width: 315px;
	float: right;
	margin: 0 28px 0 0;
	padding: 20px 0 0 20px;
	border-left: 1px #ddd solid;
}
div.item_box.rease div.text {
	min-height: 160px;
}

/* inspection */
div.item_box.inspection div.text {
	width: 668px;
	margin: 30px;
}
div.item_box.inspection strong {
	font-size: 120%;
}
div.item_box.inspection span {
	font-size: 82%;
}
div.item_box.inspection div.text img.f_right {
	margin: 0 0 0 15px;
}
div.item_box.inspection div.official {
	border: 1px #ddd solid;
	padding: 15px;
	margin: 20px 0;
}
div.item_box.inspection div.official img {
	float: right;
	margin: 0 0 0 15px;
}

/* wanted */
div.item_box.wanted div.kaitori {
	text-align: center;
	margin: 40px;
}

/* inquiry */
div.item_box.inquiry ol {
	margin: 20px 0 5px 40px;
}
div.item_box.inquiry p {
	padding-left: 20px;
}
div.item_box.inquiry table {
	width: 100%;
	margin: 10px 0 0 0;
}
div.item_box.inquiry table th {
	background-color: #008d43;
	color: #FFF;
}

div.item_box.inquiry table td input {
	font-size: 1.1em;
}
div.item_box.inquiry table td input[type="text"] {
	width: 300px;
}
div.item_box.inquiry table td textarea {
	font-size: 1.1em;
	width: 99%;
	height: 160px;
}
div.item_box.inquiry table th, div.item_box.inquiry table td {
	border: 1px #ddd solid;
	padding: 4px;
}
div.item_box.inquiry table th {
	width: 200px;
}
div.item_box.inquiry table td.subtotal {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}
div.item_box.inquiry table td.empty {
	text-align: center;
	width: 160px;
}
div.item_box.inquiry table td.tax {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}
div.item_box.inquiry table td.total {
	text-align: right;
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
}

div.item_box.telinquiry p {
	margin: 20px 0 0 0;
}
div.item_box.telinquiry p.telno {
	font-size: 52px;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	color: #008d43;
	margin: 10px 0;
}
.noBorders_price {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	border:0px
	solid	white;
	font-size: 140%;
	color:#CC0000;
	font-weight: bold;
	text-align: right;
}


.noBorders_price_list {
	font: 18px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	border:1px
	solid	black;
	color:#CC0000;
	font-weight: bold;
	text-align: right;
}
.ListFrameTrTitle{
	border-top    :double;
	border-bottom :double;
}
.ListFrameTrUp{
	border-top    :double;
}
.ListFrameTrDown{
	border-bottom :double;
}
.ListFrameTD{
	border-left   :dashed 2px #CCCCCC;
	border-right  :dashed 2px #CCCCCC;
}
