﻿* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1 {
    font-weight: normal;
    font-size: 14px;
}

h1 a,
h1 a:link,
h1 a:visited {
    text-decoration: underline;
    color: #36414d;
}

h1 a:hover {
    text-decoration: none;
    color: #090;
}

/* リンク */
a,
a:link,
a:visited {
    text-decoration: underline;
    color: #36414d;
}

a:hover {
    text-decoration: none;
    color: #090;
}

a:active {}

/* リンクつき画像 */
a img {
    border: 0px none;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* レイアウト */
body {
    margin-bottom: 20px;
    background: #fff;
    background-image: url(http://www.moeyo.com/blogparts/backgrand.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    text-align:center;
}

#box {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #fff; 
    width: 700px;
    text-align: center;
    font-size: 11px;
}

#top {
    font-size: 12px;
}

#top img {
    float: left;
}

#top a,
#top a:link,
#top a:visited {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

#entrytitle {
    background-color: #fff; 
    width: auto; 
    text-align: center; 
    line-height: 150%; /* テキストの高さ */
    font-size: 11px; 
    font-weight: normal; 
}
 
#entrytitle a {
    background-color: #696969; 
    padding: 2px 10px; 
    height: 20px;  
    overflow: hidden;
    text-decoration: none; 
}
 
#entrytitle a:hover {
    background-color: #32CD32; 
    text-decoration: none; 
}


#content {
    margin: 0;
    background-color: #fff; 
    padding: 5px;
}

#content img {
    margin: 8px;
}

#setumei {
    float: left;
}

iframe {
    margin: 0;
    padding: 0;
}

#c {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}
