body {
  background-color: #F2F2F2;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 75%;
  color: #333333;
}

a {
  text-decoration: none;
  color: #2E86CE;
}

a:hover {
  text-decoration: underline;
}

strong.moreStrong {
  font-size: 120%;
  font-weight: bold;
}

/* cms start */
.cms * {
  word-break: break-all;
}

.cms p {
  margin: 1em 0;
}

.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}

.cms ul ul ul {
  list-style-type: square;
}

.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}

.cms ol ol {
  margin: 0 0 0 1em;
}

.cms dl {
  margin: 1em 0;
}

.cms dd {
  margin: 0 0 0 1em;
}

.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #CCCCCC;
}

.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  white-space: normal;
}

.cms blockquote blockquote {
  margin: 0;
}

.cms table {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
}

.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  background-color: #E8E8E8;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
}

.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  text-align: left;
  vertical-align: top;
}

.cms h1 {
  font-size: 120%;
}

.cms h2 {
  font-size: 100%;
}

.cms h3 {
  font-size: 100%;
}

.cms h4 {
  font-size: 100%;
}

.cms h5 {
  font-size: 100%;
}

.cms h6 {
  font-size: 100%;
}

/* cms end */
#page {
  width: 790px;
  margin: 0 auto;
  background-image: url(../images/common/page_back.jpg);
  background-repeat: repeat-y;
  background-position: left top;
}

#container {
  position: relative;
  width: 760px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#buzzword {
  position: absolute;
  top: 5px;
  left: 10px;
}

/* header start */
#header {
  width: 100%;
  *zoom: 1;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header #logo {
  float: left;
  width: 200px;
  height: 80px;
}
#header #logo a {
  display:block;
  width:200px;
  height:50px;
  margin:30px 0 0 9px;
  outline:none;
  line-height:0;
  text-decoration:none;
}
#header #hnavi {
  float: right;
  width: 532px;
  padding: 0 19px 0 0;
}
#header #hnavi .hnaviInner {
  text-align: right;
}
#header #hnavi .hnaviInner#hnaviLink {
  padding: 12px 0 0 0;
}
#header #hnavi .hnaviInner#hnaviLink p {
  display: inline;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  background-image: url(../images/common/icon_list.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
#header #hnavi .hnaviInner#hnaviLink p.cart {
  margin: 0 0 0 15px;
  padding: 7px 0pt 0px 21px;
  background-image: url(../images/common/icon_cart.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#header #hnavi .hnaviInner#hnaviSearch {
  padding: 16px 0 0 0;
}
#header #hnavi .hnaviInner#hnaviSearch p {
  display: inline;
  position: relative;
  top: 5px;
  right: 5px;
  vertical-align: top;
}
#header #hnavi .hnaviInner#hnaviSearch form {
  display: inline;
}
#header #hnavi .hnaviInner#hnaviSearch form #hnaviSearchWord {
  width: 170px;
  height: 16px;
  padding: 1px 0 0 0;
  color: #CCCCCC;
}
#header #hnavi .hnaviInner#hnaviSearch form #hnaviSearchSubmit {
  vertical-align: top;
}
#header #hnavi .hnaviInner#hnaviSearch option {
  padding: 0 10px 0 0;
}

/* header end */
/* gnavi start */
#gnavi {
  width: 100%;
  background-image: url(../images/common/gnavi_back.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
#gnavi li {
  float: left;
}
#gnavi li a {
  display: block;
  width: 98px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: left top;
  outline: none;
  line-height: 0;
  text-decoration: none;
  text-indent: -9999px;
  font-size: 1px;
}
#gnavi li.current a,
#gnavi li a:hover {
  background-position: left bottom;
}
#gnavi li#gnavi01 a {
  background-image: url(../images/common/gnavi_01.jpg);
}
#gnavi li#gnavi02 a {
  background-image: url(../images/common/gnavi_02.jpg);
}
#gnavi li#gnavi03 a {
  background-image: url(../images/common/gnavi_03.jpg);
}
#gnavi li#gnavi04 a {
  background-image: url(../images/common/gnavi_04.jpg);
}
#gnavi li#gnavi05 a {
  background-image: url(../images/common/gnavi_05.jpg);
}

/* gnavi end */
/* path start */
#path {
  margin: 0 0 14px 0;
  padding: 0 0 0 19px;
  border-top: 3px solid #EBE6D2;
  background-color: #FFF6D5;
  line-height: 19px;
  font-size: 80%;
}

#path a {
  color: #333333;
}

/* path end */
/* contents start */
#contents {
  width: 100%;
}

.pagetop {
  margin: 20px 0 0 0;
  text-align: right;
}

.pagetop a {
  margin: 0 3px 0 auto;
}

/* main start */
#main {
  float: left;
  width: 535px;
  padding: 0 0 0 20px;
}
#main .section .imageWrapper {
  float: left;
}
#main .section .textWrapper {
  float: left;
}
#main .section .textWrapper td.input {
  white-space: nowrap;
}
#main .section .textWrapper ul.link {
  padding: 10px 0;
  text-align: right;
}
#main .section .noimage .textWrapper {
  float: none;
}
#main .section .title {
  width: 535px;
  padding: 0 0 2px 0;
  background-image: url(../images/common/main_title_shadow.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#main .section .title .titleInner {
  position: relative;
  padding: 4px 0 3px 0;
  border: 1px solid #DDDDDD;
  background-image: url(../images/common/main_title_back.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: normal;
}
#main .section .title .headline01 {
  margin: 0 0 0 6px;
  padding: 2px 0 0 8px;
  border-left: 4px solid #4aace7;
  font-size: 16px;
}
#main .section .title .headline02 {
  font-size: 14px;
}
#main .section .title .note {
  padding: 5px 0 0 18px;
  font-size: 12px;
  font-weight: normal;
}
#main .section .list01 {
  line-height: 1.8;
  padding: 0 0 0 15px;
  background-image: url(../images/common/icon_list.jpg);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}
#main .section .noimage .textWrapper {
  float: none;
}
#main .section#mainBookList .entryWrapper {
  width: 549px;
  margin: 14px 0 0 -14px;
}
#main .section#mainBookList .entry {
  float: left;
  padding: 0 0 0 14px;
}
#main .section#mainBookList .entryInner {
  overflow: auto;
  overflow-x: hidden;
  width: 245px;
  height: 120px;
  padding: 9px 4px 9px 9px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}
#main .section#mainBookList .imageWrapper {
  width: 80px;
  padding: 0 9px 0 0;
  text-align: center;
}
#main .section#mainBookList .textWrapper {
  float: none;
  width: auto;
  margin: 0 0 0 90px;
  word-break: break-all;
}
#main .section#mainBookList .textWrapper h3 {
  font-size: 100%;
  font-weight: normal;
}
#main .section#mainBookList .textWrapper h4 {
  font-size: 100%;
  font-weight: normal;
}
#main .section#mainBookList .textWrapper p {
  word-break: break-all;
}
#main .section#mainBookList .textWrapper .author {
  margin: 3px 0 0 0;
  padding: 3px 0 0 2.75em;
  background-image: url(../images/top/main_author_back.gif);
  background-repeat: repeat-x;
  background-position: left top;
  text-indent: -2.75em;
}
#main .section#mainBookList .noimage .textWrapper {
  width: 245px;
}
#main .section#mainEntryList .entryWrapper {
  width: 510px;
  margin: 12px 0 0 16px;
}

.btnBrowse {
  margin: 15px 0 0 0;
}

.formatname {
  font-size: 90%;
}

/* main end */
/* lnavi start */
#lnavi {
  overflow: hidden;
  float: right;
  width: 170px;
  padding: 0 21px 0 0;
}
#lnavi .sectionInner .title h2 {
  width: 168px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left pop;
  line-height: 0;
  text-indent: -9999px;
  font-size: 1px;
}
#lnavi .entryWrapper {
  padding: 7px 4px 0 4px;
}
#lnavi .entry {
  overflow: hidden;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  background-image: url(../images/common/lnavi_entry_back.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  word-break: break-all;
}
#lnavi .section {
  margin: 0 0 12px 0;
  border: 1px solid #CCCCCC;
  background-image: url(../images/common/lnavi_section_back.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#lnavi .section#lnaviNews .title {
  position: relative;
}
#lnavi .section#lnaviNews .title h2 {
  background-image: url(../images/common/h2_lnavi_news.jpg);
}
#lnavi .section#lnaviNews .title .rss {
  position: absolute;
  top: 5px;
  left: 148px;
}
#lnavi .section#lnaviNews .entry .name {
  padding: 0 0 0 40px;
  text-indent: -40px;
}
#lnavi .section#lnaviNews .entry .categoryname {
  padding: 0 0 0 53px;
  text-indent: -53px;
}
#lnavi .section#lnaviNews .entry .defaultopen ul {
  display: block;
}
#lnavi .section#lnaviNews .entry .name a.category {
  padding: 3px 0 0;
}
#lnavi .section#lnaviNews .entry .date {
  text-align: right;
  font-size: 80%;
}
#lnavi .section#lnaviNews .entry li .switch {
  padding: 5px 5px 5px 5px;
}
#lnavi .section#lnaviNews .entry ul ul {
  display: none;
  margin: 0 0 0 -30px;
}
#lnavi .section#lnaviNews .more a {
  display: block;
  width: 77px;
  height: 18px;
  margin: 0 0 5px auto;
  background-image: url(../images/common/btn_news_more.gif);
  background-repeat: no-repeat;
  background-position: left top;
  outline: none;
  line-height: 0;
  text-decoration: none;
  text-indent: -9999px;
  font-size: 1px;
}
#lnavi .section.categorystructure#lnavinews .title h2 {
  background-image: url(../images/lower/h2_lnavi_news_category.jpg);
}
#lnavi .section#lnaviCompany .entry li, #lnavi .section#lnaviGenre .entry li, #lnavi .section#lnaviSeries .entry li {
  text-indent: -20px;
  padding: 0 0 0 20px;
  word-break: break-all;
}
#lnavi .section#lnaviNews .entry li .switch, #lnavi .section#lnaviCompany .entry li .switch, #lnavi .section#lnaviGenre .entry li .switch, #lnavi .section#lnaviSeries .entry li .switch {
  padding: 5px 15px 5px 5px;
  background-image: url(../images/common/lnavi_list.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  outline: none;
  line-height: 0;
  text-decoration: none;
  font-size: 1px;
}
#lnavi .section#lnaviNews .entry li .switch.open, #lnavi .section#lnaviCompany .entry li .switch.open, #lnavi .section#lnaviGenre .entry li .switch.open, #lnavi .section#lnaviSeries .entry li .switch.open {
  background-image: url(../images/common/lnavi_list_open.jpg);
}
#lnavi .section#lnaviGenre .entry ul ul, #lnavi .section#lnaviSeries .entry ul ul {
  display: none;
  /*
  	margin:0 0 0 25px;
  */
}
#lnavi .section#lnaviCompany .entry ul ul {
  display: none;
}
#lnavi .section#lnaviCompany .entry .defaultOpen ul {
  display: block;
}
#lnavi .section#lnaviGenre .title h2 {
  background-image: url(../images/common/h2_lnavi_genre.jpg);
}
#lnavi .section#lnaviSeries .title h2 {
  background-image: url(../images/common/h2_lnavi_series.jpg);
}
#lnavi .section#lnaviBanner {
  margin: 0;
  border: none;
  background: none;
}
#lnavi .section#lnaviBanner .entryWrapper {
  padding: 0;
}
#lnavi .section#lnaviBanner .entry {
  background: none;
  text-align: center;
}
#lnavi .section#lnaviPublisher {
  background: none;
  background-color: #F9F9F9;
}
#lnavi .section#lnaviPublisher .sectionInner {
  border-top: 2px solid #178eda;
}
#lnavi .section#lnaviPublisher .entry {
  background: none;
  margin: 0 0 12px 0;
  padding: 0;
}
#lnavi .section#lnaviPublisher .entry h3 {
  font-size: 120%;
}
#lnavi .section#lnaviPublisher .entry h4 {
  font-size: 80%;
  font-weight: normal;
}
#lnavi .section#lnaviPublisher .entry .info {
  margin: 10px 0 0 0;
}
#lnavi .section#lnaviCompany .title h2 {
  background-image: url(../images/common/h2_lnavi_company.jpg);
}
#lnavi .section.categoryStructure#lnaviCompany .title h2 {
  background-image: url(../images/lower/h2_lnavi_company_category.jpg);
}

/* lnavi end */
/* entry end */
/* footer start */
#footer {
  margin: 25px 0 0 0;
  width: 100%;
  text-align: center;
}
#footer a {
  color: #333333;
}
#footer #fnavi {
  width: 100%;
  background-color: #EAEAEA;
  line-height: 43px;
}
#footer #fnavi ul {
  width: 100%;
}
#footer #fnavi ul li {
  display: inline;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #464646;
}
#footer #fnavi ul li.lastItem {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer #copyright {
  line-height: 39px;
  font-size: 80%;
}

/* contents end */

#lnavi .archiveList h2{

        text-indent:-9999px;
        background: url("../images/common/h2_lnavi_archive.png") left bottom no-repeat;
        height: 24px;
        width: 168px;

}
#lnavi .archiveList > div{
        padding:7px 4px 0;
}
#lnavi .archiveList dl{
        background: url("../images/common/lnavi_entry_back.gif") left bottom no-repeat;
        margin-bottom:7px;
        padding-bottom:7px;
}
#lnavi .archiveList  dl > dt{
        cursor:pointer;
        background: url("../images/common/lnavi_list.jpg") left center no-repeat;
        padding-left:20px;
}
#lnavi .archiveList  dl > dd{
        padding-left:3em;
        display:none;
}
#lnavi .archiveList  dl > dd.active{
        display:block;
}

