﻿@charset "utf-8";

.profile{
	width: 680px;
}

/*----*/

.profile_image{
	width: 680px;
	margin: 0 0 20px;
	float: left;
}

.profile_image .left{
	float: left;
}

.profile_image .right{
	float: right;
	width: 380px;
}

.profile_image .right p{
	margin: 10px 0;
	line-height: 20px;
}

/*----*/

.profile_image .right .pro_tbl{
	width: 380px;
	background: #ccc;
	margin: 10px 0;
}

.profile_image .right .pro_tbl th{
	width: 50px;
	background: #eee;
	padding: 13px 10px;
}

.profile_image .right .pro_tbl td{
	background: #fff;
	padding: 13px 10px;
}

/*----*/

.profile_image .coment_tbl{
	width: 680px;
	background: #ccc;
	margin: 10px 0;
	line-height: 20px;
}

.profile_image .coment_tbl th{
	width: 100px;
	background: #eee;
	padding: 13px 10px;
}

.profile_image .coment_tbl td{
	background: #fff;
	padding: 13px 10px;
}


/*----*/

.profile_sub{
	width: 680px;
	margin: 0 0 20px;
	float: left;
}

.profile_sub .left{
	float: left;
	width: 380px;
}

.profile_sub .right{
	float: right;
}

.profile_sub .left p{
	margin: 10px 0;
	line-height: 20px;
}

/*----*/

.profile_sub .textbox{
	width: 680px;
}

.profile_sub .textbox p{
	margin: 10px 0;
	line-height: 20px;
}

.profile_sub .under{
	xfloat: right;
}


/*----*/

.box{
	width: 680px;
	float: left;
	padding: 20px 0 0;
}

.box p{
	margin: 10px 0;
	line-height: 20px;
}