@charset "utf-8";

/*----------------------------------------------
  Geeklog Style Sheet on Theme:IvySOHO by Tetsuko Komma
                        URL: http://www,ivysoho.co.jp/

  based on Theme:GeekGreen by Fumito Arakawa as Phize
                        URL: http://phize.net/
  and Tony by Tetsuko Komma (IvySOHO inc.)
  20060902
----------------------------------------------*/

@import url("style_jp.css");

/* スタイルシートのリンク先変更でフォーラムの色調を変更できます。 */
/* フォーラム　ベージュ： */
@import url("style_forum_beige.css");
@import url("sitecalendar.css");

/* フォーラム　グレー： */
/*@import url("style_forum_gray.css"); */

/* フォーラム　オレンジ： */
/* @import url("style_forum_orange.css"); */

/* フォーラム　ブルー： */
/* @import url("style_forum_blue.css"); */

/* フォーラム　紫： */
/* @import url("style_forum_purple.css"); */

/* Japanese: 注目記事タイトル */
.inside-box h1 {
  background-color: #E0E0D4; 
}

.directory ul,
.directory li{
margin:0; padding:0;
}
.directory li{
list-style-type: none;
}

#container {
   width: 780px; 
}

#leftblocks{ 
  width:170px;
}
#rightblocks{ 
  width:170px;
}

  /*----- Header -----*/
  /* Japanese: ロゴとスローガンを含むヘッダー部 */

  #header {
    height: 80px;
    background-image: url(images/showa/bg_header.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    backround-color: #44ee44;
  }

/* php_directory メニュータイトルバックカラー設定 */
.directory .nav-title{
background-color:#DFE7F1;
}

