/*背景・マージン*/
body {
  text-align: center;
  /*background: url("../images/bg.gif");*/
  background: url("../images/bg_bar.gif") no-repeat;
  margin:0;
  padding:0;
}

/*大枠*/
#outline {
  width:950px;
  padding:0;
  text-align:left;
  background:#ffffff;
  margin-left:auto; /*firefox*/
  margin-right:auto; /*firefox*/
  /*border-left:1px solid #81af36;*/
  /*border-right:1px solid #81af36;*/
 /* border-top:1px solid #81af36;*/
 /* border-bottom:1px solid #81af36;*/
}

/*リンク*/
a:link {color: #81af36;}
a:visited {color: #81af36;}
a:hover {color: #666666;}
a:active {color: #666666;}

.c-both {clear:both;}

.txt {
  /*color:#777778;*/
  color:#666666;
  font-size:13px;
  line-height:160%;
  letter-spacing:0.1em;
}

.txt-green {
  color:#81af36;
  font-weight:bold;
  font-size:13px;
  line-height:160%;
  letter-spacing:0.1em;
}

.txt-top {
  color:#ffffff;
  font-size:12px;
  line-height:125%;
  letter-spacing:0.1em;
}

img {display:block;}

.staff {cursor: default;}

hr {
  border:1px dotted #cccccc;
}

.box {
  width: 250;
  background-color: #ffffff;
  border: 1px #cccccc solid; /* 枠線（太さ・色・スタイル） */ 
}

.line {
  border-bottom:1px dotted #cccccc;
}
