/*** META ***/


/* 全体 */
body {
   margin:0px;
   color:#333366;
   background-color: #ddeeff;
   background-image: url(image/bg.gif);
   background-repeat: repeat-y;
   background-position: center; 
   line-height: 130%;
   text-align: center;
}
/*IE7のみ適用*/  
*+html body { padding-left: 1px; }   
/*IE6以前のみ適用*/  
* html body { padding-left: 1px; } 


/* 幅と中央揃え */ 
 div.content{
  width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
 }


/* テキストリンク */
a:link { color:#0000ff; text-decoration:underline; }
a:visited { color:#6666aa; text-decoration:underline; }
a:focus { color:#0000ff; text-decoration:underline;background:#ddffee; }
a:hover { color:#0000ff; text-decoration:underline;background:#ddffee; }
a:active { color:#0000ff; text-decoration:underline;background:#ddffee; }



/* 見出し指定 */
h1 { 
   color:#224488; 
   line-height: 120%;
   margin:10px 0 15px 0;
   }
h2 { 
   color:#224488; 
   font-size: 150%;
   line-height: 120%;
   }
h3 { 
   color:#224488;
   font-size: 120%;
   line-height: 120%;
   margin:0 0 5px 0;
   }
h4 { 
   color:#224488;
   font-size: 100%;
   line-height: 120%;
   margin:0 0 0 0;
   }

/* ヘッダー */
div.header {
   width: 720px;
}

/* パンくず */
div.bread {
   clear: both;
   font-size: 80%;
   margin-left: 20px;
   margin-right: 20px;
}

/* ページタイトル */
div.title {
   clear: both;
   margin-left: 20px;
   margin-right: 20px;
}

/* トップページ*/
div.top {
   clear: both;
   line-height: 130%;
}

/* 本文 */
div.main {
   clear: both;
   font-size: 80%;
   line-height: 150%;
   width:640px;
   margin-left: 40px;
   margin-right: 40px;
}
.main a{ 
   display:block;
}

/* ページトップへ */
div.pagetop{
   padding:0px 0px 0px 0px;
   text-align:right;
   font-size: 70%;
}

/* フッター */
div.footer {
   clear: both;
   font-size: 70%;
   text-align: left;
   line-height: 130%;
   width:640px;
   margin-left: 40px;
   margin-right: 40px;
}


/* 横線 */

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #777777;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
