body {
	background-image: url(kuvat/background.jpg);
	font-family: Noto Sans JP;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	color: #4b5662;
	text-align: justify;
}

::selection {
	background: #71a3d5;
	color: #eaf7ff;
}

::-moz-selection {
	background: #71a3d5;
	color: #eaf7ff;
}

.koriste {
	width: 200px;
	float: right;
	margin-left: 21px;
	margin-top: 12px;
	border: 1px solid #c0dff9;
	box-shadow: 0px 0px 2px #4c7eb0;
}

#yla {
	width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
}

#otsikko {
	font-family: Beth Ellen;
	font-size: 95px;
	color: #426990;
	margin: -10px 0px 195px 50px;
}

#pikkuots {
	font-size: 26px;
	color: #4c7eb0;
	font-weight: 700;
	margin: -135px 0px 110px 95px;
}

#sisalto {
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	display: flex;
}

#ala {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.alat {
	text-align: center;
	margin: -50px 0px 0px 0px;
	font-size: 12px;
	font-weight: 700;
	color: #2f5275;
}

ul.navi { 
	list-style-type: none;
	margin: -397px 0px 0px 0px;
	padding: 0px 10px;
	text-align: center;
	width: 980px;
	display: table;
	z-index: 10;
	position: relative;
}
	
ul.navi li {
	display: table-cell;
	font-size: 19px;
	font-weight: 700;
}

ul.navi li a:link, a:visited {
	display: block;
	background-color: #98c4f0;
	padding: 11.5px 0px;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

ul.navi li a:hover {
	background-color: #c0e0ff;
	color: #4b6b8a;
	opacity: 0.8;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#vasen {
	background-color: #cfe9ff;
	float: left;
	position: relative;
	padding: 5px 15px;
	border-left: 10px solid #71a3d5;
	flex: 169;
	text-align: left;
}

#oikea {
	background-color: #eaf7ff;
	float: right;
	position: relative;
	padding: 10px 20px;
	border-right: 10px solid #71a3d5;
	flex: 728;
}

h1 {
	font-family: Merienda One;
	font-size: 27px;
	margin: 0px 0px 15px 0px;
  	color: #4c7eb0;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0px -5px 20px;
	color: #426990;
}

h3 {
	font-size: 14px;
	margin: 5px 0px 10px 20px;
	color: #71a3d5;
}

h4 {
	font-family: Merienda One;
	font-size: 18px;
	margin: 0px 0px;
	color: #4c7eb0;
}

h5 {
	font-family: Beth Ellen;
	font-size: 20px;
	margin: 0px 0px 40px 20px;
	color: #71a3d5;
}

b, strong {
	color: #71a3d5;
	font-weight: 700;
}

i, em {
	color: #426990;
}

u {
	color: #4c7eb0;
}

a:link, a:visited {
	color: #4c7eb0;
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #2f5275;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

table#taulukko {
	width: 100%;
	margin: 0px;
	margin-bottom: 9px;
}

.totsikko {
	background-color: #98c4f0;
	padding: 10px 12px 0px 12px;
}

.tkisa {
	background-color: #98c4f0;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #426990;
}

.tkisa a:hover {
	color: #5f96cd;
}

.tkoira {
	width: 25%;
	padding-top: 30px;
}

.tsarake {
	background-color: #c0dff9;
	padding: 4px 12px;
	color: #383b32;
}

.tsarake b, strong {
	color: #4c7eb0;
	font-weight: 700;
}

.tvasen {
	width: 34%;
	padding: 3px 8px;
	background-color: #98c4f0;
	text-transform: uppercase;
	font-weight: 700;
	color: #426990;
}

.toikea {
	width: 66%;
	padding: 3px 8px;
	background-color: #c0dff9;
	font-size: 13px;
}

.totsikko h4 {
	text-align: left;
	margin-bottom: 10px;
}

.totsikko p {
	margin-top: -5px;
	margin-bottom: 10px;
}

img.koirat {
	border: 1px solid #c0dff9;
	box-shadow: 0px 0px 2px #47ceb0;
	width: 230px;
}

ul.koirat { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
ul.koirat li {
	display: inline-block;
	margin-top: 22px;
	margin-right: 22px;
	position: relative;
	width: 230px;
	height: 163px;
	float: left;
}

span.kuvaan span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

ul.koirat li:hover span.kuvaan {
	opacity: 1;
}

span.kuvaan {
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background: rgba(171, 209, 247, 0.8);
	color: #4b5662;
	font-family: Noto Sans JP;
	font-size: 13px;
	cursor: pointer;
	display: table;
	height: 163px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 230px;
	opacity: 0;
}

.clear {
	clear: both;
	height: 30px;
}

.koirakuva {
	width: 375px;
	border: 1px solid #c0dff9;
	box-shadow: 0px 0px 2px #4c7eb0;
}

.koirakuva2 {
	width: 165px;
	border: 1px solid #c0dff9;
	box-shadow: 0px 0px 2px #4c7eb0;
}

.pikku {
	width: 89px;
	height: 133px;
	float: left;
	padding-right: 10px;
}

.pieni {
	font-size: 11px;
	color: #4b5662;
}

.suku {
	width: 33%;
	background-color: #c0dff9;
	padding: 10px 12px;
	line-height: 20px;
}

.suku b, strong {
	color: #4c7eb0;
	font-weight: 700;
}