@charset "UTF-8";

/*_______ここからページ全体_____________________*/
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-color: #ffffff;
	background-repeat: repeat-y;
}

/*h1*/
h1{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color: #000000;
}
/*h1 ends*/

h1, h2, dl {
	margin: 0;
}

h3 {
	width: 960px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	letter-spacing: 3px;
	background-color: #FF8E00;
	}

p {
	font-size: 12px;
	line-height: 1.4;
}

img {
	border:none;
}

/* clear FIX */
.clearfix:after {
	/*content: ".";*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* リンク */
a:link,a:visited,a:active {
	color:#ff0000;
	text-decoration: underline;
}
a:hover {
	color:#6666FF;
	text-decoration: underline;
}

/*-------------------------wrapperの指定*/ 
#wrapper {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

/*___________ここまでページ全体______________*/

/*___________ここからheader_________________*/

#header {
	width: 960px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
	border-bottom: none;
	text-indent:-9999px ;
	float: left;
	background-image:url(../pics/common/header.jpg) ;
	background-repeat:no-repeat ;
	display:inline-block;/* IE7対策 */
}

/*___________ここまでheader_________________*/



/*___________ここからpagebody__________________*/
#contents {
	width: 740px;
	padding: 0;
	margin-top: 0px;
	float: right;
	margin-bottom: 20px; 
	margin-left: 20px;
}

#pagetitle {
	width: 740px;
	height: 60px;
	marigin-right: 20px;
	margin-top: 20px;
	clear: both;
	}

	
#form {
	width: 740px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	}

#menu {
	width: 740px;
	height: 200px;
	margin-left: 0px;
	margin-bottom: 20px;
	float: left;
	}
	
#menupics {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}

#menuright {
	width: 510px;
	height: 200px;
	float: right;
	margin-left: 0px;
	}
	
#menutitle {
	width: 510px;
	height: 50px;
	margin-left: 0px;
	margin-top: 20px;
	float: left;
	}
	
#menudetail {
	width: 510px;
	height: 100px;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
	}
	
#menu ul {
   margin-left: 0px;
   width: 200px;
   height: 200px;
   padding:0;
   overflow:none;
   list-style:none;
}

#menu li {
   padding:0px 0 0px 7em;
   text-indent: -7em;
}

#intro {
	height: 200px;
	width: 740px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../access/pics/bg.jpg) ;
	background-repeat:no-repeat ;
	}
	
#mail {
	width: 300px;
	height: 30px;
	float: left;
	margin-top: 155px;
	margin-left: 270px;
	}


#map {
	width: 740px;
	height: 500px;
	float: right;
	}
	
#flyer {
	width: 740px;
	height: 817px;
	float: left;
	background-image: url(../egg/pics/flyer.jpg) ;
	background-repeat:no-repeat ;
	margin-left: 0px;
	margin-bottom: 20px;
	}	


/*___________ここまでcontents____________*/



/*___ここからside___*/

#side {
	width: 200px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#egg {
	width: 200px;
	height: 300px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#g-navi {
	width: 200px !important; 
	height: 395px !important;
	margin-top: 10px;
	float: left;
	}
	
#g-navi img {
	float: left;
}


/*___ここまでside___*/




/*___ここからfooter___*/

#footer {
	width: 100%;
	height: 30px;
	margin-top: 20px;
	padding: 0;
	clear: both;
	border-top: solid 1px #FF6633;
}

#footer p {
	display: block;
	height: 12px;
	width: 960px;
	margin: 0px;
	text-decoration: none;
}

#foot_copy {
	width: 960px;
	margin-top: 20px;
	text-align: center;
	font-size: x-small;
	color:#FF6633;
}

/*___footerここまで___*/
	