@charset "UTF-8";
/* CSS Document */

h4{
   font-size:13px;
   color:#663300;
   }
h2{
   font-size:12px;
   font-weight:normal;
   }   
/*index.html
-----------------------------------------------*/
.top{
   padding:5px;
   font-size:12px;
   }
.top .animation{
   float:right;
   width:143px;
   height:360px;
   padding-top:60px;
   }
.top_flash img{
   padding:10px;
   }     
.top .pic{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 55px;
   }
.title{
	float:left;
	margin: 0px;
	padding:10px 330px 10px 15px;
   }
.motto h3{
    font-size:9px;
	color:#666666;
	}
.top .motto{
   display:block;
   padding:0 25px 0 5px;
   margin-left:55px;
   line-height:140%;
   }
.blogbanner{
   display:block;
   float:right;
   margin:-30px 20px 5px 0px;
   }
   
.blogbanner a{
	display:block;
    text-indent:-9999px;            
    text-decoration:none;
    width:120px;
	height:30px;
	overflow: hidden; /* IE6用にli要素のサイズを指定し、はみ出たa要素は表示させない */
    background-position:0px 0px;
	background-image:url(../images/blogbanner.gif);
}
 
.blogbanner a:hover{
    background-position:0px -30px;
    }
   
#footer	p{
	float:left;
	padding-left:60px;
	padding-top:5px;
}   
       

/*what.html
-----------------------------------------------*/
.what{
    padding:5px;
	font-size:12px;
	}
.pic-a{
    padding-left:55px;
	padding-top:10px;
	padding-right:10px;
	}
.next{
    float:right;
    }
/*what2.html
-----------------------------------------------*/
.article{
    padding:0 55px;
	}
/*gallery.html
-----------------------------------------------*/
.gallery{
   width:663px;
   height:386px;
   background-color:#000;
   padding:25px 5px 25px 5px;
   }
 .title_gallery{
   margin:14px 300px 20px 20px;
   display:inline;
   }  
/*access.html
-----------------------------------------------*/
.access{
   padding:5px;
   font-size:12px;
   }
.man{
   padding:250px 10px 0 20px;
   float:right;
   }
.adress{
   display:block;
   width:500px;
   padding:50px 0px 0 5px;
   margin-left:76px;
   line-height:140%;
   float:left;
   } 

.access a{
    color:#996633;
	}
.access .pic{
	padding-top: 10px;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left: 76px;
	float:left;
   }
  .adress span{
    background-color:#996600;
	display:block;
	color:#FFFFFF;
	width:80px;
	text-align:center;
	text-decoration:none;
	} 
   	           
/*about.html
-----------------------------------------------*/
.about{
   font-size:12px;
   padding:4px 5px 5px 5px;
   }
.pic2{
   float:right;
   padding:5px 57px 10px 5px;
   }
.motto{
   display:block;
   padding:0 60px 0 5px;
   margin-left:55px;
   line-height:140%;
   }
.motto h2{
   line-height:180%;
   font-size:13px;
   font-weight:bold;
   color:#663300;
   }
.about .title{
   padding-right:560px;
   padding-bottom:10px;
   }           

/*link.html
-----------------------------------------------*/
.link{
   padding:5px;
   font-size:12px;
   }
   
.link .link-list{
	padding:30px 0 10px 100px;
	}

.link .link-list h2{
	font-size:120%;
	font-weight:bolder;
	padding:10px 0;
	color:#707595;
	}
	
.link .link-list ul li{
	list-style:circle inside;
	padding:5px;
	}

.link .link-list a{
	color:#666600;
	}


