/* --------------------------------------
 インポート
-------------------------------------- */
@import url("default.css");



/* --------------------------------------
 タイトル
-------------------------------------- */
h2{
	font-size:124%;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	}


/* --------------------------------------
 コンテンツ
-------------------------------------- */
div#contents{
	text-align:left;

}

div#contents p{
	margin-bottom:20px;
	}
/* リード文 */
div#contents div#lead{
	margin-bottom:20px;
}
div#contents div#lead p{
	line-height:130%;
	}


/* --------------------------------------
about
-------------------------------------- */

div#rekishi{
	margin-top:40px;
}
/* aboutのみ */
div#rekishi p.rekishi-leader{
	font-size:310%;
	line-height:200%;
}

div#rekishi p span.size09{
	font-size:280%;
}
div#rekishi p span.size08{
	font-size:250%;
}
div#rekishi p span.size07{
	font-size:220%;
}
div#rekishi p span.size06{
	font-size:190%;
	line-height:120%;
}
div#rekishi p span.size05{
	font-size:160%;
}
div#rekishi p span.size04{
	font-size:130%;
}
div#rekishi p span.size03{
	font-size:100%;
}
div#rekishi p span.lineh{
}


/* --------------------------------------
 年表
-------------------------------------- */
div#nenpyo{
	border:1px solid #999999;
	background:#333333;
	padding:8px;
}

div#nenpyo p{
	margin:0px 0px 0px 0px;
}
div#nenpyo p.title{
	border:none;
	background:none;
	margin:0px;
}
div#nenpyo p span{

	color:#AA0000;
}

div#nenpyo table{
	display:inline-block;
	display:table-cell;
}

div#nenpyo table tr td{
	vertical-align:top;
	border:1px solid #999999;
	background:#666666;
	margin:0px 0px 0px 0px;
	padding:5px 8px 4px 8px;
}
div#nenpyo table tr.color2007 td{
	background:#BB3333;
}
div#nenpyo table tr.color2008 td{
	background:#6699BB;
}
div#nenpyo table tr.color2009 td{
	background:#335599;
}
div#nenpyo table tr.color2010 td{
	background:#EE8822;
}
div#nenpyo table tr.color2010 td p.large{
	font-size:100%;
}

div#nenpyo table tr td.nen{
	width:90px;


}
div#nenpyo table tr td.nen p{
	margin:0px;
}
div#nenpyo table tr td.nen p.right{
	text-align:right;
}

/* --------------------------------------
 プロフィール
-------------------------------------- */
div#profiles-list ul li a h4{
	font-size:100%;
	font-weight:bold;
	}
div#profiles-list ul{
	margin-bottom:20px;
	}
/* メンバーと個別指定　class="member neko" */
div#contents div.member{
	margin:20px 0px 40px 0px;
	/*border:1px solid #FF0000;*/
	height:200px;
}
div#contents div.member .text{
	height:200px;
}
/* 顔写真 */
div#contents div.neko{
	background:url("../images/about/about_neko.jpg") no-repeat 0px 0px;
}
div#contents div.lee{
	background:url("../images/about/about_lee.jpg") no-repeat 0px 0px;
}
div#contents div.haru{
	background:url("../images/about/about_haru.jpg") no-repeat 0px 0px;
}

/* プロフィールエリア */
div#contents div.member div.text{
	float:right;
	width:360px;
	margin:0px 0px 0px 0px;
	/*border:1px solid #0000FF;*/
}
div#contents div.member div.left{
	float:left;
}

/* 名前 */
div#contents div.member div.text h4{
	position: relative;
	width: 360px;
	height: 80px;
	overflow: hidden;
}

div#contents div.member div.text h4 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 80px;

	margin:0px 0px 0px 0px;
}
div#contents div.neko div.text h4 span{
	background:url("../images/about/about_neko_name.gif") no-repeat 0px 0px;
}
div#contents div.lee div.text h4 span{
	background:url("../images/about/about_lee_name.gif") no-repeat 0px 0px;
}
div#contents div.haru div.text h4 span{
	background:url("../images/about/about_haru_name.gif") no-repeat 0px 0px;
}
/* プロフィールテキスト */
div#contents div.member div.text p{
	margin:0px 0px 10px 0px;
	/*border:1px solid #00FF00;*/
}

/* clear */
/* member */
div#contents div.member {
	width:600px;
	min-height:1%;
	}
div#contents div.member:after{
	clear: both;
	content: " ";
	font-size: 0.1em;
	display: block;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}
* html div#contents div.member{
/*\*/height:1%; /*for WinIE*/
display: inline-table; /*for MacIE*/
}

/* menu */
div#header {
	width:600px;
	min-height:1%;
	}
div#header:after{
	clear: both;
	content: " ";
	font-size: 0.1em;
	display: block;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
}
* html div#header{
/*\*/height:1%; /*for WinIE*/
display: inline-table; /*for MacIE*/
}