@charset "UTF-8";

/* CSS Document */

#header {background-image: url(../img/bg_header.png)}
#headerRight {background-image: url(../img/bg_head_right.png);}
#headerMenu ul {background-image: url(../img/img_navi_tit.png);}
#headerMenu ul li {background-image: url(../img/img_icon01.png);}
#headerMainLeft p {background-image: url(../img/bg_top_docter.png);}

#footer {background-image: url(../img/bg_footer.png);}
#footerMenu ul {background-image: url(../img/img_navi_tit.png);}
#footerMenu ul li {background-image: url(../img/img_icon01.png);}

#ul02_01 {background: url(../img/img_trouble01.png) no-repeat;}
#ul02_02 {background: url(../img/img_trouble02.png) no-repeat;}
#ul02_03 {background: url(../img/img_trouble03.png) no-repeat;}

#contents01 h2 {background-color: #9c0;}
#contents01 .c04 {background-image: url(../img/bg_staff.png);}

#contents02Inner {background-image: url(../img/bg_voice.png);}


@media screen and (max-width:640px) {
	#headerLeft h1,
	#headerRight {background: #9c0;}
	#headerMenu ul li:nth-child(2) a{color: #9c0; border-color: #9c0;}
}