@charset "utf-8";


/*-------------------------------------*/

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

/*-------------------------------------*/
/* ヘッダー */
/*-------------------------------------*/

div#bgHeader{
	background: url(../img/bg_gnavi.gif) repeat 0 0;
	border-top:solid 5px red;
}

div#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #333;
}

	div#header h1{
		font-size: 20px;
		float: left;
		width: 300px;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 26px 0 0 0;
	}
	
/*-------------------------------------*/
/* グローバルナビゲーション */
/*-------------------------------------*/
	div#header ul#gNavi{
		float: right;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	ul#gNavi li{
		display: block;
		float: right;
		border-left: 1px solid #666;
	}
	
	ul#gNavi li.firstItem{
		border-right: 1px solid #666;
	}
	ul#gNavi li img{
		vertical-align: bottom;
	}
	
	ul#gNavi li.lastItem{
		margin-left: 0;
	}
	
	div#header ul#gNavi li a{
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 30px 15px;
	}

	div#header ul#gNavi li a:hover{
		background: #333;	
	}

/*-------------------------------------*/
/* フッター */
/*-------------------------------------*/

div#footer{
	background: #000;
	text-align: center;
}

	div#footer p#copyright{
		text-align: center;
		padding: 10px;
		color: #fff;
		font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	}

div#map{
	height:400px;
}

.phpcontact{
	max-width:100%;
	border:solid 1px black;
}

/*テスト*/
h4 {
border-left:5px solid #0066CC;
border-bottom:1px solid #99CCFF;
padding:3px 15px 2px;
margin: 10px 1px;
font-weight: bold;
}

h5{
border-left:5px solid #32cd32;
border-bottom:1px solid #7fff00;
padding:3px 15px 2px;
margin: 10px 1px;
font-weight: bold;

}

h6{
border-left:5px solid #ff4500;
border-bottom:1px solid #ff7f50;
padding:3px 15px 2px;
margin: 10px 1px;
font-weight: bold;

}

.midashi{
 background: url(../img/midashi1.jpg)  no-repeat left center;
    padding-left: 50px;
    border: 2px gray solid;
    height:30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.5em;
}

#floatMenu{
    width: 150px;
    height: 300px;
    position: absolute;
    top:100px;
    left: : 10px;
    padding: 20px;
    margin-top: 25px;
}


.iconicon img {
 vertical-align: middle;
  margin-right: 5px;
 width:15px;
 height: 15px;
 margin-bottom: 5px;
}

.iconicon {
	margin-bottom: 5px;
}
