﻿/* navicon prof用CSS */

#bodyWrapper {
	background-image: url(../img/bg_prof.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#breadcrum {
	width: 100%;
	margin-bottom: 16px;
}
#profContent {
	text-align: left;
	float: right;
	width: 580px;
}
#profContent div.wrap {
	margin-bottom: 2em;
	clear: both;
}
.subNavi {
	width: 180px;
	float: left;
	background-image: url(../img/bg_subnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-color: #F0F0E0;*/
}
.subNavi ul {
	padding-top: 36px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}
.subNavi li, .subNavi a {
	display: block;
}

.subNavi li {
	background-image: url(../img/i_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-bottom: 2px;
}
.subNavi a {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#profContent h1 {
	margin-bottom: 16px;
}
#profContent h2 {
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	padding: 10px 6px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
#profContent h3 {
	background-image: url(../img/bg_h3.gif);
	background-repeat: no-repeat;
	padding: 2px;
	margin-bottom: 12px;
	background-position: left bottom;
}
dl.companyProf  {
	margin-bottom: 20px;
	margin-left: 20px;
}
.companyProf dt {
	float: left;
	width: 6em;
	clear: both;
}
.companyProf dd {
	margin-left: 6em;
	margin-bottom: 1em;
}


