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

/* ----------------------------------------------------------------------------------------------------
 * ▼　プロフィール
 * --------------------------------------------------------------------------------------------------*/

/* エリア */
#profile {
	clear: both;
	hight: 500px;
	padding-right:300px;
	overflow:hidden;
	text-align: left;
	background: url(../about/ehp_moomin01_cut.jpg) right no-repeat;
}


#profile h2 {
	width: 75px;
	height: 24px;
	margin-bottom:10px;
	background: url(../img/ttl/ttl_about.gif) no-repeat;
	text-indent:-9999px;
}

#profile h3 {
	font-size:12px;
	font-style:italic;
	margin-bottom:15px;
}

#profile h3 strong {
	font-style:nomal;
	font-weight:bold;
	margin-right:20px;
}
.profImg {
	padding-bottom:30px;
}

#profile p {
line-height:1.8em;
}

#profile ul {
list-style: none;
margin-top:30px;
}

#profile li {
	display:block;
	margin-bottom:1.2em;
}


dl.prof dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 5em;
  padding-left: 15px;
  background: url(../img/common/point.jpg) top left no-repeat;
}

dl.prof dd {
  margin-bottom: 0.8em;
  margin-left: 5em;
}