/*=================================
	COMMON
=================================*/

* {
	font-family: Helvetica, Arial, sans-serif, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	width: 100%;
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
}
a:link, a:visited {
	color:#FF3300;
}
a:hover {
	text-decoration: underline;
	color:#FF6F4A;
}
a:active {
	text-decoration: underline;
	color:#FF3300;
}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	color: #FF3300;
}

.red {
	color: #FF3300;
}
.bold {
	font-weight: bold;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}

#wrapper {
	width: 100%;
	height:100%;
	min-width:1120px;
	min-height:750px;
	position: relative;
}
/*-----------------------
image replace
-----------------------*/
#title h1,
.aboutinner h1,
.infoinner h1 {
	font-size:0;
	*font-size:100%;
	overflow:hidden;
	display:block;
	text-indent:-8000em;
}


/*=================================
	BG
=================================*/

/*-----------------------
BG_Header/Footer
-----------------------*/
.bg_h {
	width:100%;
	height:50px;
	background-color:#000033;
	position:fixed;
	/*position:static;*/
	top:0;
	z-index:500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}

.bg_f {
	width:100%;
	height:50px;
	background-color:#000033;
	position:fixed;
	bottom:0;
	z-index:500;
	border-top-style: solid;
	border-top-color: #FF3300;
	border-top-width: 1px;
}


/*=================================
	Contents
=================================*/

/*-----------------------
Title
-----------------------*/
div#title{
	width:50%;
	height:100%;
	position:absolute;
	z-index:111;
	background-image: none;
	display:none;
}
#title h1 {
	width:580px;
	height:173px;
	position:absolute;
	bottom:10%;
	right:0;
	margin:50px 0 0 0;
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	background-position: right;
}



/*-----------------------
TAB
-----------------------*/
/*TAB_aboutCD*/
.menu {
	width: 0px;
	height: 20px;
	line-height: 20px;
	padding-right: 0px;
	background: #FF3300;
	color: #000033;
	text-align: left;
	position: absolute;
	left: 55%;
	/*top: 45%;*/
	top: 36%;
	margin-top:10px;
	margin-left: -65px;
	overflow: hidden;
	cursor: pointer;
	z-index: 120;
}
/*TAB_Information*/
.infomenu {
	width: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 0px;
	background: #FF3300;
	color: #000033;
	text-align: left;
	position: absolute;
	left: 55%;
	/*top: 45%;*/
	top: 36%;
	margin-top: 265px;
	margin-left: -65px;
	overflow: hidden;
	cursor: pointer;
	z-index: 121;
}


/*-----------------------
TOP 最新情報
-----------------------*/
/*共通項*/
#aboutcdtop,
#infotop {
	color: #CF2C07;
	font-size:13px;
	padding-top: 6px;
	line-height: 1.4em;
}
.mark_ya {
	height: 15px;
	width: 80px;
	right: 7px;
	bottom: 3px;
	position: absolute;
	background-image: url(img/mark_ya.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 10px;
	color: #A1A1AE;
}

/*About CD*/
#aboutcdtop {
	height: 210px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
/*About CD__テキスト*/
#aboutcdtop .spec {
	float: left;
	width: 180px;
}
#aboutcdtop .spec dl {
	padding-top: 15px;
}
#aboutcdtop .spec dt {
	font-weight: bold;
	font-size: 13px;
}
#aboutcdtop .spec dd {
	padding-left: 20px;
}
#aboutcdtop .jk {
	float: right;
	position: relative;
	color: #AB2208;
	font-size: 10px;
	padding-top: 15px;
}
#aboutcdtop .jk img {
	padding-right: 5px;
	padding-left: 5px;
}
#aboutcdtop .jk .special {
	position: absolute;
	top: 105px;
	left: 15px;
	text-align: center;
	line-height: 1.2em;
}
#aboutcdtop .jk .special2 {
	position: absolute;
	top: 105px;
	left: 100px;
	text-align: center;
	line-height: 1.2em;
}
#aboutcdtop .jk .normal {
	position: absolute;
	top: 105px;
	left: 200px;
	line-height: 1.2em;
}


/*Information*/
#infotop {
	height: 130px;
	padding-left: 10px;
}
#infotop .day {
	font-size:13px;
	/*color: #FF3300;*/
	color: #A1A1AE;
	line-height: 1.2em;
}
#infotop .txt {
	font-size:13px;
	color: #CF2C07;
	line-height: 1.3em;
}


/*-----------------------
詳細情報 共通項
-----------------------*/
/*Close Button*/
.close {
	width: 20px;
	height: 20px;
	/*position: absolute;*/
	position: absolute;
	left: 55%;
	margin: 110px 0 0 450px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color:#ddd;
	display: none;
	cursor: pointer;
	z-index: 350;
}


/*-----------------------
About CD
-----------------------*/
/*AboutCD_全体*/
.about {
	width: 530px;
	height:0;
	background: url(img/info_bg.png);
	color: white;
	position: absolute;
	overflow: hidden;
	z-index: 300;
	/*top: 45%;*/
	top: 36%;
	left: 55%;
	margin: 30px 0 0px -65px;
	line-height: 60px;
	cursor: pointer;
	display:none;
	border: 1px solid #CF2C07;
	line-height: 1.5em;
}
/*AboutCD_詳細*/
.aboutinner {
	margin:20px;
	font-size:13px;
	display:none;
}
/*AboutCD_タイトル*/
.aboutinner h1 {
	width:490px;
	height:66px;
	background-image: url(img/albumtitle_detail.png);
	background-repeat: no-repeat;
	background-position: left;
}
/*AboutCD_ジャケット*/
.aboutinner .jk {
	position: relative;
	color: #AB2208;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	margin-bottom: 30px;
}
.aboutinner .jk img {
	padding-right: 2px;
	padding-left: 2px;
}
.aboutinner .jk .special {
	position: absolute;
	top: 165px;
	left: 50px;
	line-height: 1.2em;
}
.aboutinner .jk .special2 {
	position: absolute;
	top: 165px;
	left: 200px;
	line-height: 1.2em;
}
.aboutinner .jk .normal {
	position: absolute;
	top: 165px;
	left: 365px;
	line-height: 1.2em;
}
/*AboutCD_スペック*/
.aboutinner .spec dl {
	padding-top: 5px;
	padding-left: 10px;
}
.aboutinner .spec dt {
	font-size: 12px;
}
.aboutinner .spec dd {
	padding-left: 10px;
	padding-bottom: 8px;
	color: #A1A1AE;
}
/*AboutCD_タイアップ*/
.aboutinner .tieup {
	padding-left: 10px;
	padding-bottom: 8px;
	color: #A81F06;
}

/*-----------------------
Information
-----------------------*/
/*Information全体*/
.aboutinfo {
	width: 530px;
	height:0;
	background: url(img/info_bg.png);
	color: white;
	position: absolute;
	overflow: hidden;
	z-index: 300;
	/*top: 45%;*/
	top: 36%;
	left: 55%;
	margin: 285px 0 0px -65px;
	line-height: 60px;
	cursor: pointer;
	display:none;
	border: 1px solid #CF2C07;
	line-height: 1.5em;
}

/*Information詳細*/
.infoinner {
	margin:20px;
	font-size:13px;
	display:none;
}
/*Information_記事ブロック*/
.infoinner .infoBlock {
	margin-bottom: 40px;
}

/*Information_タイトル*/
.infoinner h1 {
	width:490px;
	height:53px;
	background-image: url(img/infotitle_detail.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 30px;
	margin-top: 40px;
}

.infoinner h2 {
	padding-left: 8px;
	font-size: 15px;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF3300;
}
.infoinner .day {
	text-align: right;
	width: 90%;
	color: #A1A1AE;
}
.infoinner .txt {
	padding-left: 25px;
}


/*=================================
	Footer
=================================*/

div.footer {
	width: 100%;
	/*height: 100%;*/
	height: 35px;
	background: #000033;
	position: fixed;
	bottom: 0%;
	text-align: center;
	color:white;
	line-height: 6px;
	z-index: 1000;
}
