@charset "UTF-8";
/* CSS Document */

#profileNavi {
	position: absolute;
	top: 0;
	right: 0;
}
#profileNavi li {
	float: left;
	height: 30px;
}
#profileNavi li#previous {
	width: 80px;
}
#profileNavi li#list {
	width: 100px;
}
#profileNavi li#next {
	width: 70px;
}
#profileNavi li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/profile/common/profileNavi.png) 0 0 no-repeat;
	text-indent: -9999px;
	padding: 0;
}
#profileNavi li#previous a {
	background-position: 0 0;
}
#profileNavi li#list a {
	background-position: -80px 0;
}
#profileNavi li#next a {
	background-position: -180px 0;
}
#profileNavi li#previous a:hover {
	background-position: 0 -30px;
}
#profileNavi li#list a:hover {
	background-position: -80px -30px;
}
#profileNavi li#next a:hover {
	background-position: -180px -30px;
}

#contentHeader {
	background: url(../img/profile/common/header.png) 0 0 no-repeat;
}
#contentHeader p img {
	right: -25px;
	top: 15px;
}
#poraloid {
	background: url(../img/profile/common/poraloid.png) 0 0 no-repeat;
	width: 335px;
	height:340px;
	position: relative;
}
#poraloid img {
	position: absolute;
	top: 15px;
	right: 14px;
	border: 1px solid #ddd;
}

#card {
	width: 475px;
	background: url(../img/profile/card/body.png) center bottom no-repeat;
	position: relative;
	top: 88px;
	padding-bottom: 50px;
	float: right;
	margin-bottom: 100px;
	display: inline;
}
#card #cardHeader {
	background: url(../img/profile/card/header.png) center top no-repeat;
	position: absolute;
	top: -80px;
	height:  80px;
	width: 100%;
}
#card h2 {
	font-weight: bold;
	font-size: 200%;
	position: absolute;
	bottom: 5px;
	left:  35px;
}
#card p {
	position: absolute;
	top: 5px;
	right:  15px;
	color: #fff;
	font-size: 140%;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.25px;
}
#card table  {
	position: relative;
	top: 5px;
	left: 37px;
	width: 400px;
	border: none;
}
#card th,
#card td {
	padding: 3px 5px;
}
#card th {
	background-position: 5px 5px;
	padding-left: 25px;
}
#history {
	width: 815px;
	background: url(../img/profile/history/body.png) left bottom no-repeat;
	position: relative;
	top: 40px;
	left: 5px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	clear: both;
}
#history h3 {
	position: absolute;
	top: -40px;
	height: 40px;
	background: url(../img/profile/history/header.png) left top no-repeat;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	text-indent: -9999px;
}
#history h4 {
	width: 120px;
	text-align: right;
	margin-right: 10px;
	padding: 3px 0;
	float: left;
	display: inline;
}
#history ul {
	width: 610px;
	float: left;
}
#history #abstruct li {
	padding-left: 5px;
}
#history .unit {
	width: 775px;
	overflow: hidden;
	background: url(../img/profile/history/borderDot.png) left bottom no-repeat;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
	left: 40px;
}
#history li {
	position: relative;
	padding: 3px 15px 3px 190px;
	overflow: hidden;
	clear: left;
}
#history li span {
	width: 180px;
	margin-left: -180px;
	display: inline-block;
}
#history li strong {
	padding: 0 3px;
	font-weight: bold;
}
#history li strong a {
	font-weight: bold;
}
.oddRow {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #999;
}
.evenRow {
	background-color: #fff;
	border-bottom: 1px dotted #999;
}
.firstRow {
	border-top: 1px dotted #999;
}
.lastRow {
/*	border-bottom: none;	*/
}

