﻿@charset "utf-8";

/*==================================================== 

エンガアート
	
======================================================*/


/*初期設定*/
* {
	margin: 0;
	padding: 0;
	text-align: left;
}
html{
	height:100%;
}
body{
	background:url(images/back.gif);
	height:100%;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}

#container{
	background:url(images/back02.gif);
	width:952px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	min-height:100%;
}
body > #container {
        height: auto;
}
/*==================================================== 
ヘッダー
======================================================*/
#menu-g{
	width:315px;
	margin-left: 1px;
	position:absolute;
	top:0;
	left:1px;
}
/*==================================================== 
メイン
======================================================*/
#main{
	width:630px;
	margin-left:321px;
	padding-bottom:75px;
}
#map{
	width:630px;
	height:570px;
	margin-top:30px;
}
#map p{
	margin-top:10px;
	color:#000000;
	font-size:14px;
}
#map p a:link{color:#000000;}
#map p a:visited{color:#000000;}
#map p a:hover{color:#ffa500;}
/*==================================================== 
フッター
======================================================*/

#footer{
	position:absolute;
	bottom:0;
	background:#ffffff;
	width:950px;
	height:75px;
	margin-left:1px;
	margin-bottom:0px;
}
#footer p{
	width:80px;
	height:50px;
	margin-top:0px;
	float:right;
}
#footer p a{
	display:block;
	width:50px;
	height:50px;
	margin-right:30px;
	text-indent:-9999px;
	background:url(images/pagetop.png) 0px 0px no-repeat;
}
#footer p a:hover{
	background:url(images/pagetop.png) 0px -50px no-repeat;
}
