.clearfix:after { /*floatの解除*/ 
	display:block; 
	clear:both; 
	height:0px; 
	visibility:hidden; 
	content:"."; 
} 
.clearfix { 
	min-height: 1px; /*IE6、7対策*/ 
} 
#navimenu {
	background-image: url(../images/global_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 930px;
	height: 37px;
	margin-top: 0;
	margin-bottom: 5px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 155px;
	height: 37px;
	background-image: url(../images/btn00.jpg);
	text-align: center;
	line-height: 37px;
}
ul.menu li:hover {
	background-image: url(../images/btn00_on.jpg);
}
ul.menu li ul {
	display: none;
	position: absolute;
	top: 37px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 620px;
}
ul.menu li a {
	text-decoration: none;
	color: black;
}
ul.menu li a:visited {
	color: black;
}
#giinbanners {
	clear: both;
	padding-top: 3px;
}
.giinbanner {
	float: left;
	padding-right: 3px;
}
#mainimg {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	height: 220px;
	overflow: hidden;
	border: gray solid 1px;
}
#mainimg ul {
	list-style-type: none;
	position: relative;
	width: 10000px; /* must be larger than the total width of all slides */
	height: 1%; /* IE fix */
	margin: 0;
	padding: 0;
}
#mainimg li {
	width: 900px;
	float: left;
}
.mainimgslide {
	position: relative;
	width: 900px;
	height: 220px;
}
.mainimgslide {
	position: relative;
	width: 900px;
	height: 220px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.mainimgslide img {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
}
.mainimgslide span.caption {
	position: absolute;
	left: 6px;
	top: 6px;
	text-align: left;
	background: #fff;
	opacity: 0.75;
	padding: 3px;
}
.mainimgslideback {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 220px;
}
.mainimgsliderighttxt {
	position: absolute;
	top: 120px;
	left: 300px;
	width: 530px;
	height: 80px;
}
.mainimgslidelefttxt {
	position: absolute;
	top: 120px;
	left: 60px;
	width: 530px;
	height: 80px;
}
#maininfo {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
#maincontent {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainleft {
	float: left;
	padding: 0;
}
#maininfolist {
	width: 500px;
	padding: 5px;
	border: gray solid 1px;
}
#mainsns {
	/* float: left; */
	width: 500px;
	height: 600px;
	padding: 5px;
	border: gray solid 1px;
}
#mainsns iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#mainbanners {
	float: left;
	width: 400px;
	margin-left: 5px;
}
.mainbanner {
	position: relative;
	margin-bottom: 5px;
	width: 380px;
	height: 100px;
	border: solid 1px gray;
}
.shomeibanner {
	position: absolute;
	top: 0;
	left: 0;
}
.shomeilefttext {
	position: absolute;
	top: 67px;
	left: 50px;
}
.shomeirighttext {
	position: absolute;
	top: 67px;
	left: 140px;
}
.footerbanners {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
}
.footerbanner {
	float: left;
	margin-right: 3px;
}
.footerbanner img {
	width: 160px;
}
.formtable td {
	padding: 3px;
}
#content-inner .subtitle {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 4px;
	font-size: large;
	font-weight: bold;
	width: 100%;
	border-left: solid 15px #1B8C32;
	border-top: solid 2px #1B8C32;
}
.shomeileft {
	float: left;
	width: 500px;
}
.shomeiframe {
	border: none;
	width: 500px;
	height: 200px;
}
.shomeiright {
	float: right;
	width: 400px;
	padding-left: 10px;
}
.shomeiinfo {
	width: 250px;
	padding: 5px;
	text-align: center;
	background-color: #CE4A32;
	color: white;
}
.shomeicomment {
	width: 250px;
	padding: 5px;
	color: #CE4A32;
}
.shomeicount {
	font-weight: bold;
	font-size: large;
}
#giinleft {
	float: left;
	width: 650px;
}
.giin {
	overflow: hidden;
}
.giinframe {
	width: 636px;
	background-color: white;
	border: solid 2px gray;
	border-radius: 4px;
	padding: 4px;
}
.giinframe .profile {
	padding: 4px 4px 4px 56px;
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.giinframe .leaflet {
	text-align: center;
	padding: 10px;
}
.giinframe .aisatsu {
	padding: 8px 4px 4px 56px;
	background-image: url(../images/aisatsu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.giinframe .links {
	position: relative;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
.giinframe .links ul {
	position: relative;
	float: left;
	left: 50%;
	list-style-type: none;
}
.giinframe .links li {
	float: left;
	width: 110px;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	position: relative;
	left: -50%;
}
.giinframe .links .facebook {
	background-color: #3B579D;
}
.giinframe .links .twitter {
	background-color: #00B0ED;
}
.giinframe .links .web {
	background-color: #FF9900;
}
.giinframe .links .blog {
	background-color: #FF6600;
}
.giinframe .links a {
	display: block;
	font-size: 11pt;
	line-height: 1;
	padding: 12px 0 8px;
	text-align: center;
	color: white;
}
#closeallgiin {
	text-align: right;
	font-size: 12pt;
}
#giinright {
	float: right;
	width: 252px;
}
#sakyomaptitle {
	font-weight: bold;
	font-size: 13pt;
}
#sakyomapdiv {
	border: solid 1px gray;
}
#sakyomapdesc {
	margin-top: 5px;
}
#sakyomapdesc .fukai {
	float: left;
	width: 120px;
	background-color: #00058A;
	color: white;
	padding: 2px;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
#sakyomapdesc .shikai {
	float: left;
	width: 120px;
	background-color: #711200;
	color: white;
	padding: 2px;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
#sakyomapdesc .area {
	clear: left;
	text-align: center;
}
#calendar {
	margin-bottom: 10px;
}
#photo_big {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.photo_smalls {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.photo_small {
	float: left;
	width: 170px;
}
#photo_info {
	margin-bottom: 10px;
}
#goikenframe {
	width: 650px;
	height: 500px;
	border: none;
}
.moviecontent {
	margin-bottom: 15px;
}
.info_list {
}
.info_list_header {
	font-weight: bold;
}
.info_list_item {
	background-image: url(../images/sankaku16.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding: 3px 3px 3px 20px;
}
.info_content {
	margin-bottom: 15px;
}
img.thumbnail {
	border: 1px solid black;
}
.new {
	color: red;
}
