﻿@charset "utf-8";

body {
	background: #a3988f;
}


/**/

#bg {
	background: #fff;
	padding-bottom: 10px;
	width: 980px;
	margin: 0 auto;
}

#warp {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: url(img/header_bg.jpg) center no-repeat;
	width: 940px;
	height: 197px;
	margin: 0;
	position: relative;
}


/*---------contents--------*/

#contents {
	clear: both;
	background: url(img/contents_bg.gif) top left repeat-y;
	width: 940px;
	float: left;
	/*border:1px solid #ccc;*/
}

#maincontents {
	/*padding: 10px;*/
	width: 100%;
	float: left;
}

#contentsBottom {
	margin: 0;
	clear: both;
	/*padding-bottom:47px;*/
	background: url(img/contents_bottom.gif) left bottom no-repeat;
	/*border-top:1px solid #cc0000;*/
}

#contentsBottom span {
	display: block;
	height: 10px;
}


/*----------#main----------*/


#main {
	/*border:1px solid #c00;*/
	display: inline;
	width: 680px;
	float: right;
}


/*----------#side----------*/

#side {
	width: 220px;
	float: left;
	display: inline;
	/*border:1px solid #c00;*/
	margin-right: 15px;
}


* html body #cright {
	margin-left: 0;
}

* html body #cright2 {
	margin-left: 0;
}


/*----------#footer----------*/

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	height: 83px;
}

#footer address {
	font-size: 0.8em;
	text-align: center;
}

#footer #copy {
	text-align: right;
	padding-right: 20px;
}

#footer #copy span {
	display: block;
	padding-top: 50px;
}


/**/

#sabnavi {
	text-align: left;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 0.8em;
}

.pagetop {
	font-size: 12px;
	padding: 5px 10px;
	text-align: right;
}

.pagetop a {
	display: inline-block;
	background: #eee;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px;
}

.pagetop a:hover {
}

#topicPath {
	padding: 5px 10px 0 5px;
	font-size: 0.8em;
	text-align: left;
}


/*google map*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.info{
	border: 1px solid #cc0000;
	padding: 10px;
	margin-top: 10px;
}
