/*=====================TSUNEISHI C VALUES CSS=====================

2008.12.19- ver1.0.0
wrixon.co.,ltd.

=================================================================*/

/*-------------------Default Colors-------------------

text:#444444;

Blue:#00406C;

Light-Blue(1):#B2C5D3;
Pale-Blue:ECEFF3;

-----------------------------------------------------*/


/*---------- privacy ----------*/
#privacy {}

#privacy ol {
	margin:0 0 15px 15px;
	}

#privacy li {
	margin-bottom:5px;
	} 

#privacy .sign {
	text-align:right;
	}


/*---------- sitemap ----------*/
.stm_ul {
	padding-bottom:30px;
	margin-left:10px;
	}

.stm_ul li {
	background:url(../img/ico_blue.gif) no-repeat 0 15px;
	list-style:none;
	padding:8px 0 8px 10px;	
	color:#00416B;
	}

.stm_ul li ul li {
	background:url(../img/ico_lblue.gif) no-repeat 0 15px;
	padding:5px 0 5px 8px;
	}

/*---------- auction ----------*/
.li_auc li {
	list-style:none;
	background:url(../img/ico_blue.gif) no-repeat 0 7px;
	padding-left:10px;
	}

.li_auc li a {
	margin-left:10px;
	}

.auc_ta01,
.auc_ta02 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
	}

.auc_ta01 th,
.auc_ta01 td,
.auc_ta02 th,
.auc_ta02 td {
	padding:10px 15px;
	border: 1px solid #BBB;
	}

.auc_ta01 th,
.auc_ta02 th {
	text-align:center;
	background:#F5F5F5;
	}

.auc_ta01 th em,
.auc_ta02 th em{
	font-weight:normal;
	color:#F5F5F5;
	}

.auc_ta01 thead,
.auc_ta02 thead {
	background:#ECEFF3;
	text-align:center;
	}



#history table.his {
	width: 700px;
	border-collapse:collapse;
	margin-bottom: 30px;
	}

#history .his th{
	width:60px;
	background:#ECEFF3;
	font-weight:normal;
	border: 1px solid #BBB;
	border-right:none;
	padding:5px;
	vertical-align: top;
	text-align:center;
	}

#history .his td{
	border: 1px solid #BBB;
	border-left:none;
	padding:5px 15px;
	}





