@charset "utf-8";
/* CSS Document */
@import "base.css";

#table_box{
	width:850px;
	margin-left:25px;
}

#profile_box{
	float:left;
	width:450px;
}
#history_box{
	float:right;
	width:380px;
}
.table_title{
	font-size:small;
	background-color:#EEE;
	color:#000;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_content{
	font-size:small;
	background-color:#555;
	color:#FFF;
	padding:10px;
	border-bottom:#000 1px solid;
}
.table_top{
	border-top:#000 1px solid;
}

#profile_title{
	margin-top:20px;
	margin-bottom:10px;
}

