﻿@charset "Shift_JIS";

/* ----------------------------------------------------------- *
	トップページ CSS
 * ----------------------------------------------------------- */
 
div#contentsArea{
	padding:12px 0 0 0;
	min-height:452px;
	_height:452px;
	background-image:url(../../images/en_top_bg01.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

/*メインメニュー(トップページ用修正)*/
#mainMenu{
	background-image:url(../../images/menu/ch_mainmenu_top.gif);
}

#mainMenu li#menu05 a{
	visibility:hidden !important;
}


h2{
	width:570px;
	margin:20px 0 0 0;
	padding:0 0 4px 0;
	border-bottom:2px dotted #ccc;

}



/* ----------------------------------------------------------- */
/* 左側 */
div#leftArea{
	float:left;
	width:587px;
	_width:585px;
	padding-left:13px;
	
/*	background-color:lightgreen;*/
}

#auctionLink img{
}

/* トピックス */
#topics th,
#topics td{
	color:#666;
	text-align:left;
	line-height:1.2em;
	padding:4px 8px 0 0px;
}

#topics td img{
	vertical-align:middle;
	margin-left:6px;
}

#topics table{
	width:500px;
	margin:6px 0 0 24px;
/*	background-color:pink;*/
}

#topics table,
#topics th,
#topics td{
	border-style:none;
}

/* バナー（罫線付き） */
a img.imgBorder{
	border:2px solid blue;
}
a:hover img.imgBorder{
	border-color:#f66;
}

/* 他社オークション */
#banners p{
	margin:6px 0 0 24px;
}

/* ブラックリスト */
#blackList{
	margin:20px 0 0 0;
}


/* ----------------------------------------------------------- */
/* 右側 */

div#rightArea{
	float:right;
	width:179px;
	padding:0 10px;
/*	background-color:pink;*/
}

div#rightArea p{
	font-size:10px;
	line-height:1.4em;
}

/* ログインフォーム */
form#login{
	width:182px;
	margin:0 0 12px 0;
	background-image:url(../../images/top/en_login_bg00.gif);
	background-repeat:repeat-y;
}
form#login div{
	background-image:url(../../images/top/ch_login_bg01.gif);
	background-repeat:no-repeat;
}

form#login h2{
	width:auto;
	height:56px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border-style:none;
}

form#login a{
	color:#666;
}
form#login a:hover{
	color:#F90;
}

form#login p{
	color:#666;
	font-size:12px;
	margin:0 0 10px 12px;
}



form#login input.text{
	font-size:12px;
	width:153px;
	border:1px solid #7f9db9;
}

form#login input.submit{
	margin-bottom:4px;
}
form#login img.register{
	margin-left:-3px;
}

form#login ul{
	margin:0 0 8px 12px;
	padding:0;
}
form#login ul li{
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../../images/top/en_mark_tri.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
}

form#login .footer{
	height:7px;
	overflow:hidden;
	background-image:url(../../images/top/en_login_footer.gif);
	background-repeat:no-repeat;
}


/* Certificacte JP03 */
div#isoInfo{
	width:182px;
	margin:0 0 12px 0;
	background-image:url(../../images/top/en_image_iso_bg.gif);
	background-repeat:repeat-y;
}
div#isoInfo div{
	width:162px;
	padding:7px 10px 0 10px;
	background-image:url(../../images/top/en_image_iso.gif);
	background-repeat:no-repeat;
/*	min-height:147px;*/
}
div#isoInfo h2{
	color:#000;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	width:160px;
	margin:0 0 5px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #bbb;
}

div#isoInfo ul{
	margin:0 0 0 12px;
	padding:0;
}
div#isoInfo ul li{
	font-size:11px;
	line-height:1.2em;
	margin:0 0 2px 0;
	padding:0;
	text-indent:-1em;
}

div#isoInfo div.footer{
	height:10px;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	background-image:url(../../images/top/en_image_iso_footer.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}




div#rightArea p.contact{
	border-left:3px solid #ffc300;
	padding-left:5px;
}