body {
   margin : 0px;
   padding : 0px;
   background-color : #FFCC99;
}

#container {
   width : 920px;
   margin-top : 15px;
   margin-left : auto;
   margin-right : auto;

   background-image : url(http://www.tongalist.com/masyumaru//pic/back.gif);
}

#banner {
   width : 920px;
   background-color : #FFFFFF;
}

#leftsidebar {
   width : 200px;
   float : left;
}

#contents {
   width : 520px;
   float : left;
   background-color : white;
}

#rightsidebar {
   width : 200px;
   float : left;
   background--color : #FFFFFF;
}

.bannerinner {
   padding : 10px;
   overflow: hidden;
}

.sidebarinner {
   margin-top : 20px;
   padding : 0px;
   overflow: hidden;
}

.contentsinner {
   padding : 10px;
   overflow: hidden;
}

.cont-imginner {
   padding : 10px;
   overflow: hidden;
}

p.blogdesc {
   margin : 0px;
   padding : 0px;
}

h1 {
   font-size : 18px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   color : #FF9900;
   text-align : center;
   margin-top : 10px;
   margin-bottom : 10px;
}

h2 {
   font-size : 16px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   font-weight : normal;
   color : #FFCC66;
}


h3 {
   font-size : 14px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   text-align : center;
   font-weight : normal;
   color : #FFCC66;
}

h4 {
   font-size : 12px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   text-align : center;
   font-weight : normal;
   color : #FFCC66;
}

h5 {
   font-size : 14px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   font-weight : normal;
   color : #6F6F6F;
}

ul {
   margin-left : 30px;
   padding : 0px;
}

li {
   font-size : 14px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   font-weight : normal;
   color : #6F6F6F;
   list-style-type : none;
   margin-top : 2px;
   margin-bottom : 3px;
   padding-left : 0px;
}

ul ul {
   margin-left : 30px;
   padding : 0px;
}

table.calendar {
   margin-left : auto;
   margin-right : auto;
   margin-top : 0px;
   margin-bottom : 50px;
}

table.calendar td, table.calendar th {
   text-align : center;
   font-size : 14px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
   font-weight : normal;
   color : #FFCC66;
}

p {
   font-size : 14px;
   font-family : "HG創英角ﾎﾟｯﾌﾟ体",sans-serif;
}

a:link, a:visited {
   color : #FF9999;
   text-decoration : none;
}

a:hover {
   color : #FF9999;
   text-decoration : underline;
}

