.index {
	background-image: url(images/bear.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
}
.small {
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.line01 {
	background-image: url(images/line01.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 900px;
}
.line02 {
	background-image: url(images/line02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 900px;
}
.line03 {
	background-image: url(images/line03.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 900px;
}
.white {
	background-color: #FFF;
}
.text_space {
	padding-left: 400px;
}
.tone {
	background-image: url(images/tone.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 900px;
}
.tone_end {
	background-image: url(images/tone_end.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 900px;
}
.btn {
}
a:link {
	color: #1E93DC;
	text-decoration: none;
}
a:hover {
	color: #9CF0FF;
	text-decoration: none;
}
a:visited {
	color: #09C;
	text-decoration: none;
}
