@charset "UTF-8";
/*
======== table of content. =================================

summary: INTERVIEW用CSS

  - H1
  - MAIN
		- BOX
		- INTERVIEW-CONTENTS

============================================================


html {
	background: transparent
		url(images/bg_html.jpg)
		repeat;
	overflow-y: scroll;
}
*/

body#interview {
	background: transparent
		url(bg_body2.jpg)
		repeat-x;
}

body#interview h1.interview-title {
	margin-top: 9px;
	margin-bottom: 21px;
}
/*------------------------------------------------
MAIN
--------------------------------------------------*/
#main {
	float: left;
	width: 734px;
}
/*------------------------------------------------
BOX
--------------------------------------------------*/
#content .boxcap_interview, #content .boxbottom_interview {
	height: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	line-height: 1px;
}
#content .box_interview {
	margin:0 10px 0 0;
	padding: 10px 17px;
	background-repeat: repeat-y;
	background-position: left top;
}
#content .box.readmore {
	padding-bottom: 2px;
}
#main .boxcap_interview {
	background-image: url(../images/bg_main2column_header_intervew.gif);
}
#main .boxbottom_interview {
	margin-bottom: 10px;
	background-image: url(../images/bg_main2column_bottom_interview.gif);
}
#main .box_interview {
	margin-right: 0;
	background-image: url(../images/bg_main2column_box_interview.gif);
	
	
	
}
#main .box_bk {
	margin: 0px 0px 0px 0px;
}
#main .box_bk01 {
	margin: 0px 20px 0px 0px;
	width: 155px;
	height: 86px;
	float: left;
}
#main .box_bk02 {
	width: 185px;
	float: left;
}
#main .box_bk02 .btn {
	width: 185px;
	float: left;
}
#main .box_bk03 {
	margin: 0;
	width: 340px;
	float: left;
}
#sub .boxcap_interview {
	background-image: url(../images/bg_sub1column_header.png);
}
#sub .boxbottom_interview {
	margin-bottom: 10px;
	background-image: url(../images/bg_sub1column_bottom.png);
}
#sub .box_interview {
	margin-right: 0;
	padding-left: 12px;
	padding-top: 7px;
	padding-right: 12px;
	background-image: url(../images/bg_sub1column_box.png);
}
#tobeta_release{
	margin-top: 10px;

}
#tobeta_jacket{
	margin: 5px, 5px, 10px, 0px;
	margin-bottom: 10px;
	
}
#tobeta_release_info{
	
	float:right;
	margin: 5px 5px 0 5px;
}
#release_detail{
    font-size:9px;
	margin: 0px;
	
}
a {
	outline-style:none;
}

/*------------------------------------------------
amazon、iTunesリンク(09.12.02 追加)
------------------------------------------------*/
.link_box {
    height: 20px;
    width: 734px;
     
	}

.link_box img {
    border: none !important;
    padding: 5px 0 0 0;
    }

.link_box a:link{
    border: none !important;
    }

.link_box .link_amazon {
    width: 60px;
    padding: 0 6px 0 0;
    }

.link_box .link_itunes {
    width: 60px;
    }

/*------------------------------------------------
SUB
--------------------------------------------------*/
body#interview #sub {
	width: 224px;
}
body#interview p.interview {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview a:hover, body#interview p.interview a.hi {
	background-position: 0 -19px;
}
body#interview p.interview01 {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview01 a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview01.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview01 a:hover, body#interview p.interview01 a.hi {
	background-position: 0 -19px;
}
body#interview p.interview02 {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview02 a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview02.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview02 a:hover, body#interview p.interview02 a.hi {
	background-position: 0 -19px;
}
body#interview p.interview03 {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview03 a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview03.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview03 a:hover, body#interview p.interview03 a.hi {
	background-position: 0 -19px;
}
body#interview p.interview04 {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview04 a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview04.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview04 a:hover, body#interview p.interview04 a.hi {
	background-position: 0 -19px;
}
body#interview p.interview01_play {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview01_play a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview01_play.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview01_play a:hover, body#interview p.interview01_play a.hi {
	background-position: 0 -19px;
}
body#interview p.interview02_play {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview02_play a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview02_play.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview02_play a:hover, body#interview p.interview02_play a.hi {
	background-position: 0 -19px;
}
body#interview p.interview03_play {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 25px 0px 25px;
}
body#interview p.interview03_play a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview03_play.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview03_play a:hover, body#interview p.interview03_play a.hi {
	background-position: 0 -19px;
}
body#interview #sub h3.fr {
	margin-top: 4px;
}
body#interview p.btn {
	float: left;
	display: inline;
	height: 20px;
	margin: 10px 25px 0px 25px;
}
body#interview p.btn a {
	float: left;
	width: 150px;
	height: 0;
	padding-top: 20px;
	background:
 transparent url(../images/interface/profile_btn.gif) no-repeat;
	overflow: hidden;
}
body#interview p.btn a:hover {
	background-position: 0 -20px;
}
body#interview p.profile {
	float: left;
	display: inline;
	width: 150px;
	height: 22px;
	margin: 0px 25px 0px 25px;
	background:
 transparent url(../images/interface/h3_profile.gif) no-repeat;
	overflow: hidden;
}
/*-----------------------------------------------------
INTERVIEW-CONTENTS
-------------------------------------------------------*/
body#interview p.interview-bk {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 6px 0px 0px;
}
body#interview p.interview-bk a {
	float: left;
	width: 74px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview_bk.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview-bk a:hover, body#interview p.interview-bk a.hi {
	background-position: 0 -19px;
}
body#interview p.interview01-bk {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 6px 0px 0px;
}
body#interview p.interview01-bk a {
	float: left;
	width: 74px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview01_bk.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview01-bk a:hover, body#interview p.interview01-bk a.hi {
	background-position: 0 -19px;
}
body#interview p.interview02-bk {
	float: left;
	display: inline;
	height: 19px;
}
body#interview p.interview02-bk a {
	float: left;
	width: 74px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview02_bk.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview02-bk a:hover, body#interview p.interview02-bka.hi {
	background-position: 0 -19px;
}
body#interview p.interview03-bk {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 6px 0px 0px;
}
body#interview p.interview03-bk a {
	float: left;
	width: 74px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview03_bk.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview03-bk a:hover, body#interview p.interview03-bka.hi {
	background-position: 0 -19px;
}
body#interview p.interview04-bk {
	float: left;
	display: inline;
	height: 19px;
}
body#interview p.interview04-bk a {
	float: left;
	width: 74px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview04_bk.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview04-if a:hover, body#interview p.interview04-bka.hi {
	background-position: 0 -19px;
}


body#interview p.interview-if {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 6px 0px 0px;
}
body#interview p.interview-if a {
	float: left;
	width: 94px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview_if.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview-if a:hover, body#interview p.interview-if a.hi {
	background-position: 0 -19px;
}

body#interview p.interview01-if {
	float: left;
	display: inline;
	height: 19px;
	margin: 0px 6px 0px 0px;
}
body#interview p.interview01-if a {
	float: left;
	width: 94px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview01_if.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview01-if a:hover, body#interview p.interview01-if a.hi {
	background-position: 0 -19px;
}
body#interview p.interview02-if {
	float: left;
	display: inline;
	height: 19px;
	margin: 7px 6px 0px 0px;
}
body#interview p.interview02-if a {
	float: left;
	width: 94px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview02_if.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview02-if a:hover, body#interview p.interview02-if a.hi {
	background-position: 0 -19px;
}
body#interview p.interview03-if {
	float: left;
	display: inline;
	height: 19px;
	margin: 7px 6px 0px 0px;
}
body#interview p.interview03-if a {
	float: left;
	width: 94px;
	height: 0;
	padding-top: 19px;
	background:
 transparent url(../images/bt_interview03_if.gif) no-repeat;
	overflow: hidden;
}
body#interview p.interview03-if a:hover, body#interview p.interview03-if a.hi {
	background-position: 0 -19px;
}
/*-----------------------------------------------------
INTERVIEW-CONTENTS
-------------------------------------------------------*/
#main .moviearea {
	width: 640px;
	margin: 0 auto;
}
#main #interview-movie {
	margin-bottom: 12px;
	text-align: center;
}
#main p.divide {
	width: 300px;
	float: left;
	padding-right: 20px;
	background:
 transparent url(../images/bg_border-vertical.gif) repeat-y right center;
}

