﻿@charset "UTF-8";

/* ========BASIC======== */
body {
   margin:0;
   padding:0;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   letter-spacing:1px;
   background:;
}

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:728px;
   margin:0 auto;
}

#header {
   width:728px;
   
   margin-bottom:5px;
   background:url(../images/bg_head2.png) 0 0 no-repeat;
}

#contents {
   clear:both;
   width:728px;
   margin:5px 0;
   background:#fff url(../images/bg_contents.gif) 0 0 repeat-y;
}

#main {
   float:left;
   width:728px;
}


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

#footer {
   position:relative;
   clear:both;
   width:757px;
}

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

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:2em;
   color:#000;
   line-height:60px;
}

#header h1 a {
   color:#bd787a;
}

#header h1 a:hover {
   color:#5D5353;
}

#header p {
   width:728px;
   margin:0;
   font-size:0.75em;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#ca7777;
}

#main a:hover {
   color:#DDAAAA;
   border:0;
   border-bottom:1px solid #DDAAAA;
}

#main h2 {
   
}

#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}
#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

#main ul,ol,dl{
   margin:0 0 1em 0;
   padding:0;
   font-size:0.75em;
}

#main li {
   margin-left:2em;
   padding:0;
}

#main dt{
   margin-bottom:3px;
}

#main dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}


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

#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background:#fff url(../images/bg_totop.gif) 0 50% no-repeat;
}

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