
@charset "utf-8";

/* 基本スタイル
---------------------------------------------
#profile {
	width:640px;
	border:1px solid;
	margin:20px auto;
	}
	
#profile th{
	text-align:left;
	color:#009;
	padding:3px 10px;
	border:1px solid;
}
#profile td{
	text-align:left;
	padding:3px 10px;
	border:1px solid;
}
*/
#profile {
	width:700px;
	margin:0px auto;
	margin-bottom:20px;
	}
#profile table.detail{
	border:1px solid #CCC;
	width:100%;
	margin:5px 0px;
	border-collapse:collapse;
	
}
#profile table.detail th{
	color:#000;
	background-color:#EAEAEA;
	text-align:left;
	padding:0px 15px;
	font-weight:normal;
	border-bottom:1px solid #CCC;
	}
#profile table.detail td{
	border-bottom:1px solid #CCC;
	padding:3px 5px;
	}
	
	
	
#contact{
	padding:30px;
}
#contact strong{
	color:#03C;
	font-size:110%;
}


