@charset "UTF-8";
/* D'ESPAIRSRAY CSS */

/*････････Layout････････*/

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*････････Font････････*/

body, td, th {
	color: #69645e;
	font-family: "ヒラギノ角ゴ Pro W3", ＭＳ Ｐゴシック, Osaka, "MS UI Gothic";
	font-size: 12px;
	line-height:1.4em;
}
a:link {
	color:#c6c1b3;
}
a:visited {
	color:#c6c1b3;
}
a:hover {
	color:#ffffff;
}

a:link.re-menu {
	color:#665850;
}
a:visited.re-menu {
	color:#665850;
}
a:hover.re-menu {
	color:#a8a396;
}
.re-menu {
text-decoration:none;
}

.font-title {
font-size: 14px;
	color:#c6c1b3;
}
.font-red {
	color:#a81b32;
}
.font-white {
	color:#a8a396;
}
.font-small {
	font-size: 10px;
}
.font-tune {
	color:#a8a396;
	font-size: 12px;
	line-height:1.4em;
}


/*････････Table Layout････････*/

.table-right {
	width:100%;
	text-align:left;
}
.table-left {
	width:100%;
	text-align:right;
	background-image:url(../images/line-ver.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
.table-center {
	text-align:center;
}


/*････････BOX Layout････････*/

/*･･･MEDIA･･･*/
.media-menu {
	width:543px;
	background-image:url(../images/line-right2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	padding: 32px 0px 10px 0px;
}
.title-menu {
	width:543px;
	background-image:url(../images/line-right2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	padding: 28px 0px 10px 25px;
}

/*･･･INFORMATION･･･*/
.info {
	height:43px;
	background-image:url(../images/base-top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*･･･RELEASE･･･*/
.release-top {
	height:43px;
	background-image:url(../images/base-top_re.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.release-main {
	height:100%;
	background-image:url(../images/base-middle_re.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0px 85px 10px 25px;
}
.release-bottom {
	height:46px;
	background-image:url(../images/base-bottom_re.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:top;
	padding: 2px 83px 40px 10px;
}
.release-left {
	height:100%;
	width:100%;
	padding: 10px 40px 30px 0px;
	font-size: 11px;
	color:#665850;
	line-height:1.4em;
}
.release-box-top {
	height:100%;
	width:100%;
	padding: 0px 0px 30px 0px;
}
.release-box-left {
	height:100%;
	width:350px;
	float:left;
	padding: 0px 10px 0px 0px;
}
.release-box-right {
	height:100%;
	width:350px;
	float:left;
	padding: 0px 0px 0px 0px;
}
.release-pic {
	float:left;
	height:100%;
	width:133px;
	padding: 0px 0px 0px 0px;
}
.release-txt {
	float:left;
	height:100%;
	width:210px;
	font-size: 10px;
	line-height:1.3em;
	padding: 0px 12px 0px 0px;
}
.release-title-txt {
	font-size: 14px;
	color: #c6c1b3;
}
.release-line {
	width:100%;
	height:43px;
	background-image:url(../images/line-long.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

/*･･･PROFILE･･･*/
.profile-copy {
	height:100%;
	padding: 5px 0px 15px 0px;
	background-image:url(../images/copyright.gif);
	background-position:center center;
	background-repeat:no-repeat;	
}
.profile-title {
    width:100%;
	padding: 0px 0px 0px 20px;
	text-align:left;
}
.profile-line {
	width:100%;
	height:35px;
	background-image:url(../images/line-900.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.profile-picture {
	position:absolute;
	z-index:2;
	filter:alpha(opacity=0);
	opacity:0;
	width:960px;
	height:500px;
	background-color:#000000;
}

/*･･･SUBMENU･･･*/
.magazine {
	height:53px;
	background-image:url(../images/base-top_magazine.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.mobile {
	height:53px;
	background-image:url(../images/base-top_mobile.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.other {
	height:53px;
	background-image:url(../images/base-top_other.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.pc {
	height:53px;
	background-image:url(../images/base-top_pc.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.radio {
	height:53px;
	background-image:url(../images/base-top_radio.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.tv {
	height:53px;
	background-image:url(../images/base-top_tv.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*･･･OTHER･･･*/
.box-main {
	height:100%;
	background-image:url(../images/base-middle.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 10px 100px 5px 25px;
}
.box-bottom {
	height:46px;
	background-image:url(../images/base-bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:top;
	padding: 2px 83px 10px 10px;
}
.line {
	background-image:url(../images/line-right.gif);
	background-position:center center;
	background-repeat:no-repeat;
	padding: 20px 0px 20px 0px;
}
.copy {
	width:100%;
	height:20px;
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

/*･･･POPUP PAGE･･･*/
.popup-base {
	background-image:url(../images/popup/p-base02.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.popup-top {
	background-image:url(../images/popup/p-base01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 50px 0px 35px 65px;
	vertical-align:top;
	font-size: 14px;
	color:#c6c1b3;
}
.popup-main {
	height:100%;
	vertical-align:top;
	padding: 0px 60px 0px 65px;	
}
.popup-bottom {
	text-align:right;
	vertical-align:top;
	padding: 0px 5px 15px 0px;	
}.release-pic2 {
	float:left;
	height:100%;
	width:133px;
	padding: 0px;
	clear: both;
}
