﻿@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;
   font-size:14px;
   color:#333;
   background:#ffffff;
}

br {
   letter-spacing:normal;
}

a {
   color:#31001D;
   text-decoration:none;
}

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

img {
   border:0;
}

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

.required {
   color:red;
}

.error {
   color:red
}
/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
   background:#e8f3ff;

}

#header {
   width:780px;

}

#menu {
   width:780px;
   margin-bottom:0px;
   overflow:hidden;
}

#contents {
   clear:both;
   width:780px;
   background:url(../images/bg_contents.gif) 590px 0 repeat-y;
   border-bottom:1px solid #535D57;

}

#headImage {
   width:780px;
}

#main {
   float:left;
   width:590px;
   margin-top:10px;

}

#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

#footer {
   position:relative;
   clear:both;
   width:780px;
   background:#3388ff;
}

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


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

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#535D57;
}

.header_tel {
   text-align: right;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   width:780px;
   height:35px;
   list-style:none;
   text-align:center;
   font-size:125%;
   font-weight:bold;
   line-height:150%;
   background:#fff;
   margin:0;
   padding:0px 0px 0px 0px;
}

#menu li {
   float:left;
   width:155px;
   height:35px;
   margin-right:1px;
}

#menu li a {
   display:block;
   width:100%;
   height:100%;
   color:#fff;
   background:url(../images/button_bg2.png);
   background-position:0px 0px;
   background-repeat:no-repeat;
   margin-right:1px;
   padding:4px 0;
}

#menu li a:link {
   color:#fff;
}

#menu li a:visited{
   color:#fff;
}

#menu li a:hover {
   color:#ffff00;
   background:url(../images/button_bg2.png);
   background-position:0px -35px;
}

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


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

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

#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #535D57;
   background-color: white;
}

#main h3 {
   margin-bottom:3px;
   padding:0 4px;
   font-size:14px;
   color:#fff;
   background:#5b7efc url(../images/h3_bg2.png) repeat-x;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#31001D;
   border-bottom:2px solid #31001D;
}
#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   border-left:8px solid #999;
}
#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
   margin:0 10px 1em 0;
}

#main ul,ol,dl {
   margin-right:10px;
   padding-left:0px;
}

#main dt {
   margin-bottom:3px;

}

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

}

/* table customize */
#main table {
   font-size:13px;
}

#main table {
   width:580px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   width:170px;
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:lightgray;
   font-weight:bold;
   text-align:left;
   border-left:5px solid blue;
}

#main table td {
   padding:7px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
   background:#fff;
}
/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}
#main input {
   width:390px;
}

#main textarea {
   width:390px;
}


/* ========SUB CONTENTS CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#31001D url(../images/bg_sub_h2.png) 0 0 repeat-x;
}

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

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

#sub li a:hover {
   border-bottom:1px solid #31001D;
}

/* ========PAGE CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
}

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

#pageTop a:hover {
   border-bottom:1px solid #31001D;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:13px;
   text-align:center;
   color:#333;
}