@charset "UTF-8";


body {   
    margin: 0;
    text-align: center;   
}   
#wrapper{
    width: 840px;   
    margin: 0 auto 0 auto;   
    text-align: left; 
}
#header{
    margin: 0;
    padding: 0;
}
#contents{
    margin: 0;
    padding: 0;
}
#right{
    width: 300px;
    margin-top: 0;
    padding: 0 0 0 5px;
    background-color: transparent;
    float:right;
}
#right-sub{
    width: 300px;
    margin-top: 41px;
    padding: 0 0 0 5px;
    background-color: transparent;
    float:right;
}
#main{
    width: 525px;
    margin-top: 0;
    padding: 5px 5px 0 5px;
    background-color: transparent;
    float:left;
}
#footer{
    margin-top:40px;
    padding: 5px;
    background-color: transparent;
    clear:both;
    text-align: center;
}

/* fonts */
h1{
  font-size:14px;
  font-weight:normal;
  padding:0;
  float:left;
}

h2 {
  font-size:18px;
  font-weight:900;
  color: #00008B;
}

/* ヘッダーサイトマップ */
.headersite{
  font-size:14px;
  float:right;
}

/* ヘッダーロゴ */
.headerlogo{
display:block;
margin-top:40px;
margin-right:auto;
margin-left:200px;
}

/* 入力フォームの段落の中央配置 */
.nyuryoku{
    text-align: center;
}

/* 入力フォームの段落の左配置（検索結果ページ） */
.nyuryoku-result{
    text-align: left;
}

/* 検索結果の段落の70％幅表記 */
.kekka {   
    width: 100%;   
    border: 1px solid white;   
    text-align: center;   
}   
.kekka div   {   
    width: 75%;
    border: 1px solid white;   
    margin: 10px auto 20px;   
    text-align: left;   
} 

/* 今までの検索キーワードの文字サイズ */
.kekka-keyword {   
    font-size: 85%;  
}   

/* リストの書式（トップページ） */
.toppage{
    color: red; 
    font-weight: 900; 
}

/* リストの書式（結果ページ） */
.g{
    color: #1a1a1a; 
    font-weight: normal;
    margin:1em 0; 
}

/* 文中の太字 */
.futoji{
    font-weight: bold;
    background-color: #ffff00; 　　　　　 /* 蛍光ペンの色を指定 */
    padding: 0.1em 0px;　　　　　　　　　　 /* 蛍光ペンの太さを指定（上下＝0.1em 左右＝0px)*/
}


/* h2の枠 */
h2 {
  padding:0.4em;
  background-color:#FFCCFF;
}

/* プライバシーポリシーの枠 */
.privacy {
  padding: 10 20 0 20;
}

/* 画像の枠 */
img {
    border: 0px;
}

/* 検索結果0の時のボックス */
.nashi{
    margin: 150 80 800
}

/* iframeのサイズ */
.top-adv{
      width: 300px;
      height: 1250px;
      scrolling: no;
      align: top;
      frameborder: 0;
      border: 0;
}

/* iframeのサイズ(将来トップページと結果ページの広告内容を変える時の保険） */
.result-adv{
      width: 300px;
      height: 1250px;
      scrolling: no;
      align: top;
      frameborder: 0;
      border: 0;
}

/* iframeのサイズ(footerの広告枠） */
.footer-adv{
      width: 624px;
      height: 261px;
      scrolling: no;
      align: top;
      frameborder: 0;
      border: 0;
}