

/*details inner box*/
.details_inner_box{
	width: 546px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #959a99;
}

/*news list*/

#article{
	line-height: 20px;
	font-size: 12px;
	color: #959a99;
	/*padding-left: 31px;
	padding-right: 31px;*/
}

#article div{
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}

#article p{
}

#article .date{
	display: block;
	color: #65bcd6;
	float: left;
	width: 60px;
}

#article .midashi{
	display: block;
	float: left;
	font-weight: bold;
}

#article .txt{
	padding-left: 60px;
	display: block;
	padding-top: 5px;
}

#article img{
}

/*news list old
.details_inner_box .news ul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}

.details_inner_box .news li{
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.details_inner_box .news p{
	line-height: 17px;
	padding-left: 48px;
}

.details_inner_box .news img{
	padding-top: 5px;
}

*/

/*media list old
.details_inner_box .media ul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}

.details_inner_box .media li{
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.details_inner_box .media p{
	line-height: 17px;
	padding-bottom: 15px;
	padding-left: 1em;
}

.details_inner_box .media .midashi{
	display: block;
	padding-bottom: 5px;
}

*/

/*blography list old
.details_inner_box .blography ul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}

.details_inner_box .blography li{
	list-style-type: none;
	display: block;
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 15px;
}

.details_inner_box .blography p{
	line-height: 17px;
	padding-bottom: 15px;
	padding-left: 1em;
}

.details_inner_box .blography span{
	display: block;
	margin-bottom: 5px;
}

.details_inner_box .blography .tmg1{
	padding-top: 20px;
}

.details_inner_box .blography .tmg2{
	padding-top: 20px;
	color: #65bcd6;
}
*/


/*profile tab list*/
li#tab_pfof_news:hover {
	background: url("../images/btnNews_on.gif") no-repeat 0 0;
}
li#tab_pfof_news {
	background: url("../images/btnNews.gif") no-repeat 0 0;
}

li#tab_pfof_biography:hover {
	background: url("../images/btnBiography_on.gif") no-repeat 0 0;
}
li#tab_pfof_biography {
	background: url("../images/btnBiography.gif") no-repeat 0 0;
}

li#tab_pfof_media:hover {
	background: url("../images/btnMedia_on.gif") no-repeat 0 0;
}
li#tab_pfof_media {
	background: url("../images/btnMedia.gif") no-repeat 0 0;
}




/* media tab list*/
li#tab_media_movie:hover {
	background: url("../images/btnsMovie_on.gif") no-repeat 0 0;
}

li#tab_media_movie {
	background: url("../images/btnsMovie.gif") no-repeat 0 0;
}

li#tab_media_tv:hover {
	background: url("../images/btnsTv_on.gif") no-repeat 0 0;
}

li#tab_media_tv {
	background: url("../images/btnsTv.gif") no-repeat 0 0;
}

li#tab_media_stage:hover {
	background: url("../images/btnsStage_on.gif") no-repeat 0 0;
}

li#tab_media_stage {
	background: url("../images/btnsStage.gif") no-repeat 0 0;
}

li#tab_media_magazine:hover {
	background: url("../images/btnsMagazine_on.gif") no-repeat 0 0;
}

li#tab_media_magazine {
	background: url("../images/btnsMagazine.gif") no-repeat 0 0;
}

li#tab_media_cm:hover {
	background: url("../images/btnsCm_on.gif") no-repeat 0 0;
}

li#tab_media_cm {
	background: url("../images/btnsCm.gif") no-repeat 0 0;
}

li#tab_media_other:hover {
	background: url("../images/btnsOther_on.gif") no-repeat 0 0;
}

li#tab_media_other {
	background: url("../images/btnsOther.gif") no-repeat 0 0;
}
