@charset "utf-8";
div#center {
	background-image: url(../images/profile/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#center h2 {
	padding: 0px;
	height: 100px;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	visibility: hidden;
}

div#profile {
	background-image: url(../images/common/page_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#profile h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
table#prof {
	margin: 10px;
}
#prof th {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5A90B2;
	text-align: left;
	vertical-align: top;
	background-color: #EEEEFF;
}
#prof td {
	background-color: #EDEDED;
}
div#profile p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
p#koumoku {
	margin: 5px;
	padding: 5px;
	border: 1px solid #333333;
}
ul#links {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
ul#links li {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul#links li a {
	color: #333333;
	text-decoration: none;
	background-color: #EEEEFF;
	padding: 5px;
	display: block;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
ul#links li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 5px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}

