@charset "utf-8";
/* CSS Document */
#profileArea {
	width:892px;
	margin:0px auto;
	margin-top:20px;
	position:relative;
	padding-bottom:42px;
	
	color:#444456;
	line-height:20px;
	font-size:14px;
	line-height:1.7em;
	font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック", sans-serif;
}

#profilePhotoViewer {
	width:950px;
	height:320px;
	overflow:hidden;
	position:relative;
	padding-top: 20px;
}

#profilePhotoViewer li {
	position:absolute;
	left:950px;
	top:20px;
}

#profilePhotoViewer li img{
	max-width: 950px;
	max-height: 320px;
}

#profilePhotoNavigator {
	width:100%;
	min-height:80px;
	position:relative;
	margin-bottom:15px;
	
	background:url(../image/aip/profile/listDummy.gif);
}

#profilePhotoNavigator li {
	width:107px;
	height:80px;
	overflow:hidden;
	position:relative;
	
	float:left;
	margin-left:5px;
	cursor: pointer;
	margin-bottom:5px;
}

#profilePhotoNavigator li.active {
	cursor:default;
}


#profilePhotoNavigator li.listhead {
	margin-right:2px !important;
}