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




#prof_container  {
	width:940px;
	display:block;
}

#prof_container dl dt {
	margin-top: 0px;
	float:left;
}


#glayLayer  {
	display:none;	
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	z-index:20;
}

* html #glayLayer  {
	position:absolute;
}


#overLayer  {
	display:none;
	position:absolute;
	top:125px;
	left:50%;
	width:480px;
	background:black;
	padding:10px;
	z-index:21;
	
	
}

* html #overLayer  {
	position:absolute;
}

#overLayer img.close  {
	position:absolute;
	top:-10px;
	left:490px;
	cursor:pointer;
	z-index:22;
}



	

#member  {
	height: 480px;
	width: 300px;
	float: left;
	background: rgba(77,135,185,0.7);
	padding: 10px;
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	behavior: url(../PIE.htc);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
}


#member dt img {
	cursor:pointer;
}



#prof_container .Title  {
	width:60%;
	margin:30px;
	float: left;
}

#prof_container .Label  {
	width:100%;
	float:left;
}


#prof_container #another  {
	border-top-left-radius : 0px;
	border-top-right-radius : 20px;
	-moz-border-top-left-radius : 0px;
	-moz-border-top-right-radius : 20px;
	-webkit-border-top-left-radius : 0px;
	-webkit-border-top-right-radius : 20px;
	border-bottom-left-radius : 20px;
	border-bottom-right-radius : 0px;
	-moz-border-bottom-left-radius : 20px;
	-moz-border-bottom-right-radius : 0px;
	-webkit-border-bottom-left-radius : 20px;
	-webkit-border-bottom-right-radius : 0px;
	
	 #F90
	height: 35px;
	width:20%;
	display: block;
	float:right;
	margin-top:30px;
	background: rgb(220,100,0);
	background: rgba(220,100,0,0.7);
	behavior: url(../PIE.htc);
	font-size: 16px;
	text-indent: 1em;
	line-height: 32px;
}

#group {
	width:530px;
	float:left;
	background:rgba(77,135,185,0.7);margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding:10px;
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	behavior: url(../PIE.htc);
}

#history {
	width:530px;
	float:left;
	background:rgba(77,135,185,0.7);margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding:10px;
	border-radius : 10px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	behavior: url(../PIE.htc);
}

#group img {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}


.detail img {
	margin: 5px;
	border-width:10px;
	border-color:#000;
}


.detail p {
	font-size:18px;
}







@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

#overLayer  {
	
	left:450px;

	
}



}

