body{
    margin:0;
    padding:0;
	line-height:1.4;
}

img {
	border: none;
}

ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #111111;
}

a:hover {
	text-decoration:underline;
	color: #FFA100;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1% }
.clearfix {display:block;}

#main{
    text-align:center;
    width:100%;
}

#container { 
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin:0px auto;
    width:1048px;
}

#header {
    margin-top:20px;
	margin-left:12px;
	width:514px;
	height:83px;
}

#shadow {
    margin-top:5px;
    width:1048px;
	height:644px;
    background-image:url(img/shadow.gif);
}

/*マップ*/
#g_map {
	padding-top:12px;
	margin-left:12px;
	width:1024px;
	height:530px;
}

/*広告*/
#g_add {
    margin-top:0px;
	margin-left:12px;
	width:728px;
	height:90px;
}

/*カウンターエリア*/
#counter {
    margin-top:5px;
	margin-left:12px;
	font-size:25px;
	color:#565656;
}

#total {
    float:left;
	padding-right:5px;
}

/*カウントする数字*/
#count_num {
	float:left;
	padding-right:5px;
}

#jumps {
    padding-top:3px;
}

#navi {
    margin-left:12px;
    margin-top:15px;
    padding-bottom:7px;
	border-bottom: solid 1px #3F3F3F;
}

#navi li{
    float:left;
    margin-right:90px;
}

#about a {
    display:block;
    width:46px;
    height:12px;
    background-image:url(img/about_o.gif);
    background-repeat:no-repeat;
}

#about a:hover {
    background-image:url(img/about_o.gif);
    background-repeat:no-repeat;
}

#news a {
    display:block;
    width:39px;
    height:12px;
    background-image:url(img/news.gif);
    background-repeat:no-repeat;
}

#news a:hover {
    background-image:url(img/news_o.gif);
    background-repeat:no-repeat;
}

#contact a {
    display:block;
    width:58px;
    height:12px;
    background-image:url(img/contact.gif);
    background-repeat:no-repeat;
}

#contact a:hover {
    background-image:url(img/contact_o.gif);
    background-repeat:no-repeat;
}

.contents {
    margin-top:7px;
    margin-left:12px;
    font-size:12px;
	color:#3F3F3F;
}

#copy {
    margin-left:12px;
	margin-top:50px;
    font-size:10px;
	color:#3F3F3F;
}
