@charset "UTF-8";

/*  全ページ共通
================================ */
    html {
            overflow-y: scroll;
            }

    body {
            line-height: 1.6;
            background: url("../../images/back/back.jpg") center fixed;
            font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
            font-size: 12px;
            color: #5A482B;
            letter-spacing: 1px;
            border-top: 5px solid #9B0000;
            margin: 0;
            padding: 0;
            }

    br {
            letter-spacing: normal;
            }

    a {
        color: #5A482B;
        text-decoration: none;
        }

    a: hover {
                color:#C94C00;
                }

    img {
            border: 0;
            vertical-align: bottom;
            }

    h1,h2,h3,h4,h5,h6 {
                        margin: 0;
                        }

/* ========TEMPLATE LAYOUT======== */
    #headWrap {
                position: relative;
                width: 100%;
                background: #fff;
                margin: 0 auto;
                padding: 10px 0;
                }

    #header {
                position: relative;
                width: 787px;
                margin: 0 auto;
                background: #fff;
                }

    #pr {
            position: absolute;
            left: 0;
            top: 25px;
            }

    #gnavi {
                position: absolute;
                bottom: 0;
                right: 0;
                }

    #topnav {
                width: 100%;
                float: left;
                background: url("../../images/menu/bg_menu.png") 0 0 repeat-x;
                }
				
	/* ナビゲーションのロールオーバー処理
-------------------------------------------------------*/
#topnav a:hover, #topnav a:active, #topnav a:focus, #topnav a.thispage {
	 background: url(../../images/menu/bg_menu_on.png) repeat-x;
	 color: #008000;
	 }

    #topic {
                position: relative;
                width: 787px;
                margin:0 auto;
                }

    ol#topicpath {
                    width: 787px;
                    text-align: left;
                    margin: 0 0 15px 0;
                    }

    ol#topicpath li {
                        display: inline;
                        list-style-type: none;
                        }

    ol#topicpath li a {                        
                        background-image: url("../../images/icon/pankuzu.gif");
                        background-repeat: no-repeat;
                        background-position: right center;
                        padding: 0 15px 0 0;
                        }

    #icatch {
                width: 787px;
                margin: 0 auto 10px;
                background: #fff;
                }

    #contents {
                clear: both;
                width: 767px;
                background-image: url("../../images/back/backimage.png");
                margin: 0 auto;
                padding: 10px;
                }

    #main {
            float: right;
            width: 547px;
            }

    #sub {
            float: left;
            width: 200px;
            }

    #pageTop {
                clear: both;
                }

    #footMenu {
                width: 787px;
                margin: 0 auto;
                }
	
	#footlink {
                width: 787px;
				background: #f5ffff no-repeat;
				margin: 20px auto 0 auto;
                }

    #footer {
                background: #EBEADD;
                border-bottom: 5px solid #9B0000;
                }

/* ========HEADER CUSTOMIZE======== */
    #header h1 {                    
                    font-size: 32px;
                    color: #fff;
                    line-height: 50px;
                    margin: 0;
                    padding-top: 25px;
                    }

    #header h1 a {
                    color: #9B0000;
                    }

    #header h1 a: hover {
                            color: #D30000;
                            }

    #header #pr h2 {
                        margin: 0;
                        font-size: 11px;
                        }

    #header #gnavi ul {
                        list-style: none;
                        }

    #header #gnavi li {
                        float: left;
                        font-size: 11px;
                        margin-left: 15px;
                        }

    #header #gnavi li a {
                            display: block;
                            }

    #header #gnavi .tel {
                            color: #C94C00;
                            font-size: 24px;
                            font-weight: bold;
                            letter-spacing: -1px;
                            line-height: 1.0;
                            }

    #header #gnavi .goro {
                            font-size: 10px;
                            letter-spacing: 0px;
                            padding-left: 215px;
                            }

    #header #gnavi .toiawase {
                                position: relative;
                                display: block;
                                width: 160px;
                                height: 40px;
                                background: url(../../images/banner/btn_access2.jpg) left top no-repeat;
                                white-space: nowrap;
                                overflow: hidden;
                                }

    #header #gnavi .toiawase:hover {
                                        background-position: right bottom;
                                        }


/* ========MENU CUSTOMIZE======== */
    nav ul {
                    width: 787px;
                    margin: 0 auto;
                    padding: 0;
                    }

    nav li {
                    float: left;
                    color: #333;
                    text-align: center;
                    list-style-type: none;
                    }

    nav li a {
                    display: block;
                    width: 130px;
                    color: #5A482B;
                    line-height: 60px;
                    border-right: 1px solid #D8D8D8;
                    font-family: "Georgia","MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3","serif";
                    color: #3F2A0F;
                    font-weight: bold;
                    font-size: 14px;
                    }

    nav ul li.home a {
                        border-left: 1px solid #D8D8D8;
                        }

    nav ul li a:hover {
                            color: #008000;
                            background: url(../../images/menu/bg_menu_on.png) repeat-x;
                            z-index: 100;
                            }


/* ========TOPICPATH CUSTOMIZE======== */
    #topicPath {
                    margin-bottom: 10px;
                    font-size: 11px;
                    }


/* ========MAIN CONTENTS CUSTOMIZE======== */
    #main a {
                color: #9B0000;
                }

    #main a:hover {
                    color: #C94C00;
                    text-decoration: underline;
                    }

    #main h3 {
                font-size: 12px;
                color: #4682b4;
                border-bottom: 1px solid #999999;
                margin-bottom: 13px;
                padding-left: 10px;
                }

    #main h4 {
                line-height: 30px;
                font-size: 12px;
                background: url(../../images/banner/blue.png);
                color: #000000;
                margin-bottom: 5px;
                padding-left: 12px;
                }

    #main h5 {
                font-size: 12px;
                background: #82af21;
                color: #fff;
                margin-bottom: 2px;
                padding: 2px 2px 2px 10px;
                }

    #main h6 {
                margin-bottom: 2px;
                font-size: 12px;
                }

    #main p {
                font-size: 13px;
                text-indent: 1em;
                margin: 0 0 1em 0;
                padding-left: 15px;
                }

    #main ul,ol,dl {
                        font-size: 13px;
                        }

    #main dt {
                margin-bottom: 3px;
                }

    #main dd {
                padding: 0;
                margin: 0 0 0.5em 1em;
                padding: 3px;
                background: #f1f1f1;
                }

/* INFORMATION CUSTOMIZE */
    * html body #main dl.information dd div {
                                                display: inline-block;
                                                }

    #main dl.information dt {
                                float: left;
                                margin: 0;
                                padding: 0;
                                }

    #main dl.information dd {
                                margin: 5px 0;
                                padding:0 0 0.5em 8em;
                                background: url("../../images/icon/bg_dotline.gif") 0 100% repeat-x;
                                }

    #main table {
                    width: 100%;
                    border-collapse: collapse;
                    }

    #main table th {
                        padding: 5px;
                        font-size: 12px;
                        text-align: left;
                        border: 1px solid #ddd;
                        background: #EBEADD;
                        }

    #main table td {
                        padding: 5px;
                        font-size: 12px;
                        text-align: left;
                        border: 1px solid #ddd;
                        }

    #main img {
                margin-top: 20px;
                }

		.listItem ul {
						margin: 5px 5px 18px 5px;
						padding: 0px;
						}

		.listItem ul li {
							background-image: url(../../images/icon/s-pin_blue.png);
							background-repeat: no-repeat;
							background-position: 0px 2px;
							text-indent: 1em;
							list-style-type: none;
							padding: 0px 0px 0px 10px;
							}

		.topic ul {
						margin: 5px;
						padding: 0px;
						}

		.topic ul li {
							background-image: url(../../images/icon/b-pin_red.png);
							background-repeat: no-repeat;
							background-position: 10px 0px;
							text-indent: 1em;
							list-style-type: none;
							padding: 0px 0px 10px 30px;
							font-size: 1.2em;
							font-weight: bold;
							color: #ff0000;
							}

		.arrow ul {
						margin: 5px;
						padding: 0px;
						}

		.arrow ul li {
							background-image: url(../../images/icon/arrow_blue.gif);
							background-repeat: no-repeat;
							background-position: 0px 4px;
							text-indent: 1em;
							list-style-type: none;
							padding: 0px 0px 0px 10px;
							}

    .imgfloat {
                float: right;
                margin: 0 0 10px 10px;
                }

    .inquire {
                width: 547px;
                border: 1px solid #666666;
                margin-bottom: 20px;
                }

/*  =========== Font coloeset ========= */
    .color-red {
                    color: #ff0000;
                    }

    .color-royalblue {
                        color: #4169e1;
                        }

    .color-blue {
                    color: #0000FF;
                    }

/* ========SUBCONTENTS CUSTOMIZE======== */
    #sub .section {
                    margin-bottom: 10px;
                    }

    #sub h2 {
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                background: #9B0000;
                border-bottom: 1px solid #C1C1C1;
                border-right: 1px solid #C1C1C1;
                margin-top: 15px;
                padding: 3px;
                padding-left: 10px;
                }

    #sub h3 {
                display: block;
                font-size: 12px;
                color: #808080;
                line-height: 32px;
                background: url("../../images/banner/menubanner.jpg");
                margin-bottom: 5px;
                padding-left: 18px;
                }

    #sub .link ul {
                    margin: 5px 0 0 5px;
                    padding: 0;
                    }

    #sub .link li {
                    line-height: 1.4;
                    list-style: none;
                    background: url("../../images/icon/bg_dotline.gif") 0 100% repeat-x;
                    margin-left: -35px;
                    padding: 5px 0 5px 0;
                    }

    #sub .link li a {
                        display: block;
                        padding-left: 12px;
                        background: url("../../images/icon/bg_list.gif") 0 6px no-repeat;
                        }

    #sub .link li a:hover {
                            color: #C94C00;
                            }

    #sub .onMenu ul {
                        margin: 0;
                        padding: 0;
                        }

    #sub .onMenu li {
                        list-style-type: none;
                        margin-left: -35px;
                        }

    #sub .onMenu li a{
                        position: relative;
                        display: block;
                        width: 200px;
                        height: 32px;
                        background: url(../../images/banner/menubanner01.jpg) no-repeat;
                        white-space: nowrap;
                        overflow: hidden;
                        margin: 0 0 0 -4px;
                        padding: 8px 0 0 15px;
                        }

    #sub .onMenu li a:hover, #sub .onMenu a:active, #sub .onMenu a:focus, #sub .onMenu a.thispage
	{
                                background: url(../../images/banner/menubanner02.jpg) no-repeat;
                                color: #ffa500;
                                }

/* ========PAGEOP CUSTOMIZE========= */
    #pageTop {
                padding: 20px 0;
                text-align: right;
                font-size: 11px;
                }

    #pageTop a {
                    padding-left: 8px;
                    background: url("../../images/icon/bg_pagetop.gif") 0 50% no-repeat;
                    }

/* ========FOOTMENU CUSTOMIZE======== */
    #footMenu ul {
                    margin: 0;
                    padding: 10px 0 0 0;
                    text-align: right;}

    #footMenu li {
                    display: inline;
                    margin: 0 0 0 10px;
                    list-style: none;
                    }

    #footMenu li a {
                        padding-left: 10px;
                        background: url("../../images/icon/bg_footmenu.gif") 0 50% no-repeat;
                        }
						
/* ========FOOTMENU2 CUSTOMIZE======== */
    #footlink ul {
                    margin: 0;
                    padding: 10px 0 0 0;
                    text-align: left;}

    #footlink li {
                    display: inline;
                    margin: 0 0 0 10px;
                    list-style: none;
                    }

    #footlink li a {
                        padding-left: 10px;
                        background: url("../../images/icon/bg_footmenu.gif") 0 50% no-repeat;
                        }
						
	/* ナビゲーションのロールオーバー処理
-------------------------------------------------------*/
#footlink a:hover, #footlink a:active, #footlink a:focus, #footlink a.thispage {
	 color: #ffa500;
	 }

/* ========FOOTER CUSTOMIZE======== */
    .copyright {
                    padding: 30px 0;
                    font-size: 11px;
                    font-style: normal;
                    color: #333;
                    text-align: center;
                    }
