body {
	margin:10px 0 0;
	padding:0;
	background-color:#E1EFD2;
	font-size:100%;
	color:#000;
	text-align:center;
}

p.resizeimage  img { width: 100%; }

h1,h2,h3 {
	margin:0px;
	padding:0px;
}

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


/* ブロック */
.container {
	width:640px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFE7;
}
.head {
	height:100px;
	background-image:url("bg_head_s.jpg");
	background-repeat:no-repeat;
}
.menu {
	height:5px;
	background-image:url("sen.gif");
}
.side {
	float:left;
	width:130px;
	margin-top:10px;
	background-color: #FFFFE7;
}
.main {
	float:left;
	width:510px;
	color:#333333;
	background-image:url("bg_main.jpg");
	background-repeat:repeat-y;
}
.foot {
	clear:both;
	font-size:80%;
	text-align:center;
	padding:10px;
	background-color:#FFFFE7;
	border-top: 1px #75BC38 dotted;

}

/* ホームページタイトル */
.pagetitle {
	font-size:180%;
	color:#FFFFFF;
	padding:10px 30px 0px;
}
.description {
	font-size:120%;
	color:#FFFFFF;
	padding:0px 30px;
}

/* 見出し */
h2 {
	margin:10px 20px 10px 0;
	padding:12px 0 0 40px;
	height:35px;
	font-size:120%;
	color:#339933;
	background-image:url("bg_h.gif");
	background-repeat:no-repeat;
}

h3 {
	margin:10px 20px 5px 0;
	padding:10px 5px 0px 5px;
	height:35px;
	font-size:120%;
	color:#339933;
	background-image:url("bg2.gif");
}

h4 {
	margin:10px 20px 5px 0;
	padding:10px 5px 0px 5px;
	height:30px;
	font-size:95%;
	color:#DC143C;
	background-image:url("bg3.gif");
}

/* コンテンツエリア */
.body {
	margin:0 20px 10px 40px;
}
.main p {
	margin:0 20px 10px;
}
.main table {
	margin:0 0px 0px;
	padding:0px 0px 0px 0px;
}

/* サイドエリア */
.side-body {
	font-size:12px;
	color:#727272;
	padding:5px;
	text-align:left;
}
.side-bar {
	height:18px;
	background-image:url("bg_side.jpg");
	background-position:left center;
	background-repeat:no-repeat;
}
.side p {
	margin:0 0 5px;
	padding:0 5px;
}
.side img {
	margin:3px;
}
p.submenu {
	text-align:center;
	background-image:url("menubar.gif");
	font-size:15px;
	color:#727272;
	font-weight: bold;
	line-height:24px;
}
.side ul {
	list-style-type: none;
	margin: 2px 10px 2px 22px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.side li a {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

/* メニュー */
.menu ul {
	list-style-type: none;
	margin: 2px 10px 2px 22px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
.menu li {
	float:left;
	list-style-type: none;
	padding: 0 10px;
	height: auto;
	border-right: 1px #FFFFE7 solid;
}
.menu li a {
	margin: 0;
	font-size: 12px;
	line-height: 28px;
}


/* メインエリアリンク */
.main a:link {
	color:#75BC38;
	text-decoration:none;
}
.main a:visited {
	color:#75BC38;
	text-decoration:none;
}
.main a:hover {
	color:#75BC38;
	text-decoration:underline;
}
.main a:active {
	color:#75BC38;
	text-decoration:none;
}

/* サイドエリアリンク */
.side a:link {
	color:#75BC38;
	text-decoration:none;
}
.side a:visited {
	color:#75BC38;
	text-decoration:none;
}
.side a:hover {
	color:#75BC38;
	text-decoration:underline;
}
.side a:active {
	color:#75BC38;
	text-decoration:none;
}

/* メニュー項目リンク */
.menu a:link {
	color:#FFFFE7;
	text-decoration:none;
}
.menu a:visited {
	color:#FFFFE7;
	text-decoration:none;
}
.menu a:hover {
	color:#FFA500;
	text-decoration:underline;
}
.menu a:active {
	color:#FFFFE7;
	text-decoration:none;
}

/* フッターリンク */
.foot a:link {
	color:#75BC38;
	text-decoration:none;
}
.foot a:visited {
	color:#75BC38;
	text-decoration:none;
}
.foot a:hover {
	color:#FFA500;
	text-decoration:underline;
}
.foot a:active {
	color:#75BC38;
	text-decoration:none;
}