@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.4;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   font-size:13px;
   color:#000;
   background:#fff url("../images/bg.gif") 0 0 repeat;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#f17419;
   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;
   height:74px;
   background:#fff url("../images/heabg.gif") 0 0 repeat;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#message {
   position:absolute;
   top:10px;
}

#gnavi {
   position:absolute;
   top:28px;
   right:10px;
}

#menu {
   float:left;
   width:780px;
}

#icatch {
   float:left;
   width:780px;
   margin:0 0 10px 0;
}

#contents {
   float:left;
   width:780px;
   padding:10px 0;
   background:#fff;
}

#main {
   float:left;
   width:780px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
   width:780px;
   height:70px;
   background-color:#ffb400;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   font-size:32px;
   line-height:1.0;
}

#header h1 a:hover {
   color:#f1f1f1;
}

#header #message {
   margin-left:10px;
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   font-size:20px;
   font-weight:bold;
}

#header #gnavi .tel {
   font-size:22px;
   color:#333;
   font-weight:bold;
   letter-spacing:-1px;
}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* リスト */
#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:5px solid #f17419;
   border-bottom:0px solid #af191c;
   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 {
   background:#f5f5f5;
}

#menu li li a:hover {
   background:#fff;
}

#menu li a {
   display:block;
   width:260px;
   text-align:center;
   outline:none;
}

#menu li li a {
   display:block;
   width:260px;
   text-align:left;
   outline:none;
}

#menu li a:hover {
   color:#af191c;
   text-decoration:none;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   padding:5px 0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#f17419;
}

#main a:hover {
   text-decoration:underline;
}

#main h2 {
   clear:both;
   width:530px;
   height:100px;
   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:0 0 10px 0;
   border-bottom:0px solid #675f59;
}

#main h4 {
   height:100%;
   width:730px;
   background-color:#FFB400;
   padding:3px 20px;
   margin:20px 0 0 10px;
   font-size:14px;
   color:#333;
}


#main p {
   margin:10px 0 40px 20px;
}

#main ul {
   list-style-type: square;
   margin:10px 0 50px 10px;
}


/* INFORMATION CUSTOMIZE */

#main table.t1 {
   width:760px;
   margin:0px 0 40px 20px;
   border-collapse:collapse;
   border:1px solid #ccc;
   border-spacing:1;
   line-height:1.8;
}

#main table.t2 {
   width:755px;
   margin:0px 0 40px 20px;
   border-collapse:collapse;
   border:0px solid #ccc;
   border-spacing:1;
   line-height:1.8;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border-bottom:1px solid #ccc;
}

#main iframe {
   margin:0px 0 5px;
   border:1px solid #ccc;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:40px 0 5px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */

#footer li {
   display:inline;
   list-style:none;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   border-top:5px solid #f17419;
   font-style:normal;
   font-size:12px;
   color:#333;
   line-height:3.0;
   text-align:center;
   background-color:#ffb400;
}