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


/*----------------------------------------*/
/*                                        */
/*TOPスタイル*/
/*                                        */
/*----------------------------------------*/

@import "common.css";

#visual{
	position:absolute;
	z-index:-1;
	bottom:0px;
	right:20px;
}

#profile{
	padding-left:15px;
	font-size:12px;
}
#profile h1{
	padding-bottom:10px;
}
#profile dt{
	clear:both;
	float:left;
}

#profile dd{
	padding-left:5em;
	padding-bottom:5px;
}

