/* CSS Document */

/*-------------------------------------
右サイド-ブランドセレクトの設定
-------------------------------------*/

#brandSelect {
	width: 186px;
	float: right;
	background: #3f3f3f;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	font-family: "Trebuchet MS";
	border-style: none;
	margin-right: 0px;
	padding-right: 0px;
	overflow: hidden;
	}


#brandSelect ul {
	margin: 0px;
	padding: 0px;
	background: #3f3f3f;
}
#brandSelect li {
	
	vertical-align: baseline;
	padding: 5px 0px;
	text-decoration: none;
	color: #FFFFFF;
	list-style: url(none);
	}

#brandSelect a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	}

#brandSelect a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
#brandSelect a:hover {
	font-weight: bold;
	color: #FFFFFF;
	}

#brandSelect a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}
#form1 {
	width: 140px;
	}
