/* CSS Document */

#wrapper {
	position:relative;
}
#contents {
	padding-bottom: 30px;
}
	#mainbox {
		width:auto;
	}
		#mainbox .phOuter {
			background:url(../img/list/list_bg001.gif);
			text-align:center;
		}
h2{
	text-align:center;
	margin-bottom: 36px;
	clear:both;
}
h3{
	width:867px;
	margin:0 auto 10px;
	clear:both;
	float:none;
}
ul.phList{
	width:854px;
}
.phList li{
	float: left;
	margin-right: 12px;
	height: 220px;
	text-align:left;
}
.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;
	/display:inline;
	/zoom:1;
}
/* Hides from IE-mac \*/
* html ul.phList , * html .hset{
	height: 1%;
}
u.phList , .hset{
	display: block;
}
/* End hide from IE-mac */

