html,body {
  height: 100%;
}

body {
  background-color: #fff;
}

#yui-main {
  background-color: #fff;
}

.yui-dt-table {
  width: 100%;
}

#title {
  padding: 5px 0 5px 5px;
}

#header-bar {
  margin: 0 0 10px 0;
  background-color: #eef;
}

#ft {
}

#footer {
  border-top: 1px solid #cecece;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: #666;
}

.yuimenu {
  margin: 0 0 10px 0;
}

a.yuimenuitemlabel:hover {
  background-color: #9f9;
}

.mylist-title {
  padding: 5px;
  margin: 0 0 5px 0;
  border: 1px solid #ccf;
  background-color: #eef;
  color: #00c;
  font-weight: bold;
}

.mylist-item .yui-gf div.yui-u {
  width: 90%;
}

.mylist-item .yui-gf div.first {
  width: 7%;
}

.form-title {
  padding: 5px;
  margin: 0 0 5px 0;
  border: 1px solid #ccf;
  background-color: #eef;
  color: #00c;
  font-weight: bold;
}

.mylist-item {
  border: 1px solid #eef;
  border-right: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
  padding: 5px;
  margin: 0 0 10px 0;
}

.base-item {
  margin: 0 0 5px 0;
}

.base-item .item-name {
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
}

.link-item {
  margin: 0 0 5px 0;
}

.text-item {
  margin: 0 0 5px 0;
}

.text-item .item-contents {
  padding: 5px;
  margin : 5px 0 5px 0;
  font-color: #ccc;
  background-color: #eee;
}

.tag-item {
  margin: 0 0 5px 0;
}

.tag-item .item-tags a {
  text-decoration: none;
}

.item-type .item-type-name {
  font-size: 140%;
  font-weight: bold;
}

.form-module .list-name {
  margin: 10px 0 10px 0;
}

.form-module .list-code {
  margin: 10px 0 10px 0;
  font-size: 120%;
  font-weight: bold;
}

.item-type-table {
  width: 100%;
  border-collapse: separate;
}

.item-type-table td {
  padding: 5px;
}

.item-type-table .item-type {
  padding: 10px;
  border: 1px solid #ccc;
}

.item-type-table ul.item-type-contents {
  margin: 5px 0 0 0;
}

.item-type-table ul.item-type-contents li {
  list-style-type: disc;
  list-style-position: inside;
}

.selected-item-type-table {
  width: 100%;
}

.form-table {
  width: 100%;
  margin: 5px 0 5px 0;
}

.form-table th {
  padding: 5px;
}

.form-table td {
  padding: 5px;
}

/* Setting Bar */
#setting-bar {
}

#setting-bar ul {
  float: right;
}

#setting-bar li {
  float: left;
  padding: 5px 3px 5px 10px;
  margin: 0 0 0 0;
}

#setting-bar li a {
  margin: 0 0 0 0;
  text-decoration: none;
  /*border-left: 1px solid #000;*/
}

h1 {
  font-size: 130%;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 120%;
  background-color: #ffe3bd;
  margin: 0 0 10px 0;
}

.account-explain {
  margin: 10px 0 10px 0;
  line-height: 150%;
}

.account-explain a {
  font-weight: bold;
}

.account-area {
  text-align: center;
  height: 150px;
  border: 2px solid #ccc;
}

.account-area .account-area-spacer {
  height: 60px;
}

.account-area .account-link {
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 150%;
}

#profile {
  border: 1px solid #ccc;
  background-color: #efe;
  padding: 10px;
}

#profile .username {
  font-weight: bold;
  margin: 0 0 10px 0;
}

#profile .property-list li {
  margin: 0 0 3px 0;
}

#profile .property-list .count {
  font-weight: bold;
  color: #00c;
}

.paginator {
  margin: 0 0 10px 0;
}

.paginator .arrow {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #00c;
}

.paginator .disabled {
  color: #ccc;
  background-color: #eee;
}

.paginator .other-page {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 5px 0 0;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #00c;
}

.paginator .current-page {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 5px 0 0;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #00c;
  font-weight: bold;
  background-color: #fff;
}

.paginator .omitted-page {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 5px 0 0;
  color: #000;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

/* artile form */
.article-form {
}

.article-form .form-item {
  margin: 0 0 20px 0;
}

.article-form .form-item dt {
  font-size: 110%;
  font-weight: bold;
}

.article-form .form-item dd {
  margin: 5px 0 0 0;
}

.article-form .form-item .error {
  color: red;
}

.article-form .form-item .help-text {
  font-size: 80%;
  color: #666;
}

.article-form .form-item .required {
  color: red;
}

.article-form .form-item #id_title {
  width: 100%;
}

.article-form .form-item #id_contents {
  width: 100%;
  height: 300px;
}

.article-form .form-item #id_homepage_url {
  width: 100%;
}

.article-form .form-item #id_comment {
  width: 100%;
}

.article-form .form-item #id_lang {
}

.article-form .form-item #id_file_path {
  width: 100%;
}

.article-form .form-item #id_tags {
  width: 100%;
}

/* article */
.article {
  margin: 0 0 30px 0;
}

.article h3 {
  font-size: 120%;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 0;
  font-weight: bold;
}

.article a.link {
  text-decoration: none;
  font-weight: bold;
}

.article div.footer {
  border-top: 1px solid #eee;
  padding-top: 3px;
  margin: 10px 0 0 0;
  text-align: right;
}

.tag-list {
}

.tag-list .tag {
  display: block;
  float: left;
  padding: 5px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #00c;
  white-space: nowrap;
}

.lang-list {
}

.lang-list .lang {
  margin: 0 0 5px 0;
}

.lang-list .lang a {
  text-decoration: none;
}

.lang-list .lang .count {
  font-size: 80%;
}

.article-title-table {
  width: 100%;
  border: 1px solid #666;
  border-collapse: collapse;
}

.article-title-table th {
  padding: 5px;
  border: 1px solid #666;
  font-weight: bold;
  color: #666;
}

.article-title-table td {
  padding: 5px;
  border: 1px solid #aaa;
}

.article-title-table a.link {
  text-decoration: none;
}

.article-title-table .title {
  font-weight: bold;
}

.article-title-table .title .tag-list {
    margin: 3px 0 0 0;
    font-weight: normal;
    font-size: 80%;
    color: #ccc;
}

.article-title-table .lang {
  font-weight: bold;
  white-space: nowrap;
}

.article-title-table .user {
  white-space: nowrap;
}

.article-title-table .insert-date {
  white-space: nowrap;
}

.article-title-table .trigger-text {
  white-space: nowrap;
}

.lang-search-module {
}

.lang-search-module .list {
}

.lang-search-module .list .item {
  /*display: block;
  float: left;
  width: 120px;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;*/
  padding: 0 0 5px 0;
}

.lang-search-module .list .item a {
  text-decoration: none;
  color: #00c;
}

.lang-search-module .list .item .count {
  font-size: 80%;
}

.tag-search-module {
}

.tag-search-module .list {
}

.tag-search-module .list .item {
  display: block;
  float: left;
  margin: 0 10px 7px 0;
}

.tag-search-module .list .item a {
  text-decoration: none;
  color: #00c;
}

.tag-search-module .list .item .count {
  font-size: 80%;
}

.breadcrumbs {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.breadcrumbs span {
  margin: 0 10px 0 0;
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: bold;
  margin: 0 5px 0 5px;
}

.recent-article-module {
}

.recent-article-module .list {
}

.recent-article-module .list .item {
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

.recent-article-module .list .item h3 {
  font-weight: bold;
  font-size: 120%;
  padding: 0 0 5px 0;
}

.recent-article-module .list .item a.link {
  text-decoration: none;
}
