@charset "utf-8";
/* -------------------------------------------------------------------------------------
sub navi
---------------------------------------------------------------------------------------*/
	#contents #sub_navi dl{
		padding-top:32px;
	}
	

/* -------------------------------------------------------------------------------------
メインエリア
---------------------------------------------------------------------------------------*/

/* main
-------------------------*/
#main{
	padding-left:223px;
	width:554px;
}	
	/* 背景店内写真
	------------------------------ */
	#contents .news{background:url(../images/bg_eyelush.gif) top left no-repeat;}	
			
	/* タイトル
	------------------------------ */
	#contents #main h2{
		padding-top:33px;
		padding-bottom:26px;
	}
	#contents #main h3{
		padding:0px 0px 10px 0px;
		color:#a79153;
	}
	
	#contents .news dl{
		margin-right:25px;
	}
		#contents .news dl dt{
			float:left;
			width:110px;
			clear:both;
			font-size:80%;
			letter-spacing:0.1em;
			color:#a79153;
			font-weight:bold;
		}
		#contents .news dl dd{
			float:left;
			padding-bottom:20px;
			width:419px;
			font-size:90%;
		}
			#contents .news dl dd p{
				padding-bottom:10px;
				line-height:1.5;
			}
			#contents .news dl dd p.point{
				border-top:1px solid #eae5c2;
				border-bottom:1px solid #eae5c2;
				padding:10px;
				margin-bottom:10px;
				background:#f5f5ed;
			}
			#contents .news dl dd a{
				padding-left:15px;
				line-height:1.5;
				color:#333;
				text-decoration:none;
				background:url(../../common/images/icon_arrow_r.gif) 0px 0px no-repeat;
			}
			#contents .news dl dd a:hover{
				color:#a79153;
				text-decoration:underline;
			}
			#contents .news dl dd strong{
				color:#a79153;
			}
			#contents .news dl dd ul{
				padding:5px 0px 10px 0px;
			}
			#contents .news dl dd ul li{
				padding:0px 0px 3px 20px;
				background:url(../../common/images/icon_list02.gif) 0px 0.1em no-repeat;
			}
		#contents .news dl dd.clear{
			clear:both;
			font-size:ipx;
			height:1px;
			width:100%;
			border-top:1px solid #eae5c2;
		}
