body { 
margin: 0; padding: 0;
}
 

body {
 background-color: #F2EEE5;
 background-image: url(http://mii-art-r.com/top2.jpg);
 background-repeat: repeat-y;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }


/** テーブル */

table.main{
width: 650px;
}

td, th{
padding: 0px 20px;
}


/** メイン記事フォント */

h1.main{
 font-size: 13px;
 color: #000000;
 font-weight:normal;
 line-height: 22px;
 text-decoration: none;
}

h2.title{
 font-size: 15px;
 color: #993300;
 font-weight:bold;
 text-decoration: none;
}

h4.big{
 font-size: 25px;
 color: #cc3300;
 font-weight:bold;
 line-height: 25px;
 text-decoration: none;
}

h5.small{
 font-size: 11px;
 font-weight:normal;
 text-decoration: none;
}
