@charset "Shift_JIS";

/* -------------------- start of Style Sheet -------------------- */

/* Cascading Style Sheet for ぴろき プロフィール */

#main {
	
}

/* ########## メインコンテンツ ########## */
#main h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background: url(../img/basic/back_h2_sub.gif) no-repeat 0 0;
}

/* ---------- プロフィール ---------- */
#profile {
	position: relative;
	top: 120px;
	left: 0;
	z-index: 400;
	margin: 0 25px 120px 25px;
	padding: 0;
}

#profile h3 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #cccccc;
	font-family: "Trebuchet MS";
	font-size: 200%;
	text-align: center;
	letter-spacing: 0.6em;
}
#profile p.photo {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 410;
	width: 40%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#profile dl {
	position: relative;
	top: 0;
	left: 0;
	z-index: 420;
	height: 520px;
	margin: 0;
	padding: 0;
}
html[xmlns] #profile dl {
	height: auto;
	min-height: 500px;
}

#profile dl dt {
	margin: 0 0 0.1em 0;
	padding: 0 8px;
	color: #336699;
	font-weight: bold;
	font-size: 210%;
	line-height: 1.5;
}
#profile dd {
	margin: 0;
	padding: 0 10px;
}

#profile dd table {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	border-collapse: collapse;
}
#profile dd table caption {
	margin: 0;
	padding: 0;
	font-size: 82%;
	text-align: left;
	color: #ff2d57;
}
#profile dd table td {
	margin: 0;
	padding: 0.5em 10px;
	font-size: 82%;
	border: 1px #cccccc;
	border-style: dotted none;
}
#profile dd table td.category {
	width: 11.5em;
	color: #666666;
	text-align: right;
	letter-spacing: 0.2em;
}

