@charset "Shift-JIS";
/**********************************************************************
森山良子45周年記念アルバム 特設サイト
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
body {
	line-height:100%;
}

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

a:hover {
 text-decoration:underline;
}

div#wrapper {
	width:846px;
	margin:0px auto 20px auto;
}

div#header {
	height:396px;
	background:url(../img/header_bg.jpg) left top no-repeat;
	border-top:11px #741217 solid;
	position:relative;
}

div#header h1,
div#header p {
	position:absolute;
	left:0px;
	top:0px;
}

div#header h1 { left:26px; top:22px; }
div#header p#discography { left:24px; top:126px; }
div#header p#amazon1 { left:47px; top:348px; }
div#header p#amazon2 { left:214px; top:348px; }


div#contents {
	background:url(../img/contents_bg.gif) left top repeat-y;
	position:relative;
	border-bottom:15px #3D2E29 solid;
	padding:15px 0px 0px 15px;
	margin-bottom:10px;
}

div#contents h2 {
	margin-bottom:15px;
}

div#contents ul#songList {
	width:504px;
}

div#contents p#lead {
	margin-bottom:10px; 
}

div#contents ul#songList li {
	position:relative;
	padding:14px 0px 14px 14px;
}

div#contents ul#songList li p.play2 {
	position:absolute;
	left:338px;
	_left:323px;
	top:14px;
}

div#contents ul#songList li p.play {
	position:absolute;
	left:391px;
	_left:376px;
	top:14px;
}

div#contents ul#songList li p.note {
	position:absolute;
	left:444px;
	_left:429px;
	top:14px;
	cursor:pointer;
}


div#contents ul#songList li div.popData {
	display:none;
}

div#contents ul#songList li div#pop {
	width:628px;
	height:681px;
	overflow:auto;
}

div#pop p.title {
	background-color:#3D2E29;
	border:5px #FFF solid;
	color:#DCD9D8;
	line-height:100%;
	padding:15px 10px 12px 10px;
}

div#pop p.title span {
	color:#D0B83B;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:12px;
}

div#pop p.text span {
	display:block;
	text-align:center;
	color:#8F5610;
	padding:15px 0px 15px 0px;
}

div#pop p.text {
	font-size:12px;
	line-height:140%;
	padding:15px;
}

div#pop p.close {
	font-size:12px;
	text-align:center;
	padding-bottom:15px;
	cursor:pointer;
}

div#contents div#talk h2 {
	position:absolute;
	left:542px;
	top:-23px;
	_left:527px;
}

div#contents div#talk p {
	position:absolute;
	left:560px;
	_left:545px;
	top:104px;
}

div#contents div#talk ul {
	width:255px;
	position:absolute;
	left:560px;
	_left:545px;
	top:321px;
}

div#contents div#talk ul li {
	width:127px;
	float:left;
	margin-bottom:19px;
}

div#footer p {
	float:left;
}

div#footer p#copy {
	float:right;
}
	
	
	
	
	
	
	
	
	