﻿@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body { 
  font-size: 14px;
  color: #000000;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  padding: 0px;
  margin: 0px;
  background-image: url(../img/ha02mi.gif);
  background-repeat: repeat-x;
  background-position: top
  text-align: center;
 }

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  text-align: left;
  }
#content{
  margin: 20px 10px;
  padding: 0px;
}
#nav {
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 720px;
}
#header{
  padding: 20px 20px;
}
#footer{
  text-align: right;
  line-height: 30%;
  border-top: 1px solid #ff99cc;
  border-bottom: 1px solid #ff99cc;
  background-image: url(../img/ha02mi.gif);
  background-repeat: no-repeat;
  background-position: left
}
/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
  float: left;
  width: 118px;
  height: 20px;
  border: 2px solid #993333;
  margin-right: 5px;
  margin-left: 0px;
  font-size: 13px;
  text-align: center;
  background-color: #ffffcc;
}
#nav a {
  display: block;
  width: 118px;
  height: 20px;
  color: #000;
  text-decoration: none;
}
#nav a:hover {
  color: #FFF;
  background-color: #993333;
}
/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h2 {
  font-size: 18px;
  margin-top: 10px;
  padding: 0px 20px 5px 20px;
  background-image: url(../img/icon_star10.gif);
  background-repeat: no-repeat;
  background-position: left;
  border-bottom: solid 1px #993333;
}
#zu{
  height: 350px;
  width: 360px;
  float: right;
  padding-bottom: 30px;
  overflow: scroll;
}
#col1{
  margin-left: 20px;
  width: 300px;
}
#imgHover ul li {
	float: left;
	margin-right: 5px;
}
	#imgHover ul li img {
		border: none;
	}
	
	#imgHover ul li a {
		display: block;
	}
				
	#imgHover ul li a:hover {
		position: relative;
	}

		#imgHover ul li a .mainImage {
			display: none;
		}
					
		#imgHover ul li a:hover .mainImage {
			display: block;
			position: absolute;
			top: -55px;
			left: -50px;
		}
#col2{
  clear: both;
  height: 290px;
  overflow: scroll;
  padding-bottom:30px;
  padding-right:30px;
  background-image: url(../img/line_a.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.kneko0  {
  color: #993333;
}
.kneko1  {
  color: #cc6666;
  font-family: "ＭＳ Ｐ明朝", serif;
}
-------------------------------------------------------------------------------*/
