@charset "shift_jis";

/*===================================

  * file name : prof4.css
  * last update : 2009/04/09
	
=======================================*/

/***幅814px***/

.profile01:after,
.profile02:after,
.prof01L:after,
.prof01R:after,
.prof01R02item:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#profileCont{
	width:814px;
	text-align:left;
	color:#333333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 69px;
}

/***タイトル***/
h2{
	margin:0;
	padding:0 0 0 5px;
	float:left;
}

/***CM紹介へ戻るボタン***/
#profBack{
	margin:0;
	padding:0;
	float:right;
}

/*****▽プロフィール*****/
#profile {
	background: url(../img/prof/profile_line.gif) no-repeat 0px 12px;
	padding-top: 12px;
}
#profile dl {
	width: 390px;
	padding-top: 277px;
	padding-bottom: 24px;
}
#profile dl.prof_left {
	float: left;
}
#profile dl.prof_right {
	float: right;
}
#profile dl#prof_photo01 {
	background: url(../img/prof/prof_photo01.jpg) no-repeat 0px 0px;
}
#profile dl#prof_photo02 {
	background: url(../img/prof/prof_photo02.jpg) no-repeat 0px 0px;
}
#profile dl#prof_photo03 {
	background: url(../img/prof/prof_photo03.jpg) no-repeat 0px 0px;
}
#profile dl#prof_photo04 {
	background: url(../img/prof/prof_photo04.jpg) no-repeat 0px 0px;
}
#profile dl dt {
	padding-bottom: 12px;
}
#profile dl dd {
	height: 105px;
	width: 390px;
	margin-right: 0px;
	margin-left: 0px;
}
#profile dl dd p {
	padding: 15px;
}
#profile dl dd#prof_bg01 {
	background: url(../img/prof/prof_bg01.gif) no-repeat 0px 0px;
}
#profile dl dd#prof_bg02 {
	background: url(../img/prof/prof_bg02.gif) no-repeat 0px 0px;
}
#profile dl dd#prof_bg03 {
	background: url(../img/prof/prof_bg03.gif) no-repeat 0px 0px;
}
#profile dl dd#prof_bg04 {
	background: url(../img/prof/prof_bg04.gif) no-repeat 0px 0px;
}

