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

#contents #mainTitle {
	height: 110px;
	width: 720px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../profile/images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents #mainTitle h1 {
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: 80px;
	width: auto;
}
#contents table {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}


#contents table p {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.5em;
	font-size: 80%;
}

