@charset "utf-8";

/* --------------------------------------

  Grouptube mini
  Coloful Style
  2009.3.2
  paperboy&co.

  ----------------------------------------

  0-1. オリジナル設定

  1-1. HTML再定義

  2-1. レイアウト
  2-2. ヘッダー
  2-3. メニュー
  2-4. メイン
  2-5. サイドバー
  2-6. フッター

  3-1. 共通：テーブル要素
  3-2. 共通：フォーム要素
  3-3. 共通：エントリー要素
  3-4. 共通：コメント要素

  4-1. 個別：ホーム（home.tpl）
  4-2. 個別：日記（diary.tpl）
  4-3. 個別：グループ（group.tpl）
  4-4. 個別：スケジュール（schedule.tpl）
  4-5. 個別：イベント（event.tpl）
  4-6. 個別：アンケート（enquete.tpl）
  4-7. 個別：メッセージ（message.tpl）
  4-8. 個別：ファイル共有（file.tpl）
  4-9. 個別：Todo（todo.tpl）
  4-10. 個別：検索（search.tpl）
  4-11. 個別：設定変更（setup.tpl）
  4-12. 個別：携帯版案内（mobile.tpl）
  4-13. 個別：お問い合わせ（contact.tpl）
  4-14. 個別：公開モード用トップページ（top.tpl）
  4-15. 個別：ログイン（login.tpl）
  4-16. 個別：友達（friend.tpl）
  4-17. その他（角丸、ツールチップ）

-------------------------------------- */

/* --------------------------------------
  0-1. オリジナル設定
-------------------------------------- */

.red {
	color: #CC0000;
}
.grn {
	color: #008000;
}

/* --------------------------------------
  1-1. HTML再定義
-------------------------------------- */

* {
  margin: 0;
  padding: 0;
  }

body {
  font-size: 13px;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  background: url(/images/templates/body.jpg) repeat-x center top;
  background-attachment: fixed;
  background-color: #FAFBF5;
  text-align: center;
  }

  * html body {
    margin-bottom: 10px;
    }

a {
  outline: none;
  }
  a:link {
    color : #0066cc;
    }
  a:visited {
    color : #006699;
    }
  a:active {
    color : #ff3300;
    }
  a:hover {
    color : #ff3300;
    text-decoration: none;
    }

img {
  border: none;
  }

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  }


/* --------------------------------------
  2-1. レイアウト
-------------------------------------- */

#wrapper {
  margin: 0 auto;
  width: 862px;
  text-align: left;
  background: #fff;
  }
#header {
  width: 100%;
  padding: 10px 0;
  }
#contents {
  padding: 0px 10px 10px 10px;
  }
  #full {
    padding: 20px 10px 20px 10px;
    }
  #main {
    float: left;
    width: 600px;
    padding: 20px 10px 20px 10px;
    }
  #sidebar {
    float: right;
    width: 200px;
    padding: 20px 10px 20px 10px;
    }
#footer {
  clear: both;
  padding: 10px;
  border-top: 1px solid #eee;
  }

* html #wrapper {
  width: 860px;
  }
* html #header {
  padding: 10px 0;
  }
* html #full {
  width: 820px;
  padding-top: 20px;
  }
* html #main {
  width: 600px;
  margin: 0px 0px 0px 0px;
  }
* html #sidebar {
  width: 200px;
  margin: 0px 0px 0px 0px;
  }


/* --------------------------------------
  2-2. ヘッダー（main_header.part）
  #header
-------------------------------------- */

/* 管理者メニュー */

#admin-menu {
  padding: 2px 3px;
  text-align: left;
  background: #fff;
  border-bottom: 2px solid #ccc;
  }
#admin-menu img {
  }
#admin-menu img:hover {
  }


/* ヘッダーメニュー */

#header-menu {
  margin: 0 20px 20px 20px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  height: 100%;
  }
  * html #header-menu {
    margin: 0 20px 20px 18px;
    padding: 5px 0;
    height: 100%;
    }

  #header-menu a {
    margin: 0 3px;
    padding: 2px 0 2px 20px;
    height: 100%;
    }
    #header-menu a.menu-home {
      background: url(/common/colorful/img/header-menu/home.gif) no-repeat;
      }
    #header-menu a.menu-post {
      background: url(/common/colorful/img/header-menu/post.gif) no-repeat;
      }
    #header-menu a.menu-diary {
      background: url(/common/colorful/img/header-menu/diary.gif) no-repeat;
      }
    #header-menu a.menu-member {
      background: url(/common/colorful/img/header-menu/member.gif) no-repeat;
      }
    #header-menu a.menu-group {
      background: url(/common/colorful/img/header-menu/group.gif) no-repeat;
      }

    #header-menu a.menu-invite {
      background: url(/common/colorful/img/header-menu/invite.gif) no-repeat;
      }
    #header-menu a.menu-setup {
      background: url(/common/colorful/img/header-menu/setup.gif) no-repeat;
      }
    #header-menu a.menu-mobile {
      background: url(/common/colorful/img/header-menu/mobile.gif) no-repeat;
      }
    #header-menu a.menu-logout {
      background: url(/common/colorful/img/header-menu/logout.gif) no-repeat;
      }
    #header-menu a.menu-login {
      background: url(/common/colorful/img/header-menu/login.gif) no-repeat;
      }

  #header-menu-left {
    float: left;
    }
  #header-menu-right {
    float: right;
    }

/* サイトタイトル / 検索 */

#header-left {
  float: left;
  margin-left: 20px;
  }
  h1.logo {
    font-size: 18px;
    }
    h1.logo a {
      text-decoration: none;
      }
  h2.description {
    font-size: 11px;
    }

#header-right {
  float: right;
  margin-right: 20px;
  }

  #header-right form input.search-field {
    width: 150px;
    font-size: 12px;
    }
  #header-right form input.search-button {
    font-size: 11px;
    }

* html #header-left {
  margin-left: 10px;
  }
* html #header-right {
  margin-right: 10px;
  }

/* --------------------------------------
  2-3. メニュー（main_menu.part）
  #menu
-------------------------------------- */

#menu {
  margin: 0 10px;
  padding: 5px 5px 0px 5px;
  border-top: 2px solid #f5f5f5;
  height: 100%;
  }

.menu-myself {
  background: url(/common/colorful/img/bg/menu.gif) repeat-x center;
  }
.menu-friend {
  background: url(/common/colorful/img/bg/menu_other.gif) repeat-x center;
  }
.menu-group {
  background: url(/common/colorful/img/bg/menu_group.gif) repeat-x center;
  }

* html #menu {
  margin: 0 10px 0 10px;
  padding-top: 3px;
  padding-bottom: 1px;
  border-bottom: 2px solid #f5f5f5;
  }



/* メニューの基本スタイル */

#menu ul {
  list-style-type: none;
  }

#menu li {
  float: left;
  font-size: 12px;
  }

  #menu li a {
    display: block;
    margin: 0 3px 0 0;
    padding: 7px 7px 7px 25px;
    text-decoration: none;
    color: #333;
    background: #F5F5F5;
    }


/* メニューのアイコン */

  #menu #menu-top a {
    background: url(/common/colorful/img/menu/home.gif) no-repeat 5px 5px;
    }
  #menu #menu-home a {
    background: url(/common/colorful/img/menu/home.gif) no-repeat 5px 5px;
    }
  #menu #menu-diary a {
    background: url(/common/colorful/img/menu/diary.gif) no-repeat 5px 5px;
    }
  #menu #menu-group a {
    background: url(/common/colorful/img/menu/group.gif) no-repeat 5px 5px;
    }
  #menu #menu-calendar a {
    background: url(/common/colorful/img/menu/calendar.gif) no-repeat 5px 5px;
    }
  #menu #menu-event a {
    background: url(/common/colorful/img/menu/event.gif) no-repeat 5px 5px;
    }
  #menu #menu-enquete a {
    background: url(/common/colorful/img/menu/enquete.gif) no-repeat 5px 5px;
    }
  #menu #menu-message a {
    background: url(/common/colorful/img/menu/message.gif) no-repeat 5px 5px;
    }
  #menu #menu-file a {
    background: url(/common/colorful/img/menu/file.gif) no-repeat 5px 5px;
    }
  #menu #menu-clip a {
    background: url(/common/colorful/img/menu/clip.gif) no-repeat 5px 5px;
    }
  #menu #menu-todo a {
    background: url(/common/colorful/img/menu/todo.gif) no-repeat 5px 5px;
    }
  #menu #menu-profile a {
    background: url(/common/colorful/img/menu/profile.gif) no-repeat 5px 5px;
    }
  #menu #menu-friend a {
    background: url(/common/colorful/img/menu/friend.gif) no-repeat 5px 5px;
    }
  #menu #menu-member a {
    background: url(/common/colorful/img/menu/member.gif) no-repeat 5px 5px;
    }

  #menu #menu-group_top a {
    background: url(/common/colorful/img/menu/group.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_topic a {
    background: url(/common/colorful/img/menu/comment.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_topic_entry a {
    background: url(/common/colorful/img/menu/comment.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_event a {
    background: url(/common/colorful/img/menu/event.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_enquete a {
    background: url(/common/colorful/img/menu/enquete.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_file a {
    background: url(/common/colorful/img/menu/file.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_member a {
    background: url(/common/colorful/img/menu/member.gif) no-repeat 5px 5px;
    }
  #menu #menu-group_admin a {
    background: url(/common/colorful/img/menu/admin.gif) no-repeat 5px 5px;
    }

/* マウスオーバー時の色変え */
  #menu li a:hover {
    color: #333;
    background-color: #FFF !important;
    }

/* 選択時の色変え */
  body#top #menu #menu-top a,
  body#home #menu #menu-home a,
  body#diary #menu #menu-diary a,
  body#group #menu #menu-group a,
  body#topic #menu #menu-group a,
  body#schedule #menu #menu-calendar a,
  body#event #menu #menu-event a,
  body#enquete #menu #menu-enquete a,
  body#message #menu #menu-message a,
  body#file #menu #menu-file a,
  body#friend #menu #menu-friend a,
  body#clip #menu #menu-clip a,
  body#todo #menu #menu-todo a,
  body#user #menu #menu-profile a,
  body#user #menu #menu-home a,
  body#group #menu #menu-group_top.here a,
  body#topic #menu #menu-group_topic.here a,
  body#topic_category #menu #menu-group_topic.here a,
  body#topic #menu #menu-group_topic_entry.here a,
  body#event #menu #menu-group_event a,
  body#enquete #menu #menu-group_enquete a,
  body#group #menu #menu-group_file.here a,
  body#group #menu #menu-group_member.here a,
  body#group #menu #menu-group_admin.here a {
    background-color: #fff;
    color: #000;
    }


/* --------------------------------------
  2-4. メイン
  #main
-------------------------------------- */

#main div.box,
#full div.box {
  margin: 0 0 20px 0;
  }

#main h3,
#full h3 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
  font-weight: bolder;
  }


/* サブメニュー */

div.submenu {
  text-align: right;
  margin: 0 0 5px 0;
  font-size: 12px;
  }
  div.submenu a {
    margin: 0 5px;
    }
  div.submenu a.here {
    background: #eee;
    }

p.more {
  text-align: right;
  margin: 5px 0 0 0;
  padding: 0 20px 0 0;
  font-size: 11px;
  background: url(/common/colorful/img/icon/arrow.gif) no-repeat right;
  }

.pagenavi {
  float: right;
  font-size: 11px;
  margin: 0 0 0 0;
  }


#main .explain {
  font-size: 11px;
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
  }
#main .explain ul {
  text-align: left;
  margin-left: 20px;
  }


#sidebar .explain {
  font-size: 11px;
  line-height: 18px;
  margin: 10px 0;
  text-align: left;
  }


/* ページャー */

.pager {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 11px;
  color: #999;
  }

.pager p {
  clear: both;
  margin: 10px 0 0 0;
  }
.pager p b {
  border: 1px solid #ccc;
  margin: 0 0 0 0;
  padding: 5px 10px;
  background: #fff;
  color: #ff3355;
  }
.pager p a {
  border: 1px solid #ccc;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-decoration: none;
  background: #eee;
  }
.pager p a:hover {
  background: #ccc;
  }

.pager p u {
  text-decoration: none;
  }

.error {
  color: #ff3355;
  margin: 5px 0;
  }


/* システムメッセージ */

.none {
  background: #f5f5f5;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #999;
  }


.system_message {
  background: #fce48e;
  text-align: center;
  margin: 10px 0;
  padding: 20px 0;
  }



/* ページナビゲーション */

div.page_navigation {
  margin: 0 0 10px 0;
  }
  div.page_navigation td.prev {
    width: 25%;
    font-size: 11px;
    }
  div.page_navigation td.center {
    font-size: 11px;
    text-align: center;
    }
  div.page_navigation td.next {
    width: 25%;
    font-size: 11px;
    text-align: right;
    }


/* --------------------------------------
  2-5. サイドバー
  #sidebar
-------------------------------------- */

#sidebar .box {
  margin: 0 0 10px 0;
  background: #eee;
  }
  #sidebar div.box div.box-head {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02a.gif) top right no-repeat;
    }
  #sidebar div.box div.box-bottom div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02b.gif) bottom right no-repeat;
    }
  #sidebar div.box div.box-bottom {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02c.gif) bottom left no-repeat;
    }
  #sidebar div.box div.box-head div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02d.gif) top left no-repeat;
    }

#sidebar .box h3 {
  font-weight: bolder;
  font-size: 11px;
  margin: 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
  }

#sidebar .box ul {
  margin: 10px;
  }
#sidebar .box ul li {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0 0 0 10px;
  background: url(/common/colorful/img/list/gray.gif) no-repeat 0 3px;
  list-style-type: none;
  }


/* 書くメニュー */
#sidebar div#menu-add {
  background: #ff6666;
  text-align: center;
  }
  #sidebar div#menu-add:hover {
    background: #ff3355;
    }
  #sidebar div#menu-add a {
    display: block;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #333;
    }
    #sidebar div#menu-add a:hover {
      color: #333;
      }

/* アクションメニュー */
#sidebar div#menu-list {
  background: #ecfab4;
  }
  #sidebar div#menu-list ul li {
    font-size: 13px;
    }
  #sidebar div#menu-list ul li a.here {
    }

#sidebar div#profile {
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
  }
  #sidebar div#profile div.icon {
    margin: 0 0 10px 0;
    }
    #sidebar div#profile div.icon img {
      padding: 5px;
      border: 1px solid #eee;
      background: #fff;
      }
      #sidebar div#profile div.icon img:hover {
        border: 1px solid #ccc;
        background: #f5f5f5;
        }

  #sidebar div#profile p.screen {
    font-size: 14px;
    font-weight: bolder;
    color: #666;
    }
  #sidebar div#profile ul {
    margin: 0;
    padding: 0;
    }
    #sidebar div#profile ul li {
      margin: 5px 0;
      padding: 0;
      background-image: none;
      }


#sidebar div#friend-list {
  }
    #sidebar div#friend-list img {
      border: 1px solid #eee;
      }
    #sidebar div#friend-list img:hover {
      border: 1px solid #ccc;
      }

#sidebar div#group-list {
  }
  #sidebar div#group-list img {
    border: 1px solid #eee;
    }
    #sidebar div#group-list img:hover {
      border: 1px solid #ccc;
      }

  #sidebar div#friend-list div.icons,
  #sidebar div#group-list div.icons {
    margin: 10px;
    }


/* メモ */

#sidebar div#memo {
  text-align: left;
  }
  #sidebar div#memo div.memo-area {
    margin: 0 10px 5px 10px;
    padding: 5px;
    background: #FCF9CE;
    border: 1px solid #D9D482;
    font-size: 12px;
    }

  #sidebar div#memo .edit {
    text-align: right;
    margin: 0 10px 5px 10px;
    font-size: 11px;
    }

  #sidebar div#memo #home_memo_form {
    margin: 0 10px;
    }
    #sidebar div#memo #home_memo_form textarea {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 120px;
      }

  #sidebar div#memo div.memo_button {
    margin: 10px;
    }
    #sidebar div#memo div.memo_button div.cancel {
      float: right;
      font-size: 11px;
      }

/* Todo */
#sidebar div#todo {

  }
  #sidebar div#todo ul {
    margin-left: 0;
    }
    #sidebar div#todo ul li {
      list-style-type: none;
      background-image: none;
      }
    #sidebar div#todo ul li input {
      border: none;
      }

  #sidebar div#todo div.todo_button {
    margin: 10px;
    }
    #sidebar div#todo div.todo_button div.add {
      float: right;
      font-size: 11px;
      }

  #sidebar div#todo .none,
  #sidebar div#memo .none {
    color: #999;
    margin: 10px 0 5px 0;
    background: #EEE;
    padding: 5px;
    text-align: center;
    }

/* カレンダー */
#sidebar #calendar {
  }
  #sidebar #calendar table {
    width: 100%;
    margin: 0;
    }
    #sidebar #calendar table td.weekday,
    #sidebar #calendar table th {
      font-size: 10px;
      text-align: center;
      width: 14%;
      }
    #sidebar #calendar table td.cell,
    #sidebar #calendar table td {
      font-size: 12px;
      text-align: center;
      width: 14%;
      padding: 3px 0;
      }
    #sidebar #calendar table td.before a,
    #sidebar #calendar table td.after a {
      color: #999;
      }
    #sidebar #calendar table td.before a:hover,
    #sidebar #calendar table td.after a:hover {
      color: #666;
      }
    #sidebar #calendar table td.sunday {
      background: #FDD;
      }
    #sidebar #calendar table td.saturday {
      background: #DDF;
      }
    #sidebar #calendar table td.holiday {
      background: #FDD;
      }
    #sidebar #calendar table td.today {
      background: #999;
      color: #fff;
      }

    #sidebar #calendar div.calendar_month {
      font-size: 12px;
      text-align: center;
      }



/* --------------------------------------
  2-6. フッター（main_footer.part）
  #footer
-------------------------------------- */

#footer p {
  text-align: center;
  font-size: 11px;
  margin: 10px 0;
  }

#footer p.footer-menu a {
  margin: 0 10px;
  font-size: 13px;
  }



/* --------------------------------------
  3-1. 共通：テーブル要素
-------------------------------------- */

.table-default {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }
.table-default th {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  white-space: nowrap;
  background: #f5f5f5;
  }
.table-default td {
  font-size: 12px;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }


.table-list {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }
.table-list th {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  white-space: nowrap;
  background: #f5f5f5;
  }
.table-list td {
  font-size: 12px;
  padding: 7px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }


.table-noborder {
  border: none;
  }
.table-noborder th {
  padding: 5px;
  text-align: center;
  font-size: 11px;
  border: none;
  background: none;
  }
.table-noborder td {
  padding: 5px;
  border: none;
  }

th.th-comment {
  width: 30px;
  background: #f5f5f5 url(/common/colorful/img/icon/comment.gif) no-repeat center;
  }
th.th-vote {
  width: 30px;
  background: #f5f5f5 url(/common/colorful/img/icon/vote.gif) no-repeat center;
  }
th.th-user {
  width: 30px;
  background: #f5f5f5 url(/common/colorful/img/icon/user.gif) no-repeat center;
  }
th span.alt {
  display: none;
  }


/* --------------------------------------
  3-2. 共通：フォーム要素
-------------------------------------- */

/* フォーム基本装飾 */

input,
textarea {
  font-size: 13px;
  font-family: "MS ゴシック", Osaka, Verdana, Geneva, Arial, Helvetica, sans-serif;
  }
select {
  font-size: 11px;
  font-family: "MS ゴシック", Osaka, Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

label {
  margin: 0 5px;
  }

/* 投稿フォーム内のボックス */

.box-form {
  margin: 20px 0 0 0;
  }
  .box-form h4 {
    margin: 0 0 10px 0;
    padding: 5px;
    border-left: 2px solid #666;
    font-size: 13px;
    background: #f5f5f5;
    }
    .box-form h4 span {
      font-size: 12px;
      color: #666;
      }

  .box-form p {
    margin-left: 5px;
    }


/* 投稿フォームオプション */
.entry-option {
  margin: 20px 0;
  padding: 15px;
  border: 2px solid #ccc;
  background: #f5f5f5;
  }
  .entry-option .box-form {
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    border-bottom: none;
    }
  .entry-option .box-form h4 {
    margin: 0 0 10px 0;
    padding: 2px;
    border-left: 2px solid #999;
    font-size: 12px;
    }

/* 個別指定 */

/* 日記 */

.form_title {
  width: 98%;
  font-size: 14px;
  padding: 2px 0;
  }
.form_body {
  width: 98%;
  height: 300px;
  }
  body#diary .form_body,
  body#topic .form_body {
    height: 300px;
    }

.form_tag {
  width: 98%;
  }

.form_image_1 {
  }
.form_image_2 {
  margin: 5px 0;
  }
.form_image_3 {
  }

select.form_state {
  }
.form_comment {
  width: 98%;
  height: 200px;
  }
.form_checkbox {
  }
  * html .form_checkbox {
    border: none;
    background: none;
    }

/* 問合せ */
.form_name {
  width: 200px;
  }
.form_email {
  width: 98%;
  }



/* アンケート */
.form_answer {
  width: 200px;
  }



/* イベント */
.form_place {
  width: 200px;
  }
.form_capacity {
  width: 50px;
  }
.form_join_message {
  width: 200px;
  }


/* ファイル */
.form_memo {
  width: 98%;
  }

/* グループ */
select.form_category {
  }



/* ログイン */
.form_login_name {
  width: 200px;
  }
.form_login_password {
  width: 200px;
  }
.form_login_email {
  width: 200px;
  }

/* メッセージ */

/* スケジュール */
select.form_group_select {
  }
select.form_member {
  }
select.form_member_added {
  }

select.form_week {
  
  }
.form_week_no {
  }
.form_day {
  }


/* 検索 */
.form_search_word {
  width: 98%;
  }

/* 設定 */
.form_birth_year {
  width: 50px;
  }
.form_birth_month {
  width: 30px;
  }
.form_birth_date {
  width: 30px;
  }
select.form_pref {
  }
select.form_job {
  }
select.form_blood {
  }
select.form_marriage {
  }
.form_excerpt {
  width: 98%;
  }
.form_url {
  width: 98%;
  }
.form_email {
  width: 98%;
  }
.form_mobile_email {
  width: 200px;
  }

/* 登録 */
.form_agreement {
  width: 98%;
  height: 150px;
  }


/* ボタンエリア */

.button-area {
  text-align: center;
  background: #eafac5;
  margin: 10px 0 0 0;
  }
  .button-area div.button-area-head {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02a.gif) top right no-repeat;
    }
  .button-area div.button-area-bottom div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02b.gif) bottom right no-repeat;
    }
  .button-area div.button-area-bottom {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02c.gif) bottom left no-repeat;
    }
  .button-area div.button-area-head div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02d.gif) top left no-repeat;
    }

/* ボタン */

  .button-area input.form_button {
    margin: 5px 2px;
    padding: 4px 10px;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    }
    .button-area input.form_button:hover {
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      border-left: 1px solid #999;
      background: #eee;
      }


/* 画像ありボタン */

button {
  margin: 5px 2px;
  padding: 5px 10px;
  font-size: 12px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  outline: none;
  }
  button:hover {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #eee;
    }
  button:active {
    outline: none;
    position: relative;
    top: 1px;
    }
  button:focus {
    outline: none;
    }


button.form_button {
  padding: 5px 10px 5px 25px;
  color: #cc0000;
  background: #f5f5f5 url(/common/colorful/img/button/submit.gif) no-repeat 7px 5px;
  }
.form_button_edit {
  padding: 5px 10px 5px 25px;
  color: #cc0000;
  background: #f5f5f5 url(/common/colorful/img/button/submit.gif) no-repeat 7px 5px;
  }
.form_button_add {
  }
.form_button_remove {
  }
.form_button_save {
  padding: 5px 10px 5px 25px;
  color: #cc0000;
  background: #f5f5f5 url(/common/colorful/img/button/submit.gif) no-repeat 7px 5px;
  }
.form_button_ok {
  }
.form_button_cancel {
  }
.form_button_delete {
  padding: 5px 10px 5px 25px;
  color: #ff3355;
  background: #f5f5f5 url(/common/colorful/img/button/delete.gif) no-repeat 7px 5px;
  }
.form_button_back {
  padding: 5px 10px 5px 25px;
  color: #999;
  background: #f5f5f5 url(/common/colorful/img/button/back.gif) no-repeat 7px 5px;
  }
.form_button_draft {
  background: #eee;
  }

  * html button.form_button {
    padding: 5px 5px 5px 18px;
    background: #f5f5f5 url(/common/colorful/img/button/submit.gif) no-repeat 7px 3px;
    }




/* --------------------------------------
  3-3. 共通：エントリー要素
-------------------------------------- */

#entry-area {
  margin: 0 0 30px 0;
  }

  .entry {
    border: 1px solid #ccc;
    padding: 15px 15px 15px 15px;
    }

  .clip-area {
    float: right;
    font-size: 11px;
    margin: 0 0 5px 5px;
    }
    .clip-area a.add {
      background: url(/common/colorful/img/icon/clip.gif) no-repeat 0 0;
      padding: 2px 0 2px 20px;
      }
    .clip-area a.cliped {
      }


  h2.entry-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    }

  .entry-date {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    color: #999;
    }


  .entry-body {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 22px;
    }

    .entry-body blockquote {
      margin: 20px 0 20px 20px;
      padding: 0 0 0 20px;
      font-size: 14px;
      line-height: 20px;
      border-left: 3px solid #ccc;
      }

  .entry-footer {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    font-size: 11px;
    border-top: 1px solid #ccc;
    }
    .entry-footer-left {
      float: left;
      }
    .entry-footer-right {
      float: right;
      }


/* クリップと検索結果のエントリー */

  .entry-list {
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 15px;
    }

  .clip-area {
    float: right;
    font-size: 11px;
    }
    .clip-area a.add {
      }
    .clip-area a.cliped {
      }

  .entry-list-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 24px;
    }
  .entry-list-date {
    margin: 0 0 5px 0;
    font-size: 11px;
    color: #999;
    }
  .entry-list-body {
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 22px;
    }

    .entry-list-body blockquote {
      margin: 20px 0 20px 20px;
      padding: 0 0 0 20px;
      font-size: 14px;
      line-height: 20px;
      border-left: 3px solid #ccc;
      }

  .entry-list-footer {
    margin: 0 0 0 0;
    padding: 10px;
    font-size: 11px;
    background: #eee;
    }

/* パーマリンク時の編集・削除 */

.action-area {
  margin: 10px 0 0 0;
  }
  .action-area-left {
    float: left;
    }
    .action-area-left a.change {
      margin: 0 5px;
      padding: 2px 0 2px 20px;
      background: url(/common/colorful/img/icon/change.gif) no-repeat;
      }
    .action-area-left a.return {
      margin: 0 5px;
      padding: 2px 0 2px 20px;
      background: url(/common/colorful/img/icon/return.gif) no-repeat;
      }


  .action-area-right {
    float: right;
    }
    .action-area-right a.edit {
      margin: 0 5px;
      padding: 2px 0 2px 20px;
      background: url(/common/colorful/img/icon/edit.gif) no-repeat;
      }
    .action-area-right a.delete {
      margin: 0 5px;
      padding: 2px 0 2px 20px;
      background: url(/common/colorful/img/icon/delete.gif) no-repeat;
      }



/* --------------------------------------
  3-4. 共通：コメント要素
-------------------------------------- */

/* コメント */

#comment-area {
  margin: 0 0 20px 0;
  }

  #comment-area h3 {
    font-size: 11px;
    }

  .comment {
    margin: 0 0 10px 0;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #CCC;
    }
    .comment-icon {
      float: left;
      }
      * html .comment-icon {
        margin-top: 10px;
        }

    .comment-body {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 0 40px;
      }
      * html .comment-body {
        padding-top: 10px;
        }

    .comment-footer {
      margin: 0 0 0 40px;
      padding: 10px 0 0 0;
      font-size: 12px;
      }
      * html .comment-footer {
        padding-top: 5px;
        }


/* コメントフォーム */

#commentform-area {
  margin: 0 0 20px 0;
  }

  #commentform-area h3 {
    font-size: 11px;
    }

  #commentform-area .comment-icon {
    width: 40px;
    float: left;
    margin: 0 0 0 10px;
    }
    * html #commentform-area .comment-icon {
      margin-left: 5px;
      }

  #commentform-area .comment-body {
    margin: 0 0 0 50px;
    }

  #commentform-area .comment-body {
    margin: 0 0 0 50px;
    }

  #commentform-area .button-area {
    background: none;
    margin: 0 0 0 50px;
    text-align: left;
    }


/* --------------------------------------
  4-1. 個別：ホーム（home.tpl）
-------------------------------------- */

body#home #main div.box {
  margin-bottom: 5px !important;
  }


#main div#information ul {
  margin: 0 0 20px 0;
  border: 2px solid #ccc;
  padding: 5px;
  }

  #main div#information ul li {
    list-style-type: none;
    margin: 5px 0;
    height: 100%;
    }

  #main div#information ul li a {
    margin: 0 0 0 0;
    padding: 5px 0 5px 25px;
    font-size: 12px;
    }

    #main div#information ul li.info-message a {
      background: url(/common/colorful/img/icon/message.gif) no-repeat 4px 4px;
      }
    #main div#information ul li.info-request a {
      background: url(/common/colorful/img/icon/request.gif) no-repeat 4px 3px;
      }
    #main div#information ul li.info-notice a {
      background: url(/common/colorful/img/icon/comment.gif) no-repeat 4px 3px;
      }
    #main div#information ul li.info-schedule a {
      background: url(/common/colorful/img/icon/schedule.gif) no-repeat 4px 3px;
      }


/* --------------------------------------
  4-2. 個別：日記（diary.tpl）
-------------------------------------- */

div.entry-image {
  margin: 0 0 10px 0;
  padding: 5px 0;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #eee;
  }
  div.entry-image img {
    margin: 0 5px;
    cursor: pointer;
    }

div.entry-tag {
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 25px;
  background: url(/common/colorful/img/icon/tag.gif) no-repeat 5px 5px;
  height: 100%;
  }
  div.entry-tag span {
    margin: 0 10px 0 0;
    }
  div.entry-tag span a {
    font-size: 11px;
    text-decoration: underline;
    }


/* タグ */

div#tag {
  font-size: 11px;
  margin: 10px 0;
  padding: 0 0 0 20px;
  background:  url(/common/colorful/img/icon/tag.gif) 0 3px no-repeat;
  line-height: 22px;
  }
  div#tag span {
    margin: 0 0 5px 0;
    }
    div#tag span a {
      border: 1px solid #ccc;
      background: #eee;
      padding: 2px 5px;
      text-decoration: none;
      color: #333;
      }
    div#tag span a:hover {
      border: 1px solid #ccc;
      background: #ccc;
      }
div#box-form-tag div#global-tag {
  margin-bottom: 0;
  }

div#global-tag {
  font-size: 11px;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  background:  url(/common/colorful/img/icon/global-tag.gif) 0 3px no-repeat;
  line-height: 22px;
  }
  div#global-tag span {
    margin: 0 0 5px 0;
    }
    div#global-tag span a {
      border: 1px solid #ccc;
      background: #eee;
      padding: 2px 5px;
      text-decoration: none;
      color: #333;
      }
    div#global-tag span a:hover {
      border: 1px solid #ccc;
      background: #ccc;
      }


/* アップロード済み写真ボックス */

table.table-photo-preview {
  }
  table.table-photo-preview td {
    text-align: center;
    padding: 10px;
    font-size: 11px;
    }
    table.table-photo-preview td img {
      margin: 0 0 10px 0;
      padding: 2px;
      border: 1px solid #ccc;
      background: #fff;
      }


/* ブックマークレット */

.bookmarklet_link {
  background: #eee;
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  }

.bookmarklet_explain {
  
  }
  .bookmarklet_explain h4 {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 11px;
    }


/* --------------------------------------
  4-3. 個別：グループ（group.tpl）
-------------------------------------- */

div#topic-category {
  font-size: 11px;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  background:  url(/common/colorful/img/icon/topic-category.gif) 0 3px no-repeat;
  line-height: 22px;
  }
  div#topic-category span {
    margin: 0 0 5px 0;
    }
    div#topic-category span a {
      border: 1px solid #ccc;
      background: #eee;
      padding: 2px 5px;
      text-decoration: none;
      color: #333;
      }
    div#topic-category span a:hover {
      border: 1px solid #ccc;
      background: #ccc;
      }

#topic_category {
  }
  #topic_category form {
    margin: 0 0 10px 0;
    }

#group_delete {
  padding-top: 40px;
  }

img.image_s {
  width: 50%;
  height: 50%;
  }

/* --------------------------------------
  4-4. 個別：スケジュール（schedule.tpl）
-------------------------------------- */

.calendar_header {
  margin: 0 0 10px 0;
  }
  .calendar_header td.left {
    width: 25%;
    text-align: left;
    }
  .calendar_header td.center {
    width: 50%;
    text-align: center;
    }
  .calendar_header td.right {
    width: 25%;
    text-align: right;
    }



.table-calendar {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }
.table-calendar th {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  background: #F5F5F5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  white-space: nowrap;
  width: 14%;
  }
  .table-calendar th.sunday {
    background: #FDD;
    }
  .table-calendar th.saturday {
    background: #DDF;
    }

.table-calendar td {
  padding: 3px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 80px;
  }
.table-calendar td.before a,
.table-calendar td.after a {
    color: #999;
    }
.table-calendar td.before a:hover,
.table-calendar td.after a:hover {
    color: #666;
    }
.table-calendar td.sunday {
    background: #FDD;
    }
.table-calendar td.saturday {
    background: #DDF;
    }
.table-calendar td.holiday {
    background: #FDD;
    }
  .table-calendar td.today {
    background: #E2FAC1;
    }
  .table-calendar td p.day {
    float: left;
    font-size: 16px;
    margin: 5px 0 5px 5px;
    }
  .table-calendar td p.add {
    float: right;
    margin: 0 0 5px 0;
    }
    .table-calendar td p.add a {
      padding: 3px 5px;
      font-size: 14px;
      display: block;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      text-decoration: none;
      }

  .table-calendar td ul {
    clear: both;
    font-size: 11px;
    list-style-type: none;
    }
.table-calendar span.headeradd a {
    text-decoration: none;
    color: #999;
    }
.table-calendar span.headeradd a:hover {
    color: #666;
    }


/* スケジュール詳細 */

.icons-member {
  float: left;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 5px;
  }
  .icons-member img {
    vertical-align: middle;
    margin: 2px;
    }


/* スケジュール投稿 */
div#box-form-member {
  
  }
  div#box-form-member table {
    margin: 0 auto;
    }
    div#box-form-member table th {
      padding: 0 10px 10px 10px;
      font-size: 11px;
      }
      div#box-form-member table th select {
        width: 170px;
        }
    div#box-form-member table td {
      padding: 0 10px;
      }
    div#box-form-member table td input {
      
      }
    div#box-form-member table td select {
      width: 170px;
      height: 100px;
      }


/* サイドバーカレンダー */

.sidebar-calendar {
  margin: 20px 0;
  }

.sidebar-calendar h3 {
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ccc;
  }

.table_side_calendar {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  }
.table_side_calendar th {
  padding: 5px 0 2px 0;
  background: #f5f5f5;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;
  font-size: 11px;
  }
.table_side_calendar td {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #FFF;
  padding: 0px;
  text-align: center;
  font-size: 11px;
  }
.table_side_calendar td a {
  display: block;
  background: #EEE;
  padding: 5px;
  }
.table_side_calendar td a:hover {
  background: #CCC;
  color: #FFF;
  }
.table_side_calendar td .day {
  display: block;
  padding: 5px;
  }
.table_side_calendar td.today {
  background: #E2FAC1;
  }


/* 繰り返しスケジュール編集 */

#box-form-roop-setting div.explain {
  color: #336600;
  }


#roop_setting_1,
#roop_setting_2,
#roop_setting_3,
#roop_setting_4 {
  margin: 0 0 10px 0;
  }
#roop_setting_1 h5,
#roop_setting_2 h5,
#roop_setting_3 h5,
#roop_setting_4 h5 {
  margin: 0 0 10px 20px;
  padding: 0 0 5px 0;
  font-size: 14px;
  border-bottom: 2px solid #ccc;
  color: #ff3355;
  }
.roop_setting_inner {
  margin-left: 5px;
  }

  .roop_setting_inner table.table-list {
    width: 250px;
    margin-right: 30px;
    }


/* スケジュールのコメント */

body#schedule #comment-area {

  }

body#schedule #commentform-area {
  padding-top: 10px;
  }

body#schedule .button-area {
  margin-left: 0px;
  }


/* 繰り返し予定のメモ */

#schedule-memo-area {
  margin: 0 0 0 20px;
  padding: 0 10px 10px 10px;
  background: #FCF9CE;
  border: 1px solid #D9D482;
  width: 250px;
  float: right;
  }

  #schedule-memo-area .memo {
    border-bottom: 1px solid #D9D482;
    margin: 0 0 0px 0;
    padding: 0 0 10px 0;
    }
    #schedule-memo-area .memo .memo-body {
      padding: 10px 0 5px 0;
      }
    #schedule-memo-area .memo .memo-footer {
      font-size: 11px;
      }

  #memoform-area {
    padding-top: 10px;
    }
  
  #memoform-area .form_comment {
    height: 40px;
    font-size: 12px;
    }
  #memoform-area .button-area {
    background: none;
    margin: 0;
    padding: 0;
    }
  
  #schedule-memo-explain {
    clear: both;
    width: 250px;
    float: right;
    margin: 15px 0 0 20px;
    font-size: 11px;
    color: #666;
    }


/* --------------------------------------
  4-5. 個別：イベント（event.tpl）
-------------------------------------- */

body#event td div.message {
  background: #eee;
  text-align: center;
  margin: 10px;
  padding: 10px 0;
  }


body#event td form {
  text-align: center;
  margin: 10px 10px 10px 10px;
  }
  body#event td form input#join-comment {
    width: 200px;
    }
  body#event td form input#join-button {
    }

/* --------------------------------------
  4-6. 個別：アンケート（enquete.tpl）
-------------------------------------- */

.vote-area {
  }

  .vote-area .message {
    background: #eee;
    text-align: center;
    margin: 10px 10px 15px 10px;
    padding: 10px 0;
    }

  .vote-area .item {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    }
    .vote-area .item .vote {
      }
      .vote-area .item .vote span.title {
        font-size: 13px;
        color: #333;
        }
      .vote-area .item .vote span.count {
        font-size: 12px;
        color: #333;
        margin: 0 3px;
        }
      .vote-area .item .vote span.percent {
        font-size: 11px;
        color: #666;
        }

  .vote-area .graph {
    margin-top: 10px;
    }

#enquete-limit,
#enquete-answer,
#enquete-total {
  margin-bottom: 20px;
  }

/* --------------------------------------
  4-7. 個別：メッセージ（message.tpl）
-------------------------------------- */

div.action-area {
  margin: 10px 0 0 0;
  }


/* メッセージ一覧 */
body#message .table-list td input {
  border: none;
  }



/* メッセージ詳細 */
table.table-default td.icon {
  width: 80px;
  padding: 5px 0;
  text-align: center;
  }
table.table-default td.message {
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  }

/* メッセージ作成 */
table.table-default td img {
  vertical-align: middle;
  }


/* --------------------------------------
  4-8. 個別：ファイル共有（file.tpl）
-------------------------------------- */

td p.memo {
  font-size: 11px;
  margin: 5px 0 0 0;
  padding: 5px;
  background: #f5f5f5;
  }


/* --------------------------------------
  4-9. 個別：Todo（todo.tpl）
-------------------------------------- */

tr.todo-over {
  color: #ff3355;
  }
  tr.todo-over a {
    color: #ff3355;
    }

tr.todo-today {
  background: #daf7ff;
  }
tr.todo-finish {
  color: #999;
  background: #f5f5f5;
  }
  tr.todo-finish a {
    color: #999;
    }


td.todo-finish {
  background: url(/common/colorful/img/icon/todo.gif) no-repeat center;
  }
  td.todo-finish span.alt {
    display: none;
    }

td.todo-un-finish {
  font-size: 11px;
  }

table#finished td {
  background: #eee;
  }


/* --------------------------------------
  4-10. 個別：検索（search.tpl）
-------------------------------------- */

#detail-search-area {
  background: #f5f5f5;
  margin: 0 0 10px 0;
  }

  #detail-search-area .inner {
    margin: 10px 20px;
    }

  #detail-search-area h4 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    }
  #detail-search-area form {
    }

  #detail-search-area div.search-area {
    margin: 0 0 10px 0;
    }
    #detail-search-area div.search-area input.search-word {
      padding: 3px;
      width: 400px;
      }
    #detail-search-area div.search-area input.button {
      }

  #detail-search-area div.option1 {
    margin: 0 0 5px 0;
    }
  #detail-search-area div.option2 {
    }
  
  #detail-search-area div.option1 input,
  #detail-search-area div.option2 input {
    border: none;
    }


  #detail-search-area label {
    margin: 0 10px 0 5px;
    font-size: 12px;
    color: #666;
    }


/* --------------------------------------
  4-11. 個別：設定変更（setup.tpl）
-------------------------------------- */

/* moblog */
p.moblog_address {
  font-size: 14px;
  margin: 50px 0 20px 0;
  color: #ff3355;
  }

/* setup */

  div#profile h3 {
    margin: 10px 20px;
    text-align: left;
    }

  div#profile .upload_area {
    text-align: center;
    }
    div#profile .upload_area input {
      font-size: 11px;
      }

  div#profile .upload_area .upload-button-area {
    margin: 10px 0;
    text-align: center;
    }


/* --------------------------------------
  4-12. 個別：携帯版案内（mobile.tpl）
-------------------------------------- */

body#mobile td input,
body#mobile td select {
  margin-bottom: 0;
  }


/* --------------------------------------
  4-13. 個別：お問い合わせ（contact.tpl）
-------------------------------------- */

body#contact {
  }

  body#contact table.table-default {
    width: 100%;
    }

    body#contact table.table-default th {
      width: 100px;
      }
    body#contact table.table-default td {
      }

  body#contact input.name {
    width: 100px;
    }
  body#contact input.email {
    width: 300px;
    }
  body#contact textarea.description {
    width: 98%;
    height: 100px;
    }


/* --------------------------------------
  4-14. 個別：公開モード用トップ（top.tpl）
-------------------------------------- */

#owner-profile {
  background: #c5eaf9 !important;
  }

#owner-description {
  background: #f6f9c5 !important;
  }
.owner-description-inner {
  margin: 10px;
  font-size: 12px;
  }


/* --------------------------------------
  4-15. 個別：ログイン（login.tpl）
-------------------------------------- */

body#login {
  
  }

  table.table-login {
    margin: 0 0 0px 0;
    }

  table.table-login th {
    font-size: 12px;
    color: #333;
    }

  table.table-login td {
    color: #666;
    padding: 10px;
    }
    table.table-login td input#login,
    table.table-login td input#password {
      font-size: 18px;
      width: 150px;
      padding: 5px;
      margin-right: 10px;
      }
    table.table-login td input#email {
      font-size: 18px;
      width: 300px;
      padding: 5px;
      margin-right: 10px;
      }
    table.table-login td input#set_cookie {
      border: none;
      }

    table.table-login td label {
      margin-left: 5px;
      font-size: 12px;
      }

  div.forget {
    margin: 20px 0;
    }

#password_resend {
  
  }


/* --------------------------------------
  4-16. 個別：友達（friend.tpl）
-------------------------------------- */

/* メンバーリスト */

table.table-list td.td-icon {
  text-align: center;
  width: 40px;
  }


/* --------------------------------------
  4-17. その他
-------------------------------------- */

/* 角丸 */

.wrapper-head {
  margin: 10px auto 0 auto;
  font-size: 1px;
  width: 862px;
  height: 6px;
  }  
  .wrapper-head div.wrapper-left {
    font-size: 1px;
    width: 6px;
    height: 6px;
    background: url(/common/colorful/img/corner/top-left.gif) top right no-repeat;
    float: left;
    }
  .wrapper-head div.wrapper-center {
    display: block;
    width: 850px;
    height: 6px;
    float: left;
    background: #fff;
    }
  .wrapper-head div.wrapper-right {
    font-size: 1px;
    width: 6px;
    height: 6px;
    background: url(/common/colorful/img/corner/top-right.gif) bottom right no-repeat;
    float: right;
    }

.wrapper-bottom {
  margin: 0 auto 10px auto;
  font-size: 1px;
  width: 862px;
  height: 6px;
  }
  .wrapper-bottom div.wrapper-left {
    font-size: 1px;
    width: 6px;
    height: 6px;
    background: url(/common/colorful/img/corner/bottom-left.gif) top right no-repeat;
    float: left;
    }
  .wrapper-bottom div.wrapper-center {
    display: block;
    width: 850px;
    height: 6px;
    float: left;
    background: #fff;
    }
  .wrapper-bottom div.wrapper-right {
    font-size: 1px;
    width: 6px;
    height: 6px;
    background: url(/common/colorful/img/corner/bottom-right.gif) bottom right no-repeat;
    float: right;
    }

* html .wrapper-head {
  width: 860px;
  }
  * html .wrapper-head div.wrapper-center {
    width: 848px;
    }
* html .wrapper-bottom {
  width: 860px;
  }
  * html .wrapper-bottom div.wrapper-center {
    width: 848px;
    }


.corner-01 {
  background: #fff;
  }
  .corner-01 div.corner-head {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/01a.gif) top right no-repeat;
    }

  .corner-01 div.corner-bottom div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/01b.gif) bottom right no-repeat;
    }
  .corner-01 div.corner-bottom {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/01c.gif) bottom left no-repeat;
    }
  .corner-01 div.corner-head div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/01d.gif) top left no-repeat;
    }

.corner-02 {
  }
  .corner-02 div.corner-head {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02a.gif) top right no-repeat;
    }

  .corner-02 div.corner-bottom div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02b.gif) bottom right no-repeat;
    }
  .corner-02 div.corner-bottom {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02c.gif) bottom left no-repeat;
    }
  .corner-02 div.corner-head div {
    font-size: 1px;
    height: 5px;
    background: url(/common/colorful/img/corner/02d.gif) top left no-repeat;
    }


/* ツールチップ */

.hotspot {
  cursor: pointer;
  }

#tt {
  position: absolute;
  display: block;
  background: url(/common/colorful/img/tooltip/tt_left.gif) top left no-repeat;
  }
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/common/colorful/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
  }
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #666;
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
  }
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/common/colorful/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
  }