@charset "Shift_JIS";

/* =================================
 	http://www.mens-ziobit.com/
==================================== */

/* 最終更新　2011/09/26
------------------------------------------------- */


/* brand_all.css
------------------------------------------------- */

/* アルファベット                           
------------------------------------------------- */

.alphabet_box{margin: 0px 0px 10px 5px;}
.alphabet_box img{	margin: 0px 0px 0px 0px;}
.alphabet_box ul li{
	display:inline;}

/* テーブルの指定                           
------------------------------------------------- */
table {
    border-collapse: separate;
    border-width: 1px;
    border-style: solid;
    border-color: #F8CE74;
    border-spacing: 3px;
    width:100%;
	padding:  0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

table.single {
	margin: 0px 0px 25px 0px;
}

table tr th {
	padding: 5px 7px 3px 10px;
	border-bottom: solid 1px #D8B262;
	border-right: solid 1px #F8CE74;
	border-left: solid 5px #D8B262;
	font-weight: bold;
	font-size: 12px;


	background-color:#FEEFCF;
	white-space:nowrap;
}

table tr td {
	padding: 5px 10px 3px 10px;
	border-bottom: solid 1px #D8B262;
	font-size: 12px;
	width:300px;
}

table tr td.top{
	padding: 3px 10px 3px 3px;
}

table tr td img{
	margin: 0px 0px 3px 0px;
}

table tr td.last {
	border-bottom: solid 0px #D8B262;
}

#bBrand table tr th a,#bBrand table tr td a{color: #9A4B01;
text-decoration:none;}


#bBrand table tr th a:hover,#bBrand table tr td a:hover{ color: #FF0000;
text-decoration:underline;}





