@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
   font-size:13px;
   background:#ddd;
}

br {
   letter-spacing:normal;
}

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

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

img {
   border:0;
}

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width:960px;
   margin:0 auto;
   background:#fff;
   border-top:5px solid #c46c7c;
   border-bottom:5px solid #c46c7c;

}

#header {
   position:relative;
   width:960px;
   height:80px;
   background:#fef2f5;
}

#menu {
   width:960px;
   background:#fff;
}

#contents {
   clear:both;
   width:960px;
   margin-top:10px;
}

#main {
   float:left;
   margin:0 10px;
   width:580px;
}

#subL {
   float:left;
   width:180px;
}

#subR {
   float:left;
   width:180px;
}

#copyright {
   position:relative;
   width:960px;
}

#footmenu {
   position:relative;
   clear:both;
   width:960px;
   height: 30px
}

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


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 10px;
   font-size:36px;
   color:#fff;
   line-height:80px;
}

#header h1 a {
   color:#fff;
}

#header h1 a:hover {
   color:#ddd;
}

#header .pr {
	position:absolute;
	top:0px;
	right:10px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0 0 0 10px;
   text-align:center;
   background: url("../images/menu_back.gif") no-repeat;
}

#menu li {
   display:inline;
   color:#333;
   list-style-type:none;
}

#menu li a {
   margin-right:1px;
   padding:0 15px;
   line-height:2.5;
   color:#fff;
}

#menu li a:hover{
   color:#4b0082;
}

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


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

#main a:hover {
   text-decoration:underline;
}

#main img {
   margin-bottom:10px;
   padding:5px 0 0 0:
   width:580px;
}

#main h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:18px;
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../images/bg_h2.gif");
}

#main h3 {
   margin-bottom:5px;
   font-size:24px;
   border-bottom:3px double #000;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:15px;
   line-height:1.4;
   background:#fee2e9;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
   border-bottom:2px solid #333;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

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

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

#main table {
   margin:0 0px 0 5px;
   width:570px;
   border-collapse: collapse;
}

#main table th {
   padding:2px 2px 2px 2px;
   font-size:13px;
   text-align:left;
   border:1px solid #ddd;
   background:#fee2e9;
}

#main table td {
	padding:5px;
	font-size:13px;
	border:1px solid #ddd;
}

/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   background:#fef2f5;
}

#subL h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#fef2f5 url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

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

#subL li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fef2f5 url("../images/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}


/* ========subR CONTENTS CUSTOMIZE======== */
#subR .pr {
   margin:10px 0;
   text-align:center;
}

#subR h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#49BC1D url("../images/bg_sub_h2.gif") 0 50% repeat-x;
}

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

#subR li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#DEDDD0 url("../images/bg_list.gif") 0 4px no-repeat;
   list-style:none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px;
   text-align:right;
   clear: both;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 60% no-repeat;
}


/* ========Copyright CUSTOMIZE======== */
#copyright {
   height: 33px;
   width: 960px;
   background:url("../images/footer_back.gif") no-repeat
}

.copyright {
   padding:5px 0;
   text-align:center;
   font-style:normal;
   font-size:11px;
   color: #fff;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footmenu {
   text-align: center;
}

#footmenu ul {
   margin: 0;
   padding: 0;
}

#footmenu li {
   display:inline;
   padding-right: 1em;
   display: -moz-inline-box;
   display: inline-block;
   list-style: none;
}

#footmenu li a {
   margin-right:1px;
   padding-left:0 0 0 10px;
   text-align:center;
   line-height:2;
   color:#777;
}

#footmenu li a:hover{
   color:#333;
}
