@charset "Shift_JIS";
/*index css*/
/*
SITE：UNITED ARROWS
______________________________________*/

/* search_cond
/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
/* 
/* #01 キーワード
/* #02 ブランド
/* #03 タイプ
/* #04 カテゴリ
/* #05 価格
/* #06 カラー
/* #07 発売日
/*
==========================================*/

/* リンク色
=====================================================*/

a { color:#000; text-decoration : none; }
a:link { color : #000; }
a:visited { color: #000; text-decoration : none; }
a:active { color: #000; text-decoration : none; }
a:hover { color:#000; text-decoration : underline; }


/**********************************************************************/
/*                                                                    */
/* search_result（検索結果）                                          */
/*                                                                    */
/**********************************************************************/

#leftarea
{
	float:left;
	width:210px;
}

#condlist
{
	float:left;
	width:210px;
	margin-bottom:5px;

}

/*  すべての商品
/*=====================================================*/

div.all_item
{
	float:left;
	width:210px;
	margin-bottom:26px;
	font-weight:bold;
}

div.all_item a
{
	float:left;
}

div.all_item a:hover
{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}


/* =01 キーワード
/*=====================================================*/

div.keyword
{
	float:left;
	width:210px;
	margin-bottom:35px;
	*margin-bottom:40px;
}

div.keyword
	div.search
{
	float:left;
	width:210px;
}

div.keyword
	div.search
		img.icon
{
	float:left;
	margin-top:8px;
}

div.keyword
	div.search
		input#keyword_input
{
	float:left;
	width:150px;
	height:18px;
	margin:5px 0 0px 6px;
	border:1px #D7D2CE solid;
	line-height:17px;
	text-indent:4px;
}

div.keyword
	div.search
		a.do_search
{
	float:left;
	margin:6px 0 0 4px;
}

div.keyword
	.input_watermark
{
	position:absolute;
	top:8px;
	left:23px;
	color:#B4AFAB;
	font-size:11px;
	line-height:150%;
}

div.topics
{
	float:left;
	width:210px;
	margin-bottom:33px;
	*margin-bottom:37px;
}

/*ブランドから探す*/
div.brand
{
	margin-bottom:38px;
	*margin-bottom:36px;
}

div.brand div.category_ttl
{
	margin-bottom:20px;
}

div.bbt
{
	margin-bottom:37px;
}

/*タイプから探す*/
div.bty
{
	margin-bottom:26px !important;
	margin-bottom:25px\9 !important;
	*margin-bottom:32px !important;
}

/* =07 発売日
/*=====================================================*/

div.update
{
	float:left;
	width:210px;
	margin-bottom:20px;
}



