@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:Verdana, Helvetica, sans-serif;
   color:#000000;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
}

br {
   letter-spacing:normal;
}

a {
   color:#E6E6FA;
   text-decoration:none;
}

a:hover {
   color:#FFFF00;
   text-decoration:none;
}

img  {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE WIREFRAME======== */
div#wrapper {
   width:760px;
   margin:0 auto;
   text-align:left;
   padding:20px 10px 0 10px;
   background:#fff url("image/bg.gif") 50% 50% repeat-y fixed;
}

div#header {
   width:720px;
   height:180px;
   margin:0 20px;
   background:#fff url("image/bg_head.gif") 0% 0% no-repeat;
}


div#contents {
   clear:both;
   width:720px;
   margin:3px 20px;
   background:#fff url("image/bg_contents.gif") repeat-y;
   border-bottom:1px solid #C3C3C3;
   position: relative;

}

div#searchbox {
   position: absolute;
   top: 100px;
   left: 100px;
   width: 500px;
}


div#ad1 {
   position: absolute;
   top: 260px;
   left: 10px;
   text-align: center;
   display: block;
}

div#ad2 {
   text-align: center;
   display: block;
}


div#footer {
   clear:both;
   width:700px;
   padding:15px;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
}

div#header p {
   margin:0;
   padding:10px;
   font-size:82%;/* 13px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   margin:0;
   padding:0;
   text-align:center;
   font-size:82%;/* 13px相当 */
   list-style-type:none;
}

div#menu li a {
   display:block;
   width:142px;
   line-height:26px;
   border-top:1px solid #C3C3C3;
   border-right:1px solid #C3C3C3;
   border-left:1px solid #C3C3C3;
   border-bottom:1px solid #C3C3C3;
   background:#ddd;
}

div#menu li a:hover {
   background:#9F1D20;
}





/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   border-bottom:1px dotted #333;
   color: #7B68EE;
}

div#main a:hover {
   color:#FFEFD5;
   border:0;
}

div#main h2 {
   margin-bottom:2px;
   padding:3px 3px 0 3px;
   color:#fff;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   border-bottom:2px solid #9F1D20;
   background:#666;
}

div#main h3 {
   margin-bottom:2px;
   border-bottom:1px solid #333;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}


/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub a {
   border-bottom:1px dotted #333;
}

div#sub a:hover {
   color:#666;
   border:0;
}

div#sub h2 {
   margin-bottom:2px;
   padding:2px;
   color:#fff;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   background:#666;
   border-bottom:2px solid #9F1D20;
}

div#sub h3 {
   margin-bottom:2px;
   font-size:88%;/* 14px相当 */
   border-bottom:1px solid #333;
}

div#sub p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#sub dl {
   margin:0;
   font-size:82%;/* 13px相当 */
}

div#sub dt {
   font-weight:bold;
}

div#sub dd {
   margin:0;
}

div#sub td {
   float:left;
   margin:1px;
   padding:1px;
   text-align:center;
   font-size:94%;/* 15px相当 */
   list-style-type:none;
}


div#sub td a {
   display:block;
   width:35px;
   line-height:15px;
   background:#ddd;
   text-decoration: none;

}

div#sub td a:hover {
   background:#FFFACD;
}

/* ========FOOTER CUSTOMIZE======== */
address {
   background:#fff;
   text-align:center;
   color:#333;
   font-style:normal;
   font-size:70%;/* 11px相当 */
}

/* ========fukidashi CUSTOMIZE======== */
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(image/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ 
	display: block;
	padding: 0 8px; 
	background: url(image/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(image/bubble.gif) no-repeat bottom;
}


/* ========TABLE CUSTOMIZE======== */

table#kensakuLetter {
    margin: 20px;
}


table#kensakuLetter td{
    margin: 10px;
    text-align: center;
    width: 60px;
    font-size: 150%;

}

table#table-02 {
    margin-left: 5px;
}

table#table-02 td.pageNumber {
    padding: 5px;
    text-decoration: underline;

}

.numAll { color: #FFA07A; }



/* ========Additional CUSTOMIZE======== */

.leftMargin20 {margin-left: 20px;}
.white {color: #FFFFFF;}
.bottomPadding{padding-bottom: 10px;}

/* ========Icon CUSTOMIZE======== */
.icon {margin: 0 5px 0 10px;}

/* ========Google CUSTOMIZE======== */
div#searchForm {
    margin-left: 10px;
    display: none;



}

      table.search-control {
        width : 450px;
	margin-left: 10px;
        margin-right: 10px;
      }

      table.search-control .gsc-control {
        width : 100%;
      }


      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }

      /* restrict global search form width */
      #searchForm {
        width : 300px;
      }

      #TopSearchControl .gsc-resultsRoot {
        padding-top : 6px;
      }

      /* long form visible urls should be on */
      .gsc-webResult div.gs-visibleUrl-long {
        display : block;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }
/* .gs-newsResult .gs-snippet { display : none; }  */
.gs-newsResult .gs-snippet { font-size: 75% } 
.gs-newsResult .gs-title b{ color : #FFA07A; }

.gs-webResult .gs-title b{ color : #FFA07A; }
.gs-webResult .gs-title { font-size : 100%; }
.gs-webResult .gs-snippet { font-size: 100% } 

.gs-newsResult div.gs-publisher { font-size: 80%; }
.gs-newsResult div.gs-publishedDate {font-size: 80%; }
.gs-newsResult div.gs-relativePublishedDate {font-size: 80%; }
.gsc-twiddle div.gsc-title {}
/*.gsc-control */
.gsc-tabsArea div.gsc-tabhActive { color: #FFFFFF; background:#6A5ACD;}
//.gsc-tabsArea span.gs-spacer { margin: 10px;}
.gs-text-box div.gs-snippet {font-size: 90%;}
.gs-text-box div.gs-size {font-size: 80%;}
.gs-text-box div.gs-visibleUrl {font-size: 80%;}
.gsc-cursor-box .gsc-cursor div.gsc-cursor-current-page {font-size: 150%;color : #FFA07A;}
.gsc-cursor-box .gsc-cursor div.gsc-cursor-page {font-size: 120%;color: #000000; }
.gsc-cursor-box {text-align: center;}

