@charset "utf-8";

/*----------------------------------------------
共通
-----------------------------------------------*/
#wrapper {
  margin: 0 auto;
  width: 320px;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background: #fff;
}
.red {
  color: #ff0000;
}
.content {
  margin-bottom: 20px;
}
input ,select {
  position: relative;
  top: 1px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td {
  padding: 5px;
  border:none;
  border-bottom: dotted 1px #ccc;
  vertical-align: top;
}
.head {
  padding-left: 18px;
  width: 80px;
  background: url(../../images//point.gif) no-repeat 5px 10px;
}

/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
  position: relative;
  width: 100%;
/*  height: 206px;*/
  overflow: hidden;
  background: url("../../images//bg_header_01.png") repeat-x scroll bottom transparent;
}
#header_skin, #header_skin_search {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}
#logo {
  width: 100%;
  overflow: hidden;
}
#header_skin h1, #header_skin_search h1 {
  width: 100%;
  height: 30px;
  font-size: 12px;
  text-indent: 15px;
  line-height: 3em;
  font-weight: normal;
  overflow: hidden;
}
#btn_favorite,#btn_sitemap,#btn_inquiry {
  margin-top: 5px;
  width: 100px;
  height: 24px;
  text-indent: -9999px;
  display: inline-block;
  float: right;
  margin-right: 5px;
}
#btn_favorite a,#btn_sitemap a,#btn_inquiry a {
  display: block;
  width: 100px;
  height: 24px;
  overflow: hidden;
}
.head_text1 {
  width: 100%;
  height: 45px;
}
.head_text2 {
  width: 100%;
  height: 45px;
}
#divHeadImage {
  width: 100%;
  overflow: hidden;
}
#divHeadMainImage {
  position: relative;
}
.link_header_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.link_header {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------
メニュー
-----------------------------------------------*/
#menu {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: url(../../images//sp/bg_menu.gif);
  overflow: hidden;
  zoom: 1;
}
#menu ul {
  margin: 0 5px 5px;
  zoom: 1;
}
#menu ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
#menu li {
  margin: 5px 5px 0 0;
  width: 100px;
  height: 35px;
  font-weight: bold;
  line-height: 2.9em;
  text-indent: 14px;
  overflow: hidden;
  float: left;
  zoom: 1;
}
#menu li.menu_right {
  margin: 5px 0 0 0;
  float: right;
}

#menu li a {
  display: block;
  width: 100%;
  height: 35px;
  cursor: pointer;
}
#menu li a:hover {
  background-position: 0px -35px;
}
#menu .menu_edit {
  width: 176px;
  min-height:65px;
  margin:20px 9px;
  position:relative;
  overflow: hidden;
}

/*----------------------------------------------
メイン
-----------------------------------------------*/
#main {
  margin: 20px 0 40px 0;
  width: 100%;
  overflow: hidden;
}
#main_long {
  margin: 20px 0 40px 0;
  width: 95%;
}
.title {
  margin-bottom: 10px;
  width: 100%;
  height: 34px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 2.3em;
  overflow: hidden;
}
.title span {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  height: 34px;
}
.title_special {
  margin-bottom: 10px;
  width: 660px;
  height: 34px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 2.3em;
  overflow: hidden;
  display: inline-block;
  padding-left: 10px;
  width: 100%;
  height: 34px;
}
.divImages {
  width: 310px;
}
#main .menu_edit {
  width:310px;
  min-height:65px;
  margin:0 auto 20px;
  position:relative;
  overflow: hidden;
}
#main .menu_edit .edit_body {
  overflow: hidden;
}
/*----------------------------------------------
フッター
-----------------------------------------------*/
#footer {
  clear: both;
  position: relative;
  width: 100%;
  height: 42px;
  background: url(../../images//bg_footer.gif) repeat-x;
}
#pagetop {
  position: absolute;
  top: -28px;
  right: 20px;
  width: 109px;
  height: 28px;
  cursor: pointer;
}
#copyright {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 100%;
  text-align: right;
  color: #666;
}
