@charset "UTF-8";

/* ========BASIC======== */
a{
   color:#333;
   text-decoration:none;
}

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

img{
   border : 0px none;
}

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

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

#header{
   width : 511px;
   height : 63px;
   margin-bottom:5px;
   background:url(../images/bg_head.gif) 0 0 no-repeat;
}

#contents{
   clear:both;
   width : 690px;
   margin:20px 0;
   background : url(../images/bg_contents.gif) 0px 0px / auto auto repeat-y scroll padding-box border-box #ffffff;
}

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

#sub{
   float:right;
   width : 14px;
}

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

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

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

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

#header h1 a{
   color:#000;
}

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

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

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

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

#main h2{
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5D5353;
   font-size:0.94em;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #5D5353;
}

#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;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
#sub h2{
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   background:#5D5353;
}

#sub ul{
   margin:0;
   padding:5px 0 1em 0;
}

#sub li{
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   line-height:1.8;
   background:#fff url(../images/bg_list.gif) 0 4px no-repeat;
   list-style:none;
}

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

#totop p{
	position:absolute;
	top:-90px;
	right:15px;
	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;
}
