@charset "utf-8";

/* ----------------------------------*/
#about {
	float: left;
	width: 520px;
}


#pickup {
	float: right;
	width: 305px;
	padding:0px;
	margin:0px;
}
/* バナーpickup
---------------------------------------------*/
ul#pickup li{
	list-style-type:none;
	margin-bottom:3px;
}
/* about
---------------------------------------------*/
#about h3{
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#69C;
}

	/* about  premiumtour
	---------------------------------------------*/
	div#premiumtour {
			padding:0px 0px 10px 0px ;
	}
		div#premiumtour ul#point{
			margin:10px 0px 10px 30px;
			list-style-type:disc;
		}
		div#premiumtour ul#point li{
		}
		div#premiumtour p{
			margin:10px ;
			padding:0px 10px;
			border-top:1px #666 dotted;
			border-bottom:1px #666 dotted;
		}
	/* about  information
	---------------------------------------------*/
	div#information {
			padding:10px 0px ;
	}
		#information dl{
			margin:5px 0px 10px 30px;
		}
		
		#information dt{
			float:left;
			margin-right:10px;
		}
		#information dd{
			
		}
			#information dd span{
				color:#F00;
			}
	
	/* about  product 520px
	---------------------------------------------*/
	div#product img#sweetimg{
		float:left;
		margin:10px 0px 0px 15px;
	/*	border-right:5px groove #630;
		border-bottom:5px groove #630;*/
	}	
	#product div#product_detail{
		width:250px;
		padding:10px 20px;
		line-height:160%;
		float:right;
	}	
	#product div#product_detail strong{
		display:block;
		color:#C00;
	}
	
	
