/* table */
table.style{
	border-collapse:collapse;
	border-spacing: 0;
/*	border:1px solid #ff0000;*/
}

table.style th{
	width:310px;
	text-align:left;
/*	border:1px solid #ff0000;*/
	vertical-align:top;
	padding-right:20px;
}

table.style td{
	width:610px;
	text-align:left;
/*	border:1px solid #ff0000;*/
	vertical-align:top;
}


/*プロフィール画像きりかえ */
.imgonmouse {
	margin: 0;
	overflow: hidden;
	width: 287px;	
}
.imgonmouse img {
	margin-top: 10px;
	margin-bottom: 0px;
}
.imgonmouse ul {
	padding: 0;
	margin: 10px 0px 0px 18px;
}
.imgonmouse ul li img {
	height: 98px;
	width: 78px;
	padding: 0x;
	margin:0px 0px 0px 30px;
}
.imgonmouse ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*プロフィール欄*/
.title{
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

.title ul{
	margin:0;
	padding:0;
}

.title  ul li{
	list-style-type:none;
	float:left;
	font-size:14px;
	color:#666666;
}

.title_img{
	background:url(../img/profile.png) no-repeat;
	width:291px;
	height:47px;
	text-indent:-9999px;
	margin-right:15px;
}

.title_text{
	margin-top:20px;
}

.profile{
	margin: 0;
	overflow: hidden;
}

.profile ul{
	margin:0 0 20px 0;
	padding:0;
}

.profile  ul li{
	list-style-type:none;
	font-size:18px;
	color:#666666;
	margin-top:10px;
	line-height:1.5em;
}

.detail{
	margin: 0;
	overflow: hidden;
}

.detail ul{
	margin:10px 0 0 0;
	padding:0;
}

.detail ul li{
	list-style-type:none;
	font-size:16px;
	color:#444444;
	line-height:160%;
	margin-top:10px;
}

.detail_book{
	background:url(../img/books.png) no-repeat;
	width:65px;
	height:24px;
	text-indent:-9999px;
	margin:0;
}

.detail_radio{
	background:url(../img/radio.png) no-repeat;
	width:136px;
	height:24px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}

.detail_tv{
	background:url(../img/tv.png) no-repeat;
	width:135px;
	height:24px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}


.detail_other{
	background:url(../img/other.png) no-repeat;
	width:89px;
	height:24px;
	text-indent:-9999px;
	margin:20px 0px 10px 0px;
}

.detail_text{
	margin-left:1em;
}

.detail_text2{
	margin-bottom:40px;
}


#detail_sp{
	font-size:14px;
	color:#666666;
	margin-bottom:8px;
}

#more{
	width:127px;
	margin-bottom:40px;
}

#more .button a{
	background:url(../img/more_btn1.png) no-repeat;
	width:127px;
	height:36px;
	display:block;
	text-indent:-9999px;
}

#more .button a:hover{
	background:url(../img/more_btn2.png) no-repeat;
	cursor:pointer;
}


#modal{
	text-align:left;
	margin:20px 0px 0px 20px;
}

.detail_text .book_title{
font-size:100%;
}
.detail_text .book_release{
margin-left:20px;
font-size:90%;
}
