/* CSS Document */
/* タレント写真部分 */
#main-right-inner { 
         float: left;
	width: 570px;
         padding-right: 30px;
}
.contents_inner1 {
	width: 85px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}
.contents_inner1_text p{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	line-height: 1.2em;
	color: #4D4D4D;
	font-size: 0.7em;
}
.contents_inner1_photo img{
         width: 85px;
         height: 107px;
}
.contents_inner2 {	
	width: 150px;	
	float: left;	
	margin-bottom: 10px;	
	margin-left: 22px;
}
.contents_inner2_text p{	
	margin: 0px;	
	padding: 10px 0px 5px 0px;	
	line-height: 1.2em;	
	color: #4D4D4D;	
	font-size: 0.8em;
}
.contents_inner2_photo img{ 
	width: 150px; 
	height: 194px;
}
/* タレント個別ページ */
#entry_photo {
	width: 230px;
	padding-left: 20px;
	float: left;
}
#entry_box {
        width: 620px;
        margin-top: 30px;
        float: left;
}
#entry_profile {
	float: right;
	width: 350px;
	margin-right: 10px;
}
#entry_profile td {
	padding-top: 5px;
        padding-bottom: 0px;
        padding-right: 3px;
	padding-left: 5px;
	vertical-align: top;
}
.profile_name {
	background-image: url(http://www.t-benefit.com/talents/personal/img/profile_img2.jpg);
	background-repeat: repeat-x;
	width: 320px;
}
#category_box{
        width: 620px;
        clear: both;
        padding-top: 30px;
}
/* エントリーページ*/
.midashi {
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(http://www.t-benefit.com/talents/personal/img/komidashi.jpg);
	background-repeat: no-repeat;
	width: 560px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 22px;
	margin-top: 20px;
         margin-left: 22px;
	color: #0059B5;
}
/* 文字装飾 */
.decoration_t1 {
	color: #4d4d4d;
	font-size: 0.8em;
	line-height: 1.3em;
	vertical-align: baseline;
}
.decoration_t2 {
	font-weight:bold;
	font-size: 1.2em;
         padding-left: 22px;
	margin-bottom: 10px;
	color: #4d4d4d;
}
.decolation_t3 {
	font-size: 2em;
	font-weight: bolder;
	color: #FF0000;
}