﻿@charset "UTF-8";

/*resets
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,
nav,section,summary {display: block; margin: 0;padding: 0;}

caption,th{margin: auto; text-align: left;}
img{border: 0; vertical-align: bottom;}
address,caption,th{font-weight: normal; font-style: normal;}


/*body,Anchor
------------------------------------------------------------*/
body{
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3','Meiryo','メイリオ',sans-serif;
    line-height: 1.5;
}

a{
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    text-decoration: none;
}
a:link{color: #fff;}
a:visited{color: #fff;}
a:hover{
    color: #fff;
}


/*clearfix
------------------------------------------------------------*/
.clearfix{*zoom: 1;}
.clearfix: before,
.clearfix: after{
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after{clear: both;}


/*Layout
------------------------------------------------------------*/
header{
    width: 100%;
    background-color: #fff;
}

main{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

footer{
    clear: both;
    width: 100%;
    border-top: 3px solid #00AAD9;
    background-color: #00AAD9;
}

#container{
    width: 960px;
    margin: 0 auto;
}


/*head
------------------------------------------------------------*/
.header_boader{
    height: 30px;
    border-top: 3px solid #00AAD9;
}

.guide{
    width: 960px;
    margin: 0 auto;
    height: 30px;
    overflow: hidden;
}

.top-coment{
    color: #222; 
    width: 105px;
    border-left: 2px solid #c0c0c0;
    float: right;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

header section{
    width: 960px;
    margin: 0 auto;
}

header section a:link{color: #222;}
header section a:visited{color: #222;}

header h1{
    width: 350px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
    letter-spacing: 0.1em;
}

.contact_wrap{
    width: 410px;
    float: right;
    position: relative;
    left: -78px;
    top: -4px;
}

header .tel{
    font-size: 25px;
    font-weight: bold;
    width: 250px;
}



header .contact{
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 37px;
    color: #fff;
    text-align: center;
    background-color: #c8d940;
    width: 160px;
    height: 33px;
    border-radius: 10px 10px 10px 10px / 7px 7px 7px 7px;
}

header .contact,header .tel{
    float: left;
    margin: 15px 0;
}

.keyvisual{
    clear: both;
    width: 960px;
    margin: 0px auto;
    height: 310px;
    margin-top: 80px;
    position: relative;
    bottom: 40px;
}

.key_title{
    clear: both;
    width: 930px;
    margin: 0px auto;
    margin-top: 30px;
    height: 65px;
    border: 1px solid #00AAD9;
    border-radius: 10px 10px 10px 10px / 7px 7px 7px 7px;
    font-size: 25px;
    padding: 35px 0 0 30px;
    color: #00AAD9;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.key_w{
    width: 100%;
    clear: both;
    border-top: 3px solid #fff;
}

/*nav
------------------------------------------------------------*/
nav{
    clear: both;
    display: block;
    width: 100%;
    height: 60px;
    background: url(../images/menu_haikei.png)repeat;
}

nav ul,nav ul li,nav ul li a{
    margin: 0;
    padding: 0;    
}

nav ul{
    list-style: none;
    width: 960px;
}

nav ul li{
    display: block;
    float: left;
    width: 192px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

nav a{
    display: block;
    width: 192px;
    height: 60px;
}

a.btn1{background: url(../images/menu01_off.png)no-repeat;}
a.btn2{background: url(../images/menu02_off.png)no-repeat;}
a.btn3{background: url(../images/menu03_off.png)no-repeat;}
a.btn4{background: url(../images/menu04_off.png)no-repeat;}
a.btn5{background: url(../images/menu05_off.png)no-repeat;}

a:hover.btn1{background: url(../images/menu01_on.png)no-repeat;}
a:hover.btn2{background: url(../images/menu02_on.png)no-repeat;}
a:hover.btn3{background: url(../images/menu03_on.png)no-repeat;}
a:hover.btn4{background: url(../images/menu04_on.png)no-repeat;}
a:hover.btn5{background: url(../images/menu05_on.png)no-repeat;}



/*bredcrumb list
------------------------------------------------------------*/
ul.bredcrumbs{
    width: 960px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

ul.bredcrumbs li{
    display: inline;
}

ul.bredcrumbs li:after{
    content: ">";
}

ul.bredcrumbs li:last-child:after{
    content: "";
}

/*footer
------------------------------------------------------------*/
#footer{
    width: 960px;
    height: 100px;
    margin: 0 auto;
}

footer h1,footer p,footer address{
    color: #fff;
}

footer h1{
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
}

footer .address_h1{
    float: left;
    overflow: hidden;
    margin-top: 30px;
}

footer .address{
    float: left;
    overflow: hidden;
    width: 400px;
    font-size: 12px;
    margin: 30px 0 0 20px;
    padding-left: 20px;
    border-left: 2px solid #c0c0c0;
}

footer h1,footer p,footer li,footer a{
    letter-spacing: 0.1em;
}

footer .copy{
    clear: both;
    text-align: center;
    background-color: #00AAD9;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

footer address{
    background-color: #746f6f;
    color: #fff;
    width: 315px;
    height: 20px;
    margin: 7px 0;
    line-height: 20px;
    text-align: center;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

footer ul li a:before{
    content: url("../images/footer_nav.gif");
    margin: 0 3px 0 0;
}

footer a:hover{
    opacity: 0.6;
}












