@charset "utf-8";
/* CSS Document */
/*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{
	padding:0 0 50px 80px;
	width:550px;
}
#r_side dl dt{
	color:#2B641C;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-style:solid double;
	border-radius:10px;
	padding:5px;
	margin:0 0 30px;
}
#r_side dl dd{
	padding:10px 0 40px 0;
	line-height:1.5em;
	font-size:16px;
	
}
#r_side  span{
	font-size:12px;
	color:#998835;
}
#r_side dl ul li{
	list-style:circle;
	margin:0 0 0 30px;
	font-size:14px;	
	padding:0 0 10px 0;
	width:450px;
	clear:both;
	
}
#r_side dl dd h2{
	font-size:16px;
	font-weight:bold;
	color:#363;
	padding:0 0 10px 0;
	text-align:center;
}
#r_side dl dd p{
	width:500px;
	padding:0 0 30px 0;
}
#r_side dl dd .setsu{
	font-size:14px;
	color:#999;
	float:left;
	width:300px;
}
#r_side dl dd p img{
	width:160px;
	height:auto;
	float:right;
	padding:20px 0 30px 40px;
	opacity:0.8;
	
}
#r_side dl .yoyaku{
	widht:500px;
	clear:both;
	font-size:14px;
	color:#998835;
	text-align:center;
	padding:20px 0 0 0;
}
#r_side dl .yoyaku_1{
	list-style:none;
	font-weight:bold;
	padding:30px 0;
}

/*#r_side dl dd li p{
	width:450px;
	color:#999;
	padding:0 0 0 10px;
}*/
/*#r_side dl ul li.img{
	margin:40px 0 0 0;
}*/
/*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;
}
