@charset "utf-8";

#main {
	border-left: 1px solid #C8C8C8;
}

.contents01 {
	width: 535px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	background: url(../images/main/sectionb_01.gif) repeat-x;
}

/* 写真 */
.pic {
	float: left;
	width: 210px;
	padding-left: 8px;
	padding-top: 10px;
}
.pic img {
	width: 210px;
	height: 140px;
	padding-bottom: 5px;
}
.pic p {
	margin-bottom: 10px;
	padding-left: 20px;
	background:url(../images/profile/02/arrow.gif) no-repeat;
}

/* テーブル */
.tab {
	float: right;
	width: 301px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 6px;
}
.tab table {
	width: 301px;
	margin-bottom: 20px;
	border-left: 1px solid #4b4b4b;
	border-top: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}
.tab table td {
	height: 25px;
	border-bottom: 1px solid #4b4b4b;
}
.title {
	color: #fff;
	vertical-align: middle;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.category {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #a5a5a5;
}
.subcontents {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.arrow {
	padding-left: 20px;
	background: url(../images/yazirushi2.gif) no-repeat;
}

