@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 td.next_title {
	padding: 0 10px 0 3px; 
}

#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;
	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;
}
	

/* --- 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;
}

/* --- ショップリスト --- */
#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;
}


