@charset "utf-8";

/* --------------------------------------- */
/* staff.css
/* --------------------------------------- */


/* --------------------------------------- */
/* div#main
/* --------------------------------------- */

div#main ul li img {
	padding-right: 5px;
}


/*---div#msg---*/

div#msg {
	float: left;
	width: 695px;
	background-color: #ffebcc;
	margin-bottom: 30px;
}

div#msg h4 {
	margin: 11px 0 10px 13px;
}

div#msg p {
	font-size: 115%;
	margin: 0 0 18px 14px;
	color: #ff5600;
}

div#msg p span {
	font-weight: bold;
}


/*---div.profile01---*/

div.profile01 {
	float: left;
	width: 695px;
	margin-bottom: 38px;
	color: #333333;
}

div.profile01 div {
	float: left;
	width: 332px;
	background-color: #ffebcc;
}

div.profile01 p.photo {
	float: left;
	width: 307px;
	margin-left: 10px;
}

div.profile01 h4 {
	float: right;
	width: 332px;
	margin: 15px 0 15px 0;
	font-size: 165%;
	font-weight: bold;
}

div.profile01 p {
	float: right;
	width: 322px;
	margin-right: 10px;
	font-size: 118%;
	line-height: 1.6;
}


/*---div.profile02---*/

div.profile02 {
	float: left;
	width: 695px;
	margin-bottom: 30px;
	color: #333333;
}

div.profile02 h4 {
	float: left;
	width: 695px;
	margin: 0 0 15px 10px;
}

div.profile02 p {
	float: left;
	width: 354px;
	margin-right: 9px;
}

div.profile02 div {
	float: left;
	width: 332px;
	padding: 10px 0 5px 0;
	background-color: #ffebcc;
}

div#category {
	padding-bottom: 24px;
}

div.profile02 dl {
	float: left;
	font-size: 100%;
	line-height: 1.55;
}

div.profile02 dt {
	float: left;
	width: 130px;
	margin-left: 5px;
}

div.profile02 dt img {
	margin-right: 5px;
}

div.profile02 dd {
	float: left;
	width: 187px;
	margin-left: 5px;
}


/*---div.proflle03---*/

div.profile03 {
	float: left;
	width: 695px;
	margin-bottom: 30px;
	color: #333333;
}

div.profile03 p {
	float: right;
	width: 354px;
}

div.profile03 div {
	float: left;
	width: 332px;
	padding: 10px 0 24px 0;
	background-color: #ffebcc;
}

div.profile03 dl {
	float: left;
	font-size: 100%;
	line-height: 1.55;
}

div.profile03 dt {
	float: left;
	width: 130px;
	margin-left: 5px;
}

div.profile03 dt img {
	margin-right: 5px;
}

div.profile03 dd {
	float: left;
	width: 187px;
	margin-left: 5px;
}


