@import "top.css";

#column01{
	float:left;
	display:inline;
	width:700px;
}
#column02{
	float:right;
	display:inline;
	width:270px;
}

.logo{
}

#head .left{
width:310px;
float:left;
display:inline;
}
#head .right{
width:670px;
float:right;
display:inline;
}

#head .right .update{
	background-color:#000066;
	color:#FFFFFF;
	text-align:right;
	font-size:smaller;
	padding:2px;
}

/******************
top
******************/

#column02 .search,#column02 .category,#column02 .arrival{
	color:#FFFFFF;
	font-weight:bold;
	padding:1px;
	margin-bottom:10px;
}
#column02 .search,#column02 .category{
	background-color:#000066;
}
#column02 .arrival{
	background-color:#990000;
}

#column02 .arrival .in{
	height:200px;
	overflow:auto;
}

#column02 .search .in,#column02 .category .in,#column02 .arrival .in{
	background-color:#EEEEEE;
	color:#333333;
	font-weight:normal;
	border:none;
	padding:5px;
}
#column02 .search strong{
	color:#000066;
}
#column02 .category .in a{
	margin-left:10px;
}
#column02 .category .currency{
	margin-top:10px;
	margin-left:10px;
}
#column02 .category .in .currency .rate{
	text-align:right;
}
#column02 .category .in .currency .rate a{
	display:inline;
	padding-left:15px;
	background:none;
	line-height:160%;
	text-align:right;
}

#column02 .btn{
	text-align:center;
	line-height:200%;
	margin-top:15px;
}
