@charset "Shift_JIS" ;
*{
	margin: 0;
	padding: 0;
}
#index{
		background-image: url(images/nekohaikei_07.gif);
		height: 700px;
		background-color: #ffffff;

}
.left{
		background-image: url(images/nekorain_01.gif);
		background-repeat: repeat-y;
		height: 700px;
		width: 150px;
		float: left;
}
.right{
		background-repeat: repeat-y;
		background-image: url(images/nekorain_01.gif);
		float: right;
		height: 700px;
		width: 150px;
}
address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 3px double #cc9966;
		padding: 10px;
		color: #000000;
}
.header{
		text-align: center;
}
a img{
		border: none;
}
table{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
}
.yomogi{
		margin-left: 5px;
		margin-right: 20px;
}
.aaa{
		text-align: center;
		width: 700px;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
}
.photo{
		margin-right: 20px;
		float: left;
}
.end{
		clear: left;
}
h1{
		color: #0000ff;
		font-style: obique;
		text-align: center;
}
h2{
		color: #cc0066;
}
h3{
		color: #003366;
		padding-left: 20px;
		font-style: obique;
		font-size: 105%;
		margin-bottom: 20px;
}
h4{
		font-size: 110%;
		color: #ff0000;
}
h5{
		font-size: 90%;
		color: #003366;
		text-align: left;
}
IMG{
		margin-left: 25px;
}
/*噴出し部分の設定*/
#imgHover {   
  position: relative;   
  margin-top: 50px;    
}    
#imgHover #imgHoverList {   
  list-style: none;   
  position: relative;   
}   
#imgHover {   
  float: left;   
  margin-right: 5px;   
}   
#imgHover img {   
  border: none;   
}   
#imgHover a {   
  display: block;   
}   
#imgHover a:hover {   
  position: static;   
}   
#imgHover a .mainImage {   
  display: none;   
}
#imgHover a .mainImage2 {   
  display: none;   
}      
#imgHover a:hover .mainImage {   
  display: block;   
  position: absolute;   
  bottom: 15px;
  right: 75px;
}   
#imgHover a:hover .mainImage2 {   
  display: block;   
  position: absolute;   
  bottom: 15px;
  left: 30px;
}
.eee{
	margin-bottom: 5px;
}
