/* Filename :  common_shape.css
 * Author :    MIZUBAYASHI Kosuke <miz@mizba.net>
 * Created :   Sat Aug 28 23:21:34 JST 2004
 * Updated :   Mon Aug 30 01:19:53 JST 2004
 * Desc :      サイト全体で用いる共通設定群．
 *             個々の部品の形状を記述する．
 * $Id: $
 */

body {
  font-family : arial;
  margin:0px 0px 0px 0px;
}

script {
  display : none;
}

img {
  border : 0px;
}

/**
 * リンク
 */
a ,
a:link ,
a:visited ,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
.anchorName {
  visibility : hidden;
}

/**
 * topmenu
 */

#topmenu {
  border-bottom-width : 2px;
  border-bottom-style : solid;
}

#topmenu .site_logo {
  margin-right : 70px;
}

#topmenu .menuItem {
  margin : 0px;
  padding : 1px;
  vertical-align : bottom;
  font-size : 09pt;
  font-weight : bold;
  text-align : left;
  white-space : nowrap;
}

#topmenu .search {
  white-space : nowrap;
}

#topmenu .search .keyword {
  margin : 3px;
  padding : 0px;
  font-size : 9pt;
  border-width : 1px;
  border-style : solid;
}

#topmenu .search .button {
  margin : 0px;
  padding : 0px;
}

.rss {
  width : 25px;
  height : 12px;
  border-width : 1px;
  font-size : 8pt;
  font-weight : bold;
  border-style : solid;
  text-align : center;
  vertical-align : middle;
}

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

#menuCategory {
  display : none;
  width : 140px;
}

#menuMonth {
  display : none;
  width : 140px;
}

/**
 * ナビゲーション
 */

#navigation {
  border-width : 0px;
  border-style : solid;
  font-size : 9pt;
  font-weight : normal;
  padding : 3px;
}
#navigation form {
  margin : 0px;
  padding : 0px;
}
#navigation .select {
  border : 1px solid;
  font-size : 12px;
}

.prevnext .prev {
  text-align : left;
  font-size : 8.5pt;
}

.prevnext .next {
  text-align : right;
  font-size : 8.5pt;
}

/**
 * footer
 */

#footer {
  font-size : 8pt;
  font-weight : bold;
  text-align : left;
  margin : 0px;
  padding : 0px;
  padding-bottom : 20px;
  border-top-width : 1px;
  border-top-style : solid;
}

/**
 * 横メニュー
 */

.menu {
  border-width : 1px;
  border-style : solid;
  margin-top : 0px;
  margin-bottom : 15px;
}

.menu .list_header {
  margin : 0px;
  padding : 1px;
  vertical-align : middle;
  font-size : 9pt;
  font-weight : bold;
  text-align : center;
}

.menu ul ,
.menu ol {
  margin : 0px;
  padding : 0px;
  font-size : 7.5pt;
}

.menu ol .numbering {
  list-style-type : decimal;
}

.menu ul {
  list-style-type : none;
}

.menu li {
  margin : 0px;
  padding : 2px;
}

.menu table {
  width : 100%;
}

.menu table td {
  margin : 0px;
  padding : 2px;
  font-size : 8.5pt;
  vertical-align : top;
}

.menu .summary {
  font-size : 8pt;  
  margin : 0px;
  padding : 3px;
}

.new {
  display : none;
}

.pageview {
  border : 1px solid;
  font-size : 8pt;
  text-align : right;
  padding : 3px;
  margin-top : 20px;
  margin-bottom : 20px;
}

.copyright {
  font-size : 8pt;
  text-align : right;
  margin-top : 20px;
  margin-bottom : 20px;
}


/**
 * カレンダーの設定
 */

.calendar {
  border-width : 1px;
  border-style : solid;
  margin-top : 0px;
  margin-bottom : 15px;
}

.calendar .header {
  margin : 0px;
  padding : 1px;
  vertical-align : middle;
  text-align : center;
  font-size : 09pt;
  font-weight : bold;
}

.calendar .base {
  width : 100%;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
}

.calendar ol {
  padding : 0px;
  margin : 0px;
  list-style-type : none;
}

.calendar .week {
  clear : both;
  padding : 0px;
  margin-top : 2px;
  margin-bottom : 2px;
  width : 100%;
}

.calendar .week .day {
  width : 20px;
  float : left;
  font-size : 8pt;
  text-align : center;
}

/**
 * エントリ本体
 */
#entries {
  list-style-type : none;
  margin : 0px;
  padding : 0px;
}

li.entry {
  border : 1px solid;
  padding : 10px;
  margin : 0px;
  margin-bottom : 20px;
}

li.entry .title {
  font-size : 11pt;
  font-weight : bold;
}
li.entry .author {
  font-size : 09pt;
  text-align : right;
}
li.entry .body {
  font-size : 10pt;
  line-height : 150%;
}
li.entry .body ul {
  list-style-type : square;
}
li.entry .body ul ,
li.entry .body ol {
  margin : 0px;
  margin-left : 20px;
  padding : 5px;
}
li.entry .comments-trackbacks {
  font-size : 08pt;
  text-align : right;
}

/**
 * エントリ詳細画面
 */
/** コメント */
li.entry ul.comments {
  list-style-type : none;
  margin : 0px;
  margin-top : 10px;
  padding : 0px;
}
li.entry li.comment {
  border-top : 1px solid;
  margin : 0px;
  padding-left : 30px;
  padding-right : 30px;
  padding-top : 20px;
  padding-bottom : 20px;
}
li.entry li.comment .body {
  font-size : 8.5pt;
  line-height : 125%;
  margin : 0px;
  padding : 0px;
}
li.entry li.comment .author {
  font-size : 8pt;
  text-align : right;
}

/** トラックバック */
.trackbacks {
  list-style-type : none;
  width : 360px;
  margin : 0px;
  padding : 0px;
  padding-top : 10px;
  padding-bottom : 10px;
  padding-left : 20px;
}
.trackback {
  border : 1px dashed;
  padding : 5px;
  margin-top : 4px;
  margin-bottom : 4px;
}
.trackback .title {
  font-size : 8pt;
  font-weight : normal;
}
.trackback .author {
  font-size : 8pt;
  text-align : right;
}
.trackback .body {
  font-size : 8pt;
  line-height : 125%;
}
.trackback-uri {
  font-size : 10pt;
  font-weight : bold;
  margin-left : 10px;
  margin-bottom : 15px;
}
.trackback-uri .title {
  font-size : 9pt;
  font-weight : bold;
  border-bottom : 1px solid;
  margin-bottom : 5px;
}
/** コメントフォーム */
.comment_form {
  font-size : 8.5pt;
  margin-left : 10px;
}
.comment_form .title {
  font-size : 9pt;
  font-weight : bold;
  border-bottom : 1px solid;
  margin-bottom : 10px;
}
.comment_form .error {
  border : 2px dashed;
  width : 450px;
  padding : 5px;
}
.comment_form form {
  font-size : 8.5pt;
  padding : 0px;
  margin : 0px;
}
.comment_form input {
  font-size : 8.5pt;
  padding : 1px;
  margin : 1px;
}
.comment_form textarea {
  font-size : 8.5pt;
}
.comment_form td {
  font-size : 8.5pt;
}
.comment_explain {
  width : 450px;
  border-width : 2px;
  border-style : dashed;
  line-height : 150%;
  padding : 10px;
  font-size : 8.5pt;
}
.comment_thanks { /* コメント登録後のお礼画面 */
  width : 450px;
  border-width : 2px;
  border-style : dashed;
  line-height : 150%;
  padding : 10px;
  font-size : 8.5pt;
}

.adsense {
  text-align : center;
  margin : 0px;
  padding : 0px;
  margin-bottom : 20px;
}

.help a ,
.help a:active ,
.help a:visited ,
.help a:hover {
  display : inline;
  width : 15px;
  height : 15px;
  border : 2px solid;
  margin : 0px;
  padding : 0px;
  padding-left : 2px;
  padding-right : 2px;
  font-weight : bold;
  font-family : fancy;
}

/**
 * カテゴリ一覧画面
 */
.categories {
  margin : 0px;
  padding-left : 0px;
  padding-right : 0px;
}

.category {
  list-style-type : none;
  margin : 0px;
  margin-top : 0px;
  margin-bottom : 10px;
  padding : 0px;
  font-size : 7.5pt;
  border : 1px solid;
}

.category .title {
  font-size : 10pt;
  font-weight : bold;
  padding : 2px;
}

.category .description {
  font-size : 9.0pt;
  padding : 5px;
}

/**
 * Monthly 一覧画面
 */
.months {
  margin : 0px;
  margin-right : 10px;
  padding : 0px;
  border : 1px solid;
}
.months ul {
  margin : 0px;
  padding : 0px;
}
.months li {
  list-style-type : none;
  margin : 0px;
  padding : 5px;
  font-size : 10pt;
  font-weight : normal;
}

/**
 * archive 用
 */
#main .monthlabel {
  font-size : 10pt;
  font-weight : bold;
  padding-top : 3px;
  padding-left : 3px;
  border-top : 1px solid;
  border-bottom : 1px solid;
}
