@charset "utf-8";
/*--------------------------------------------
オナトのスポニチ　～九州版～
FileName: index.css
Version:  2008.02.02
---------------------------------------------*/


/* 初期化
--------------------------------*/
 @import "./initialization.css";


/* フォント関係
-----------------------*/
 @import "./font.css";


/* インデックス
------------------------------*/
  
 #container {
  margin:0 auto;
  width:65.8em;
 }
 
 #header {
  padding-top:20px;
  padding-bottom:10px;
  text-align:center;
 }
 
 #cnt-border {
  border:1px #FFFF99 solid;
 }
 
 #content {
  margin:1px;
  padding:20px 24px;
  border:3px #999999 inset;
  background-color:#FFFFFF;
  color:#000000;
  text-align:center;
 }
 
 #cover img {
  border:1px #FF0000 solid;
 }
 
 #title,
 #cover,
 #notes,
 #navi {
  margin-bottom:20px;
  text-align:center;
 }

 #navi table,
 #link table {
  margin:0 auto;
  text-align:center;
 }

 #link {
  padding:10px 0;
  border-top:1px #FF0000 solid;
  border-bottom:1px #FF0000 solid;
 }

 #manager,
 #patronage,
 #copyright {
  margin:0 40px;
  padding:20px;
  text-align:center;
 }
 
 #patronage,
 #copyright {
  border-top:1px #FF0000 solid;
 }


/* インデックス（コンテンツ内）
------------------------------*/

 .button-in a,
 .button-out a {
  display:block;
  width:146px;
  height:52px;
 }
 
 .button-in a {
  background:url(/index_img/button_in.gif) no-repeat top left;
 }
 
 .button-in a:hover {
  background:url(/index_img/button_in.gif) no-repeat top right;
 }
 
 .button-out a {
  background:url(/index_img/button_out.gif) no-repeat top left;
 }
 
 .button-out a:hover {
  background:url(/index_img/button_out.gif) no-repeat top right;
 }

 #link table td span { line-height:1.4em; }

 #link table td span a {
  padding-left:10px;
  background:url(/index_img/k-mark.gif) no-repeat center left;
 }


