@font-face{
font-family:flop;
src:url('natumeosmall.woff')format('woff');
}
body {
font-family:flop,YuGothic,'游ゴシック',
'Hiragino Kaku Gothic ProN',
Meiryo, '游ゴシック', sans-serif;
}

h1{
font-family: Verdana;
font-size: 20px;
font-weight: bold;
color: #000;
margin:0;
}
h1 em{
font-size: 18px;
color: #FF9900;
}
.largeImage{
border: solid 1px #ccc;
width: 550px;
height: 400px;
padding: 5px;
}
.thumbs img{
border: solid 1px #ccc;
width: 100px;
height: 100px;
padding: 4px;
}
.thumbs img:hover{
border-color: #FF9900;
}