﻿@charset "utf-8";

.name {
	margin-bottom: 0.5em;
	font-size: 1.8em;
	color: #404040;
}

.name_en {
	margin-bottom: 2em;
	font-size: 0.8em;
	color: #404040;
}

.profile {
	font-size: 0.9em;
}

.history {
}

#body dl.history {
	font-size: 0.9em;
}

#body dl.history dt {
	float: left;
	clear: both;
	width: 4em;
	padding: 0 0 0.4em 0;
	line-height: 1.2em;
	_width: 4em; /* Win IE */
	white-space: nowrap;
	color: #E39F91;
	font-family: Vardana, Geneva, Arial, Helvetica, sans-serif;
}

#body dl.history dd {
	margin-left: 4em;
	padding: 0 0 0.4em 0;
	line-height: 1.2em;
}


#body .like {
	clear: both;
	width: 780px;
	color: #9CAF87;
	font-size: 0.8em;
	padding-top: 5em;
	/*
	position: absolute;
	width: auto;
	white-space: nowrap;
	*/
}
