@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：HIDEAKI TOKUNAGA OFFICIAL SITE
2012.05.17
updated: 2013.3.25
guideline: Ver.01
m-up, Inc.
------------------------------*/


/* ------------------------------------
 * RESET
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * COMMON / OVERRIDE
 * ------------------------------------ */

h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/common/dot.gif) left bottom repeat-x;
}

h2 span {
	display: block;
	width: 79px;
	height: 22px;
	background-image: url(../img/profile/title.png);
	text-indent: -9999px;
}


/* ------------------------------------
 * PROFILE
 * ------------------------------------ */

.profile {
	background: url(../img/profile/aphoto_251029.jpg) left top no-repeat;
}

.profile .section {
	position: relative;
	height: 350px;
	background: url(../img/spacer.gif) repeat;
}

.profile .unit {
	position: absolute;
	bottom: 0;
	left: 475px;
	width: 375px;
}

.profile .unit dl {
	zoom: 1;
}

.profile .unit dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.profile .unit dt {
	clear: both;
	padding-top: 1em;
	display: inline;
	float: left;
	width: 7em;
	text-align: right;
}

.profile .unit dd {
	margin-left: 8em;
	padding-top: 1em;
}
