@charset "UTF-8";
body {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	line-height:160%;
}

html,body {
    height:100%;
}

a:link{color:#666; text-decoration: underline;}
a:visited{color:#666; text-decoration: underline;}
a:hover{color:#c60; text-decoration: underline;} 

#textRed {
    color:#c60;
	font-weight:bold;
}

.container {
	width: 800px;
	height:98%;
	background-color: #fff;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align: left;
	display:table;
}

/*----------------------------ヘッダー----------------------------*/
.header {
	width:800px;
	height:110px;
	display:table;
}

.header h1 {
	margin-top:70px;
	float:right;
	border:none;
}

.header p {
	margin:0;
	display:none;
}

/*----------------------------コンテンツ----------------------------*/

.mainContent {
    float:right;
	width:540px;
	margin-right:25px;
	padding:20px 0;
	text-align:justify;
}

h1 {
    font-size:120%;
	color:#000;
	border-bottom:1px #ccc solid;
	border-left:7px solid #CC6600;
	padding:3px 0 3px 7px;
	margin-bottom:0;
}

h2 {
    font-size:130%;
	color:#000;
	padding:3px 0;
	border-bottom:4px solid #ccc;
	margin-top:30px;
	clear:both;
}

h3 {
    font-size:100%;
	color:#000;
	padding:3px 0;
	border-bottom:1px solid #ccc;
	clear:both;
}

strong {
font-size: 120%;
}

.mainContent #list {
    width:540px;
	margin-bottom:20px;
	margin-top:10px;
	border-bottom: 1px solid #666;
}

.mainContent #list th {
	background-image:url(../images/listTh.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:top;
	padding:5px;
}

.mainContent #list td {
	padding:5px;
	vertical-align:top;
}

.mainContent #list ul {
	margin:0;
	padding-left:20px;
}

#cap {
	font-size:85%;
}

.mainContent #pagetop {
    width:70px;
	height:16px;
	background-image:url(../images/pagetop.png);
	background-repeat:no-repeat;
	float:right;
	clear:both;
	margin:20px 0;
}

.mainContent #pagetop p {
    margin:0;
	display:none;
}

#photoBox {
    width:150px;
	padding:10px;
	float:left;
	border:1px solid #ccc;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}

.photoAlbum {
    width:auto;
	padding:0;
	display:block;
}

#iconBox {
    width:100px;
	height:100px;
	padding:10px;
	float:left;
	border:1px solid #ccc;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	display:inline-block;
	background-image:url(../images/album/photoIcon.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#iconBox:hover {
    background-color:#eee;
}

#iconBox p {
    font-size:10px;
	line-height:120%;
}

/*----------------------------メニュー----------------------------*/

.leftside {
    float:left;
	width:145px;
	margin:0;
	padding:20px 0;
}

#amazon {
	width:133px;
	height:28px;
	display:block;
	background-image:url(../images/remote-buy-jp2._V192237378_.gif);
	background-repeat:no-repeat;
	margin-top:10px;	
}

#amazon:hover {
	background-image:url(../images/remote-buy-jp1._V192237378_.gif);
}

#play {
	margin-top:10px;	
}

/*----------------------------フッター----------------------------*/

.footer {
	width: 800px;
	margin:0 auto;
	clear: both;
	background-color:#000;
}

.footer p {
    padding:5px 0;
	margin:0;
	color:#ccc;
	font-size:11px;
	text-align:center;
}

/*----------------------------フロート----------------------------*/

.fltrt {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}