@charset "UTF-8";
/* CSS Document */

#title_text{
               width:500px;
			   margin-left:15px;
			   margin-top:10px;
			   padding:8px 5px;
			   background-color:#faf9fc;
			   }

.section{
		clear:right;
         width:500px;
		 margin-left:10px;
		 padding-top:40px;
		 }
		 
.section h3{
             padding-bottom:8px;
			 }

.section_flow{
		width:485px;
		margin:5px 0 0 15px;
}

.pearl_text{
		float:right;
		width:315px;
}

.pearl_text p{
		margin-top:10px;
}

.caption{
		padding:10px 0 5px 0;
}

#shopping{
		width:465px;
		padding:10px;
		background-color:#f4f6ec;
}

#link{
		width:510px;
		text-align:right;
		margin-bottom:20px;
}

#link ul{
		list-style:none;
		margin-top:5px;
}

#link li{
		display:inline;
		padding-right:20px;
}


.item{
		clear:right;
		width:485px;
		height:140px;
		padding-top:30px;
		border-bottom:dotted 1px #8db96a;
}

.photo{
		width:142px;
		margin-bottom:10px;
		float:left;
}

.item_text{
		width:315px;
		margin:0 0 10px 160px;
}

.item_text h4{
		font-size:14px;
		padding-bottom:5px;
}

.item_text dl{
		width:315px;
		line-height:18px;		
}


.item_text dt{
		width:57px;
		float:left;		
}

.item_link ul{
		list-style:none;
}

.item_link li{
		display:inline;
		padding-right:20px;
		color:#74a455;
}

.item_link a{		color:#74a455;}

.item_link a:hover{		color:#999999;}

.gold{
		color:#b5a34e;
}

.deepcolor{
		color:#7f5b2e;
}

.comment{
		display:block;
		padding-top:5px;
}

#rame{
		width:465px;
		padding:10px;
		background-color:#f6f6ef;
}


