@charset "utf-8";

/************************************************
*
*	CSS Document for /biography/
*	last update : 2012/03/11
*
*************************************************/

@import url(contents.css);



/* display 800px ------------------------------- */

#main {			
	width:760px;
	height:100%;
	float:right;
	padding:20px 0 0 0;
	}
				
#main h1 {										/* page title */
	width:760px;
	padding:11px 0 1px 0;
	margin:0 0 36px 0;
	font-weight:900;
	color:#868686;
	font-size:200%;
	border-bottom:1px solid #868686;
	}

.photo { 
	width:600px;
	float:left;
	}

.membersinfo { 
	width:150px;
	float:right;
	}

.bandname {
	padding:0 0 15px 0;
	}
	
.bandname span {
	font-weight:bold;
	font-size:150%;
		}
	
.message {
	padding:0 0 15px 0;
	line-height:150%;
	}

.member {
	line-height:150%;
	}
	
.member span {
	font-size:x-small;
	}

.yearborder {
	width:760px;
	border-top:5px solid #cccccc;
	padding:10px 0 20px 0;
	position:relative;
	}

.yearborder .yearside {
	width:150px;
	height:30px;
	display:block;
	position:absolute; top: 10px;  left: 610px;
	text-align:left;
	font-size:200%;
	line-height:100%;
	color:#cccccc;
	}

.yearborder .months {
	width:80px;
	float:left;
	text-align:right;
	padding:5px 20px 6px 0;
	line-height:140%;
	border-top:1px dotted #cccccc;
	color:#718863;
	}

.yearborder .details {
	width:500px;
	float:left;
	line-height:140%;
	padding:6px 0 6px 0;
	border-top:1px dotted #cccccc;
	}
.yearborder .details p {
	line-height:140%;
	}
