@charset "utf-8";


	/*-- layout: div --*/
	
	div#keyvisual
	{
	margin-bottom:20px;
	}

	div#news-top{
	float:left;
	width:334px;
	padding:0;
	margin:0;
	}
	
	div#profile-top
	{
	float:right;
	width:236px;
	background:url(../images/toppage/profiletop_hd.gif) no-repeat;
	padding-top:12px;
	}
	
	div#profile-top-body
	{
	border:1px solid #D8D8D8;
	padding:4px 4px 15px;
	background:#FAFAFA url(../images/toppage/profiletop_ft.gif) no-repeat bottom;
	}

	/*-- layout: table --*/
	
	div#profile-top-body table
	{
	padding:0;
	margin:5px 0 0;
	border-collapse:collapse;
	border:none;
	}
	
	div#profile-top-body td
	{
	vertical-align:top;
	padding:2px 4px;
	margin:0;
	}


	/*-- styles --*/


		/*--- heading ---*/
		
		div#news-top h3
		{
		background:url(../images/heading/h_news.gif) no-repeat;
		width:334px;
		height:21px;
		margin:0 0 10px;
		padding:0;
		text-indent:-99999px;
		}


		/*--- list ---*/
		
		div#news-top ul
		{
		margin:0;
		padding:0;
		list-style:none;
		}
		
		div#news-top li
		{
		line-height:1.5em;
		margin:0 0 5px;
		padding:0 0 5px;
		border-bottom:1px dotted #DADADA;
		}


		/*--- paragraph ---*/

		
		div#profile-top-body p.profile-name
		{
		background:url(../images/toppage/profiletop_bg_name.gif) no-repeat bottom;
		padding:3px 4px 3px;
		}

		/*--- anchor ---*/
		
		
		div#profile-top-body img.profile-photo
		{
		border:1px solid #DADADA;
		}

	