@charset "UTF-8";

/*------------------------------------------------------------------------------
	Kyowa-Takkyu - CSS Modules Import
	Date: 2009-03-18
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------
	clm2
------------------------------------------------------------------------------*/
.clm2{
	margin-top:25px;
	background:url(/takkyu/team/images/team_bg.gif) left bottom no-repeat;
	padding:0 0 10px 0;
}

#content{
	padding:0 25px;
	text-align:left;
}
#content *{
	line-height:1.5;
}

#footNav{
	padding-left:0px;
}

/*------------------------------------------------------------------------------
	サイドナビ
------------------------------------------------------------------------------*/
#sideNav{
	float:right;
	width:168px;
	padding-bottom:30px;
	text-align:left;
}

#sideNav dd ul li{
	width:168px;
	color:#000000;
	background: url(/takkyu/team/images/plist_on.gif) no-repeat left bottom;
	padding:0 0 1px;
}

#sideNav dd ul li a{
	color:#000000;
	background: url(/takkyu/team/images/plist_btn.gif) no-repeat left top;
	display:block;
	padding:15px 17px;
	width:148px;
}
*html #sideNav dd ul li a{
	width:168px;
}
#sideNav dd ul li a:hover{
	width:168px;
	color:#000000;
	background: url(/takkyu/team/images/plist_btn_o.gif) no-repeat left top;
}
#sideNav dd ul li.ac a{
	background: url(/takkyu/team/images/plist_btn_o.gif) no-repeat left top;
	text-decoration:none;
	color:#ff4d00;
	font-weight:bold;
}




/*------------------------------------------------------------------------------
	メインカラム
------------------------------------------------------------------------------*/
#main{
	float:left;
	width:576px;
	overflow:hidden;
}


#namebg{
	padding:0 0 20px;
	background-image: url("/takkyu/team/images/h1bg.jpg");
	width:576px;
	height:111px;
}

#namebg p{
	color:#000000;
	font-size:26px;
	font-weight:bold;
	font-family:'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace
	line-height:1.3em;
	padding-left:35px;
	padding-top:30px;
	line-height:1.3em;
}
	

h2{
	padding-bottom:10px;
}

.enname{
	color:#ff4d00;
	font-weight:bold;
	font-size:11px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0px;
}

#profile{
	float:right;
	width:391px;
}


.profTable th{
	padding:2px 10px;
	background:#e7e7e7;
	border-bottom:3px solid #fff;
}
.profTable td{
	padding:2px 10px;
	border-bottom:3px solid #fff;
}

.hisTable{
	width:576px;
	margin-bottom:30px;
}
.hisTable th{
	width:90px;
	padding:10px 0px;
	background:#e7e7e7;
	text-align:center;
	border-bottom:1px solid #fff;
}
.hisTable td{
	padding:5px 10px;
	border-bottom:1px solid #e7e7e7;
}
.hisTable td.last{
	border-bottom:1px solid #fff;
}

#com{
	background:#e7e7e7;
	margin-bottom:20px;
}
#com p{
	padding:0 10px 10px;
}

.namebg{
	width:100%
	padding;
}



