@charset "UTF-8";
@import "base.css";
@import "http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css";


/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  About                       */
/*                 09  Addition                    */
/*                 10  Words                       */
/*                 11  Links                       */
/*                 12  Enquete                     */
/*                 13  English Content             */
/*                 33  Error Page                  */
/*                 66  Tipsy                       */
/*                 77  Jquery Cycle                */
/*                 99  Google Ajax Feed            */
/*                                                 */
/*=======================TOC-END===================*/


/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body.jpg) top center repeat-x; }

#wrapper {
  width: 870px;
  margin: 0 auto;
  text-align: left;
  }

#main {
  clear: both;
  width: 870px;
  padding-bottom: 25px;
  background: #fff url(../images/main.jpg) bottom no-repeat;
  color: #666;
  font-size: 100%;
  }

#main-body { background: url(../images/main-body.jpg) repeat-y; }

#content {
  width: 580px;
  padding: 0 25px 1em 25px;
  float: left;
  line-height: 1.6;
  background: url(../images/content.jpg) 0 0 no-repeat;
  }
* html body #content { width: 630px; } /* for IE6 fix */



/*---------- 03  Header -----------*/

#header {
  background: url(../images/header.jpg) 0 0 no-repeat;
  height: 168px;
  }

h1 {
  width: 400px;
  height: 104px;
  float: left;
  }

#header h2 {
  width: 240px;
  height: 104px;
  float: right;
  text-indent: -9999px;
  background: url(../images/h2.jpg) 0 0 no-repeat;
  }

#global-nav {
  clear: both;
  margin: 0;
  padding: 0 190px 0 22px;
  width: 658px;
  height: 36px;
  background: url(../images/global-nav.jpg) 0 0 no-repeat;
  }
* html body #global-nav { width: 870px; } /* for IE6 fix */

#global-nav li {
  padding: 0;
  background-image: none;
  list-style: none;
  text-indent: -9999px;
  float: left;
  }
#global-nav li a {
  display: block;
  height: 36px;
  }
#nav01 a {
  width: 46px;
  background: url(../images/global-nav.jpg) -22px 0;
  }
#nav02 a {
  width: 72px;
  background: url(../images/global-nav.jpg) -68px 0;
  }
#nav03 a {
  width: 119px;
  background: url(../images/global-nav.jpg) -140px 0;
  }
#nav04 a {
  width: 70px;
  background: url(../images/global-nav.jpg) -259px 0;
  }
#nav05 a {
  width: 93px;
  background: url(../images/global-nav.jpg) -329px 0;
  }
#nav06 a {
  width: 78px;
  background: url(../images/global-nav.jpg) -422px 0;
  }
#nav07 a {
  width: 80px;
  background: url(../images/global-nav.jpg) -500px 0;
  }

#nav01 a:hover { background: url(../images/global-nav.jpg) -22px -36px; }
#nav02 a:hover { background: url(../images/global-nav.jpg) -68px -36px; }
#nav03 a:hover { background: url(../images/global-nav.jpg) -140px -36px; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -259px -36px; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -329px -36px; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -422px -36px; }
#nav07 a:hover { background: url(../images/global-nav.jpg) -500px -36px; }

#nav01 a.active { background: url(../images/global-nav.jpg) -22px -72px; }
#nav02 a.active { background: url(../images/global-nav.jpg) -68px -72px; }
#nav03 a.active { background: url(../images/global-nav.jpg) -140px -72px; }
#nav04 a.active { background: url(../images/global-nav.jpg) -259px -72px; }
#nav05 a.active { background: url(../images/global-nav.jpg) -329px -72px; }
#nav06 a.active { background: url(../images/global-nav.jpg) -422px -72px; }
#nav07 a.active { background: url(../images/global-nav.jpg) -500px -72px; }



/*----------04  Navigation -----------*/

#nav {
  width: 220px;
  padding: 50px 15px 20px 5px;
  float: right;
  background: url(../images/nav.jpg) 0 0 no-repeat;
  line-height: 1.4;
  }
* html body #nav { width: 240px; } /* for IE6 fix */

#nav h2 {
  font-size: 108%;
  color: #777;
  margin: 2em 0 1em 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #999;
  }

#profile { margin-bottom: 3em; }

#profile p { font-size: 93%; }

#profile ul { margin-right: 0; }

#profile a { font-size: 93%; }

#profile .author {
  font-weight: bold;
  color: #333;
  }

#related ul {
  margin-left: 0;
  margin-right: 0;
  }
#related ul li { margin-bottom: .5em; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  height: 109px;
  font-size: 93%;
  text-align: center;
  background: url(../images/footer.jpg) center repeat-x;
  color: #fff;
  }

#footer a {
    color: #fff;
    text-decoration: none;
  }
#footer a:hover { text-decoration: underline; }

#footer-content {
  width: 870px;
  height: 109px;
  margin: 0 auto;
  background: url(../images/footer-content.jpg) 0 0 no-repeat;
  }

#footer .section {
  width: 630px;
  margin: 50px 0 0 0;
  float: left;
  text-align: center;
  }

#footer ul#to-top {
  width: 240px;
  float: right;
  text-align: left;
  }

#footer ul#to-top li { text-indent: -9999px; }
#footer ul#to-top li a {
  display: block;
  width: 106px;
  height: 42px;
  margin-left: 64px;
  background: url(../images/to-top.jpg) 0 0 no-repeat;
  }
#footer ul#to-top li a:hover { background: url(../images/to-top.jpg) -106px 0 no-repeat; }


#footer ul { 
  list-style: none;
  padding: 0;
  margin: 0;
  }

#footer ul li { 
  padding: 0;
  margin: 0;
  background-image: none;
  }

#footer ul#footer-nav li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  background: url(../images/footer-nav.jpg) center right no-repeat;
  }
* html body #footer ul#footer-nav li { padding: 0 5px; } /* for IE6 fix */
*:first-child+html #footer ul#footer-nav li { padding: 0 5px; } /*  for IE7 fix */

#footer ul#footer-nav li.nil {
  padding-right: 0;
  background-image: none;
  }

#footer address {
  margin-top:  8px;
  }


/*---------- 06  Contents -----------*/

a {
  outline: none;
  color: #007cac;
  text-decoration: none;
  }
a:hover { text-decoration: underline; }

a.externalLink:after {
  content: url(../images/external.jpg);
  vertical-align: middle;
  margin: 0 3px;
}

strong { color: #0071bc; }

ul { margin-left: 10px; }
ul li {
  list-style: none;
  background: url(../images/list.png) 0 5px no-repeat;
  padding-left: 12px;
  }
* html body ul li { background-image: url(../images/list.gif); } /* for IE6 fix */

ul.content-nav { margin-left: 20px; }


#content .section { padding: 1em 25px; }
#content .section .section { padding: .5em 10px; }


#content h2 {
  margin: 20px 10px 0 20px;
  padding: 0 0 8px 0;
  text-indent: -9999px;
  height: 40px;
  border-bottom: 2px solid #e5e5e5;
  }

#content h3 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  font-weight: bold;
  color: #4e907c;
  }

#content h4 {
  margin: 2em 0 1em 0;
  padding: 4px 8px;
  font-size: 108%;
  font-weight: bold;
  color: #fff;
  background: #44bdd0;
  }

#content h5 {
  margin: 1.5em 0 .5em 0;
  padding: 4px 8px;
  font-size: 100%;
  font-weight: bold;
  color: #0071bc;
  }


.copy { text-align: right; }

.introduction {
  margin: 15px 20px;
  padding: .5em 0;
  background: #eee;
  font-size: 93%;
  letter-spacing: -1px;
  text-align: center;
  }


.image_l {
  float: left;
  margin: 0 20px 5px 0;
  }
.image_r {
  float: right;
  margin: 0 0 5px 20px;
  }

.image_l img,
.image_r img {
  display: block;
  border: 3px solid #ddd;
  }

.caption {
  text-align: center;
  font-size: 93%;
  line-height: 1.2;
  }

table {
  margin: 2em 0;
  padding: 0;
  border-collapse: collapse;
  border: 2px solid #999;
  font-size: 100%;
  line-height: 1.4;
  }

table caption { font-weight: bold; }

table th,
table td {
  border: 1px solid #bbb;
  padding: 3px 5px;
  margin: 0;
  }

table th {
  background: #eee;
  border-bottom: 2px solid #999;
  }

table tr.even { background: #eef2fa; }

table td.subject { color: #333; }

hr {
  border: 0;
  border-top: 2px solid #ddd;
  margin: 1em 2em .5em 2em;
  clear: both;
  }

.pdf { color: red; }

.detail { margin-left: 2em; }


/*---------- 07  Index -----------*/

body.index { background: #b5b5b5 url(../images/index-body.jpg) top center repeat-x; }

.index #header {
  background: url(../images/index-header.jpg) 0 0 no-repeat;
  height: 152px;
  padding-top: 50px;
  text-align: center;
  }
* html body.index #header { height: 202px; }  /* for IE6 fix */

.index #header a { color: #fff; }
.index #header a:hover { text-decoration: underline; }


.index h1 {
  width: 560px;
  height: 130px;
  margin: 0 155px;
  float: none;
  line-height: 1.0;
  }
.index h1 img { display: block; }

.index #header ul {
  margin: 0;
  padding: 0;
  } 

.index #header ul li { 
  padding: 0;
  margin: 0;
  background-image: none;
  }

.index #header ul li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  background: url(../images/index-nav.gif) center right no-repeat;
  }
* html body.index #header ul li { padding: 0 5px; } /* for IE6 fix */
*:first-child+html .index #header ul li { padding: 0 5px; } /*  for IE7 fix */

.index #header ul li.nil {
  background-image: none;
  padding-right: 0;
  }


.index #main {
  background: none;
  font-size: 100%;
  width: 560px;
  margin: 0 155px;
  }

.index #content {
  width: 560px;
  padding: 0;
  background: none;
  position: relative;
  float: none;
  }

.index #footer {
  position: static;
  height: auto;
  font-size: 93%;
  text-align: center;
  background: url(../images/index-footer.jpg) bottom repeat-x;
  color: #fff;
  }

.index #footer-content {
  background: url(../images/index-footer-content.png) top center no-repeat;
  width: 560px;
  height: 117px;
  margin: 0 auto;
  padding: 20px 120px 0 120px;
  text-align: left;
  }
* html body.index #footer-content {
  width: 800px;
  height: 137px;
  } /* for IE6 fix */

.index #footer h2 {
  width: 220px;
  float: left;
  }

.index #footer h3 {
  margin-top: 3px;
}

.index #footer ul {
  margin: 3px 0;
  }

.index #footer li {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  background: url(../images/index-footer-nav.jpg) center right no-repeat;
  }
* html body.index #footer li { padding: 0 5px; } /* for IE6 fix */
*:first-child+html .index #footer li { padding: 0 5px; } /*  for IE7 fix */

.index #footer li.nil {
  padding-right: 0;
  background-image: none;
  }

.index #footer address {
  clear: both;
  padding-top: 18px;
  text-align: center;
  }

#content #selector { height: 65px; }

#content #selector ul {
  margin: 0;
  padding: 0;
  height: 62px;
  }
#content #selector ul li {
  margin: 5px 10px 0 0;
  padding: 0;
  width: 52px;
  height: 52px;
  float: left;
  background-image: none;
  }
#selector ul li img {
  display: block;
  border: 2px solid #aaa;
  }

#bubble {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  height: 20px;
  width: 560px;
  margin: 0;
  padding: 0;
  background: url(../images/bubble.png) 0 0 no-repeat;
  text-indent: -9999px;
  }
#ask {
  position: static;
  height: 122px;
  width: 560px;
  background: url(../images/ask.jpg) 0 0 no-repeat;
  }

.index #content h2 {
  text-indent: -9999px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url(../images/bubble-question.gif) bottom no-repeat;
  }

.index #content #ask ul {
  height: 52px;
  margin: 0;
  padding: 0 170px;
  width: 220px;
  background: url(../images/bubble-answer-bg.gif) 0 0 no-repeat;
  }
* html body.index #content #ask ul { width: 560px; } /* for IE6 fix */

.index #content #ask ul li {
  height: 52px;
  margin: 0;
  padding: 0;
  float: left;
  text-indent: -9999px;
  background-image: none;
  }
.index #content #ask ul li a {
  display: block;
  width: 110px;
  height: 52px;
  }
.index #content #ask ul li#yes a { background: url(../images/bubble-answer.gif) -170px 0 no-repeat; }
.index #content #ask ul li#no a { background: url(../images/bubble-answer.gif) -280px 0 no-repeat; }
.index #content #ask ul li#yes a:hover { background: url(../images/bubble-answer.gif) -170px -52px no-repeat; }
.index #content #ask ul li#no a:hover { background: url(../images/bubble-answer.gif) -280px -52px no-repeat; }

.index #introduction {
  margin-top: 25px;
  padding: 0 10px;
  }

.index .first-num {
  font-size: 250%;
  line-height: 1.0;
  font-weight: bold;
  color: #736357;
  display: block;
  float: left;
  margin-right: 4px;
  }

.index #content .section { padding: .5em 15px; }

.index #content h3 {
  margin: 20px 10px 0 10px;
  padding: 0;
  text-indent: 0;
  height: auto;
  border-bottom: 2px solid #e5e5e5;
  }

.index #content h4 {
  margin: 0 0 1em 0;
  font-size: 108%;
  font-weight: bold;
  color: #4e907c;
  background: transparent;
  }

.index #information .date { color: #778899; }

.index #information ul {
  margin: .5em 0 1em 0;
  }

* html body.index #information ul li { background-image: none; } /* for IE6 fix */



/*---------- 08  About -----------*/

.about #content h2 { background: url(../images/h2-about.png) 0 0 no-repeat; }

.about #content h3 {
  margin: 1em 0 4px 0;
  font-size: 124%;
  }

.about .meta {
  float: right;
  width: 300px;
  padding-top: 20px;
  }

.about .meta .description {
  color: #000;
  margin: 3px 0 10px 0;
  }
.about .meta .description strong { font-weight: normal; }

.about .meta blockquote {
  background: url(../images/about-blockquote.jpg) 0 0 no-repeat;
  margin: 0;
  padding: .5em 0 .5em 15px;
  }

ul.store li { background-image: none; }

.store a.externalLink:after {
  content: url();
  }

.about .book {
  float: left;
  width: 206px;
  }
.about .book img {
  border: 3px solid #ddd;
  }

.about #toc ul { margin-left: 0; }
.about #toc li {
  padding: 3px 0 3px 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  background-image: none;
  }
.about #toc li.even { background: #eef2fa; }


/*---------- 09  Addition -----------*/

.addition #content h2 { background: url(../images/h2-addition.png) 0 0 no-repeat; }

.addition #content .section ul { margin-left: 30px; }

.addition #content h4 {
  margin: 1em 0;
  color: #44bdd0;
  background: #fff;
  }

.thumbs { clear: both; }
.thumbs ul {
  margin: 0 0 1em 0;
  padding: 0;
  }
.thumbs ul li {
  width: 160px;
  height: 160px;
  margin: 0 4px 4px 0;
  padding: 0;
  background: #eee url(../images/slide-mount.jpg) 0 0 no-repeat;
  float: left;
  }
.thumbs ul li:hover { background: #eee url(../images/slide-mount.jpg) 0 -160px; }
.thumbs ul li img {
  display: block;
  margin: 37px 17px;
  border: 3px solid #ccc;
  }
.thumbs ul li img:hover { border: 3px solid #bbb; }
.thumbs ul li img.vertical { margin: 17px 37px; }



/*---------- 10  Words -----------*/

.words #content h2 { background: url(../images/h2-words.png) 0 0 no-repeat; }
.knowledge #content h2 { background: url(../images/h2-knowledge.png) 0 0 no-repeat; }

#reference dt {
  margin: 1.5em 0 .5em 0;
  padding: 4px 0;
  font-size: 100%;
  font-weight: bold;
  color: #0071bc;
  }

#reference dd { margin-left: 0; }

#reference blockquote {
  margin: .5em 1em 1em 1em;
  padding-left: 22px;
  background: url(../images/bq-start.png) 0 0 no-repeat;
  }
#reference cite {
  display: block;
  text-align: right;
  padding: 12px 22px 0 0;
  }
#reference blockquote cite { background: url(../images/bq-end.png) top right no-repeat; }

#reference .author {
  text-align: right;
  margin-right: 2em;
  }



/*---------- 11  Links -----------*/

.links #content h2 { background: url(../images/h2-links.png) 0 0 no-repeat; }

#fragment-1 a,
#fragment-2 a { font-size: 93%; }

#fragment-1 ul { margin-right: 0; }

#fragment-1 ul li,
#fragment-2 dl {
  padding: 3px 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
  background-image: none;
  }
#fragment-1 ul li.even,
#fragment-2 dl.even { background: #eef2fa; }

#fragment-2 h3 { letter-spacing: -1px; }



/*---------- 12  Enquete -----------*/

.enquete #content h2 { background: url(../images/h2-enquete.png) 0 0 no-repeat; }

.enquete #content h4 {
  text-align: center;
  font-size: 124%;
  font-weight: bold;
  color: red;
  background: #fff;
  }

#enq dl {
  margin: 5px 0;
  }
#enq dl dt {
  border-bottom: 1px solid #ddd;
  padding: 15px 5px 0;
  margin: 0;
  }
#enq dl dt span {
  font-size: 108%;
  font-weight: 900;
  color: #44bdd0;
  padding-right: 5px;
  }
#enq dl dd {
  padding: 5px 0 5px 5px;
  margin: 0;
  font-size: 93%;
  letter-spacing: -1px;
  }
#enq .submit {
  text-align: center;
  }
#enq .submit input {
  display: block;
  text-align: left;
  text-indent: -9999px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 250px;
  height: 45px;
  background: url(../images/submit.jpg) 0 0 no-repeat;
  cursor: pointer;
  }
#enq .submit input:hover { background: url(../images/submit.jpg) 0 -45px no-repeat; }
.enquete .error {
  text-align: center;
  font-weight: bold;
  color: #fb8c3b;
  padding-top: 2em;
  padding-bottom: 2em;
  }

.enquete .data {
  width: 540px;
  margin: 3px auto;
  margin-left: 15px;
  }

.enquete .data th.score { width: 4em; }

.enquete .data td.score {
  text-align: center;
  font-weight: bold;
  color: #0071bc;
  }

.enquete .data .colored td {
  background: #f0f0f0;
  }
  
.enquete .sample {
  margin: 0 15px;
  }
.enquete .sample p {
  float: left;
  width: 79px;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  padding: 0;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 100%;
  font-weight: 900;
  color: #fff;
  }
.c01 {
  background: #43bccf;
  }
.c02 {
  background: #7cdcb5;
  }
.c03 {
  background: #a6f184;
  }
.c04 {
  background: #f7d879;
  }
.c05 {
  background: #ed4e4e;
  }
.enquete .border table {
  width: 500px;
  border: 0;
  margin: 0 5px;
  }
.enquete .border table tr td {
  line-height: 1.0;
  height: 8px;
  padding: 2px 1px;
  border: 0;
  text-align: center;
  }


#TB_ajaxContent h3 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  font-weight: bold;
  color: #4e907c;
  }
#TB_ajaxContent p {
  line-height: 1.6;
  color: #666;
  font-size: 100%;
  }


/*---------- 13  English Content -----------*/

.en #content h2 { background: url(../images/h2-en.png) 0 0 no-repeat; }

.en .introduction { letter-spacing: 0; }

.en .posted {
  text-align: right;
  margin-right: 2em;
  }

.en #content h4 {
  margin: 1em 0;
  padding: 4px 8px;
  font-weight: normal;
  color: #fff;
  background: #44bdd0;
  }


/*---------- 33  Error Page -----------*/


.forbidden #content h2 { background: url(../images/h2-403.png) 0 0 no-repeat; }
.notFound #content h2 { background: url(../images/h2-404.png) 0 0 no-repeat; }

.forbidden #content,
.notFound #content { height: 530px; }



/*---------- 66  Tipsy -----------*/

.tipsy { padding: 5px; font-size: 93%; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
.tipsy-inner { padding: 10px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(../images/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }



/*---------- 77  Jquery Cycle -----------*/

#pics {
  width: 170px;
  height: 170px;
  margin: 0 25px 25px 25px;
  padding: 0;
  }
#pics img {
  border: 5px solid #ccc;
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  }
  


/*---------- 99  Google Ajax Feed -----------*/

#feedControl {
  background: #fff;
  margin: 10px 0;
  padding: 0;
  }


