@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
background: #121212;
font: 11px Arial, Helvetica, sans-serif;
color: #ffffff;
margin: 40px 0px 0px 0px;
}

h1 {
width: 164px;
height: 36px;
background: url(img/header.jpg) no-repeat;
}

h1 a {
display: block;
height: 36px;
}

h1 span {
display: none;
}

h2 {
font-size: 18px;
}

.google {
width: 560px;
height: 80px;
margin: 0 auto;
background: #202020;
border: 2px solid #101010;
padding: 20px;
}

.summary {
width: 560px;
}

.episode {
width: 300px;
height: 100px;
background: #252525;
margin: 0 auto;
}

h3 {
font-size: 28px;
}

h3 a {
color: #ffffff;
text-decoration: none;
}

h3 a:hover {
text-decoration: underline;
}
