@charset "UTF-8";

/* リンクつき画像 */
a img {
    border: 0;
    margin:0px;
    padding:0px
}

/* 引用 */
blockquote {
    	width: 440px;
	color: #666;
	background-color:#f5f5dc;
	line-height: 120%;
	margin: 0.5em 0;
	padding: 0.5em 1em;
	border-color: gray gray gray gray;
	border: 1px solid #E8E2C8;
}

/* エントリー全体 */
.blog {
    padding: 0px 12px 12px 8px;
    font-size: 12px;
    color: #666667;
    background: none;
}

/* エントリー */
.layout-three-column .entry {
    width: auto;
    margin: 0 0 15px 0px;
    color: #666667;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.layout-two-column-left .entry,
.layout-two-column-right .entry,
.layout-one-column .entry {
    width: auto;
    margin: 0 0 15px 8px;
    color: #666667;
    font-size: 12px;
    _font-size:11px;
    line-height:150%;
    word-break: break-all;
}

.entry img {
    margin-right: 8px;
    padding-bottom: 5px;
}

/* エントリータイトル */
.layout-one-column h2{
padding:5px 0px 5px 0px;
margin:3px 24px 10px 24px;
color:#666667;
border-bottom: 2px solid #ccc;
}
.layout-one-column .entry h1,
.layout-three-column .entry h1 {
    margin-top: 20px;
    padding: 22px 10px 10px 10px;
    _padding: 22px 10px 10px 10px;
    background-image:url("http://www.cengage.jp/img/title-tab2.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #666667;
    text-align: left;
    font-family: Arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    line-height: 150%
}
.layout-two-column-left .entry h1,
.blog-list h1 {
    margin-top: 5px;
    padding: 22px 10px 10px 10px;
    _padding: 22px 10px 10px 10px;
    background-image:url("http://www.cengage.jp/img/title-tab2.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #666667;
    text-align: left;
    font-family: Arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    line-height: 150%
}

/*エントリーアーカイブの表示*/
.archive #entry-header {
    margin: 0 0 20px 0px;
    padding: 0px;
}
.archive p {
    margin-left: 15px;
    line-height: 150%;
}

/*エントリー本文*/
.entry-content {
    margin: 0px 20px 0px 12px;
}
.entry-body {
    margin: 0px;
}
.entry-body td {
    font-color:#666667;
    font-size: 8pt;
    _font-size: 8pt;
    line-height:11pt;
    _line-height:11pt;
}
.entry-body td a {
    font-size: 9pt;
    _font-size: 8pt;
}
.entry-body-e {
    margin: 0px;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    _font-size: 9pt;
    line-height:150%;
    _line-height:20px;
}
.entry-body-e #gaiyo {
    color:#ff6633;
    font-weight:bold;
    font-size:10pt;
    _font-size:8pt;
    line-height:150%;
    _line-height:20px;
}
.entry-more {
    margin: 0px;
}

/* 投稿者 */
.layout-three-column .entry-footer {
    margin: 0px;
    padding: 5px 20px 5px 10px;
    background-image:url("http://www.cengage.jp/img/footer-tab2.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #666667;
    font-size: 10px;
}
.layout-two-column-left .entry-footer {
    margin: 0 0 10px 0px;
    padding: 5px 20px 5px 10px;
    background-image:url("http://www.cengage.jp/img/footer-tab2.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #666667;
    font-size: 10px;
}

/* 記事一覧表示 */
.blog-list h2 {
    margin:0px;
    color:#666667;
    background-color:#ffffff;
    text-align: left;
    font-family: Arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    _font-size:9pt;
    line-height: 150%
}
.blog-list h3,
.blog-list h3 table {
    color:#ffffff;
    font-size:1pt;
    line-height:1pt;
    display:none;
}
.blog-list img {
    display:none;
}

/* CONTENT */
.content-body {
  line-height:140%;
  margin:5px 5px 25px;
}
.content-body a {
  margin:0 3px;
  color:#cc0000;
}
/* COLSPAN */
.item-index td.colspan {
  width:320px;
  text-align:center;
  vertical-align:top;
}
.item-index td.colspan .itemwk {
  position:relative;
  width:320px;
}
.item-index td.colspan .obi {
  position:absolute;
  top :120px;
  left:88px;
}

/* サイトマップタイトル */
.maptitle {
	text-align:left;
	text-indent: 10px;
	border: 2;
	bordercolor:#666667;
	background-color:#f5f5dc;
	color:#666667;
}
/* サイトマップ項目 */
.mappagename {
	text-align:left;
	text-indent: 10px;
	color:#666667;
}

/*目次リスト*/
.chapter {
    margin-top: 3px;
}
.chapter h1 {
    margin-left: 15px;
    font-size:10pt;
    font-weight: bold;
}
.chapter h2 {
    margin-left: 65px;
    font-size:9pt;
    font-weight: normal;
}
.chapter h2 ul li {
    list-style-type: square;
}
.chapter h3 {
    margin-left: 80px;
    font-size:9pt;
    font-weight: normal;
}
.chapter h3 ul li {
    list-style-type: disc;
}

/*商品情報*/
.titlelist {
    vertical-align: top;
}
.titlelist #name {
    font-size: 10pt;
    font-weight: bold;
}
.titlelist #detail {
    font-size: 8pt;
    font-weight: none;
}

/*フォーム*/
form {
    margin: 30px 0 10px 30px;
    background-color: #ffffff;
    line-height:140%;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size:10pt;
}

/*コンテンツ内インデント*/
.article {
    color: #666667;
    font-size: 10pt;
    _font-size: 9pt;
    line-height: 14pt;
}
.article #h0 {
    margin-bottom: 30px;
    margin-left: 20px;
}
.layout-one-column .article h1 {
    margin: 20px 0 0 20px;
    padding: 22px 10px 10px 15px;
    _padding: 22px 10px 10px 15px;
    background-image:url("http://www.cengage.jp/img/title-tab2.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #666667;
    text-align: left;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    _font-size: 9pt;
    line-height: 150%
} 
.article h1 {
    margin: 0px 0 0 20px;
    padding: 22px 10px 10px 15px;
    _padding: 22px 10px 10px 15px;
    background-image:url("http://www.cengage.jp/img/title-tab2.gif");
    background-posigion:0px 0px;
    background-repeat:no-repeat;
    color: #666667;
    text-align: left;
    font-size: 10pt;
    _font-size: 9pt;
    line-height: 150%
} 
.article p {
    margin: 10px 30px 0px 30px;
    color: #666667;
    font-size: 10pt;
    _font-size: 9pt;
} 
.article h2 {
    margin: 30px 30px 10px 30px;
    padding: 0 10px 0 0px;
    color: #0089c5;
    font-size: 10pt;
    _font-size: 9pt;
    border-bottom: 1px solid #cccccc;
} 
.article #p2 {
    margin: 5px 40px 0 40px;
    color: #666667;
    font-size: 10pt;
    _font-size:9pt;
    line-height: 15pt;
}
.article table {}
.article tr {}
.article td {
    color: #666667;
    font-size: 10pt;
    _font-size: 9pt;
    line-height: 14pt;
}
.article #footer {
    margin: 0 0 20px 20px;
    padding: 5px 30px 5px 15px;
    _padding: 5px 30px 5px 15px;
    background-image:url("http://www.cengage.jp/img/footer-tab2.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #666667;
    font-size: 10px;
    _font-size: 9pt;
}
 
.article a,
.article a:link,
.article td a:link {
    font-size:10pt;
    _font-size:9pt;
    color: #0c5292;
    text-decoration: none;
}
.article a:visited {}
.article a:hover,
.article td a:hover {
    color: #0c5292;
    text-decoration: underline;
}
.article a:active,
.article td a:active {
    color: #0c5292;
    text-decoration: none;
}

/*プライバシーポリシー*/

.privacy {
    margin: 20px 10px;
    text-align: right;
    color: #ffffff;
    font-size: 9pt;
    _font-size: 8pt;
}
 
.privacy a,
.privacy a:link {
    color: #ffffff;
    font-size: 9pt;
    _font-size: 8pt;
    text-decoration: none;
}
.privacy a:visited {}
.privacy a:hover {
    color: #ff6633;
    text-decoration: underline;
}
.privacy a:active {
    color: #ffffff;
    text-decoration: none;
}
/*アーカイブリスト*/
.archive-list {
    margin: 10px 0 10px 10px;
}
/*検索結果画面用インデント*/
#indent_50 {
    margin: 0px 0px 0px 50px
}
