@charset "utf-8";
@import "common.css";
/*  
 Share Style [  
----------------------------------------------------------- */  
 
body {
	background:#cecfcf url(../images/bg_all.gif) repeat-x left top;
}   


/*  
 profile [  
----------------------------------------------------------- */  
.profile { clear: both; }
.profile_left {
	float: left;
	width: 550px;
}
.profile_right {
	float: right;
	width: 200px;
	text-align: center;
}
.profile table { width: 550px; }
.hyo th, .hyo td { padding: 5px; }
.hyo th {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;
	vertical-align: top;
	width: 25%;
}
.hyo td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	line-height: 1.4;
}

