body {
	background:#FFF;
	border-top: 3px solid #388E3C;
}
#wrap {
	min-height: calc(100vh - 74px);
}
#hd_bg {
	width:100%;
	padding:15px 0;
}
#hd_bg #hd {
	width:200px;
	margin:0 auto;
	overflow:hidden
}
#hd_bg #hd h1 {
	width:200px;
}
#hd_bg #hd h1 img {
	width:100%
}
#nav {
	background:url(../images/nav_bg.png) no-repeat #eee;
	overflow:visible;
	margin-bottom:20px
}
#nav img {
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#nav img:hover, #nav img.current {
	opacity:0
}
#nav ul {
/*
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
*/
	width:100%;
	border: 1px solid #388E3C;
}
#nav ul li {
	position:relative;
	z-index:1000;
	border: 1px solid #FFF;
	border-bottom: none;
}
#nav ul li:last-child {
	border-bottom: 1px solid #FFF;
}
#nav ul li a {
	display:block;
	height: 50px;
	padding: 0 0 0 3px;
	background: #4CAF50;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #217F26;
	letter-spacing: 0.01em;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}
#nav ul li a:before {
	content: "▶";
	padding: 0 3px 0 0;
	font-size: 10px;
}
#nav ul li a:hover,
#nav ul li a.current {
	background: #FFF;
	color: #217F26;
	text-shadow: 1px 1px 1px #EEE;
	box-shadow: 0px 0px 0px 1px #388E3C inset;
	-moz-box-shadow: 0px 0px 0px 1px #388E3C inset;
	-webkit-box-shadow: 0px 0px 0px 1px #388E3C inset;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

#con {
	width:960px;
	margin:0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
#main {
	width:720px;
	padding: 15px 0 0;
}
#main ol, #main ul {
	padding:5px 0px 5px 25px
}
#main ul {
	list-style-type:disc
}
#main ol li, #main ul li {
	padding:5px 0px
}
#main table {
	margin:10px 0px;
}
#main table th, #main table td {
	padding:5px;
	vertical-align: top;
}
#main a img {
	display:inline-block;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#main a img:hover {
	opacity:0.7
}
#main h1 {
	font-size:2.4em;
	font-weight:normal;
	color:#1A390D;
	padding:0.78em 0.7em;
	margin:0 0 25px 0;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #4CAF50;
}
#main h2 {
	position: relative;
	font-size:1.2em;
	font-weight:bold;
	padding:0.4em 0 0.4em 0.6em;
	margin:24px 0 14px 0;
	border-bottom: 1px solid #ccc;
	border-left: 12px solid #8BC34A;
}
#main h2::before {
	position: absolute;
	left: -12px;
	bottom: 0;
	content: '';
	width: 12px;
	height: 50%;
	background-color: #388E3C;
}
#main h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}
#main h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:1px 0 1px 10px;
	margin:12px 0 8px 0;
	border-left:4px solid #8BC34A;
}
#side {
	width:220px
}
#side h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:10px;
	margin:0 0 6px;
	background: #4CAF50;
	border: 1px solid #388E3C;
	box-shadow:0px 0px 0px 1px #FFF inset;
	-moz-box-shadow:0px 0px 0px 1px #FFF inset;
	-webkit-box-shadow:0px 0px 0px 1px #FFF inset;
}
#sidenav {
	width:100%
}
#sidenav a {
	width:100%;
	padding:8px 6px 8px 23px;
	display:block;
	text-decoration:none;
	background:url(../images/common/sidenav_icon.png) no-repeat 6px center;
	font-size:12px;
	color:#000000;
	border-bottom:dotted 1px #cccccc
}
#bnr {
	width:100%
}
#bnr li {
	margin-bottom:4px
}
#bnr li a {
	width:100%;
	padding:16px 16px 16px 42px;
	border:1px solid #000000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/common/bnr_bg.png) no-repeat 16px center;
	font-size:12px;
	color:#000000
}
#center {
	width:10px;
	margin:0 10px 0 0;
	border-right:1px solid #FFF;
}
#ft {
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;
	color: #FFF;
	text-align:center;
	background:#4CAF50;
}
#i_img {
	width: 720px;
	height: 280px;
	margin: 0 auto 30px;
	box-shadow: 0px 0px 5px #909090;
}
#i_greeting_news {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around
}
#i_greeting_news #i_greeting_box {
	width:calc(100% - 240px)
}
#i_greeting_news #i_news_box {
	width:220px
}
#i_greeting_news #i_news_box #i_news {
	height:450px;
	overflow:auto
}
#i_greeting_news #i_news_box #i_news table {
	width:100%
}
#i_greeting_news #i_news_box #i_news table tr {
	border-bottom:1px dotted #cccccc
}
#i_greeting_news #i_news_box #i_news table td {
	vertical-align:top;
	font-size:0.9em;
	width:100%;
	display:block;
	padding:0 10px 10px 20px
}
#i_greeting_news #i_news_box #i_news table td:first-child {
	background:url(../images/common/news_icon.png) 4px 18px no-repeat;
	padding:10px 10px 00px 20px
}
#i_greeting_activities {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin: 20px 0;
}
#i_greeting_activities {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	margin: 20px 0;
}
#i_greeting_activities01,
#i_greeting_activities02,
#i_greeting_activities03 {
	width:calc(100% / 3 - 10px);
	margin: 0 5px;
}
#i_greeting_activities p {
	/* height: 70px; */
	padding: 15px 0;
}
#i_greeting_activities div ul {
	padding: 16px 0 0 16px;
}
#i_greeting_activities div ul li {
	list-style-type: square;
}
#i_greeting_activities01_title {
	height: 75px;
	padding: 15px 0;
	background: #EEE;
	box-shadow:4px 4px 3px -2px #999;
	border-radius: 70px;
	color: #388E3C;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#i_greeting_activities02_title {
	height: 75px;
	background: #EEE;
	box-shadow:4px 4px 3px -2px #999;
	border-radius: 70px;
	color: #DA8D11;
	font-size: 14px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	letter-spacing: 0.05;
}
#i_greeting_activities03_title {
	height: 75px;
	padding: 15px 0;
	background: #EEE;
	box-shadow:4px 4px 3px -2px #999;
	border-radius: 70px;
	color: #008E94;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#i_greeting_activities_list {
	margin: 40px 0 0;
}
#i_greeting_activities_list01 {
	margin: 0 0 10px;
	padding: 10px;
	background: #4CAF50;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow : 1px 0px 3px rgba(0,0,0,0.6);
	box-shadow:4px 4px 3px -2px #999;
}
#i_greeting_activities_list02 {
	margin: 30px 0 10px;
	padding: 10px;
	background: #E4AC02;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow : 1px 0px 3px rgba(0,0,0,0.6);
	box-shadow:4px 4px 3px -2px #999;
}
#i_greeting_activities_list03 {
	margin: 30px 0 10px;
	padding: 10px;
	background: #008E94;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow : 1px 0px 3px rgba(0,0,0,0.6);
	box-shadow:4px 4px 3px -2px #999;
}
#i_greeting_activities_list dd ul {
	margin: 10px 0 50px;
	padding: 0;
}
#i_greeting_activities_list dd ul li {
	padding: 15px 0 15px 10px;
	list-style: none;
	font-size: 14px;
}
#i_greeting_activities_list dd ul li:before {
	content: "・";
	padding: 0 5px 0 0;
	font-size: 14px;
}
#i_greeting_activities_list01_inner {
	border: 1px solid #4CAF50;
	border-bottom: none;
}
#i_greeting_activities_list01_inner li {
	border-bottom: 1px solid #4CAF50;
}
#i_greeting_activities_list02_inner {
	border: 1px solid #E4AC02;
	border-bottom: none;
}
#i_greeting_activities_list02_inner li {
	border-bottom: 1px solid #E4AC02;
}
#i_greeting_activities_list03_inner {
	margin: 0 0 20px!important;
	border: 1px solid #008E94;
	border-bottom: none;
}
#i_greeting_activities_list03_inner li {
	border-bottom: 1px solid #008E94;
}

#page-top {
	position:fixed;
	bottom:20px;
	right:20px;
	width: 75px;
	height: 75px;
	font-size:0.9em;
	background:#4CAF50;
	text-decoration:none;
	color:#ffffff;
	padding:15px;
	text-align:center;
	display:block;
	box-shadow: 0px 0px 3px 1px #999;
	border-radius:50%;
}

#overview_list {
}
#overview_list dt {
	float: left;
	width: 5em;
}
#overview_list dd {
	margin: 0 0 0 6em;
}