@charset "utf-8";

@import "plugin_colors.css";

#member_detail {
	font-size: 12px;
	width: 570px;
}

#profile_logo{
	margin: 5px 0 15px 0;
	width: 324px;
	height: 37px;
	font-size: 22px;
	font-weight: bold;
}

h1.simei{
	background-repeat: no-repeat;
	padding: 0 20px 2px 20px;
	line-height: 32px;
	height: 34px;
	margin: 0;
	font-size: 16px;
}

h2.title{
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 11px 0;
	margin: 0 0 1px 0;
	font-size: 16px;
}

h2.title span{
	background-repeat: no-repeat;
	background-position: 0 1px;
	line-height: 20px;
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	display: inline-block;
	text-decoration: none;
}


/* 氏名など */

.member_info {
	border-collapse: collapse;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

.member_info td.head {
	padding: 0;
	background-position: center;
	height:16px;
	font-size: 1px;
}

.member_info td.foot {
	padding: 0;
	background-position: center;
	height:16px;
	font-size: 1px;
}

.member_info td.portrait {
	width: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}
.member_info td.portrait img {
	width: 135px;
	border: none;
}
.member_info td.comment {
	width: 388px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	font-size:inherit;
}
.member_info td.comment h3 {
	font-size: 18px !important;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* マイニュース */

.my_news {
	width: 550px;
	padding: 9px;
	height: 240px;
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	margin: 0 0 20px 0;
}
.my_news dt {
	margin: 5px 0;
	font-weight: bold;
	font-size: 14px;
}
.my_news dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	_padding: 0 0 20px 0;
	border-width: 0 0 1px 0;
	border-style: dotted;
	overflow: hidden;
}
.my_news img {
	border:none;
	float:right;
	width:100px;
	margin: 0 0 5px 5px;
}
/* 勤務先 */

table.kinmusaki_frame {
	border-collapse: collapse;
	width: 570px;
}
div.kinmusaki_wrap {
	border-collapse: collapse;
	width: 320px !important;
	padding: 5px;
}
table.kinmusaki {
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	width: 100%;
}
table.kinmusaki th {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	line-height: 11px;
	padding: 7px;
	white-space: nowrap;
}
table.kinmusaki td {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
}
table.kinmusaki_frame td.map {
	padding: 0 0 0 10px;
	vertical-align: top;
}
#map {
	width: 230px;
	height: 200px;
	margin: 0;
}

.to_map{
	font-size: 10px;
}

/* フッター */
address {
	text-align: center;
	font-size: 10px;
	line-height: 38px;
	height: 38px;
	padding: 0;
	margin: 20px 0 0 0;
	width: 570px;
	letter-spacing: 1px;
	font-style: normal;
}
