@charset UTF-8;

/* ******************************************

    [ index ]

    01. title image(h2)
    02. side menu
    03. contact全般
    
****************************************** */

/* ******************************************
    01. title image(h2)
****************************************** */
h2#contact-title {
width: 900px;
height: 160px;
background: transparent url("../contact/img/title_contact.jpg") top left no-repeat;
}



/* ******************************************
    02. side menu
****************************************** */
#side-menu ul {
width: 212px;
}

#side-menu li {
height: 40px;
text-indent: -9999px;
}

li#contact-btn01 a {
width: 212px;
height: 40px;
background: transparent url("../contact/img/contact_btn01.gif") top left no-repeat;
display: block;
}

li#contact-btn02 a {
width: 212px;
height: 40px;
background: transparent url("../contact/img/contact_btn02.gif") top left no-repeat;
display: block;
}

li#contact-btn03 a {
width: 212px;
height: 40px;
background: transparent url("../contact/img/contact_btn03.gif") top left no-repeat;
display: block;
}

li#contact-btn04 a {
width: 212px;
height: 40px;
background: transparent url("../contact/img/contact_btn04.gif") top left no-repeat;
display: block;
}

#side-menu li a:hover {
background-position: 0 -40px;
}




/* ******************************************
    03. contact全般
****************************************** */
/* お電話でのお問い合わせ */
#contact-box01 {
width: 608px;
margin: 20px;
}

#contact-box01 h3 {
width: 608px;
height: 29px;
background: transparent url("../contact/img/contact_chap01.gif") bottom left no-repeat;
margin-bottom: 16px;
text-indent: -9999px;
}

#contact-box01 p.contact-data {
padding: 10px 0;
margin: 10px 0;
border-top: 1px dashed #b5b5b5;
border-bottom: 1px dashed #b5b5b5;
}

#contact-box01 span.tel {
font-size: 14px;
font-weight: bold;
color: #b55b02;
}

/* メールでのお問い合わせ */
#contact-box02 {
width: 608px;
margin: 20px;
}

#contact-box02 h3 {
width: 608px;
height: 29px;
background: transparent url("../contact/img/contact_chap02.gif") bottom left no-repeat;
margin-bottom: 16px;
text-indent: -9999px;
}

#contact-box02 p.mail-data {
font-size: 14px;
font-weight: bold;
padding: 10px 0;
margin: 10px 0;
border-top: 1px dashed #b5b5b5;
border-bottom: 1px dashed #b5b5b5;
}



