@charset "Shift_JIS";
/* CSS Document */

#listbox {
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#open-halo,#open-model  {
	background-color: #666;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
	width: 560px;
}
#halo-area {
	margin: 0px 0px 4px;
}
#model-area {
}

#halo-list,#model-list {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #333;
	margin-bottom: 15px;
}
#close-halo,#close-model {
	background-color: #666;
	text-align: center;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#open-halo h4 {
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
}
#open-model h4 {
	font-size: 10px;
	color: #FFF;
	padding: 2px;
	margin: 0px;
}
#listbox ul {
	margin: 0px;
	padding: 0px;
}
#listbox li {
	padding: 2px;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: right;
	list-style-type: none;
	font-size: 10px;
}
#listbox li.list-even {
	background-color: #444;
}

#listbox table {
	font-size: 10px;
	color: #FFF;
	border-collapse:collapse;
}
#listbox th {
	background-color: #999;
	border: 1px solid #CCC;
	text-align: center;
}
#listbox td {
	background-color: #333;
	border: 1px solid #CCC;
	color: #FFF;
	text-align: center;
}
#listbox .even td {
	background-color: #555;
}
#listbox .even th {
	background-color: #BBB;
}

/*#acce .notice {
	font-size: 12px;
	color: #F00;
	line-height: 1.3em;
	background-image: url(../products/com-img/caution.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
	padding-right: 10px;
	width: 230px;
}*/
