/* CSS Document */

#wrapper {
	position:relative;
}
#contents {
	padding-bottom: 40px;
	margin-left: 6px;
}
h2{
	margin-bottom: 36px;
	margin-left:45px;
	clear:both;
}
h3{
	margin-bottom: 10px;
	margin-left:45px;
	clear:both;
	float:none;
}
#contents{
	margin-top: 60px;
}
ul.phList{
	width:897px;
	background:url(../img/list/list_bg001.gif) repeat-y;
	padding-left: 53px;
}
.phList li{
	float: left;
	margin-right: 12px;
	height: 220px;
}
.phList li .ph{
	background: url(../img/list/list_bg002.gif) no-repeat;
	width: 100px;
	padding: 5px;
}
.phList li .name{
	margin-left: 5px;
}
.phList li p{
	line-height: 130%;
}

#audition	{
	position:absolute;
	left: 685px;
	top: 140px;
	}


/* clearfix
---------------------------------------------------- */
ul.phList:after , .hset:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
ul.phList , .hset{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html ul.phList , * html .hset{
	height: 1%;
}
u.phList , .hset{
	display: block;
}
/* End hide from IE-mac */
