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


#title{
	width:80px;
	height:20px;
}

#title h2{
	width:80px;
	height:20px;
	background-image: url(../../profile/img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#profileBox{
	margin:28px 0 0 0;
}

#profileBox dl{
	margin:0px;
	padding:0px;
}

#profileBox dt{
	margin:0 0 30px 0;
	padding:0px;
	width:105px;
	float:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #000;
}

#profileBox dd{
	margin:0 0 30px 0;
	padding:0px;
	width:615px;
	float:left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #000;
}

#profileBox a{
	color: #000;
	text-decoration:none;
}

#profileBox a:hover{
	color: #000;
	text-decoration:underline;
}