@charset "utf-8";

@import "topicpath.css";

#main {
	width: 860px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 28px;
	height: 100%;
	overflow: hidden;
}
#greeting {
	float: left;
	width: 280px;
	background-color: #323d4f;
	height: 100%;
	margin-bottom: -30000px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30000px;
	padding-left: 10px;
}
#greeting h2{
	height: 60px;
	width: 280px;
}
#profile   {
	width: 540px;
	float: right;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}
#profile h2{
	height: 51px;
	width: 540px;
	margin-bottom: 20px;
}
#main #greeting p {
	line-height: 2.0em;
	color: #FFF;
}
#sing {
	text-align: right;
	padding-top: 30px;
}
#detail {
	width: 100%;
}
#profile #detail tbody tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	background-color: #eeeeee;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#profile #detail tbody tr td {
	padding: 10px;
	vertical-align: top;
	background-color: #F5F5F5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
