@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: top.css
description: topページ用CSS

///////////////////////////////////////////////////////// */

/* =========== index用 wapper =========== */

#wapper_index {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* =========== 次回予告  =========== */

#next {
	background: url(../../images/next.jpg) no-repeat;
	width: 900px;
	height: 30px;
	margin-top: 0;
}

#next table {
	margin-left: 100px;
	margin-top: 0;
	height: 30px;
	color: #ffffff;
}

#next table td {
	line-height: 0;
}

#next td.next_title {
	padding: 0 10px 0 3px; 
	line-height: 1.2;
}

#next td a {
	color: #ffffff;
}

/* ===========  新着情報  =========== */
#new {
	float: left;
	width: 435px;
/*	background: url(../../images/section_new_btm.jpg) no-repeat bottom;*/
/*	padding-bottom: 10px;*/


}

#new h2 {
	padding: 0 10px 5px;
	margin: 0 -20px 0;
}

#new .inner {
/*	background: url(../../images/section_new_bg.jpg) repeat-y;*/
	padding: 0 10px;

}

#new .new_info {
/*	min-height: 270px;	*/
	margin: 0 0 30px 0;
	overflow: auto;
}

#new dl {
	padding: 0 5px;
}

#new dt {
	padding: 5px 0 3px;
}

#new dt.icon {
	background: url(../images/icon/icon_new.gif) no-repeat right;
	width: 95px;
}

#new dd {
	padding-bottom: 5px;
	border-bottom: 1px dotted #D6D5D5;
	line-height: 1.5;
}

#new dd a:hover {
	color: #76a316;
}

#new .new_list {
	padding: 15px 5px 0;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 5px;
}
	

/* --- 3カラムレイアウト --- */

#layout_three_column {
	width: 900px;
	padding-top: 20px;
}

/* --- 写美から皆様へ・ブログボタン・写美へのご参加 --- */
#navbar {
	float: left;
	width: 235px;
}

/* --- 写美から皆様へ～から新着情報をまとめたdiv --- */
/*#two_column {
	width: 690px;
	float: left;
}*/

/* --- 新着情報・ショップリストをまとめたdiv --- */
/* お知らせ・開館時間追加で上書きしている部分を削除 */
/*
#two_column {
	width: 645px;
	float: right;
	background: url(../../images/2colum_btm.jpg) no-repeat bottom;
}
*/
#two_column_bg {
/*	background: url(../../images/2colum_bg.jpg) repeat-y;*/
	margin-bottom: 10px;
	position: relative;
}

/* --- ショップリスト --- */
#shopbar {
	width: 190px;
	float: right;
}

/* ===========  9.ショップリスト  =========== */
#shopbar .shop ul {
	margin-top: 15px;
}
#shopbar .shop li {
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #D6D5D5;
}

#shopbar .shop li.noborder {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: -8px;
}

/* お知らせ・開館時間追加（2012.04）*/
#two_column {
	width: 690px;
	float: left;
	background: url(../../images/2colum_btm.jpg) no-repeat left bottom;
}
#two_column_bg {
	background: url(../../images/2colum_bg.jpg) repeat-y left top;
}
#new {
	float: right;
}
table.infoList {
	border-collapse: collapse;
	width: 100%;
}
table.infoList tr td {
	border-bottom: 1px solid #F0F0F0;
	padding: 5px;
	vertical-align: top;
	line-height: 1.5;
}
table.infoList tr td.item {
	width: 10%;
}
table.infoList tr td.date {
	width: 10%;
}
p.eventLink {
	display: block;
	padding: 9px 0 9px 5px;
	/padding: 4px 0 9px 6px;
	margin: 0 0 28px 0;
	border-bottom: 1px solid #F0F0F0;
}
div#today {
	width: 166px;
	border: 2px solid #8AAD44;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}
div#today p {
	color: #8AAD44;
	text-align: center;
	line-height: 1.3;
	font-size: 11px;
	font-weight: bold;
}
div#today p.title {
	font-size: 22px;
}
div#today p.time {
	font-size: 20px;
}
