/*
 * Filename :  common_layout.css
 * Author :    MIZUBAYASHI Kosuke <miz@mizba.net>
 * Created :   Sat Aug 28 23:30:30 JST 2004
 * Updated :   Wed Mar  2 00:37:17 JST 2005
 * Desc :      サイト全体で用いる共通設定群．
 *             全体のレイアウトを定義する．
 * $Id: $
 */

/*
 * width は layout .
 * margin / padding は detail .
 */

#topmenu {
  width : 100%;
  height : 40px;
}

#topmenu form {
  margin : 0px;
  padding : 0px;
}

#body_container {
  width : 750px;
  clear : both;
}

#navigation {
  clear : both;
}

.prevnext {
  width : 100%;
}

.prevnext div {
  float : left;
  width : 50%;
}

#main  {
  float : left;
  width : 500px;
  padding : 10px;
  margin : 0px;
}

#entries {
  clear : both;
}

#sidebar {
  float : left;
  width : 230px;
  padding : 0px;
  margin-top : 10px;
}

#footer {
  clear : both;
  width : 100%;
  padding : 0px;
  margin : 0px;
}

/**
 * topmenu の詳細設定．
 */

#topmenu {
  vertical-align : bottom;
}

#topmenu .site_logo {
  float : left;
}

#topmenu .menuItem {
  width : 130px;
  float : left;
}

#topmenu .rss {
  float : left;
}

#topmenu .search {
  float : left;
}

#topmenu .search .keyword {
  float : left;
}

#topmenu .search .button {
  float : left;
}

/**
 * 動的メニューの設定
 */

#menuCategory {
  position : absolute;
  left : 320px;
  top : 20px;
  z-index : 1;
}

#menuMonth {
  position : absolute;
  left : 450px;
  top : 20px;
  z-index : 1;
}
