@charset "Shift_JIS";

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

/* Cascading Style Sheet for 稲川淳二 プロフィール */

#main {
	overflow: hidden;
	padding-bottom: 0;
}

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

/* ########## プロフィール ########## */
#profile {
	position: relative;
	top: 140px;
	left: 0;
	z-index: 300;
	height: 600px;
	margin: 0 0 140px 0;
	padding: 0;
}
html[xmlns] #profile {
	height: auto;
	min-height: 530px;
}
#profile h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 200%;
	text-align: center;
	letter-spacing: 0.6em;
}

#profile p.photo {
	float: right;
	position: relative;
	top: 0;
	left: 0;
	z-index: 350;
	width: 400px;
	height: 480px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#profile dl {
	position: relative;
	top: 0;
	left: 0;
	z-index: 311;
	height: 450px;
	margin: 0;
	padding: 120px 0 0 0;
}
#profile dl dt {
	position: relative;
	top: 0;
	left: 0;
	z-index: 312;
	margin: 0;
	padding: 0.2em 30px;
	color: #cc0000;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.3em;
	background: url(../img/basic/back_line_white.gif) 0 100% no-repeat;
}
#profile dl dd {
	position: relative;
	top: 0;
	left: 0;
	z-index: 330;
	margin: 0;
	padding: 0;
}
#profile dl dd.roman {
	margin: 0 31px 2em 31px;
	padding: 0;
	font-size: 82%;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

#profile dl dd.basic {
	position: relative;
	top: 0;
	left: 0;
	z-index: 340;
	margin: 2em 0;
	padding: 0;
}
#profile dl dd.basic ul {
	list-style-type: none;
	margin: 0 50px;
	padding: 0;
	font-size: 82%;
}
#profile dl dd.basic ul li {
	margin: 0.2em 0;
	padding: 0;
}
#profile dl dd.basic span.category {
	display: inline-block;
	width: 8em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0;
	color: #cccccc;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #222222;
	background: #000000 url(../img/basic/back_stripe_black.gif);
}

#profile dl dd.profile {
	position: relative;
	top: 0;
	left: 0;
	z-index: 340;
	margin: 0 0 0 60px;
	padding: 0;
}
#profile dl dd.profile p {
	margin: 0.5em 0;
	padding: 0;
	line-height: 2.0;
	font-size: 90%;
}
