@charset  "utf-8";

body{
  margin:0 auto;
  padding:0;
}

#container {
  margin:10px auto;
  width: 720px;
}

#header .title {
  width: 219px;
  height: 105px;
  margin: 0px 0 0 14px;
  background: url(../images/logo.gif) no-repeat 0 0;
}
#header .title a {
  display: block;
  width: 219px;
  height: 105px;
  text-indent: -99999px;
  overflow: hidden;
}

#header .right{
  width:390px;
}

#header .right ul{
  line-height:140%;
}

#header .right ul li{
  display:block;
  width:390px;
  height:41px;
  text-align:right;
}

#header .right ul li a{
  display: block;
  background:none;
  width:390px;
  height:41px;
}

#content {
  padding-left:15px;
  background:#E3EAD7 url(../images/popup_bg_left.gif) no-repeat top left ;
}

#content .inner{
  padding:15px 15px 15px 0;
  background:#E3EAD7 url(../images/bg.gif) no-repeat bottom right ;
}

#footer {
  padding-top:10px;
  border:none;
}

#footer .left{
  margin-top:3px;
  float:left;
  width:500px;
  color:#505050;
}
#footer .right{
  float:right;
  width:100px;
  text-align:right;
}

/*********************************************************************
** メイン
*********************************************************************/
#content #main {
  width: 480px;
  border:1px solid #FFF;
}

/*********************************************************************
** サイド
*********************************************************************/
#content #side {
  margin-right:0px;
  width: 190px;
  color:#FFF;
}
#content #side dl{
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #B6BBAC;
}
#content #side dl dt{
  float:left;
  width:5em;
}
#content #side dl dd{
  margin-left:5em;
}
#content #side .titleCnt {
  margin-bottom:15px;
  padding-bottom:15px;
  line-height:140%;
  border-bottom:1px solid #B6BBAC;
  clear:both;
}
#content #side .titleCnt h3{
  color: #FFF;
  font-weight: bold;
  line-height:140%;
  letter-spacing: 0.1em;
}
#content #side .titleCnt h3 span {
  color:#FF3946;
}
#content #side .titleCnt p span {
  font-size:85%;
}
#content #side .titleCnt a{
  color:#FFF;
}
#content #side .body {
  margin-bottom:25px;  
}
#content #side .btn {
  text-align:right;
}
