@charset "UTF-8";
/* CSS Document */
header{
	float:left;
	width:960px;
	margin-bottom:10px;
}
header a:hover img{
	filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;}

h1{
	float:left;
	color:#754C24;
	font-size:14px;
	width:600px;
	padding-top:5px;
}
#header_contents{
	width:960px;
	margin:0 auto;
	}
#headerbtn{
	float:right;
	width:260px;}
#headerbtn ul{
	float:left;
	width:260px;}
#headerbtn ul li{
	float:left;
	list-style:none;
}
.btn_ml{
	margin-right:12px;}
#header_bottom{
	float:left;
	width:960px;
	height:45px;
}
.header_logo{
	float:left;
    width:490px;
}
#header_contact_tel{
	float:right;
	padding-top:16px;
}
.header_contact{
	float:left;
}
.header_tel{
	float:left;
}

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-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size:14px;
	color:#525252;
	vertical-align: baseline;
	text-decoration:none;
	line-height:180%;
}

/*フッター*/
footer{
	float:left;
	width:100%;
	background-image:url(wp/wp-content/themes/hikari/img/footer/footerback.png);
	margin-top:30px;
	padding-bottom:40px;
	color:#fff;
}
footer h2{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;

}
#footer_contents{
	width:960px;
	margin:30px auto 0 auto;
	
	}
.footernavi{
	font-size:12px;
	float:left;
	margin-top:10px;
	margin-bottom:40px;
}
.footernavi ul{
	width:960px;
	float:left;
}
.footernavi ul li{
	float:left;
	border-right:1px solid #fff;
	padding-right:15px;
	margin-right:15px;
	list-style:none;
}
.footernavi ul li a{
	color:#fff;
	
}
.footer_left{
	float:left;
	width:180px;}
address{
	font-size:12px;
	color:#fff;
	line-height:180%;
}
.footer_middle p{
	line-height:180%;
	color:#fff;
}
.footer_middle{
	float:left;
	width:400px;
	color:#fff;
	font-size:14px;
}
.footer_contact{
	background-image:url(wp/wp-content/themes/hikari/img/footer/contact_back.png);
	width:307px;
	height:25px;
	padding-top:96px;
	padding-bottom:19px;
	padding-left:43px;
	float:left;
}
.ml04{
	margin-left:12px;
}
.footer_contact ul{
	width:352px;
	float:left;
}
.footer_contact ul li{
	float:left;
	list-style:none;
	}
.footer_contact ul li a:hover{
	opacity:0.8;}
.footercopy{
	float:left;
	color:#fff;
	width:640px;
	padding-left:320px;
}
.footercopy ul{
	float:right;
	}
.footercopy ul li{
	float:right;
	margin-right:10px;
	list-style:none;
}
.footercopy ul li a{
	color:#fff;
}
.br{
	border-right:1px solid #fff;
	margin-right:10px;
	padding-right:10px;
}