@charset "utf-8";
#top {
	padding: 20px;
}

#top ul li{
	list-style: url(../li.png);
	border-bottom: 1px dotted #93C524;
	margin-left: 20px;
	width: 400px;
}
#top ul li a {
	color: #090;
}
}
#top ul li a:hover {
	color: #090;
}


/*01説明の開始
----------------------*/


#setumei01 {
	position: relative;
	text-align: center;
	height: 350px;
	width: 780px;
	padding: 15px;
	margin: 25px;
}
#Photo01-L {
	height: 262px;
	width: 350px;
	position: absolute;
	left: 30px;
	top: 20px;
	float: left;
	border: 1px solid #6699FF;
}
#Bun01-L {
	position: absolute;
	bottom: 0px;
	height: 49px;
	width: 350px;
	top: 285px;
	color: #FF3333;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	left: 30px;
	border-bottom: 1px dotted #999999;
	border-left: 5px solid #669900;
}
#Photo01-R {
	height: 262px;
	width: 350px;
	position: absolute;
	top: 20px;
	float: right;
	right: 30px;
	border: 1px solid #6699FF;
}
#Bun01-R {
	position: absolute;
	height: 49px;
	width: 350px;
	top: 285px;
	color: #FF3300;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	right: 30px;
	border-bottom: 1px dotted #999999;
	border-left: 5px solid #669900;
}

