/*プロフィール*/
#main_left h3.ttl_rinen{
	width:451px;
	background-image:url(../image/ttl_profile.gif);
	background-repeat:no-repeat;
	height:27px;
	text-indent:-9999px;
}

#main_left .profile-list{
	width:610px;
	padding:10px;
	background-color:#F7F7F7;
	margin-bottom:15px;
}
#main_left .profile-list .box{
	width:285px;
	margin-bottom:10px;
}
#main_left .profile-list .left{
	float:left;
}
#main_left .profile-list .right{
	float:right;
}
#main_left .profile-list .box .photo{
	float:left;
	width:54px;
	margin-right:5px;
}
#main_left .profile-list .box a img{
	padding:1px;
	border:solid 1px #999;
}
#main_left .profile-list .box a:hover img{border:solid 1px #FF6600;}
#main_left .profile-list .box .name{
	font-size:12px;
}
#main_left .profile-list .box .name a{
	font-size:12px;
	margin-bottom:5px;
	color:#FF6600;
	text-decoration:none;
}
#main_left .profile-list .box .name a:hover{text-decoration:underline;}
#main_left .profile-list .box p{
	font-size:10px;
	line-height:150%;
	margin:0;
	padding:0;
}

#main_left .profile{
	margin-bottom:15px;
}
#main_left .profile .box{
	width:630px;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:dotted 1px #999;
}
#main_left .profile .box .photo{
	width:205px;
	float:left;
	margin-right:10px;
}
#main_left .profile .box img{
	padding:1px;
	border:solid 1px #999;
	width:205px;
}
#main_left .profile .txt{
	width:410px;
	float:right;
}
#main_left .profile .txt h4{
	color:#003366;
	font-size:24px;
	margin:0 0 5px 0;
	padding:0;
}
#main_left .profile .txt span{
	font-size:12px;
}
#main_left .profile .txt h5{
	color:#FF6600;
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
}
#main_left .profile .txt p{
	font-size:12px;
	margin:0;
	padding:0;
        line-height:25px;
}

#main_left .profile .btm{
	text-align:right;
	font-size:12px;
}
#main_left .profile .btm a{
	text-align:left;
	font-size:12px;
	color:#3F658C;
	background:url(../image/profile-btn-top.jpg) no-repeat;
	padding:0 15px 15px 15px;
	text-decoration:underline;
}
