@charset "utf-8";
/*
Theme Name: Kashiwara
Theme URI: http://www.artnext.com/
Description: 
Version: 2011
Author: artnext
Author URI: http://www.artnext.com/
Tags: 
Text Domain:

*/


/* フォントサイズの統一
-------------------------------------------------- */
@import url(fonts.css);

/* Begin Structure */
#rap {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  width: 800px;
  text-align:left;
}

#header {
  width: 800px;
  background: #90a090;
  margin: 0;
  padding: 0;
}

#content {
  width: 570px;
  background-color: #fff;
  margin: 15px 10px 15px 0;
  padding: 0;
  float: right;
}

#menu {
  float: left;
  background-color: #fff;
  width: 190px;
  margin: 15px 0 15px 10px;
  padding: 0;
}

#footer {
  background-color: #333333;
  width: 800px;
  height: 100px;
  margin: 0;
  padding: 0;
  clear: both;
}


/* ヘッダー
-------------------------------------------------- */
#rotator {
  border-bottom: 5px solid #000;
}


/* ヘッダーイメージ
-------------------------------------------------- */
#header {
  background: url(img/header_bg.png) repeat-x;
}

#header h1 {
  margin: 0;
  padding: 0;
}

/* ヘッダーナビ
-------------------------------------------------- */
#header_navi {
  background: url(img/header_navi_bg.jpg) repeat-x;
  float: left;
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 5px solid #000;
}

#page_navi {
  margin: 0 auto;
  list-style: none;
}
#page_navi li{
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 0 2px;
  margin: 0;
  float: left;
}
#page_navi li ul{
  font-size: 12px;
  line-height: 14px;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#page_navi li ul li{
padding: 0;
}
#page_navi li a{
  text-decoration: none;
  color: #fff;
  padding: 8px 20px 6px;
  float: left;
/*  background: url(img/header_navi_bg.jpg) repeat-x; */
  height: 14px;
/*  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #fff;  */
}
#page_navi li a:hover{
/*  background-color: #dedede; */
  color: #f00;
/*  background: url(img/header_navi_bg2.jpg) repeat-x; */
}
#page_navi li.current_page_item a{
/*  background-color: #e1d065; */
  color: #f00;
/*  background: url(img/header_navi_bg2.jpg) repeat-x; */
}


/*
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
*/


a {
  color: #675;
}

a img {
  border: none;
}

a:visited {
  color: #342;
}

a:hover {
  color: #9a8;
}

acronym, abbr {
  border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
  font-size: 90%;
}

acronym, abbr {
  cursor: help;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

body {
  background: #504C9F;
  color: #000;
/*  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; */
  margin: 0;
  padding: 0;
}

cite {
  font-size: 90%;
  font-style: normal;
}

h1 {
  font-size: 131%;
}

h2 {
  font-size: 108%;
}

h3 {
  font-size: 108%;
}

ol#comments li p {
  font-size: 100%;
}

p, li, .feedback {
  font-size: 100%;
  line-height: 1.5;
/*  font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; */
}

/* classes used by the_meta() */
ul.post-meta {
  list-style: none;
}

ul.post-meta span.post-meta-key {
  font-weight: bold;
}


.feedback {
  color: #ccc;
  text-align: right;
  clear: both;
}

.meta {
  font-size: 85%;
  text-align: right;
}

.meta li, ul.post-meta li {
  display: inline;
}

.meta ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta, .meta a {
  color: #808080;
  font-weight: normal;
}

.storytitle {
  margin: 0 0 10px 0;
  padding: 7px 10px;
  background: url(img/h2_bg.jpg) no-repeat;
}

.storytitle a {
  text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  background: #fff;
  border: 1px solid #333;
  padding: .2em;
}

#commentform textarea {
  width: 100%;
}

#commentlist li ul {
  border-left: 1px solid #ddd;
  font-size: 110%;
  list-style-type: none;
}

#commentlist li .avatar {
  float: right;
  margin-right: 25px;
  border: 1px dotted #ccc;
  padding: 2px;
}



/* menu */

/*　サイドメニューここから　*/

#menu form {
  margin: 0 0 0 13px;
}

#menu input#s {
  width: 80%;
  background: #eee;
  border: 1px solid #999;
  color: #000;
}

#menu ul {
  color: #666;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
/*  font: italic normal 110% 'Times New Roman', Times, serif;　*/
  background: url(img/side_nav_bg.jpg) no-repeat;
  font-weight: bold;
  font-size: 100%;
  margin: 0;
  padding: 10px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul li a {
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: none;
  color: #f00;
}

#menu ul ul {
  font-variant: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}

#menu ul ul li {
  background-image: none;
  font-weight: normal;
  border: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 12px;
}

#menu ul ul li a {
  color: #000;
  text-decoration: none;
}

#menu ul ul li a:hover {
}

#menu ul ul ul.children {
  font-size: 142%;
  padding-left: 4px;
}

/*　サイドメニューここまで　*/

#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 90%;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar a:hover {
  background: #e0e6e0;
  color: #333;
}

#wp-calendar caption {
  color: #999;
  font-size: 16px;
  text-align: left;
}

#wp-calendar td {
  color: #ccc;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
  background: #eee;
  color: #bbb;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/** 追記 **/

.copyright {
  font-size: 85%;
  text-align: center;
  color: #fff;
  padding-top: 35px; 
}
.copyright a {
  text-decoration: none;
  color: #fff;
}

.credit,
.produced {
  position: absolute;
  left: -1000em;
}

/** storycontent **/

/*
.storycontent h1 {
  margin: 15px 0 2px 0;
  padding: 7px 10px;
  font-size: 108%;
  background: url(img/h2_bg.jpg) no-repeat;
}

.storycontent h2 {
  border-bottom: 1px dotted #eee;
  margin-top: 0;
}

*/

/** staff **/

.staff_title {
  margin: 0 0 5px;
}
.staff_name {
  font-size: 116%;
  font-weight: bold;
  margin: 5px 0;
  padding-bittom: 2px;
  border-bottom: 1px solid #666;
}

.storycontent h3 {
  clear: both;
  border-left: 5px solid #49459B;
  border-bottom: 1px dashed #49459B;
  margin: 10px 0;
  padding: 0 0 2px 10px;
}

/** member **/

#member_list {
  width: 570px;
}

#member_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#member_list li {
  display: inline;
  position: relative;
  float: left;
  width: 120px;
  height: 205px;
  margin: 0 20px 15px 0;
  line-height: 1;
}

#member_list li img {
  margin: 0 0 2px 0;
}

#member_list li p {
  margin: 5px 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
}

#member_list li p.mem_name {
  font-size: 100%;
  font-weight: bold;
}

#member_list li p.mem_team {
  font-size: 88%;
}

