@charset "Shift_JIS";
@import url(common.css);

/* Elements */
h3{
	font-size: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #FFFFFF url(h3.gif) no-repeat 95% 100%;
	margin-top: 1em;
	margin-bottom: 5px;
	padding-bottom: 3px;
	height: 2em;
}
h3:first-letter{
	color: #CC7788;
	background-color: transparent;
	font-size: 1.3em;
}
dl{
	margin-left: 1em;
}
dt{
	text-transform: capitalize;
	font-weight: bold;
	background: url(navi_li.gif) no-repeat 0px 50%;
	padding-left: 10px;
}
dd{
	margin-left: 3em;
}

/* Classes */
div.sub-section{
	clear: left;
	margin-left: 2em;
}
div.section p{
	clear: both;
}

/* IDs */
div#author dt{
	float: left;
	width: 7em;
	clear: both;
}
div#author dd{
	padding-left: 6em;
	background: url(dd.gif) no-repeat 65px 50%;
}
div#author dl{
	margin-bottom: 1em;
	padding-top: 20px;
	padding-left: 160px;
	padding-bottom: 20px;
	background: #FFFFFF url(photo.jpg) no-repeat 15px 50%;
}
