/* ------------------------------------------------------------------
 * reset.css
 * ------------------------------------------------------------------ */

/* This is the StyleCatcher theme addition. Do not remove this block. */
/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
}
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* ------------------------------------------------------------------
 * clearfix
 * ------------------------------------------------------------------ */

/* for modern browser（Firefox Opera Safari）*/
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* for Win IE7 and Mac IE5 */
.clearfix{
   display:inline-block;
}

/* for Win IE5 and Win IE6 */
/* hide from Mac IE \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* end: hide from Mac IE */


/* ------------------------------------------------------------------
 * common settings
 * ------------------------------------------------------------------ */

/* NOT for Mac IE5 begin \*/
html {
  overflow-y: scroll;
}
/* NOT for Mac IE5 end */

body {
  background-color: #fff;
  /*font-family: sans-serif;*/
  font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;

  text-align: center; /* for IE5 */
}

br { letter-spacing: 0; } /* for IE6 bug */

a:link    { /*color: #248012;*/ text-decoration: underline; }
a:visited { /*color: #5C9A5D;*/ text-decoration: underline; }
a:hover   { /*color: #248012;*/ text-decoration: underline; }
a:active  { /*color: #248012;*/ text-decoration: underline; }

img {
  vertical-align: bottom;
}

/* -- common -- */

.exterior-box {
  width: 940px;
  margin: 0 auto;

  text-align: left;
}

/* -- body -- */

#body-wrapper {
  background-color: #D9ECB0;
}

.outer-corner-top {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/outer/lt.jpg) no-repeat top left;
}
.outer-corner-top div {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/outer/rt.jpg) no-repeat top right;
}
.outer-corner-bottom {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/outer/lb.jpg) no-repeat bottom left;
}
.outer-corner-bottom div {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/outer/rb.jpg) no-repeat bottom right;
}

#body-wrapper #counter {
  text-align: right;
  font-size: 0.8em;
  margin: 16px 20px 0;
  height: 1.2em;
  line-height: 1.2em;
}

#body-wrapper #content {
  margin: 0 16px 32px 16px;
  line-height: 1.2em; /* hack for IE6 peek a boo bug */
}

.inner-corner-top {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/inner/lt.jpg) no-repeat top left;
}
.inner-corner-top div {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/inner/rt.jpg) no-repeat top right;
}
.inner-corner-bottom {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/inner/lb.jpg) no-repeat bottom left;
}
.inner-corner-bottom div {;
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/inner/rb.jpg) no-repeat bottom right;
}

.footer-corner-top {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/footer/lt.jpg) no-repeat top left;
}
.footer-corner-top div {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/footer/rt.jpg) no-repeat top right;
}
.footer-corner-bottom {
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/footer/lb.jpg) no-repeat bottom left;
}
.footer-corner-bottom div {;
  height: 12px;
  line-height: 12px;
  font-size: 0px;
  background: transparent url(../img/corner/footer/rb.jpg) no-repeat bottom right;
}

/* ------------------------------------------------------------------
 * header
 * ------------------------------------------------------------------ */

#header {
  position: relative;

  margin-top: 0px;

  height: 86px;
}

#header #logo {
  position: absolute;
  top: 0px;
  left: 12px;
}

#header #header-content {
  text-align: right;

  padding: 10px 10px 0;

  font-size: 0.8em;
}

#header-content #header-navi {
  margin: 0 0 24px 0;
  padding: 0;

  list-style-type: none;
}

#header-content #header-navi li {
  display: inline;

  border-right: 1px solid #248012;
  padding: 0 0.5em 0 0.5em;
}

#header-content #header-navi li.tail {
  border-right: 0 solid transparent;
}

#header-content .description {
  color: #5C9A5D;

  text-align: left;

  margin-left: 430px;
}

/* ------------------------------------------------------------------
 * footer
 * ------------------------------------------------------------------ */

#footer {
  font-size: 0.8em;

  margin-top: 2em;
  margin-bottom: 4px;
  
  background-color: #D9ECB0;
  /*
  background-color: #fff;
  background-image: url(../img/footer/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  */
}

#footer #footer-logo {
  float: left;
}

#footer-content {
  margin: 4px 16px 4px;
  background-color: #fff;
}

/*
#footer-navi {
  margin-top: 0.5em;
}

#footer-navi li {
  display: inline;

  padding: 0 0.5em 0 0.5em;
}

#footer-navi li.tail {

}
*/

#footer-quick {
}

#footer .footer-quick-section {
  width: 175px;
  float: left;
}
#footer .footer-quick-content {
  margin: 4px 0 2em 16px;
}

#footer .footer-quick-section h4 {
  padding: 4px 6px;
  border-bottom: 2px solid #248012;
  color: #248012;
  font-weight: bold;
}

#footer .footer-quick-section ul {
  margin: 4px 6px;
}

#footer .footer-quick-section li {
  line-height: 140%;
}

#footer .footer-quick-section li a {
  color: #300;
}

#footer .footer-quick-section li a:link { text-decoration: none; }
#footer .footer-quick-section li a:visited { text-decoration: none; }
#footer .footer-quick-section li a:hover { text-decoration: underline; }
#footer .footer-quick-section li a:active { text-decoration: none; }

#footer .copyright {
  clear: left;
  padding: 0.5em 0.5em 0;
  font-size: 0.9em;
  text-align: center;
  color: #300;
  border-top: 1px dashed #994500;
}


/* ------------------------------------------------------------------
 * menu
 * ------------------------------------------------------------------ */

.menu-content h2 {
  padding: 4px 0 4px 4px;
  margin-bottom: 4px;

  border-bottom: 2px solid #248012;
  color: #630;

  font-weight: bold;

  /*background: transparent url(../img/menu/header_icon.jpg) no-repeat left center;*/
}

.menu-content .menu-item-box {
  padding: 8px;
}

.menu-content ul.normal {
  margin-left: 1.5em;

  list-style-type: none;
  list-style-position: outside;
  list-style-image: url(../img/menu/leave.gif);

  padding: 12px;
}

.menu-content ul.normal li {
  padding: 1px 0;
}

/* -- login form -- */

#menu-login-header {
  margin-bottom: 0;
}

#menu-login-form {
  padding: 4px 0;
}

#menu-login-form p {
  margin: 8px 4px;
}

#menu-login-form input {
  width: 136px;
}

#menu-login-form .submit {
  text-align: center;
}

#menu-login-form .submit input {
  width: 7em;
}

/* -- faq -- */

#menu-faq ul {
}

#menu-faq li {
  margin-bottom: 1.2em;

  padding-left: 16px;

  font-size: 0.9em;

  line-height: 140%;

  background: #fff url(../img/menu/question.jpg) no-repeat top left;
}

#menu-faq a { display: block; text-decoration: none; }
#menu-faq a:hover { text-decoration: underline; }

#menu-faq-header {
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 0.9em;
}

#menu-faq-footer {
  text-align: right;
}

/* -- recent traslated -- */

#menu-recent-translated {
}

#menu-recent-translated a { text-decoration: none; }

#menu-recent-translated ul li {
}

.menu-recent-translated-thumbnail {
  text-align: center;
  margin: 0 auto;
}

.menu-recent-translated-thumbnail img {
  margin-bottom: 4px;
  max-width: 140px;
}

.menu-recent-translated-description {
  /*
  text-align: left;
  margin: 8px 0 16px 20px;
  */
  text-align: center;
  margin-bottom: 16px;
}

#menu-recent-translated-footer {
  text-align: right;
}

/* -- press hisotry -- */

#menu-press-history {
}

#menu-press-history dt {
}

#menu-press-history dd {
  margin-bottom: 4px;
  padding: 4px 4px 4px 16px;
}

/* -- gadget -- */

#menu-gadget-header {
  font-size: 0.9em;
  padding: 8px;
  color: #333;
}

#menu-gadget-content {
  margin: 8px 0 16px;
}

#menu-gadget-preview {
  text-align: center;
}

#menu-gadget-button {
  text-align: center;
  padding: 8px 0;
}

#menu-gadget-footer {
  font-size: 0.9em;
  padding: 8px;
  color: #333;
}

#menu-gadget-howto {
  margin-top: 4px;
  text-align: right;
}

#menu-gadget-howto a {
  text-decoration: none;
}

/* ------------------------------------------------------------------
 * main
 * ------------------------------------------------------------------ */

#main-content {
  padding: 16px 28px;

  font-size: 0.9em;

  border-left: 1px solid #268713;
  border-right: 1px solid #268713;

  zoom: 1;  /* hack for IE5.x-6 hasLayout bug */
}


/* ------------------------------------------------------------------
 * default layout
 * ------------------------------------------------------------------ */

/* -- menu -- */

#menu {
  float: left;

  width: 190px;

  font-size: 0.8em;
}

.menu-item {
  background-color: #fff;

  margin-bottom: 12px;
}

.menu-content {
  padding: 0 12px;

  border-left: 1px solid #268713;
  border-right: 1px solid #268713;
  /*background: transparent url(../img/menu/item_bg.jpg) repeat-y top left;*/
}

/* -- main -- */

#main {
  float: right;

  width: 686px; /* 940 - (190 + (16 * 2)) - (16 * 2) */

  background-color: #fff;
  color: #300;
}

