@charset "UTF-8";
@import url("style-top.css");  

/***
.thrColFixHdr #container #header #logo {
	padding-bottom: 5px;
}

.thrColFixHdr A:link {
	color: #009FE7;
	text-decoration:none;
	font-size: 11px;
	line-height: 120%;
}
.thrColFixHdr A:visited {
	color: #009FE7;
	text-decoration:none;
	font-size: 11px;
}
.thrColFixHdr A:active {
	color: #D6006E;
	text-decoration:underline;
	font-size: 11px;
}
.thrColFixHdr A:hover {
	color: #D6006E;
	text-decoration:underline;
	font-size: 11px;
}

.categoryList A:link {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	line-height: 120%;
}
.categoryList A:visited {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
}
.categoryList A:active {
	color: #D6006E;
	text-decoration:underline;
	font-size: 11px;
}
.categoryList A:hover {
	color: #D6006E;
	text-decoration:underline;
	font-size: 11px;
}
.navi {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.category {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
**/
.colorList {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.colorList A:link {
	text-decoration:none;
	border: 1px #FFFFFF;
}
.colorList A:visited {
	text-decoration:none;
}
.colorList A:active {
	text-decoration:none;
}
.colorList A:hover {
	text-decoration:none;
	border: 1px #CC0000;
}


table{
	border-collapse: collapse;
}

.table1{
	margin-bottom: 10px;	
}
.table1 th {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #7D1C7B;
	padding-right: 5px;
	padding-left: 5px;
}
.table1 td {
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}

.table2{
	margin-bottom: 10px;	
}
.table2 th {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #009FE7;
	padding-right: 5px;
	padding-left: 5px;
}
.table2 td {
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table3{
	margin-bottom: 10px;	
}
.table3 th {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #009FE7;
	padding-right: 5px;
	padding-left: 5px;
}
.table3 td {
	border: 1px solid #CCCCCC;	
	padding-right: 5px;
	padding-left: 5px;
}

.table4{
	margin-bottom: 10px;	
}
.table4 th {
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #7D1C7B;
	padding-right: 5px;
	padding-left: 5px;
}
.table4 td {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}


.table5{
}
.table5 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}

.table6{
}
.table6 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tableErr{
	margin-bottom: 10px;	
}
.tableErr th {
	border: 1px solid #CCCCCC;
	color:#FFFFFF;
	background-color:#CC0000;
	padding-right: 5px;
	padding-left: 5px;
}
.tableErr td {
	border: 1px solid #CCCCCC;	
	background-color:#FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}


.categoryList {
	list-style-type: none;
	list-style-image: url(/shop/images/icon01.gif);
	font-size: 9pt;
	display: block;
	width: 140px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.categoryList li{
}
.thrColFixHdr #container #mainContent img {
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #7D1C7B;
}
.price {
	/*background-image: url(/shop/images/bg_price.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.itemList {
    width:150px;
	/* height:155px;*/
	display:run-in;
	float:left;
}
.outside_table_border {
	border: 1px solid black;
	margin: 0px;
	padding: 10px;
}
.inside_table_border {
	border: 1px dashed black;
	margin: 0px;
	padding: 2px;
	border-color:#000000;
	outline-color: #999999;
}