/* ---------------------------------------------
 ユーザ情報ボックス
--------------------------------------------- */
.box_user_info
{
	position: absolute;
	top: 64px;
	left: 10px;
}


/* ---------------------------------------------
 リンクボックス
--------------------------------------------- */
.box_link
{
	position: absolute;
	top: 220px;
	left: 10px;
	padding:5px;
	margin: 0px;
	border: 2px solid #ffcc00;
	background-color:#ffffcc;
	width:150px;
}

/* ---------------------------------------------
 検索結果ボックス
--------------------------------------------- */
.box_search_result
{
	text-align:center;
	position: absolute;
	top: 64px;
	left: 235px;
	height: 700px;
	width: 1000px;
	background-color:#ffffff;
	overflow: auto;
}
