@charset "UTF-8";
/* CSS Document */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* reset */


/* ---------- Basic Elements ---------- */
body {
	background-color: #dfdfdf;
	color: #333;
	font-family: Minion Pro,Times,Baskerville,serif;
	font-size: small;
}

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


/* ---------- Styling tool ---------- */
.clear { 
	clear: both;
}

.clearer { 
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px;
}

.wrapperLeft {
	float: left;
	width: 380px;
}

.wrapperRight {
	float: left;
	width: 420px;
}

.japanese {
	font-size:10px;
	line-height: 180%;
	font-family: Hiragino Kaku Gothic Pro,Meiryo,Arial,Century Gothic,sans-serif;
}



/* ---------- Layout ---------- */


/* ---------- head ---------- */
#headtxt {
	background-color: #fff;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 3px;
}

#headtxt p {
	margin: 0 auto;
	width: 800px;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.2ex;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#container #header {
	clear: both;
}

#container #header h1 {
	font-size: 55px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-bottom: 50px;
}

#container #header p {
	font-family: Georgia,serif;
	font-size: 20px;
	letter-spacing: 0.2ex;
	margin-top: 50px;
}



/* ---------- mainContent ---------- */
#container #mainContent {
	clear: both;
}

h3 {
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}


/* ---------- Disk ---------- */
#disk ul {
	line-height: 250%;
}

#disk .wrapperJacket {
	float: left;
	width: 350px;
	margin-right: 30px;
}

#disk .wrapperTrack {
	float: left;
	width: 240px;
	margin-right: 30px;
}

#disk .wrapperTrack ol {
	border-bottom: 1px dashed #999;
}

#disk .wrapperTrack p {
	font-size: 12px;
	line-height: 130%;
	padding-top: 20px;
	letter-spacing: 0.2ex;
}

#disk .wrapperSel {
	float: left;
	width: 150px;
}

#disk .wrapperTrack p a img {
	padding-top: 15px;
}



/* ---------- comment ---------- */
#comment {
	clear: both;
	padding-top:80px;
}

#comment .wrapperRight dl {
	padding-bottom: 5em;
	font-size: 75%;
	line-height: 200%;
}

#comment .wrapperRight dl dt {
	font-size: 130%;
	font-style: italic;
	font-family: Georgia, serif;
	color: #000;
	padding-top: 1em;
}

/* ---------- fotter ---------- */
#fotter {
	clear: both;
	background-color: #fff;
	border-top: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 50px;
}

#fotter p {
	margin: 0 auto;
	width: 800px;
	font-size: 12px;
	letter-spacing: 0.3ex;
}





#comment .wrapperLeft ul {
	padding-top: 80px;
	line-height: 200%;
	font-size: 120%;
	letter-spacing: 0.2ex;
}

#mainContent #liveinfo {
	width: 350px;
	padding-bottom: 20px;
}

#mainContent #liveinfo h2{
	font-size: 115%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#liveinfo .livedate {
	padding-bottom: 1em;
		font-family: Georgia,serif;
}
#mainContent #liveinfo h3{
	padding-bottom: 0.5em;
}

#liveinfo table {
	vertical-align: top;
}
