@charset "utf-8";
@import url('./common/reset-fonts-grids.css');

body {
  background-color:#fff;
  /*background: transparent url(../img/body_bg.png) repeat scroll 0%;*/
  font-size:96%;
}
/* custom document */
#custom-doc { 
    margin:auto;text-align:left; /* leave unchanged */ 
    /* width:49.23em; *//* non-IE */ 
    width:780px;
    /* *width:48.04em; *//* IE */ 
    min-width:640px;/* optional but recommended */ 
    background-color:#fff;
    margin-top:0px;
    /*border:1px solid #aaa;*/
    /*margin-bottom:16px;*/
}
/* custom document */
#hd {
    background: url(../img/title.jpg) no-repeat;
    margin:0 auto;
    height:150px;
    text-align:left;
    border:0px solid #aaa
    padding:0px 0px 0px 20px;
    background-color:#fff;
}
#bd {
    /*background: transparent url(../img/content_bg.png) repeat scroll 0%;width:780px;*/
    border-width:0px 0px 0px 0px;
    border-color:#AAA;
    border-style:solid;
    padding-bottom:0px;
    line-height:1.4em;
    background-color:#fff;
    width:780px;
}
#keysearch_bd {
    border:0px solid #aaa;
    margin:0 auto;
    padding:25px;
    line-height:1.4em;
}
#catsearch_bd {
    /*background: url(../img/japan_image.png) no-repeat;*/
    width:500px;
    border:0px solid #aaa;
    margin:0 auto;
    padding:25px;
    line-height:1.4em;
    float:left;
}
#sponsored_bd{
    width:200px;
    margin-left:555px;
    border:0px solid #aaa;
    padding:25px 0 0 0;
}
#sponsored_area{
    height:400px;
    border:1px dotted #bbb;
    padding:10px;
}
#subft {
    border-width:0px 0px 0px 0px;
    border-color:#CCFF42 #AAA #AAA #AAA;
    border-style:solid;
    padding:6px;
    font-size:82%;
    line-height:1.4em;
    text-align:right;
}
#ft {
    border-width:0px 0px 0px 0px;
    border-color:#63C13E;
    border-style:solid;
    height:50px;
    text-align:center;
    width:780px;
    /*padding:20px 8px 15px 8px;
    color:#888;
    font-size:84%;
    line-height:1.4em;
    */
}
#copyright {
  font-size:78%;
  margin-top:4px;
  padding-top:4px;
}
/* Layout End         */

/**********************/
a {color:#4A87F1;text-decoration:none;}
a:hover {text-decoration:underline;}

#bd p {
    padding:0 0 0 0;
    font-size:100%;
    line-height:1.6em;
}

/* todofuken */
#jmapcategory{
    border:solid 0px #888;
}
dl.catsecregion {margin:15px;}
dt.region {
  display:inline;
  margin:3px;
  background:#fff url("../img/folder_vista.gif") no-repeat;
  padding:3px 0 5px 28px;
}
dd.prf {display:inline;}
.sepfrst {margin:0px 5px;}
.seplst {margin:0px 5px;}
/* End todofuken */
