@charset "shift-jis";

/*
name: シンプル・ホワイト
designer: KURO
designer_url: http://www.bosspose.com/
*/


#header {
}

#header-content {
  margin-left:0px;
}

#header-name {
  font-size:3.0em;
  padding-bottom:15px;
}

#header-name a {
  color:#333;
  text-decoration:none;
}

#header-name a:hover {
  text-decoration:underline;
}

#header-description {
  margin-bottom:15px;
}

/* 1カラム時ヘッダーメニュー */
.layout-w #header-menu {
  background:#efefef;
}

.layout-w #header-menu ul {
  list-style-type:none;
}
.layout-w #header-menu li {
  float:left;
  width:120px;
  border-right:1px solid #E1E1E1;
  border-bottom:1px solid #C8C8C8;
}

.layout-w #header-menu a {
  font-size:1.17em;
  padding: 0.5em 0;
  text-align:center;
  display:block;
  width: 100%;
  background:#efefef;
  text-decoration:none;
}

.layout-w #header-menu a:hover {
  background:#999;
}

/* 記事エリア */
#content-inner {
  min-height:400px;
}

.content {
  margin:15px 0 15px 0;
}

.content-footer {
  border-top: 1px dotted #7E8984;
}

.pankuzu {
  font-size:1.17em;
  margin:0 0 10px 0;
}

.main-content {
}

.main-content h1 {
  font-size:1.7em;
  background:#efefef;
  padding:3px 5px;
}

/* 「コメント投稿覧を表示」ボタンエリア */
.content-comment-post {
  padding:10px;
  text-align:center;
}

.content-comment-post p{
  margin:10px 0;
}

.content-comment-post input[type="submit"]{
  padding:3px 6px;
}

/* 前後ページナビ */
.content-page-navi {
  padding:5px;
  text-align:center;
}

/* ウィジェット */
.widget {
  overflow: hidden;
  width: 100%;
}

.widget-header {
  position: relative;
  font-size:1.17em;
  background:#efefef;
  padding:3px 6px;
  margin:0 0 10px;
}

.widget-content {
  position: relative;
  padding:0 0 5px;
  margin:0 0 5px;
  line-height:1.3;
}

.widget-rss .widget-content {
  text-align:center;
}

.widget-powered .widget-content {
  padding:10px;
  text-align:center;
  border:1px solid #CCC;
  background:#f8f8f8;
  margin:10px 0;
}

.widget-category ul {
  list-style-type:none;
}

.widget-new-entry ul {
  list-style-type:none;
}

.widget-search input[type="text"] {
}

.widget-search input[type="submit"] {
  padding:3px 6px;
}

/* フッター */
#footer {
  background:#efefef;
}

#footer-content {
  text-align:center;
}

/* 記事内コメント欄 */
.content-comment-area {
  margin:10px 0;
}

.comment-list {
  margin-bottom:15px;
}

.comment-title {
  font-weight:bold;
  margin-bottom:5px;
}

.comment-body {
  margin-bottom:5px;
}

.comment-footer {
  border-top:1px dashed #000;
  padding-top:5px;
}

.comment-contributor, .comment-post-time {
  margin-right:15px;
}

.content-nav {
  padding:10px 0 10px;
}

.content-entry-list {
}

.entry-list {
}

.entry-list dt {
  font-size: 1.3em;
  background:#efefef;
  font-weight:bold;
  padding:3px 5px;
}

.entry-list dd {
  padding:10px 0;
  margin-bottom:10px;
}

.entry-content-info {
  border-top:1px dotted #7E8984;
  text-align:right;
  padding-top:5px;
}

.entry-content {
  margin-bottom:10px;
}

.entry-link, .entry-comment-link, .entry-date {
  margin-right:10px;
}



/* 検索結果 */
.content-search-list {
}

.search-list {
}

.search-list dt {
}

.search-list dd {
}

.search-content {
}


/* コメント投稿 */
.comment-field h2 {
  font-size:1.2em;
  padding:10px;
  
}

.comment-field-header {
  padding:0 10px 10px;  
}

.comment-field-header .attention {
  color:#F00;
  margin-bottom:10px;
}

.comment-field-header .message {
  color:#390;
  margin-bottom:10px;
}

.comment-field-form {
  text-align:center;
  background:#efefef;
}

.comment-field-wrapper {
  padding:5px 0;
  border-bottom:1px solid #FFF;
}

.comment-field-label {
  text-align:center;
  width:100px;
  float:left;
  font-weight:bold;
}

.comment-field-textarea {
  text-align:left;
  float:left;
}

