@charset "utf-8";
/* CSS Document */
.clear{
	clear:both;
}
.search_box{
	font-family: tahoma,"Lucida Grande";
	font-size:12px;
	font-weight:normal;
	color:#666666;
	width:130px;
}
#box_error {
	font-family: tahoma,"Lucida Grande";
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:20px 20px 20px 20px;
	margin:10px 0px 10px 0px;
}
#box_error h1 {
	font-family: tahoma,"Lucida Grande";
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin:0 0 4px 0px;
}
.error_msg{
	font-family: tahoma,"Lucida Grande";
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-align:center;
}

/* Box : Menu*/
#box_menu{
	float:right;
	width:160px;
	\width:130px;
	min-height:350px;
	padding:10px;
	border:0px solid red;
	text-align:right;
	vertical-align:top;
	font-family: tahoma,"Lucida Grande";
}
#box_menu ul{
	border:0px solid green;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#box_menu ul li{
	list-style:none;
	border:0px solid red;
	margin:0px;
	padding:0px;
}
#box_menu ul li a, #box_menu ul li a:link, #box_menu ul li a:visited {
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#box_menu ul li a:hover, #box_menu ul li a:active {
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}	
#box_menu ul h1{
	border:0px solid red;
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #c57129;
	font-weight: normal;
	margin:0px;
}
#box_menu ul h1 a, #box_menu ul h1 a:link, #box_menu ul h1 a:visited {
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #c57129;
	text-decoration: none;
}
#box_menu ul h1 a:hover, #box_menu ul h1 a:active {
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #c57129;
	text-decoration: none;
}	

/* Box : Content*/
#box_content{
	float: left;
	width:335px;
	padding:10px;
	min-height:350px;
	border:0px solid green;
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
}

/* Box List Result */
.box_result_image{
	border:0px solid gray;
	margin:0px;
}
.box_result_image .body{
	float:left;
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	padding:5px;
	vertical-align:text-top;
	width:90px;
	height:90px;
	border:1px solid #787292;
	margin:5px;
}
.box_result_image .body:hover{
	background-color:#787292;
	color:#FFFFFF;
	cursor:pointer;
}
.box_result_image ul{
	border:0px solid green;
	margin:0px;
	padding:0px;
	font-family: tahoma,"Lucida Grande";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.box_result_image ul li{
	list-style:none;
	border:0px solid red;
	margin:0px;
	padding:0px;
}

