@charset "UTF-8";

/* -------------------------------------------------- */
html {
}

body {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

body#interview {
	width: 640px;
	margin: 1.5em auto 0;
	font-size: 12px;
	overflow: auto;
}

body#interview p {
	line-height: 1.75;
	margin-bottom: 1.5em;
}

body#interview p.interviewer {
	color: olive;
}

body#interview p.interviewer a {
	color: olive;
}

body#interview p.interviewer a:hover {
	color: red;
}

body#interview p.introduction {
	font-weight: bold;
	margin-bottom: 1em;
}

body#interview p.author {
	text-align: right;
	font-size: 10px;
	margin-bottom: 3em;
	color: #aaa;
}

body#interview ul#caption {
	border-top: 1px dotted #000;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.75;
}

body#interview a.caption {
	vertical-align: super;
}

#container {
	position: absolute;
	z-index: 5;	
	overflow: auto;
	width: 100%; 
	height: 100%;
}

#main {
	width: 360px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 0 0 40px;
	background: url(img/bg_container.png);
	color: #000;
}

body > #container > #main {
	height: auto;
}

#logo {
	padding-top: 40px;
	margin-bottom: 20px;
}

#logo img, p img {
	margin-bottom: 20px;
}

p {
    line-height: 1.5;
}

span.onebit_mp3 embed, span.onebit_mp3 object {
	margin-left: 6px;
	vertical-align: 4px;
}

/* -------------------------------------------------- */
#information {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 350px;
	background: url(img/bg_info.png);
	padding: 8px 12px;
	color: #fff;
}

#information a {
	color: #fff;
}

#information p {
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 15px;
}

#information dl {
}

#information dl dt {
	float: left;
	width: 5em;
    line-height: 1.5;
    margin-bottom: 3px;
}

#information dl dd {
    margin-left: 5em;
    line-height: 1.5;
    margin-bottom: 3px;
}

/* -------------------------------------------------- */
#trackList {
	margin-bottom: 20px;
}

#trackList li {
	line-height: 1.5;
}

/* -------------------------------------------------- */
#cdInfo {
	width: 320px;
	border-top: 1px dotted #000;
	padding-top: 20px;
	margin-bottom: 10px;
}

#cdInfo img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}

#cdInfo dl {
	overflow: auto;
	zoom: 1;
}

#cdInfo dl dt {
	float: left;
	width: 7em;
	font-weight: bold;
    line-height: 1.5;
}

#cdInfo dl dd {
	margin-left: 7em;
    line-height: 1.5;
}

#comment {
	width: 320px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#comment p {
	margin-bottom: 10px;
}

#comment p.italic {
	font-style: italic;
	text-align: right;
}

/* -------------------------------------------------- */
#footer {
	margin-top: 40px;
	padding-bottom: 20px;
}

#footer p.backButton {
    background: url(img/denryokuBanar.png) 0 -70px;
    height: 70px;
    width: 208px;
    display: block;
    background-position: 0 -70px;
}

#footer p.backButton a {
	background: url(img/denryokuBanar.png) 0 0px;
    height: 70px;
    width: 208px;
    display: block;
}

#bg {
	position: absolute;
	z-index: -1;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}

/* -------------------------------------------------- */
ul.shopList {
}

ul.shopList li {
    line-height: 1.5;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a img {
	border: none;
}

.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
