@charset "UTF-8";

body {
	background-color: #7fb4da;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

/* ---------------------------------------------------------------------------------------------------- */

#wrap {
	text-align: center;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}

#head {
	height: 6px;
	background: url(images/head-bg.gif) no-repeat center;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#wrapcontent { /*Nest of boxes structure 1 to maintain white of a background of "#content"*/
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}

#wrapcontent2 { /*Nest of boxes structure 2 to maintain white of a background of "#content"*/
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#content {
	height: 500px;
	width: 1000px;
	background: url(images/content-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
}

#content2 {
	width: 1000px;
	background: url(images/content-bg.gif) repeat-y;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#wrapfoot {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#navi {
	height: 53px;
	width: 800px;
	margin: 0 auto;
	background: url(images/navi-bg.gif) no-repeat center;
	padding: 7px 0 0 120px;
}

#footnavi {
	background-image: url(images/foot-bg.gif);
	height: 95px;
	color: #fff;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#foot {
	background-image: url(images/foot-bg.gif);
	height: 50px;
	margin: 0;
	padding: 0;
}

/*┏─────────────────────────────────────────────────┓*/
/*ナビゲーション　　*/
/*┗─────────────────────────────────────────────────┛*/

#navi em, #navi em a {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	float: left;
	width: 129px;
	height: 32px;
	text-indent: -9999px;
	text-align: center;
}

#navi em#navi01 a {
	background-image: url(images/navi01.gif);
	/*margin-left: 14px;*/
}
#navi em#navi01 a:hover {
	background-image: url(images/navi01-over.gif);
}

#navi em#navi02 a {
	background-image: url(images/navi02.gif);
}
#navi em#navi02 a:hover {
	background-image: url(images/navi02-over.gif);
}

#navi em#navi03 a {
	background-image: url(images/navi03.gif);
}
#navi em#navi03 a:hover {
	background-image: url(images/navi03-over.gif);
}

#navi em#navi04 a {
	background-image: url(images/navi04.gif);
}
#navi em#navi04 a:hover {
	background-image: url(images/navi04-over.gif);
}


/*┏─────────────────────────────────────────────────┓*/
/*　　フットナビ*/
/*┗─────────────────────────────────────────────────┛*/

#footnavi a {
	color: #fff;
}


/*┏─────────────────────────────────────────────────┓*/
/*　　トップページエレメント*/
/*┗─────────────────────────────────────────────────┛*/

img.toplogo {
	margin: 50px 0 0;
	padding: 0;
	width: 580px;
	height: 300px;
}

.wingdings {
	font-family: Wingdings;
}


#map {
	border: 1px solid #cccccc; width: 560px; height: 560px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 1.8em;
}

#map a, #map a:visited, #map:hover {
	color: #444;
}.text01 {
	font-size: 12px;
	font-weight: 900;
}
.text02 {
	font-size: 12px;
	color: #ffffff;
}
.text03 {
	font-size: 12px;
	color: #666666;
}


/*┏─────────────────────────────────────────────────┓*/
/*　　H1*/
/*┗─────────────────────────────────────────────────┛*/
h1 {
	width: 560px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	text-align: center;
}

h1#title01 {
	background: url(images/title_01.gif) no-repeat;
}

h1#title02 {
	background: url(images/title_02.gif) no-repeat;
}

h1#title04 {
	background: url(images/title_04.gif) no-repeat;
}

/*┏─────────────────────────────────────────────────┓*/
/*　CLASS指定　*/
/*┗─────────────────────────────────────────────────┛*/
.hidden {
	display: none;
	visibility: hidden;
}