.lightbox[id]{ 
/* IE6 and below Can't See This */   
 position:fixed;    
}
#overlay[id]{ 
/* IE6 and below Can't See This */    
position:fixed; 
}


/*modal背景*/
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.box {
	display:none;
	color: #666666;
	position:fixed!important;
    position: absolute;
	top: 15%;
	left: 35px;
	width: 650px;
	background-color: #FFFFFF;
	text-align: center;
	z-index:1001;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box h3 {
	text-align: left;
	background: url(../img/title_box_bg.gif) no-repeat;
	background-color:#FE8770;
	font-size:18px;
	margin: 10px 10px 0 10px;
	text-indent: 15px;
	color: #FFFFFF;
	line-height: 1.8em;
	font-weight: bold;
}
.box h3 span {
	font-size: 14px;
	text-align: left;
	line-height:1.5em;
	padding-left:15px;
	margin:0;
}
.d_img{
	padding:0;
	margin:12px 0 0 10px;
	border:0;
	float:left;
}
.box .cau{
	clear:both;
	font-size:12px;
	margin: 5px 0 10px 0;
	padding: 0;
	text-align:center;
}
.box .close{
	clear:both;
	display: block;
	margin: 5px 0 10px 0;
	padding: 0;
	text-align:center;
}

/*写真下dl*/
.detail  {
	width:300px;
	margin:  5px 0 0 0 ;
	padding:  0px;
	text-align: left;
	float:left;
}
.detail dt {
	line-height: 1.2em;
	margin:0px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
	font-size:14px;
	font-weight: bold;
	border-left: 3px solid #FE8770;
}

.detail dd {
	top:-1.8em;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 5px;
	line-height: 100%;
	line-height: 1.4em;
	font-size:12px;
}
.detail dd ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.set{
	background-image: url(../img/m_icon_set.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 0px 2px 45px ;
	line-height: 1.1em;
}
.misoshiru {
	background-image: url(../img/m_icon_misoshiru.gif);
	background-repeat: no-repeat;
	background-position:10px top;
	padding:5px 0px 3px 45px ;
	line-height: 1.2em;
}
.takeout {
	background-image: url(../img/m_icon_matusben.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:3px 0px 3px 45px ;
	line-height: 1.2em;
}
.omori{
	background-image: url(../img/m_icon_omori.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 0px 2px 65px ;
	line-height: 1.1em;
	font-weight:bold;
	color:#FE370F;
}
.memo{
	padding:3px 0 2px 0 ;
	line-height: 1.2em;
}
.b_red{
	color:#FE370F;
	font-weight:bold;
}