@charset "utf-8";

body{
	width:1000px;
	background-color:#000000;
	background-image:url(../images/back.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	margin:0 auto;		
	border: 0;	
	font-size:85%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
img {
	border:none;
}
p{
	margin:0;
}
/* clear */
.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	width: 100%;
	height: 0;
} 
* html .clearfix {
	height: 1%;
}

.logo{
	float:left;
	width:430px;
	height:285px;
}
.address{
	float:right;
	width:500px;
	margin-top:105px;	
}
.tel a,.mail a{
	padding-left:50px;
	font-size:36px
}
.tel{
	height:43px;
	margin-bottom:15px;
    background-image:url(../images/icon02.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.mail{
	height:43px;
	margin-bottom:10px;
    background-image:url(../images/icon01.png);
	background-repeat:no-repeat;
	background-position:left top;
}
ul#g_menu{
	width:1000px;
	height:58px;
	margin:0;
	padding:0;
}
#global_navi li{
	float:left;
	width:250px;
	height:58px;
	list-style:none;
}
#global_navi li a{
	display:inline-block;
	width:250px;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
}
#global_navi li.menu1 a{
    background-image:url(../images/m01.jpg);	
}
#global_navi li.menu2 a{
    background-image:url(../images/m02.jpg);	
}
#global_navi li.menu3 a{
    background-image:url(../images/m03.jpg);	
}
#global_navi li.menu4 a{
    background-image:url(../images/m04.jpg);	
}
.catch{
	margin:30px 0 50px;
	text-align:center;
}
.catch p.c01{
	color:#ffffff;
	font-size:90px;
	font-weight:bold;
}
.catch p.c02{
	color:#ffffff;
	font-size:33px;
	font-weight:bold;
	line-height:45px;
}
.top {
	margin:30px 0 20px;
	text-align:right;
}
.top a{
    display:inline-block;
	width:124px;
	height:43px;
	margin-right:20px;
}
.photo{
	width:900px;
	margin:50px auto 0;
}
.photo p{
	margin-bottom:20px;
	font-size:20px;
	color:#ffffff;
}
.p_left{
	display:inline-block;
	float:left;
	width:430px;
	margin-bottom:30px;
}
.p_right{
	float:right;
	display:inline-block;	
	width:430px;	
	margin-bottom:30px;	
}
.saiyo{
	margin:30px 0;
	text-align:center;
}
.saiyo p{
	font-size:42px;
	color:#ffffff;
	line-height:45px;	
}
.saiyo img{
	margin-bottom:20px;
}
table.saiyo02{
	margin-left:30px;
}
table.saiyo02 td{
	font-size:30px;
}

.map{
	width:900px;
	margin:30px 50px;
}
.map p{
	color:#ffffff;
	font-size:23px;
}
.inq {
	text-align:center;
}
#footer{
	width:1000px;
	height:30px;
    background-image:url(../images/footer.jpg);
}
.footer_body{
	color:#ffffff;
	text-align:center;
	font-size:23px;
	line-height:30px;
	height:30px;
}
p.egmap_copyright{
	display:none;
}