@charset "Shift_JIS";

/* init 
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, li { list-style: none; }

/* start 
---------------------------------------- */
html {
  font-size: 12px;
  color: #d2a793;
  line-height: 20px;
  background: #432424;
}

body {
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  border: 0;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* common 
---------------------------------------- */
a {
  color: #D99321;
  text-decoration: underline;
}

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

/* incts 
---------------------------------------- */
#wrapper_tp {
  text-align: left;
  margin: 0 auto;
  width: 890px;
}

/* common */
.incts {
  padding: 60px 0 ;
  clear: both;
}

.incts dl {
  text-align: center;
  margin: 20px 10px;
  width: 400px;
  background: #351D1D;
  float: left;
}

.incts dt {
  margin: 0;
  padding: 0;
  height: 400px;
}

.incts dd { padding: 10px; }
