/*  base  */
*{margin:0px; padding:0px; }
html {height: 100%; overflow-x: hidden; }
body {width: 100%; height: 100%; background: #ffffff; color: #333;
  font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal; 
  animation: fadeIn 0.5s ease 0s 1 normal; }
img {border-style:none;border: 2px solid #fff;-webkit-transition: all 0.3s ease;transition: all  0.3s ease; }
a{}
a:link {color: #b87098; text-decoration: none;-webkit-transition: all 0.1s ease;transition: all  0.1s ease; }
a:visited {color: #6f246c; text-decoration: none;}
a:active {color: #5f494d; text-decoration: none;}
a:hover{color: #fff;/*#c888ac*/text-shadow:0 1px 0px #9a6884,1px 0 0px #9a6884,0 -1px 0px #9a6884,-1px 0 0px #9a6884,
        -1px -1px 0px #9a6884,1px -1px 0px #9a6884,-1px 1px 0px #9a6884,1px 1px 0px #9a6884; }
a:hover img{border: 2px solid #9a6884; }
p{text-align: justify; font-size: 14px; margin-bottom: 1.8em; line-height: 1.7; margin: 20px 20px 20px 20px;}
hr {height: 0; margin: 0; padding: 0; border: 0;}
.dotted{border-top: 1px dashed #cd8cc1;margin-right:20px;}
h1 {color: #111;display: inline-block;font-size: 16px;margin-bottom: 1.8em;
  line-height: 1.7;padding: .5em .75em;border-left: 8px solid #f6cd8d;margin: 10px 20px 10px 40px; }

/*  main  */

#container{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:700px;
  height:100%;
  min-height: 100%;
  margin: 0 auto;  
  position: relative; }
#header{
  width: 600px;
  height: 170px;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;}
#header p{display: block; text-align: center; margin: 20px 20px 0px 20px;}
.main{
  width: 630px;
  top: 180px;
  bottom:10px;
  margin: 0 35px;
  display: inline-block;
  position: absolute;
  overflow: auto;}


#foot{
  width: 600px;
  height: 50px;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
  overflow: hidden;
  text-align: center;}
#foot p{display: block; text-align: center; margin: 20px 20px 0px 20px;}

/*  content  */

.imga{display: block; margin: 10px auto;}
.imgb{display: inline-block; float:left; margin: 0px 10px 10px 20px;}
.imgc{display: inline-block; float:left; margin: 0px 10px 10px 20px;}
.bann{display: inline-block; margin: 0px 20px 10px 10px;}
.pict-cent{margin:10px auto;display:block; border:1px solid #000;}
object{
  width: 600px;
  height: 120px;
  margin: 10px 0px 5px 0px;}
.pictob{
  width: 600px;
  height: 120px;
  margin: 10px 0px 5px 0px;}
.linkbox{
  width: 150px;
  height: 28px;
  margin: 10px 30px 0px 20px;
  display: inline;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  background: #eee;
  overflow: auto;
  text-align: center;
  -webkit-transition: all 0.1s ease;
  transition: all  0.1s ease;
  }
.linkbox:hover{
  background: #9a6884;
  }
hr {height: 0; margin: 0; padding: 0; border: 0;}
.bor{
  border: solid #cd8cc1;
  border-width:1px 0 0 0;
  height:1px;
  clear:both;}
.textbor{width: 80%;margin: 0 auto;  border-top: 1px dashed #cd8cc1;}
.textbor-clear{
  border-top: 1px dashed #cd8cc1;
  width: 85%;
  border-width:1px 0 0 0;
  margin: 0 auto;  
  height:1px;/* for IE6 */
  clear:both;/* for IE6 */}
.dotted{border-top: 1px dashed #cd8cc1; margin-right:20px;}

ol {
  list-style: none;
  counter-reset: ol_li; 
  font-size: 14px;
  width:90%;
  margin: 20px 20px 20px 20px;
  position: relative;}
ul li {
  font-size: 14px;margin: 10px 10px 10px 20px;list-style: none; }
ol li {
  font-size: 14px;margin: 10px 10px 10px 10px;list-style: none; }
ul{
  font-size: 14px;
  width: 90%;
  margin: 20px 20px 20px 20px;
  position: relative;}
ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #f6cd8d;
  position: relative;
  left: -10px;
  top: -3px; }
ol li:before {
  margin-right: .75em;
  counter-increment: ol_li; 
  content: counter(ol_li); 
  color: #f6cd8d;
  font-weight: bold; }














