@charset "utf-8";
/* CSS Document */
@import url("common.css");

/*----------------------------------------------
body
------------------------------------------------*/
body {
background:none;
}

div#incense_life {
margin:50px 0 0 0;
}

img{
border:0;
}

.hide{
display:none;
}



/*----------------------------------------------
content
------------------------------------------------*/
div#contents{
margin:0 0 20px 0;
}


h3{
background:url(../incense_life/img/h3_01.jpg) no-repeat;
height:108px;
width:680px;
text-indent:-9999px;
}


.box{
border-bottom:1px solid #dcdcdc;
}

.box .detail{
padding:0 0 30px 0;
}

	.box .detail img{
	margin:0 0 5px 0;
	border:4px solid #efefef;
	}

	.box .detail h4{
	margin:0 0 45px 0;
	width:680px;
	color:#666666;
	font-weight:normal;
	text-align:right;
	}

	.box .detail h5{
	margin:0 0 5px 0;
	width:680px;
	color:#9c9c9c;
	font-size:120%;
	font-weight:normal;
	}

	.box .detail ul li{
	margin:0 0 5px 0;
	}

	.box .detail ul li img{
	margin:0px 15px 0px 0;
	vertical-align:middle;
	}
	
	

.box .list{
cursor:pointer;
}

	.box .list .list_in{
	padding:10px;
	width:660px;
	height:90px;
	}

		.box .list .list_in .left{
		float:left;
		width:129px;
		}
	
		.box .list .list_in .right{
		float:right;
		width:506px;
		}
	
		.box .list .list_in .right h4{
		margin:35px 0 0 0;
		font-size:90%;
		font-weight:normal;
		}
	
		.box .list .list_in .right ul{
		margin:10px 0 0 0;
		width:506px;
		text-align:right;
		}
	
		.box .list .list_in .right li{
		display:inline;
		margin:0px 0 0 10px;
		}


	.box .list .background{
	display:none;
	position:absolute;
	z-index:-1;
	}
	.box .list .background_in{
	position:relative;
	top:-110px;
	width:680px;
	height:110px;
	background:#eeeeee;
	}
	
	
#pagetop{
margin:50px 0 0 0;
width:680px;
text-align:right;
}