/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-style: none;
}

body {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 80%;
	color: #666;
	text-align: center;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}

#contents {
	width: 650px;
	height: 230px;
	margin: auto;
	padding: 20px;
	background-image: url(img/bg.gif);
}

#contents img {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	
}

.style1 {
	margin-left: 15px;
	text-align: left;
	line-height: 1.8;
}

.style2 {
	margin: 10px;
	clear: right;
	color: #f39;
}

#navi {
	margin: 20px;
}

#contact {
	width: 650px;
	margin: auto;
	padding: 20px;
	border-top: 5px dotted #f69;
}

