@charset "UTF-8";
body {
  color: #333;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}

.min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.goth {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#fv {
  background: #fcf9f4 url(../img/fvbg.png) center 0 no-repeat;
  height: 1075px;
  position: relative;
  z-index: 100;
}
#fv .logoArea {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#fv .logo {
  background: #fff url(../img/logo.png) center center no-repeat;
  width: 284px;
  height: 112px;
  position: absolute;
  right: 0;
  left: 0;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0;
  border-radius: 0 0 8px 8px;
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}
#fv h1 {
  text-indent: -99999px;
  background: url(../img/fv.png) center 0 no-repeat;
  height: 1106px;
}
#fv .note {
  width: 900px;
  margin: 0 auto;
  top: 1010px;
  right: 0;
  left: 0;
  position: absolute;
  text-shadow: 0 3px 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, -3px 0 1px #fff, -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff;
  font-size: 11px;
  color: #666;
    text-align: right;
}

#bv {
  background: #fcf9f4 url(../img/fvbg.png) center 25px no-repeat;
  height: 1110px;
	padding-top: 25px;
  position: relative;
  z-index: 100;
}

#bv .logoArea {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#bv .logo {
  background: #fff url(../img/logo.png) center 25px no-repeat;
  width: 284px;
  height: 112px;
	padding-top: 25px;
  position: absolute;
  right: 0;
  left: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 3px 3px 5px #999;
  -webkit-box-shadow: 3px 3px 5px #999;
  box-shadow: 3px 3px 5px #999;
}
#bv h1 {
  text-indent: -99999px;
  background: url(../img/fv.png) center 0 no-repeat;
  height: 1106px;
}
#bv .note {
  width: 900px;
  margin: 0 auto;
  top: 1030px;
  right: 0;
  left: 0;
  position: absolute;
  text-shadow: 0 3px 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, -3px 0 1px #fff, -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff;
  font-size: 11px;
  color: #666;
    text-align: right;
}

.contents {
  background: #fcf9f4;
  padding-bottom: 30px;
}

.inner {
  width: 900px;
  margin: 0 auto;
  background: #fff;
  -moz-box-shadow: 0 0 10px #e1e0db;
  -webkit-box-shadow: 0 0 10px #e1e0db;
  box-shadow: 0 0 10px #e1e0db;
}

.cart {
  position: relative;
  background: fff;
  border:6px solid #007ec6;
  border-radius:15px;
  width: 830px;
  height: 1200px;
  margin: 0 auto;
	z-index: 999;
}
.cart .cp {
  position: absolute;
  margin-left: -83px;
  margin-top:-10px;
}
.cart .itemImage {
  position: absolute;
	left: -110px;
	top: -33px;
}

.cart .itemImage2 {
  position: absolute;
	left: -28px;
	top: -33px;
}

.cart .off {
  position: absolute;
	right: -96px;
	top: 90px;
}
.cart .name {
  position: absolute;
  top: 224px;
  left: 17px;
}
.cart .contain {
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 555px;
	text-align: center;
	width: 100%;
}
.cart .price {
  position: absolute;
  top: 224px;
  left: 17px;
}
.cart .price p {
  text-align: right;
  font-size: 19px;
}
.cart .single {
  position: absolute;
  top: 410px;
  right: 0;
  left: 0;
  width: 810px;
  margin: 0 auto;
}
.cart .period {
  position: absolute;
  top: 680px;
  right: 0;
  left: 0;
  width: 774px;
  margin: 0 auto;
}
.cart .offer {
	position: absolute;
	background: url(../img/cart/offer.png) 0 0 no-repeat;
	width: 804px;
	height: 370px;
	left: 19px;
	top: 580px;
}
.cart .offer p {
	font-size: 11px;
	position: absolute;
	right: 40px;
	top: 360px;
}
.cart .recommend {
	position: absolute;
	background: url(../img/cart/recommend.png) 0 0 no-repeat;
	width: 763px;
	height: 220px;
	left: 37px;
	top: 960px;
}
.cart .recommend p {
	font-size: 16px;
	line-height: 29px;
	position: absolute;
	top: 85px;
	left: 200px;
}
.cart .recommend p span {
	background: #ff0;
	display: block;
	padding-left: 1em;
	text-indent: -.5em;
	margin-left: -.5em;
}
.trial {
	background: url(../img/cart/trial.png) 0 0 no-repeat;
	width: 830px;
	height: 226px;
	margin: 20px auto 50px;
	position: relative;
}
.trial .price {
	position: absolute;
	top: 16px;
	left: 367px;
}
.trial .btn {
	position: absolute;
	top: 105px;
	left: 345px;
}
#nayami {
  background: url(../img/onayami.png) center 0 no-repeat;
  height: 728px;
  font-size: 21px;
  line-height: 64px;
  color: #3c3c50;
  position: relative;
}
#nayami ul {
  position: absolute;
  top: 318px;
  left: 294px;
}
#nayami strong {
  color: #008c96;
}

#balance {
  background: #d7effb url(../img/blue.png) 0 0 no-repeat;
  padding-bottom: 69px;
}
#balance h2 {
  text-align: right;
  margin-bottom: 28px;
}
#balance .block {
  background: #fff url(../img/belly.png) center 100px no-repeat;
  width: 820px;
  margin: 0 auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px #d2d2d2 inset;
  -webkit-box-shadow: 0 0 10px #d2d2d2 inset;
  box-shadow: 0 0 10px #d2d2d2 inset;
  font-size: 24px;
  line-height: 52px;
  padding: 30px 0 90px;
}
#balance strong {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #8cc63f;
}
#balance .txt01 {
  width: 730px;
  margin: 0 auto;
  text-shadow: 0 3px 1px #fff, 3px 0 1px #fff, 0 -3px 1px #fff, -3px 0 1px #fff, -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff;
}
#balance .pop {
  margin: -40px 0 138px 552px;
}
#balance .txt02 {
  text-align: right;
  padding-right: 35px;
  background: url(../img/image01.png) 0 0 no-repeat;
  margin-left: -40px;
}
#balance .txt02 .maru {
  display: block;
  float: left;
  width: 500px;
  height: 400px;
}
#balance .graph {
  margin: 29px auto;
  width: 730px;
}
#balance .graph span {
  font-size: 13px;
  text-align: right;
  display: block;
  width: 100%;
  line-height: 1em;
  padding-top: 5px;
}
#balance .txt03 {
  text-align: center;
}
#balance .txt03 .sub{
  text-align: left;
  width: 760px;
  margin:0 auto 15px;
}
#balance .txt03 em {
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  background: #FF0;
}

#gold {
  background: url(../img/gold.png) -5px -5px no-repeat;
  height: 347px;
  position: relative;
  margin-bottom: -70px;
}
#gold .pop {
  position: relative;
  top: -50px;
}

.himitsu {
  position: relative;
  z-index: 1000;
}

#caspi {
  background: #f5f2e1 url(../img/caspi_bg.png) center 0 no-repeat;
  height: 900px;
  margin-top: -177px;
  padding-bottom: 45px;
  position: relative;
  z-index: 999;
}
#caspi .inner {
  width: 900px;
  margin: 0 auto;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
#caspi h3 {
  width: 572px;
  margin-left: 328px;
  padding-top: 230px;
}
#caspi .txt01 {
  font-size: 22px;
  line-height: 44px;
  width: 560px;
  margin-left: 340px;
  margin-bottom: 60px;
}

#doctor {
  background: url(../img/doc_bg.png) 0 0 repeat;
  -moz-box-shadow: 0 0 5px #ece6d6;
  -webkit-box-shadow: 0 0 5px #ece6d6;
  box-shadow: 0 0 5px #ece6d6;
  width: 870px;
  min-height: 370px;
  position: relative;
}
#doctor h4 {
  background: url(../img/navy.png) 0 0 no-repeat;
  width: 550px;
  height: 55px;
  color: #FFF;
  font-size: 25px;
  line-height: 62px;
  position: absolute;
  left: -10px;
  top: 15px;
  padding-left: 40px;
  font-weight: normal;
}
#doctor .comment {
  font-size: 18px;
  line-height: 38px;
  width: 490px;
  position: absolute;
  left: 33px;
  top: 90px;
  background: url(../img/line.png) 0 0 repeat;
  text-indent: -0.5em;
}
#doctor .nameArea {
  position: absolute;
  left: 33px;
  top: 260px;
  color: #1a1a1a;
}
#doctor .title {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
#doctor .name {
  font-size: 30px;
  font-weight: bold;
}
#doctor .name span {
  font-size: 24px;
}
#doctor .photo {
  position: absolute;
  top: 25px;
  right: 30px;
}

#fc {
  background: #51b4dd url(../img/fc_bg.png) 0 0 no-repeat;
}
#fc .firstimage {
  height: 1060px;
}
#fc h2 {
  text-align: center;
  margin-bottom: 320px;
}
#fc h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 44px;
  text-shadow: 0 3px 3px #3faace, 3px 0 3px #3faace, 0 -3px 3px #3faace, -3px 0 3px #3faace, -3px -3px 3px #3faace, 3px -3px 3px #3faace, -3px 3px 3px #3faace, 3px 3px 3px #3faace;
  margin-left: 40px;
}

#sugoi01 {
  background: url(../img/sugoi01.png) 0 0 no-repeat;
  width: 849px;
  height: 1012px;
  position: relative;
  margin: -6px auto 28px;
  font-size: 24px;
  line-height: 40px;
}
#sugoi01 .txt01 {
  width: 440px;
  position: absolute;
  top: 317px;
  left: 48px;
  text-indent: -0.5em;
}
#sugoi01 strong {
  color: #e1505f;
}
#sugoi01 .txt02 {
  font-size: 13px;
  line-height: 21px;
  color: #4d4d4d;
  position: absolute;
  top: 940px;
  left: 164px;
}

#sugoi02 {
  background: url(../img/sugoi02.png) 0 0 no-repeat;
  width: 845px;
  height: 882px;
  position: relative;
  margin: 0 auto 28px;
  font-size: 24px;
  line-height: 40px;
}
#sugoi02 .txt01 {
  width: 380px;
  position: absolute;
  top: 317px;
  left: 48px;
  text-indent: -0.5em;
  color: #FFF;
}
#sugoi02 strong {
  color: #ff0;
}

#sugoi03 {
  background: url(../img/sugoi03.png) 0 0 no-repeat;
  width: 845px;
  height: 622px;
  position: relative;
  margin: 0 auto -6px;
  font-size: 24px;
  line-height: 40px;
}
#sugoi03 .txt01 {
  width: 380px;
  position: absolute;
  top: 317px;
  left: 48px;
}
#sugoi03 strong {
  color: #e1505f;
}

#billion {
  padding-top: 50px;
  height: 370px;
}
#billion p {
  color: #FFF;
  font-size: 21px;
  line-height: 34px;
  text-shadow: 0 3px 3px #3faace, 3px 0 3px #3faace, 0 -3px 3px #3faace, -3px 0 3px #3faace, -3px -3px 3px #3faace, 3px -3px 3px #3faace, -3px 3px 3px #3faace, 3px 3px 3px #3faace;
  margin-left: 40px;
  text-align: left;
  white-space: nowrap;
}
#billion span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

#bifi {
  background: url(../img/and.png) 0 0 no-repeat;
  width: 854px;
  height: 363px;
  margin: -150px auto 0;
  position: relative;
}
#bifi h4 {
  position: absolute;
  width: 785px;
  top: 54px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#bifi .txt {
  color: #FFF;
  font-size: 21px;
  line-height: 34px;
  text-shadow: 0 3px 3px #3faace, 3px 0 3px #3faace, 0 -3px 3px #3faace, -3px 0 3px #3faace, -3px -3px 3px #3faace, 3px -3px 3px #3faace, -3px 3px 3px #3faace, 3px 3px 3px #3faace;
  position: absolute;
  top: 140px;
  left: 40px;
}
#bifi .image {
  position: absolute;
  top: 140px;
  left: 580px;
}

.arrow {
  position: relative;
  width: 511px;
  margin: -30px auto 0;
  right: 0;
  left: 0;
}

#support {
  background: url(../img/suppot_bg.png) 0 0 no-repeat;
  height: 1188px;
  margin-top: -151px;
  padding: 180px 0 0;
}
#support .vita {
  text-align: right;
  margin: 115px 0 10px;
}
#support p {
  font-size: 22px;
  line-height: 42px;
  width: 370px;
}
#support p strong {
  font-weight: normal;
  background: #FF0;
}
#support .txt01 {
  margin: 0 0 0 40px;
}
#support .txt02 {
  margin: 0 0 0 500px;
  text-indent: -0.5em;
}

.gyu {
  background: url(../img/image03.png) center 0 no-repeat;
  height: 501px;
  margin-bottom: -45px;
}
.gyu .inner {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 130px 0 0;
}
.gyu .pop {
  position: absolute;
  left: 0;
  top: -16px;
}
.gyu .txt {
  margin-left: -30px;
}
.gyu .image {
  position: absolute;
  right: -25px;
  top: 80px;
  z-index: 9999;
}

#quality {
  background: url(../img/quality.png) 0 0 no-repeat;
  margin-top: 60px;
}
#quality h2 {
  font-size: 20px;
  line-height: 38px;
  text-shadow: 0 3px 3px #fff, 3px 0 3px #fff, 0 -3px 3px #fff, -3px 0 3px #fff, -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
  font-weight: normal;
  margin-left: 50px;
  height: 553px;
  padding-top: 335px;
}

#effort {
  padding-bottom: 70px;
}
#effort li {
  position: relative;
  font-size: 20px;
  line-height: 38px;
}
#effort li:nth-child(1) {
  padding-left: 490px;
  padding-top: 88px;
  margin-bottom: 45px;
}
#effort li:nth-child(1) .image {
  left: -12px;
  top: 0;
}
#effort li:nth-child(2) {
  padding-left: 35px;
  padding-top: 88px;
  margin-bottom: 75px;
}
#effort li:nth-child(2) .image {
  right: -12px;
  top: 0;
}
#effort li:nth-child(2) span {
  width: 445px;
}
#effort li:nth-child(3) {
  padding-left: 490px;
  padding-top: 88px;
  margin-bottom: 45px;
}
#effort li:nth-child(3) .image {
  left: -12px;
  top: 0;
}
#effort .image {
  position: absolute;
}
#effort span {
  background: url(../img/line.png) 0 0 repeat;
  display: block;
  margin-left: 13px;
  width: 360px;
}

#voice {
  background-image: url(../img/voice.png), url(../img/voice_bottom.png);
  background-position: center 86px,center bottom;
  background-repeat: no-repeat;
  background-color: #f9f5ea;
  padding-bottom: 70px;
}
#voice h2 {
  margin: 0 0 0 -38px;
}
#voice h3 {
  position: absolute;
}
#voice .image {
  position: absolute;
}
#voice .txt {
  font-size: 20px;
  line-height: 45px;
  background: url(../img/line2.png) 0 0 repeat;
  position: absolute;
}
#voice .block {
  position: relative;
  margin: 0 auto;
}
#voice .name {
  position: absolute;
  font-size: 22px;
  color: #42210b;
}
#voice #voice01 {
  background: url(../img/note01.png) 0 0 no-repeat;
  width: 816px;
  height: 490px;
  margin-top: 156px;
}
#voice #voice01 .image {
  top: 78px;
  left: 26px;
}
#voice #voice01 h3 {
  left: 287px;
  top: 96px;
}
#voice #voice01 .txt {
  width: 490px;
  left: 284px;
  top: 162px;
}
#voice #voice01 .name {
  left: 26px;
  top: 405px;
}
#voice #voice02 {
  background: url(../img/note02.png) 0 0 no-repeat;
  width: 842px;
  height: 388px;
}
#voice #voice02 h3 {
  left: 36px;
  top: 76px;
}
#voice #voice02 .txt {
  width: 750px;
  left: 36px;
  top: 142px;
}
#voice #voice02 .name {
  right: 55px;
  top: 280px;
  line-height: 45px;
  background: #f0efed;
  width: 530px;
  text-align: right;
}
#voice #voice03 {
  background: url(../img/note03.png) 0 0 no-repeat;
  width: 843px;
  height: 432px;
}
#voice #voice03 h3 {
  left: 36px;
  top: 76px;
}
#voice #voice03 .txt {
  width: 750px;
  left: 36px;
  top: 172px;
}
#voice #voice03 .name {
  right: 55px;
  top: 320px;
  line-height: 45px;
  background: #f0efed;
  width: 530px;
  text-align: right;
}
#voice .note {
  font-size: 19px;
  line-height: 29px;
  color: #603813;
  margin: -10px 0 20px 54px;
}

#faq {
  background: url(../img/faq_bg.png) 0 0 repeat;
  padding: 56px 0 25px;
	position: relative;
	z-index: 9999;
}
#faq h2 {
  width: 321px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}
#faq h2::after {
  content: url(../img/item02.png);
  position: absolute;
  top: -106px;
  width: 244px;
  height: 226px;
  margin-left: 20px;
}
#faq li {
  margin: 0 auto;
}
#faq li:nth-child(odd) {
  background: url(../img/q.png) 0 center no-repeat;
  font-size: 35px;
  height: 61px;
  line-height: 61px;
  color: #ad8811;
  padding: 0 0 0 77px;
  width: 800px;
  white-space: nowrap;
}
#faq li:nth-child(even) {
  background: #fff url(../img/a.png) 15px 25px no-repeat;
  width: 800px;
  -moz-box-shadow: 0 0 5px #cfc099;
  -webkit-box-shadow: 0 0 5px #cfc099;
  box-shadow: 0 0 5px #cfc099;
  margin: 8px auto 40px;
  font-size: 19px;
  line-height: 35px;
  padding: 15px 15px 15px 70px;
  color: #603813;
}
#faq li:nth-child(even) span {
  font-size: 17px;
  line-height: 25px;
  display: block;
  margin-top: 10px;
}

#double {
  background: url(../img/w.png) center 0 no-repeat;
  height: 696px;
  margin-bottom: -73px;
}

#offer {
  margin: 50px 0 80px;
}
#offer h2 {
  text-align: center;
}
#offer .block {
  background: #FFF;
  width: 943px;
  height: 240px;
  margin: 20px auto 0;
  position: relative;
  padding: 0 0 0 230px;
  -moz-box-shadow: 0 0 5px #cacaca;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#offer .block .woman {
  position: absolute;
  top: -15px;
  left: -13px;
}
#offer .block h3 {
  font-weight: normal;
  color: #000;
  font-size: 29px;
  padding-top: 30px;
  border-bottom: 1px dotted #000;
  padding-bottom: 15px;
  width: 690px;
  white-space: nowrap;
  margin-bottom: 10px;
}
#offer .block h3 strong {
  color: #ed1e79;
  font-weight: bold;
  font-size: 34px;
}
#offer .block p {
  font-size: 21px;
  line-height: 40px;
  color: #000;
  width: 690px;
  padding-left: 10px;
}
#offer .block p span {
  background: #FF0;
}

#spec h2 {
  text-align: center;
}
#spec table {
  border: none;
  border-collapse: collapse;
  width: 1000px;
  margin: 0 auto 120px;
  font-size: 18px;
  line-height: 25px;
}
#spec th {
  border: 1px solid #aeaeae;
  font-weight: normal;
  width: 250px;
}
#spec td {
  border: 1px solid #aeaeae;
  padding: 20px 20px 20px 35px;
}
#spec{
  padding-top: 20px;
}

p.btn_pagetop01 {
	text-align: right;
	width: 1000px;
	margin: 0 auto;
}

p.btn_pagetop02 {
	text-align: right;
}

/*Company*/

div#companyBox{
	margin:40px auto 20px;
	width:1000px;
	text-align:center;
}

table.compType01{
	border-top:1px solid #DADADA;
	border-left:1px solid #DADADA;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width:100%;
}
	table.compType01 th{
		border-bottom:1px solid #DADADA;
		color:#330000;
		background-color:#FAF5E0;
		padding:2em;
		text-align:left;
		vertical-align:top;
		width:30%;
		font-weight:bold;
	}
	table.compType01 td{
		border-right:1px solid #DADADA;
		border-bottom:1px solid #DADADA;
		padding:2em;
		width:70%;
		text-align:left;
	}
.compType01 ol li{
	padding:0 0 10px;
	margin-left:20px;
}
.compType01 ul li{
	padding:0 0 10px;
}
.compType01 dl dt{
	font-weight:bold;
}
.compType01 dl dd{
	padding:0 0 10px;
}

/* detailbox */
#detailbox{
	width:890px;
	height:110px;
	margin:0 auto;
	border:1px solid #ccc;
}

#detailbox h3{
	width:890x;
	height:20px;
	background:url(../img/bg07_01.gif) repeat-x;
	border-bottom:1px solid #ccc;
	padding:8px 0 0 15px;
}

#detailbox dl dt,
#detailbox dl dd{
	float:left;
}

#detailbox #detali_01,
#detailbox #detali_02{
	width:385px;
	float:left;
	padding:15px 0 0 15px;
}

#detailbox #detali_01{height:65px;}

#detailbox #detali_01 dt,
#detailbox #detali_02 dt{
	clear:left;
	float:left;
	padding:0 4px 8px 0;
}

#detailbox p{
	width:244px;
	height:13px;
	float:left;
	padding:0 0 0 15px;
}

/* footer */
#footer {
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width: 960px;
}

#footer dl {
	margin: 0 auto;
	width: 350px;
}

#footer dl dd {
	float: left;
	padding: 8px 0;
}

#footer p {
	clear: both;
	padding: 0 0 40px 0;
}

p.btn_pagetop {
    text-align: right;
    width: 1000px;
    margin: 0 auto;
}