
#mainCont{
	display:none;
	text-align:center;
	height:600px;
	background: url(../images/bg_director_main.jpg) no-repeat 0px 0px;
}

#btn_contact{
	position: absolute;
	bottom:15px;
	right:-105px;
}

/*
#mainCont #cont_box{
	display:none;
	text-align:left;
	width:300px;
	height:350px;
	position:relative;
	top:150px;
	left:280px;
	border:2px solid #000;
	background-color:#FFF;
}
#mainCont #cont_box p{
	font-size:90%;
	padding:15px;
	line-height: 130%;
}
*/

#dir_link {	position: absolute;}
#dir_link a{
	float: left;
	display: block;
	position: absolute;
}
#dir_link a:hover {
	position: relative;
	z-index: 100;
}
#dir_link a span{display: none;}

#dir_link .profile a{
	width: 115px;
	height: 115px;
	top:35px;
	left:30px;
}
#dir_link .blog a{
	width: 100px;
	height: 105px;
	top:30px;
	left:280px;
}
#dir_link .anime a{
	width: 220px;
	height: 120px;
	top:25px;
	left:445px;
}
#dir_link .illust a{
	width: 130px;
	height: 135px;
	top:175px;
	left:30px;
}
#dir_link .choreo a{
	width: 190px;
	height: 135px;
	top:172px;
	left:185px;
}

#dir_link .profile a:hover { background: url(../images/btn_pro_ov.jpg) left top no-repeat; }
#dir_link .blog a:hover { background: url(../images/btn_blo_ov.jpg) left top no-repeat; }
#dir_link .anime a:hover { background: url(../images/btn_ani_ov.jpg) left top no-repeat; }
#dir_link .illust a:hover { background: url(../images/btn_ill_ov.jpg) left top no-repeat; }
#dir_link .choreo a:hover { background: url(../images/btn_cho_ov.jpg) left top no-repeat; }

#Profile,#Choreo{
/*	width: 400px;
	height: 300px;*/
	text-align:left;
	padding:20px;
}
#Profile p,#Choreo p{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px;
}
#Choreo p.stit_list{
	font-size:85%;
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0 0;
}
#Profile p .font_b{
	font-weight:bold;
}

#Choreo dl{
	font-size:80%;
	line-height:150%;
	margin:10px 0 20px;
}
#Choreo dl dt{
	float:left;
	clear:left;
}
#Choreo dl dd{
	padding-left:35px;
}
