@charset "euc-jp";
/* CSS Document */

body{
	color:#333333;
	font-size: small;
	background-image: url(bg.gif);
	}
#slide {
	border: 7px inset #FFFFFF;
	background-color:#fff;
	padding: 25px;
}
#title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	background-image: url(title.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	padding-top: 8px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
