@charset "Shift_JIS";

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

/* Cascading Style Sheet for 普天間かおり プロフィール */

#main {
	overflow: hidden;
	padding-bottom: 3em;
}

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

/* ########## プロフィール ########## */
#profile {
	position: relative;
	top: 150px;
	left: 0;
	z-index: 300;
	margin: 0 0 150px 0;
	padding: 0;
}
#profile h3 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #ffffff;
	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;
	margin: 0;
	padding: 0;
}
#profile dl dt {
	position: relative;
	top: 0;
	left: 0;
	z-index: 312;
	margin: 0;
	padding: 0.2em 30px;
	color: #336699;
	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.japanese {
	margin: 0 30px;
	padding: 0;
	font-size: 82%;
	line-height: 1.5;
	letter-spacing: 0.5em;
}
#profile dl dd.photo {
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
#profile dl dd.photo img {
	border: 10px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#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: 7em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0;
	color: #336699;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #eeeeee;
	background: #ffffff url(../img/basic/back_stripe_white.gif);
}

#profile dl dd.profile {
	position: relative;
	top: 0;
	left: 0;
	z-index: 340;
	margin: 0 60px;
	padding: 0;
}
#profile dl dd.profile h4 {
	margin: 0;
	padding: 0.2em 10px 0 10px;
	color: #999933;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	background: url(../img/basic/back_dot_white.gif) 0 100% no-repeat;
}
#profile dl dd.profile p {
	margin: 0.5em 0;
	padding: 0;
	line-height: 2.0;
	font-size: 82%;
}
#profile dl dd.profile ul {
	list-style-type: circle;
	margin: 0.5em 40px;
	padding: 0;
	line-height: 2.0;
	font-size: 80%;
}

/* ########## バイオグラフィー ########## */
#biography {
	position: relative;
	top: 50px;
	left: 0;
	z-index: 400;
	margin: 0 0 50px 0;
	padding: 0 30px;
}
#biography h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#biography table {
	width: 890px;
	margin: 0;
	padding: 0;
	line-height: 140%;
	border-collapse: collapse;
}
html[xmlns] #biography table {
	width: 100%;
}
#biography caption {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#biography th {
	padding: 0.4em 20px;
	font-size: 82%;
	font-weight: normal;
	text-align: center;
	border: 1px #999999 solid;
	background: #efefef;
}
html[xmlns] #biography th {
	background: url(../img/basic/back_transparent_black_5.png);
}

#biography td {
	padding: 0.4em 20px;
	font-size: 82%;
	line-height: 1.8;
	background: #f6f6f6;
}
html[xmlns] #biography td {
	background: url(../img/basic/back_transparent_black_2.png);
}
#biography td.time1 {
	width: 4em;
	text-align: center;
	white-space: nowrap;
	border: 1px #999999;
	border-style: solid dashed solid solid;
}
#biography td.time2 {
	width: 6em;
	text-align: center;
	white-space: nowrap;
	border: 1px #999999;
	border-style: solid solid solid dashed;
}
#biography td.contents {
	border: 1px #999999;
	border-style: solid;
}

#biography td p {
	margin: 0.5em 0;
	padding: 0;
}

#biography td.contents strong {
	color: #336699;
}

#biography td.contents ul {
	list-style-type: circle;
	margin: 0.5em 15px;
	padding: 0;
}
