.clear {
	clear:both;
}

/*----------共通--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #999999;
	font-size: small;
	padding-top: 40px;
	padding-bottom: 40px;
}

#wp {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/album/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	border: 1px solid #F0E3C4;
}

/*----------ヘッダー--------------------------------------------------*/

#hd {
	background-image: url(../img/album/title_bg.jpg);
	background-repeat: no-repeat;
	height: 133px;
}

#hd img {
	float: left;
	padding-right: 39px;
}
#hd .alb_title {
	line-height: 18px;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*----------コンテンツ--------------------------------------------------*/

#cts {
	margin-bottom: 25px;
}

/*----------コンテンツ 右--------------------------------------------------*/

#cts .right {
	float: left;
}

/*----------コンテンツ 左--------------------------------------------------*/

#cts .left {
	float: left;
	width: 521px;
	padding-left: 18px;
	padding-right: 21px;
	padding-bottom: 30px;
}
#cts .cts_title img {
	padding-top: 14px;
	padding-bottom: 13px;
	padding-left: 28px;
	padding-right: 24px;
	float: left;
}
#cts .cts_title p {
	line-height: 18px;
	padding-top: 13px;
}
#cts .left .alb_look {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 12px;
	display: block;
}

/*----------アルバム一覧 テーブル--------------------------------------------------*/

table, tr, td {
	border: 1px solid #999999;
	font-size: small;
	line-height: 18px;
	text-align: center;
	border-collapse: collapse;
	padding-top: 3px;
	padding-bottom: 3px;
}
#cts .left .tb_space {
	border-top-style: none;
	border-right-style: none;
}
#cts .left .tb_art-ex {
	border-right-style: none;
}
#cts .left .tb_sort {
	border-left-style: none;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
}
#cts .left .price {
	padding-right: 15px;
	padding-left: 15px;
}

/*----------フッター メニュー--------------------------------------------------*/

#ftm ul {
	float: left;
	display: block;
	padding-left: 25px;
}

#ftm li {
	line-height: 1px;
	display: inline;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}

#ftm {
	margin-top: 25px;
	width: 790px;
}

/*----------フッター コピーライト--------------------------------------------------*/

#ft {
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 30px;
}
