@charaset "utf-8";

/* 初期設定
--------------------------------------- */
html {    
 }

body {
 overflow-x: hidden;
 position: relative; 
 margin: 0px;
 padding: 0px;
 color: #666;
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
 background: #fff;
}

p {
 color: #666;
 font-size: 13px;
 line-height: 1.5;
}

a:link, a:visited {
 color: #666;
 text-decoration:none;
}

a:hover {
 color: #fff;
 background: #ff7e00;
 }

img {
 vertical-align: bottom;
 border: 0px;
 }
.alpha{
	padding-bottom:0px;
}

.alpha a:hover {
 background: transparent;
 
}

.alpha a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
}

/* ヘッダ
--------------------------------------- */
header {
 margin: 0 -500%;
 padding: 0 500%;
 width: 100%;
 height: 85px;
 border-top: 3px solid #ff7e00;
 border-bottom: 1px solid #ff7e00;
 box-shadow:0 0 5px #ddd;
 position: relative;
 z-index: 1;
 }

 body:before{
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	position: absolute;
	top: 84px;
	box-shadow:0 3px 3px #eee;
}
 
/* ナビゲーション
--------------------------------------- */

#logo {
 float: left;
 width:  183px;
 padding: 15px 0px;
 }
 
#main navi {
	
 float: right;
 width:  760px;
 }
 
nav li {
 display: inline;
 float: right;
 line-height: 1;
 margin: 20px 0 0;
 padding: 0 22px 0;
 border-right: 1px solid #999;
 }

nav ul {
 display: block;
 text-align: center;
 }

 nav li a{
 }

 nav li:first-child{
 padding: 0 0 0 22px;
 border-right: 0px none;
 }
 
/* フッタ
--------------------------------------- */
body:after{
	content: "";
	width: 100%;
	height: 5px;
	display: block;
	position: absolute;
	
	bottom: 380px;
	box-shadow:0 -3px 5px #eee;

	border-top: 1px solid #eee;
}
#footer {

	margin:0px;
	padding:0px;
 clear: both;
 width:100%;
 height: 384px;
 }


#address {
 float: left;
 width: 328 px;
 height: 200px;
 margin: 10px 0px;
}

#map {
 float: right;
 width: 615px;
 /*height: 200px;*/
 margin:10px 0px;
}

#map p,#map a{
 text-align: right;
 display: block;
}

#copy {
 clear: both;
 margin: 0 -500%;
 padding: 0 500%;
 width: 100%;
 height: 40px;
 background-color: #ff7e00;
}

#p2 {
 color: #fff;
 font-size: 12px;
 text-align: center;
 padding: 12px;
 }