@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#000;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:0 auto;
   padding:0 10px;
   background:#fff;
   box-shadow:0 0 5px #999;
   -moz-box-shadow:0 0 5px #999;
   -webkit-box-shadow:0 0 5px #999;
   behavior: url(PIE.htc);/* for IE */

}

#header {
   position:relative;
   width:780px;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#message {
   position:absolute;
   top:10px;
   right:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:780px;
   margin-top:10px;
}

#icatch {
   float:left;
   width:780px;
   margin-top:10px;
}

#contents {
   float:left;
   width:780px;
   padding:10px 0;
   background:#fff;
}

#main {
   float:left;
   width:540px;
}

#sub {
   float:right;
   width:220px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   width:780px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:32px;
   line-height:1.0;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #message {
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
   position:absolute;
   z-index:100
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
   position:absolute;
   z-index:100
}

/* リスト */
#menu li {
   float:left;
}

#menu li li {
   clear:both;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
#menu ul {
   float:left;
   margin:0;
   padding:0;
   list-style:none;
   border-top:1px solid #999;
   border-bottom:1px solid #999;
   background:#fff url("../images/bg_menu.gif") 0 0 repeat-x;
}

#menu li ul {
   border-top:1px solid #999;
   border-bottom:none;
}

#menu li li {
   margin-left:0;
   background:#f5f5f5;
   border-bottom:1px solid #999;
}

#menu li li a:hover {
   margin-left:0;
   background:#fff;
}

#menu li a {
   display:block;
   width:130px;
   padding:10px 0;
   text-align:center;
   outline:none;
}

#menu li li a {
   display:block;
   width:120px;
   padding:10px 5px;
   line-height:20px;
   text-align:left;
   outline:none;
}

#menu li a:hover {
   color:#666;
   text-decoration:none;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   padding:5px 0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#d9890f;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   clear:both;
   width:530px;
   height:66px;
   line-height:100px;
   margin-bottom:20px;
   padding-left:10px;
   font-size:16px;
   color:#fff;
   background:url("../images/bg_h2.gif") 0 0 no-repeat;
 }

#main h3 {
   clear:both;
   margin-bottom:5px;
   padding-left:10px;
   font-size:14px;
   color:#e54c81;
   border-left:5px solid #ED81A6;
}

#main h4 {
   margin-bottom:5px;
   font-size:14px;
   color:#e54c81;
   border-bottom:2px solid #ED81A6;
}

#main h5 {
   margin-bottom:5px;
   padding:2px;
   font-size:12px;
   color:#666;
   border:1px solid #ED81A6;
   background:#FFF3EF;
}

#main h6 {
   margin-bottom:3px;
   padding-left:8px;
   font-size:12px;
   font-weight:normal;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0 0 20px 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 table {
   width:550px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding-bottom:2px;
   font-size:14px;
   font-weight:bold;
   text-align:center;
   border-bottom:1px solid #999;
}

#sub h3 {
   padding:5px;
   font-size:12px;
   font-weight:bold;
   background:#EFEBEF;
}
#sub p {
   font-size:12px;
   text-align:center;
   margin-bottom:20px;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#FFF3EF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footer ul {
   margin:20px 0;
   padding-top:20px;
   text-align:center;
   border-top:1px solid #ddd;
}

#footer li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footer li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}