@charset "shift-jis";

/*
name: ファンタジー
designer: KURO
designer_url: http://www.bosspose.com/
携帯サイトカラー指定
bgcolor:#ffe0e0
text:#333333
link:#0000ff
alink:#ff0000
vlink:#800080
*/

body {
  /* container_background_color_begin */
  /* container_background_color_end */
  /* container_background_url_begin */
  background: url(bg.png) repeat 0 0;
  /* container_background_url_end */
}

#alpha-inner {
  /* alpha_background_color_begin */
  /* alpha_background_color_end */
}

#container {
  background: url(bg2.png) repeat-y 50% 0;
}

.layout-tw #container, .layout-wt #container, .layout-w #container {
  background: url(bg2-2.png) repeat-y 50% 0;
}

#container-inner {
  background-color:#ffffff;
  /* inner_background_color_begin */
  /* inner_background_color_end */
}

#beta-inner {
  /* beta_background_color_begin */
  /* beta_background_color_end */
}

#gamma-inner {
  /* gamma_background_color_begin */
  /* gamma_background_color_end */
}

#header {
  color:#000;
  height:170px;
  /* header_background_color_begin */
  /* header_background_color_end */
  /* header_background_url_begin */
  background: url(header.png) no-repeat 0 0;
  /* header_background_url_end */
  /* header_height_begin */
  /* header_height_end */
}


#header-content {
  margin:25px 0 20px 0;
}

#header-name {
  font-size:3.0em;
  padding-bottom:15px;
}

#header-name a {
  color:#000;
  text-decoration:none;
}

#header, #header-name a {
  /* header_color_begin */
  /* header_color_end */
}

#header-name a:hover {
  text-decoration:underline;
}

#header-description {
  margin-bottom:15px;
}

/* 1カラム時ヘッダーメニュー */
.layout-w #header-menu {
  background:transparent;
}

.layout-w #header-menu ul {
  list-style-type:none;
}
.layout-w #header-menu li {
  float:left;
  width:120px;
  border-right:1px solid #de1719;
  border-bottom:1px solid #bd1416;
}

.layout-w #header-menu a {
  font-size:1.17em;
  padding: 0.5em 0;
  text-align:center;
  display:block;
  width: 100%;
  background:#ee5657;
  text-decoration:none;
  color:#ff6;
  font-weight:bold;
}

.layout-w #header-menu a:hover {
  background:#d31215;
}

/* 記事エリア */
#content-inner {
  line-height:1.4;
  min-height:400px;
}

.content {
  margin:15px 0 15px 0;
}

.content-footer {
  padding:5px 0;
  border-top: 1px dotted #7E8984;
}

.btn-sns {
  /* ボタン */
  margin-bottom:5px;
}

.pankuzu {
  font-size:1.17em;
  margin:0 0 10px 0;
}

.main-content {
}

.main-content h1 {
  font-size:1.7em;
  padding:3px 5px;
  background:#039;
  color:#ff6;
}

.main-content h2 {
  font-size:1.4em;
  padding:7px 5px;
  background:#c2cafe;
  color:#039;
}

.main-content h3 {
  font-size:1.3em;
  padding:7px 5px;
  color:#000;
  background:#E8E8E8;
}

.main-content blockquote {
  border:#ccc solid 1px;
  background:#f3f3f3;
  padding:15px 20px;
}

.main-content ol {
  margin:0;
  padding:0 0 0 17px;
}

.main-content ul {
  margin:0;
  padding:0;
}

.main-content ul li {
  list-style-position:inside;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 10px;
  line-height:1.7em;
  margin:0 0 0 20px;
}

.main-content ul li.on {
  list-style-position:outside;
  list-style:none;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 20px;
  line-height:1.7em;
  background: url(bullet.png) no-repeat 0 0;
}

.main-content ul li.off {
  list-style-position:outside;
  list-style:none;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 20px;
  background: url(bullet2.png) no-repeat 0 0;
}

.entry-date {
  float:right;
}

/* 「コメント投稿覧を表示」ボタンエリア */
.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:#FF097B;
  padding:3px 6px;
  margin:0 0 10px;
  color:#ff6;
}

.widget-content {
  position: relative;
  padding:0 0 5px;
  margin:0 0 5px;
  line-height:1.3;
}

.widget-rss .widget-content {
  text-align:center;
}

.widget-rss-link {
  margin-bottom:5px;
}

.widget-powered .widget-content {
  padding:10px;
  text-align:center;
  border:1px solid #CCC;
  background:#f8f8f8;
  margin:10px 0;
}

.widget-category .widget-header {
  margin-bottom:0;
  border-bottom:1px solid #bd1416;
}

.widget-sitemenu ul {
  list-style-type:none;
}

.widget-category ul {
  list-style-type:none;
}

.widget-category ul li{
}

.widget-category ul li a{
  display:block;
  width:158px;
  background:#ffe5f1;
  border-left:1px solid #c9035f;
  border-right:1px solid #c9035f;
  border-bottom:1px solid #c9035f;
  padding:5px;
  text-decoration:none;
  color:#FF097B;
}

.widget-category ul li a:hover{
  background:#fed7e9;
}

.widget-sitemenu .widget-header {
  margin-bottom:0;
}

.widget-sitemenu ul{
  background:#ffe5f1;
  border-left:1px solid #c9035f;
  border-right:1px solid #c9035f;
  border-bottom:1px solid #c9035f;
}

.widget-sitemenu ul.sub {
  background:transparent;
  border:none;
}

.widget-sitemenu ul li a{
  display:block;
  width:146px;
  padding:5px 5px 5px 17px;
  text-decoration:none;
  color:#FF097B;
  margin:0 0 2px 0;
  background: url(li5.png) no-repeat 0 0;
  background-position:3px 7px;
}

.widget-sitemenu ul li a:hover{
  background:#fed7e9 url(li5.png) no-repeat 0 0;
  background-position:3px 7px;
}

.widget-sitemenu ul.sub li a{
  width:143px;
  padding:0 0 0 25px;
  margin:0 0 2px 0;
  background: url(li1.gif) no-repeat 0 0;
  background-position:18px 5px;
}

.widget-sitemenu ul.sub li a:hover{
  background:#fed7e9 url(li1.gif) no-repeat 0 0;
  background-position:18px 5px;
}

.widget-new-entry a, .widget-new-comment a{
  text-decoration:none;
}
.widget-new-entry a:hover, .widget-new-comment a:hover{
  text-decoration:underline;
}

.widget-category ul {
  list-style-type:none;
}

.widget-new-entry ul {
  list-style-type:none;
}

.widget-new-comment ul {
  list-style-type:none;
}

.widget-new-comment li, .widget-new-entry li {
  padding:0 0 0 7px;
  margin:0 0 2px 0;
  background: url(li1.gif) no-repeat 0 0;
  background-position:0 6px;
}

.widget-search input[type="text"] {
}

.widget-search input[type="submit"] {
  padding:3px 6px;
}

/* フッター */
#footer {
  background:#039;
  color:#FF6;
  height:80px;
  /* footer_background_color_begin */
  /* footer_background_color_end */
  /* footer_background_url_begin */
  /* footer_background_url_end */
  /* footer_color_begin */
  /* footer_color_end */
  /* footer_height_begin */
  /* footer_height_end */
}

#footer-content {
  text-align:center;
}

/* 記事内コメント欄 */
.content-comment-area {
  margin:10px 0;
}

.comment-list {
  margin-bottom:15px;
}

.comment-title {
  color:#630c0d;
  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:#c2cafe;
  color:#039;
  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-list-date, .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:#fce8e9;
}

.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;
}

