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

/*  ------------------------- リンクの指定　*/
a { color: #000000; text-decoration: none; }

a:hover { color: #8c7a2f; text-decoration: none; }



/*  ------------------------- 全体構造　*/
html, body {
  margin: 0;
  padding: 0;
  }
  
html {
border-top: 5px solid #039;
}  
  
#wrap {
  width: 940px;
  margin: 0 auto;
  }

#header {
  height: 100px;
  margin-bottom: 80px;
  }
  
#image {
  height: 580px;
  margin-bottom: 60px;
  background-color: #CCCCCC;
  clear: both;
  } 
  
#navi {
   margin-bottom: 60px;
   }
   
#footer {
  padding-bottom: 60px;
  }

/*　***************　ページのトップへ　*/


#pagetop a {
  display: block;
  width: 120px;
  height: 20px;
  text-indent: -9999px;
  background:  no-repeat;
  float: right;
  background: url(../img/pagetop-off.gif) no-repeat;
  }

#pagetop a:hover { 
  background: url(../img/pagetop-on.gif) no-repeat;
  }
  
  
/*  ------------------------- header　*/ 
#logo {
  text-indent: -9999px;
  }
  
#logo a {
  background: url(../img/logo-off.gif) no-repeat;
  display: block;
	/*width: 180px;
	height: 46px;*/
  width: 150px;
  height: 35px;
  position: relative;
  top: 40px;
  }

#logo a:hover {
  background: url("../img/logo-on.gif") no-repeat;
  }
    
#menu {
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  padding: 8px 5px 10px 5px;
  position: relative;
	top: 60px;
  /*top: 80px;*/
  }
  
#menu li { 
  display: inline;
  margin-right: 40px;
  letter-spacing: 0.2em;
  }

#menu02 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 5px 10px 5px;
  margin-bottom: 40px;
  margin-top: 0;
  }
  
#menu02 li { 
  display: inline;
  margin-right: 20px;
  }

/*  ------------------------- navi　*/ 

#navi {
  background: #F5F5F5;
  }

.navi {
  height: 450px;
  float: left;
  margin-bottom: 40px;
  }
    
.navi a {
  display: block;
  width: 450px;
  height: 450px;
  background: #999999;
  text-indent: -9999px;
  }

#navi-furin a {
  margin-right: 40px;
  background: url(../img/navi-techou01.gif) no-repeat;
  }

#navi-hachimaki a {
  background: url(../img/navi-techou02.gif) no-repeat;
  }
  

#navi-more a {
  margin-right: 40px;
  background: url(../img/navi-techou03.gif) no-repeat;
  }    

#navi-manner a {
  background: url(../img/navi-techou04.gif) no-repeat;
  }

#navi-furin a:hover { background: url(../img/navi-techou01-on.gif);}

#navi-hachimaki a:hover { background: url(../img/navi-techou02-on.gif);}

#navi-more a:hover { background: url(../img/navi-techou03-on.gif);}

#navi-manner a:hover { background: url(../img/navi-techou04-on.gif);}
  
  
/*  ------------------------- footer　*/ 
#footer {
  clear: both;
  margin-top: 40px;
  }
  
.footer-navi {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  }

#footer-company {
  margin-right: 0;
  }

.footer-navi li {
  margin-bottom: 8px;
  font-size: 11px;
  }
    
#footer h3 {
   border-bottom: 1px solid #003366;
   padding-bottom: 10px;
   margin-bottom: 10px;
   color: #003366;
   } 

#footer h3 a {
   color: #003366;
   }
      
address {
  clear: both;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #cccccc;
  margin-top: 40px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #DDDDDD;
  }    
  
  
/*  ------------------------- コンテンツ内　*/

h1 {
  margin-bottom: 0px;
  /*border-bottom: 1px solid #003366;*/
  padding-bottom: 10px;
  clear: both;
  }

h2 {
  clear: both;
  }
    
#kitsuke {
  padding: 40px;
  background: url(../img/bg-gray.gif);
  }

/*着付け*/
#download {
  margin: 20px 0 0 0;
  }

#download p {
  padding: 10px 0 0 0;
  }
    
.d-botton {
  width: 300px;
  height: 80px;
  float: left;
  margin-right: 40px;
  }  

.d-botton a {
  display: block;
  width: 300px;
  height: 60px;
  text-indent: -9999px;
  }
  
#furin-botton a { background: url(../img/b-furin-off.gif) no-repeat;}
#hachimaki-botton a { background: url(../img/b-hachimaki-off.gif) no-repeat;}

#furin-botton a:hover { background: url(../img/b-furin-on.gif) no-repeat;}
#hachimaki-botton a:hover { background: url(../img/b-hachimaki-on.gif) no-repeat;}

/*ワンポイント講座*/

#kitsuke table {
  /*background-color: #FFFFFF;*/
  border-collapse: collapse;
  }    
  
#kitsuke td {
  border-bottom: 1px dashed #CCCCCC;
  vertical-align: top;
  width: 220px;
  padding: 10px 0;
  line-height: 1.8;
  }

#kitsuke td.onepoint-img {
  width: 200px;

  }
  
#kitsuke td img {
  border: 1px solid #DDD;
  margin: 0;
  margin-left: 10px;
  }    

#kitsuke td p {
  margin: 10px;
  }


/*ゆかたマナー*/
  
#kitsuke h3 {
  font-size: medium;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #003366;
  margin-bottom: 40px;
  } 
  
#kitsuke dl {
  background-color: #FFF;
  padding: 40px 60px;
  line-height: 1.8;
  } 
  
  
#kitsuke dt {
  font-size: medium;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-bottom: 1px dashed #99CCFF;
  background: none;
  color: #003366;
  }

#kitsuke dd {
  font-size: small;
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 2em;
  }
  
img.icon {
  margin-bottom: -3px;
  margin-right: 8px;
  }
  
.hujin {
  color: #CC0000;
  }
  
.tonogata {
  color: #0066FF;
  }
  
#manners h4 {
  margin: 0 0 0 30px;
  }   
  
  
/*  ------------------------- 画像配置　*/
.photo-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  }

.photo-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  }    