@charset "utf-8";
/* CSS Document */
#wrap {
	width:800px;
	margin:0 auto;
}
#wrap img{
	mwidth:800px;
	height:400px;
}
#key p{
	text-align:center;
	font-size:12px;
	line-height:1.5em;
}
#key .oil{
	float:right;
	padding:0 120px 0 0 ;
	margin:-70px 0 0 0;

}
/*r-side*/
#r_side{
	float:right;
	width:700px;
	padding:40px 0 0 0;
	}
#r_side h1{
	text-align:center;
	padding:0 0 50px 0;
}
#r_side dl{
	width:400px;
	height:200px;
	overflow: auto;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	background-image:url(../img/icon_lavender.png);
	background-size:150px 200px;
	background-attachment:scroll;
	padding:0 90px 50px;
	background-repeat: no-repeat;
	background-position: 400px bottom;	
	opacity:0.8;
	margin:0 0 50px 0;
	 }
	 
#r_side dl dt{
	color:#2B641C;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px;
	opacity:1;
}
#r_side dl dd{
	padding:0 0 25px;
	line-height:1.5em;
	font-size:14px;

}
#r_side p{
	
	padding:0 0 30px 50px;
}
/*table*/
form{
	padding:0 0 0 60px;
}
table{
	border:2px dotted #033;
	width:530px;
	height:380px;
	border-collapse: collapse;
    border-spacing: 0;
}
table th,td{
	border:2px dotted #033;
}
table th{
	color:#033;
	font-size:14px;
	font-weight:bold;
	width:100px;
}
table td{
	font-size:12px;
	line-height:1.5em;
	padding:0 0 0 5px;
}
