@charset "utf-8";
/*===================================================

	ロアッソ写真館 2010年用

	Author:	T.Inoue
	Updata:
			09/12/15	:仮制作
			10/01/26	:修正

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");
@import url("../Scripts/photo_album/ceebox.css");

/*----------------------------------------------------
	既存要素の上書き
----------------------------------------------------*/
#main {
	background: #1F1F1F;
}
h1 {
	border: 1px solid #1F1F1F;
	margin-bottom: 0;
}

/*----------------------------------------------------
	写真館
----------------------------------------------------*/

/* 記事一覧 */
#day_list {
	background: #000;
	overflow: hidden;
	padding-bottom: 10px;
}
#day_list ul {
	width: 640px;
	padding-left: 62px;
}
#day_list li {
	float: left;
	padding: 8px 4px 0;
}
#day_list li#last {
	display: none;
}
#day_list li a {
	display: block;
	border: 1px solid #FFF;
}
#day_list li a:hover {
	border: 1px solid #A00;
}

/* 記事の一覧開閉 */
#slidetoggle {
	background: url(../Scripts/photo_album/img/slidetoggle.gif) top;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 765px;
	/*	cursor: pointer; */
}
#slidetoggle.select {
	background: url(../Scripts/photo_album/img/slidetoggle.gif) bottom;
}

/* 次の記事・前の記事 */
#next {
	background: url(../Scripts/photo_album/img/next.gif) no-repeat right;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 52px;
	float: left;
	margin-top: 250px;
}
#prev {
	background: url(../Scripts/photo_album/img/prev.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 52px;
	float: right;
	margin-top: 250px;
}
#next.end,#prev.end {
	background: none;
	cursor: default;
}

#photo {
	width: 640px;
	padding: 10px;
	color: #FFF;
	float: left;
}
#photo a {
	color: #FFF;
}


/* タイトル */
#photo h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
	text-indent: 0;
	width: 620px;
	padding-left: 10px;
	border-bottom: none;
	border-left: 10px solid #a00;
	letter-spacing: 1px;
}

/* メイン写真 */
#photo #main_photo {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px 0;
}

/* パネル */
#photo ul {
	float: left;
	width: 640px;
	padding-bottom: 10px;
}
#photo li {
	float: left;
	padding: 10px 5px 0;
}
