*{
font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif;
}
body {
	background-repeat: no-repeat;
	height: 500px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#containts {
	background-repeat: no-repeat;
	height: 400px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: url(img/back.jpg);
}
h1 {
	line-height: 1.3;
	font-weight: normal;
	color: #666600;
}
#containts p {
	line-height: 1.4;
	color: #003333;
	font-size: small;
}
.italic {
	font-style: italic;
}
