@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin:0px;
  padding:0px;
  color: #392714;
  line-height:0;
}
.bg_img {
	background-image: url("../img/common/bg.gif");
	background-repeat: repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #993300;
  background: transparent;
}
a:visited {
  color: #999966;
  background: transparent;
}
a:hover {
  color: #FF9900;
  background: transparent;
}


/* テキスト
---------------------------------------------------- */
.tex001 {
  font-size:91%;
  line-height:1.6em;
}
.tex002 {
  font-size:83%;
  line-height:1.6em;
}
.tex003 {
  font-size:75%;
  line-height:1.2em;
}
.tex004 {
  color: #392714;
  font-size:91%;
  line-height:1.4em;
}
.tex005 {
  font-size:83%;
  line-height:1.1em;
}
.tex_s001 {
  font-size: 10px
}
.tex_name001 {
  font-size:100%;
  line-height:1.6em;
  font-weight:bold;
  text-align:right;
  margin-bottom:12px;
}
.title001 {
  color: #392714;
  font-size:100%;
  line-height:1.6em;
  font-weight:bold;
}

/* 構成
---------------------------------------------------- */
.box001 {
  width:610;
  text-align: right;
}
.box002 {
  width:600;
  text-align: left;
}
.box003 {
  width:580;
  text-align: left;
}
.box004 {
  width:560;
  text-align: left;
}
.box_line001 {
  border: #CCCCCC 1px solid;
}
.box_left {
  text-align: left;
}
.shadow001 {
  border-bottom: #CCCCCC 2px solid;
  border-right: #CCCCCC 1px solid;
}
.space001 {
  height:20px;
}
.space002 {
  height:50px;
}
.space003 {
  height:80px;
}
.space_footer001 {
  height:40px;
}
.space_footer002 {
  height:30px;
}