@charset "UTF-8";

/* ========基本======== */
body {
   margin:0;
   padding:0;
   font-family:Verdana, Helvetica, sans-serif;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#DDAAAA;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
   width:1036px;
   margin:0 auto;
}

#header {
   width:1036px;
   height:1350px;
   margin-bottom:5px;
}

#contents {
   clear:both;
   width:1036px;
   margin:20px 0;
}

#main {
   float:right;
   width:820px;
}

#sub {
   float:left;
   width:198px;
}

#totop {
   border-top:1px solid #5D5353;
}

#footer {
   position:relative;
   clear:both;
   width:1036px;
   height:920px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */


/* ========MAIN CONTENTS CUSTOMIZE======== */


/* ========SUB CONTENTS CUSTOMIZE======== */


/* ========FOOTER CUSTOMIZE======== */
#totop{
   position:relative;
   height:2em;
}

#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
}

.copyright {
   padding:10px 0;
   font-size:0.63em;
   color:#333;
}
