/* Element */
* {
  margin: 0;
  padding: 0;
}
body {
  background: #eeeeee url(../logo/ban_back02.gif) repeat fixed 0%;
  text-align: center;
  color: #333333;
  font-size: 80%;
  scrollbar-arrow-color: #aa6633;
  scrollbar-darkshadow-color: #aa6633;
  scrollbar-3dlight-color: #aa6633;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
}
a {
  color: #2277dd;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: #1e90ff;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff9900;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
/* Content */
div#com {
  border: 0px solid red;
  width: 800px;
  height: 100px;
}
/* Hidari Navi */
div#com div#hidari {
  float: left;
}
/* Migi Navi */
div#com div#migi {
  float: right;
  padding-right: 70px;
}
div#com h1 {
  margin: 10px 0 0 55px;
  color: white;
  text-align: left;
}
div#com a {
  border-top: 1px dotted blue;
  border-bottom: 1px dotted blue;
  padding: 2px;
  display: block;
  float: left;
  font-size: 16px;
  color: Blue;
  margin-top: 10%;
  margin-right: 10px;
}
div#com a:hover {
  background: #ffffff none repeat scroll 0% 50%;
  color: #993300;
}
/* Float Menu*/
div#menu {
  width: 800px;
  height: 405px;
  border: 0px solid blue;
}
.wrap {
  font-size: 36px;
	text-align: center;
  margin: 10px 10px;
	padding-top: 10px;
  overflow: hidden;
  float: left;
  width: 300px;
  height: 100px;
  position: relative;
  left: 10%;
  top: 5%;
}
.wrap img {
  border:  none;
  position: absolute;
  top: 0;
  left: 0;
}
/* Navi Menu*/
div#nav {
  width: 800px;
  height: 95px;
  border: 0px solid green;
}
#navbar {
  width: 760px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  position: relative;
  left: 10%;
}
#navbar li {
  border: 1px solid #ffffff;
  width: auto;
  float: left;
  margin-right: 2px;
  text-align: center;
}
#navbar li a {
  padding: 2px 15px;
  width: auto;
  float: left;
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #8b4513;
}
#navbar li a:hover {
  background-color: #ffffff;
  color: Maroon;
}
/* For SiteMap*/
div#menu pre {
	color: #EEE8AA;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	margin-top: 20px;
	margin-left: 120px;
}
div#menu pre a {
	color: #EEE8AA;
}
div#menu pre a:hover {
	color: #ff9900;
	text-decoration: underline;
}
div#tmp {
  width: 800px;
  height: 65px;
  border: 0px solid green;
}
