@charset "shift_jis";
/* CSS Document */


.page_title {
	font-size: 14px;
	color: #1D4813;
	background-image: url(images/page_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	clear: both;
	height: 50px;
	width: 200px;
	overflow: hidden;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.profile_area {
	display: block;
	width: 520px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border: 1px solid #CCC;
	overflow: hidden;
	background-image: url(images/ul_back.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.profile_style {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	display: block;
	margin: 0px;
	padding: 10px;
	clear: left;
	float: left;
	width: 500px;
	overflow: hidden;
}
.profile_title {
	font-size: 16px;
	font-weight: bold;
	color: #3C7B18;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	float: left;
	width: 125px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}

.profile_desc {
	font-size: 14px;
	line-height: 135%;
	display: block;
	margin: 0px;
	float: left;
	width: 340px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	color: #333;
}



.mail_text {
	color: #333;
	text-decoration: none;
}
.mail_text:hover {
	color: #060;
	text-decoration: underline;
}
