@charset "utf-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 2.04
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.09.28: for CGI.
 * 2.04 2005.10.10: fix bug.
 *
 * Copyright (C) 2005 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body,td,th{
  font-size:10pt;
}

/* リンク */
a,

a:link,
a:visited {
    color: #0789c4;
    text-decoration: none;
}
a:hover {
    color: #0789c4;
    text-decoration: underline;
}
a:active {}

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}


/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
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;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}



/* タイトルバナー */
#banner {
    margin: 0px;
    padding: 0px;
    color: #999999;
    background-color:transparent;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #336699;
    font-size: 18px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

#banner img {
    float: left;
}
#banner a img {
    float: left;
}


#banner h1 {
    padding: 3px 0 15px 30px;
    _padding: 3px 0 15px 30px;
    color: #fff;
    font-family: "Lucida Sans","Arial",sans-serif;
    font-size: 12px;
    visibility:hidden;
    font-weight: bold;
    text-indent: -999999px;
    text-decoration:none;
    line-height: 18px;
}

#banner h3 {
    color: #FFFFFF;
    font-size: 8pt;
    border-left: 1px solid #FFFFFF;
    vertical-align:top;
    text-align: center;
    line-height: 100%
}
#banner h3 a,
#banner h3 a:link,
#banner h3 a:visited {
    color: #FFFFFF;
    font-size: 8pt;
    text-decoration: none;
}
#banner h4
#banner h4 a,
#banner h4 a:link,
#banner h4 a:visited {
    margin-left:59px;
    font-color: #989898;
    font-size: 7pt;
    font-weight:normal;
    vertical-align:top;
    text-align: center;
    text-decoration:underline;
    line-height: 100%
}


/* PANKUZU */
#pankuzu {
  float: right;
  margin: 20px 15px 0 0px;
  vertical-align: bottom;
  font-size:8pt;
  color:#336699;
  display:inline;
}
#pankuzu2 {
  float: right;
  margin: 20px 15px 0px 0px;
  font-size:8pt;
  color:#336699;
  display:inline;
}

#pankuzu a,
#pankuzu a:link,
#pankuzu a:visited {
  font-weight:normal;
  font-size:8pt;
  color:#336699;
  text-decoration:none;
}
#pankuzu2 a,
#pankuzu2 a:link,
#pankuzu2 a:visited {
  font-weight:normal;
  font-size:8pt;
  color:#336699;
  text-decoration:none;
}



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

.newsbox {
	border: 1px solid #999; 
	padding: 10px;
	overflow: auto;
	height: 3em;
	background-color: #FDFDFD;
	}

.newsbox h2 {
	font-size: 12px;
	color: #9E2F37;
	}
	
.newsbox p {
	font-size: 11px;
	color: #484848;
	margin: 0;
	padding: 0 0 1em 0;
	}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    border: 1px solid #888888;
    color: #336699;
    background: #ffffff;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.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;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.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-tab.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #333333;
    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: 0px;
    padding: 22px 10px 10px 10px;
    _padding: 22px 10px 10px 10px;
    background-image:url("http://www.cengage.jp/img/title-tab.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #333333;
    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: 0 20px 0 12px;
}
.entry-body {
    margin: 0px;
}
.entry-body td {
    font-color:#666666;
    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-tab.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #444444;
    font-size: 10px;
}
.layout-two-column-left .entry-footer {
    margin: 0 0 20px 0px;
    padding: 5px 20px 5px 10px;
    background-image:url("http://www.cengage.jp/img/footer-tab.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #444444;
    font-size: 10px;
}

/* 記事一覧表示 */
.blog-list h2 {
    margin:0px;
    color:#444444;
    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;
}


/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    padding: 0px 0 2px 0px;
    border-bottom: 1px dashed #cccccc;
    color: #0089c5;
    background: #ffffff;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 9pt;
    _font-size:8pt;
    font-weight: bold;
    line-height:15pt;
}
.sidetitle-nodot {
    margin: 0px;
    padding: 3px 0 2px 0px;
    color: #0089c5;
    background: #ffffff;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 9pt;
    _font-size:8pt;
    font-weight: bold;
    line-height:15pt;
}


/* サイドメニュー */
.side {
    padding: 3px 0 20px 0px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 9pt;
    _font-size: 8pt;
    line-height: 15pt;
    margin-bottom: 15px;
}
.side-image {
    margin-left:20px;
    padding: 3px 0 2px 0px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 9pt;
    _font-size: 8pt;
    line-height: 15pt;
}
.side-product {
    margin: 0 0 20px 0px;
    padding: 0px;
}
.side-product a,
.side-product img {
    margin:0px;
    padding: 0px;
    text-decoration: none;
    float: left;
}

.side ul {
    margin:0px;
}
.side ul li{
    color: #666666;
    list-style-type: none;
    border-bottom: 1px dashed #cccccc;
}

.side ul li a,
.side ul li a:link {
    color: #666666;
    text-decoration: none;
}
.side ul li a:visited {}
.side ul li a:hover {
    color: #ff6633;
    text-decoration: none;
}
.side ul li a:active {
    color: #666666;
    text-decoration: none;
}
.side3 {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 5px;
}
.side #categories ul ul {
    padding-left: 5px;
}
.side #categories li {
    list-style-type: circle;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 10px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 8pt;
    _font-size: 7pt;
    line-height: 15pt;
}
.syndicate a,
.syndicate a:link {
    color: #666666;
    text-decoration: none;
}
.syndicate a:visited {}
.syndicate a:hover {
    color: #ff6633;
    text-decoration: none;
}
.syndicate a:active {
    color: #666666;
    text-decoration: none;
}


/* クレジットバナー */
.powered {
    margin-bottom: 5px;
    background-color: #FFFFFF;
    color: #666666;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 8pt;
    _font-size: 7pt;
    line-height: 10pt;
}
.powered a,
.powered a:link {
    color: #666666;
    text-decoration: none;
}
.powered a:visited {}
.powered a:hover {
    color: #ff6633;
    text-decoration: none;
}
.powered a:active {
    color: #666666;
    text-decoration: none;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #444444;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #666666;
    background: #f5f5dc;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #666666;
    background: #f5f5dc;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}


/* カラム切り替え */

/* 全カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background-image: url("http://www.cengage.jp/img/bgimage-121.gif");
    background-repeat:repeat-x;
    background-color: #00345d;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container,
.layout-one-column #container {
    margin-bottom: 10px;
}

/*3カラム用*/
.layout-three-column #box,
.layout-one-column #box {
    width:952px;
    margin-right:auto;
    margin-left:auto;
    padding: 0 0 15px 0px;
    text-align:left;
    background-color:transparent;
}
.layout-three-column #whitebox,
.layout-one-column #whitebox {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0px;
    text-align: left;
    background-color: #fff;
}

.layout-three-column #content {
    float: left;
    width: 530px;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #cccccc;
}

.layout-three-column #content00 {
    float: left;
    width: 530px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ffffff;
    border-left: 2px solid #cccccc;
}

.layout-three-column #links-left-box {
    float: left;
    width: 228px;
}
.layout-three-column #links-left {
    margin: 10px 10px 0 0px; 
    padding: 14px 15px 0px 24px;
    color: #ffffff;
}
.layout-three-column #links-right-box {
    float: left;
    width: 190px;
}
.layout-three-column #links-right {
    margin: 10px 10px 0 0px;
    text-align: center;
    color: #ffffff;
}
.layout-three-column #java-box {
    width: 720px;
    float: left;
    margin: 21px 0 0 0px;
    border-left: 2px solid #cccccc;
}

/* 2カラム用 */
.layout-two-column-left #box {
    width:952px;
    margin-right:auto;
    margin-left:auto;
    padding: 0 0 15px 0px;
    text-align:left;
    background-color:transparent;
}
.layout-two-column-left #whitebox {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0px;
    text-align: left;
    background-color: #ffffff;
}
.layout-two-column-left #java-box {
    width: 720px;
    float: left;
    margin: 21px 0 0 0px;
    border-left: 2px solid #cccccc;
}
.layout-two-column-left #content-box {
    width: 720px;
    float: left;
    margin: 0px;
}
.layout-two-column-left #content {
    width: 720px;
    float: left;
    margin: 20px 0 10px 0px;
    border-bottom: 1px solid #ffffff;
    border-left: 2px solid #cccccc;
}

.layout-two-column-left #links-left-box {
    float: left;
    width: 228px;
}
.layout-two-column-left #links-left {
    margin: 10px 10px 0 0px; 
    padding: 14px 15px 0px 24px;
    color: #ffffff;
}



/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}


/*1カラム用*/
.layout-one-column #content00 {
    width: 720px;
    margin: 0px 114px 10px 114px;
    padding-top: 20px;
    _padding-top: 30px;
    border-bottom: 1px solid #ffffff;
    background-color: #fff;
}
input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


/* NEW枠 */
/*
span.new{
  margin-left:5px;
  padding:0 3px;
  border:1px solid #cc0000;
  font-size: 9px;
  color:#cc0000;
}*/
span.new {
  margin-left:5px;
  padding:0 3px;
  width:27px;
  height:15px;
  text-indent: -9999px;
  background:url("http://www.cengage.jp./img/new.gif") no-repeat left center;
}
div.new2 {
  margin :0;
  padding:0;
  width:27px;
  height:15px;
  text-indent: -9999px;
  background:url(."http://www.cengage.jp/img/new.gif") no-repeat left center;
}
/* ENGLISH */
.english {
  position:absolute;
  top:2px;
  right:15px;
}
.english a ,
.english a:active ,
.english a:hover {
  text-decoration:none;
  color:#fff;
}
/* FOOTER */
.footer {
  margin:8px 0 0 0;
  padding:8px 0 0 0;
  border-top:1px solid #ccc;
  text-align:center;
}

/* 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:#666666;
	background-color:#f5f5dc;
	font-color:#666666;
}
/* サイトマップ項目 */
.mappagename {
	text-align:left;
	text-indent: 10px;
	font-color:#666666;
}

/*ページヘッダ*/
.pageheader {
    margin: 20px 20px 10px 20px;
    padding: 2px 0 1px;
    padding: 1px 0 2px;
    border: 1px solid #666666;
    text-align: center;
    color: #666633;
    background-color: #ffcc66;
    font-size: 10pt;
    font-weight: bold;
    line-height: 22pt;
}

/*目次リスト*/
.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: #666666;
    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-tab.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #333333;
    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-tab.gif");
    background-posigion:5px 0px;
    background-repeat:no-repeat;
    color: #333333;
    text-align: left;
    font-family: arial, MS Pゴシック, sans-serif;
    font-size: 10pt;
    _font-size: 9pt;
    line-height: 150%
} 
.article p {
    margin: 10px 30px 0 30px;
    color: #666666;
    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: #666666;
    font-size: 10pt;
    _font-size:9pt;
    line-height: 15pt;
}
.article table {}
.article tr {}
.article td {
    color: #666666;
    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-tab.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    text-align: right;
    color: #444444;
    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;
}


