/*-------------------------------------------------------------------*/
/*                          Generic html elements                    */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
  text-decoration: none;
  font-weight: normal;
}
fieldset legend,
.form-item label {
  font-size: 1em;
  font-weight: bold;
  color: #666666;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
  background: #edcece;
}
abbr, acronym {
  border-bottom: none;
}
#mission,
.node .content,
.comment .content {
  line-height: 1.5em;
}
.breadcrumb {
  padding: 0;
  padding-bottom: 2px;
}
/*-------------------------------------------------------------------*/
/*                             Lists                                 */
/*-------------------------------------------------------------------*/
ul {
  margin: 0;
  padding: 0 0 0 1em;
}
li {
  line-height: 1.6em;
}
li a,
li a:visited,
li a:active,
li a:hover {
  font-weight: normal;
}
.item-list ul {
}
.item-list ul li {
  list-style-image: url(images/bullet-round.png);
}
.item-list .title {
  font-size: 1em;
}
ul.links li {
  margin: 0;
  padding: 0 2px;
}
.comment .links {
  margin-bottom: 0;
}
.submitted {
  font-size: 0.9em;
  color: #666666;
}
.links {
  color: #666666;
}
.links a {
  font-weight: normal;
}
/* Menus */
#block-user-1 .menu li.first { display: none;}

li.leaf {
  list-style-image: url(images/bullet-round.png);
}
li.collapsed {
  list-style-image: url(images/bullet-sm-arrow-right.png);
}
li.expanded {
  list-style-image: url(images/bullet-sm-arrow-down.png);
}
/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/
a,
a.active {
  text-decoration: none;
  font-weight: bold;
  color: #054f90;
}
a:link, a.active:link {
  color: #054f90;
}
a:visited, a.active:visited {
  color: #054f90;
}

a:hover, a.active:hover {
  text-decoration: underline;
  color: #054f90;
}
a:focus, a.active:focus {
  outline: none;
}
/*-------------------------------------------------------------------*/
/*                            Tables                                 */
/*-------------------------------------------------------------------*/
/*  テーブル全体の指定だとリッチエディタを使用した際にも適用されてしまうのでコメント化  */
table, tr, td, thead, tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0px;
}

table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
  margin: 0 0 10px 0;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
  background: #f5f5f5;
}
tr.even {
  background: #ffffff;
}
/*-------------------------------------------------------------------*/
/*                             Header                                */
/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/*                             Footer                                */
/*-------------------------------------------------------------------*/
#footer {
  text-align: center;
  border: none;
}
#footer a {
  text-decoration: none;
  font-weight: normal;
}
#footer .block {
  padding: 15px 0 0;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {}
.block .block-content {
  padding: 0 0 10px;
}
/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
#sidebar-left, #sidebar-right {
  /* サイドバーの背景色 */
  /* background: #ffffff; */
}
#sidebar-left .block,
#sidebar-right .block {
  /*サイドバーの次の要素との余白を調整 */
  margin-bottom: 5px;
  width: 200px;
}
/* タイトルの右 */
#sidebar-left .block,
#sidebar-right .block {
  /* background: url(images/block-tr.png) no-repeat top right; */
}
/* タイトル */
#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
  /* background: url(images/block-tl.png) no-repeat top left; */
}
/* タイトルの */
#sidebar-left .block-inner,
#sidebar-right .block-inner {
  /* background: url(images/block-br.png) no-repeat bottom right; */
}
#sidebar-left .block-content,
#sidebar-right .block-content {
  /* background: url(images/block-bl.png) no-repeat bottom left; */
}
#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
  /* background: url(images/block-tile.png) repeat; */
  margin: 0;
  padding: 0px 0px 0px 0px;
  /* ブロック要素のpadding下がデフォルト*/
  /* padding: 10px 15px 5px 0px; */
}
.block h2.block-title {
  color: #333333;
  font-weight: bold;
  height: 22px;
  margin: 0px;
  padding: 5px 0;
  text-align: center;
}
.block h3 {
  padding: 0 3px;
}
.block ul.links {
  margin:0;
  padding:0 0 5px;
}
.block ul.links li {}

/* blocks showing nodes, e.g help out views blocks */
.block .node h2.title {}
.block .node {
  padding: 5px 5px 0;
}
.block .node,
.block .node .node-inner-0,
.block .node .node-inner-1,
.block .node .node-inner-2,
.block .node  .node-inner-3
.block .sticky,
.block .sticky .node-inner-0,
.block .sticky .node-inner-1,
.block .sticky .node-inner-2,
.block .sticky .node-inner-3 {
  background: #ffffff;
}
/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
  background-color: #ebebeb;
  border: solid 1px #a1a1a1;
}
.poll .bar .foreground {
  background: #c96e6e ;
}
/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
#content-area .node {
  /* 投稿エリアの余白を調整 */
  margin: 0 0 20px 0;
  padding: 0;
  /* 投稿エリアの背景色 */
  /* background: #ffffff; */
}
.node-full-view .node h1.title,
.node h2.title {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 2px;
  /* 投稿のタイトルの下のボーダー */
  border-bottom: dashed 1px #b3b3b3;
}
/* 投稿で指定したタイトル(固定値) */
.node h2.title {}
.node h2.title a:hover {
  text-decoration: none;
  color: #054f90;
}
.node .picture {
  border: none;
  float: right;
  margin: 0.5em;
}
.node-full-view .node .submitted {
  color: #666666;
  margin: 0;
  padding: 0;
}
.node-full-view .node .content {
  clear: both;
  margin: 1em 0 0.5em 0;
}
.node .taxonomy {
  font-size: 0.9em;
}
.node-full-view .node .taxonomy {
  margin: 0;
  padding: 0;
}
.node-full-view .node .taxonomy li {
  padding: 1px 5px;
}
.node-full-view .node .actions ul li {
  margin: 0;
  padding: 0;
}
.node .actions {
  text-align: right;
}
/* Node Teaser */
#content-area .node-teaser {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-0 {
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-1 {
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
}
#content-area .node-teaser .node-inner-2 {
  margin: 0;
  padding: 0 10px 10px 0;
  overflow: hidden;
}
/* Add padding and margin to node elements */
/* コンテンツ部分のタイトルの余白 */
#content-area .node-teaser h2.title       { margin: 10px 10px 20px 10px; padding: 0 0 3px 0; }
#content-area .node-teaser .submitted     { margin: 0 10px; padding: 0; }
#content-area .node-teaser .taxonomy      { margin: 0 10px; padding: 0; }
#content-area .node-teaser .content       { margin: 10px; padding: 0; }
#content-area .node-teaser .actions ul li { margin: 0 10px 0 0; padding: 0; }
/* sticky node-teaser */
#content-area .node-teaser.sticky {
  padding: 0;
  margin: 0 0 15px 0;
}
#content-area .node-teaser.sticky .node-inner-0 {
  padding: 0;
  margin: 0;
}
#content-area .node-teaser.sticky .node-inner-1 {
  padding: 0;
  margin: 0;
}
#content-area .node-teaser.sticky .node-inner-2 {
  padding: 0;
  margin: 0;
}
#content-area .node-teaser.sticky .node-inner-3 {
  padding: 0;
  margin: 0;
}
/* Over ride padding and margin for stickty node elements */
#content-area .node-teaser.sticky h2.title       { margin: 0 20px 5px; padding: 10px 0 3px 0; }
#content-area .node-teaser.sticky .submitted     { margin: 0 20px; padding: 0; }
#content-area .node-teaser.sticky .taxonomy      { margin: 0 20px; padding: 0; }
#content-area .node-teaser.sticky .content       { margin: 10px 20px; padding: 0; }
#content-area .node-teaser.sticky .actions       { margin: 0 10px; padding: 0 0 10px; }
#content-area .node-teaser.sticky .actions ul li { margin: 0 10px 10px 0; padding: 0; }
/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
  border: none;
  background: #ffffff;
  padding: 0;
  margin: 0 0 10px 0;
}
.comment h3.title {
}
.comment .title a {
  font-size: 1.2em;
  font-weight: bold;
}
.comment .new {
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: none;
  float: left;
  margin: 15px 0 0 20px;
}
. .comment-id {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
.comment .submitted {
  color: #666666;
}
.comment div.links {
  text-align: right;
}
#comments .odd {
  padding: 0;
  margin: 0;
}
#comments .odd .comment-inner-0 {
  padding: 0;
  margin: 0;
}
#comments .odd .comment-inner-1 {
  padding: 0;
  margin: 0;
}
#comments .odd .comment-inner-2 {
  padding: 0;
  margin: 0;
}
#comments .odd .comment-inner-3 {
  padding: 0;
  margin: 0;
}
/* Over ride padding and margin for comment elements */
.comment h3.title     { margin: 0 20px 5px; padding: 10px 0 3px 0; }
.comment .submitted   { margin: 0 20px; padding: 0; }
.comment .content     { margin: 10px 20px; padding: 0; }
.comment .content.with-picture { margin-left: 115px; }
.comment div.links       { margin: 0; padding: 0 0 10px; }
.comment div.links ul li { margin: 0 20px 10px 20px; padding: 0; }
/*-------------------------------------------------------------------*/
/*                            Aggregator                             */
/*-------------------------------------------------------------------*/
#aggregator .feed-source {
  background-color: #ebebeb;
  border: 1px solid #c5c5c5;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories,
#aggregator .source,
#aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum {
  margin: 15px 0;
}
#forum td.container {
  background: #d8d8d8;
}
#forum thead,
#forum tbody {
  border: solid 0 #ffffff;
}
td.icon {
  text-align: center;
}
#forum td.forum {
}
#forum td.last-reply {
  background: none;
}
#forum .name a {
}
#forum .description {
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
  text-align: right;
}
div.forum-topic-navigation a.topic-previous {
  text-align: left;
}
/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #a1a1a1;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
  margin: 0;
  padding: 5px;
  overflow: hidden;
}
div.admin-panel {
  margin-bottom: 15px;
  background: #f5f5f5;
}
div.admin-panel a {
  font-weight: normal;
  overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
}
div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
  background: #e3e3e3;
  color: #333333;
}
div.help {
  margin: 0;
  padding: 2px 5px;
  margin-top: 5px;
}
/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
div.item-list ul.pager li {
}
ul.pager {
  padding: 6px 0;
  margin: 0;
}
ul.pager li a,
ul.pager li a:visited,
ul.pager li a:active,
ul.pager li a:hover {
  font-weight: bold;
}
div.item-list ul.pager li.pager-current {
  background: #CDDCE9;
  color: #054F90 !important;
  padding: 6px;
}
.pager a {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #82A7C7;
  color: #054F90 !important;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.pager a:hover {
    background: none repeat scroll 0 0 #CDDCE9;
    border-color: #82A7C7;
    color: #054F90 !important;
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {}
.tabs a {
  font-weight: normal;
  line-height: 2.2em;
}
.tabs ul {
  padding-left: 5px;
  border-bottom: solid 0px #ffffff;
  margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
  margin: 0;
  padding: 4px 10px;
  background: #ffffff;
  border: solid 1px #ebebeb;
}
.tabs ul li a:hover {
  text-decoration: underline;
  background: #e3e3e3;
  border: solid 1px #a1a1a1;
}
/* 有効になっているタブの設定 */
.tabs ul li a.active, .tabs ul li.active a {
  color: #333333;
  background: #CCCCCC;
  border: solid 1px #8F8F8F;
}
.tabs ul li a.active:hover {
  text-decoration: underline;
  background: #BBBBBB;
  border: solid 1px #8F8F8F;
}
ul.secondary {
}
ul.secondary li {
  border: solid 0px #333333;
}
ul.secondary li a {
  margin: 0 2px 0 0;
  padding: 2px 4px;
  border: solid 1px #f2f1f1;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .block-content {
  padding: 10px 15px 10px 5px;
}
.sidebar .block-archive .block-content tr {
  background: none;
  border: solid 0px #ffffff;
}
.sidebar .block-archive .block-content table td {
  border: solid 1px #d5c3c3;  /* a bit darker than block background */
  padding: 1px 2px;
  text-align: center;
}
/*******************************************************************
*                                         *
*******************************************************************/
/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
#mission {
  margin: 0 0 15px;
  padding: 5px 5px;
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: bold;
  border-bottom: solid 1px #c5c5c5;
}
/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.box {
  background: #ebebeb;
  padding: 5px;
  padding: 10px;
}
.box h2 {
  padding-bottom: 2px;
  border-bottom: solid 1px #a1a1a1;
}
.book-navigation {
  padding-bottom: 5px;
}
.book-navigation ul.menu {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.page-links a.page-previous,
div.page-links a.page-next {
  width: 40%;
}
div.page-links a.page-up {
  width: 19%;
}
/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
  border: solid 1px #a1a1a1;
  background: #ffffff;
}
ul.galleries li h3 a {
  font-size: 1.1em;
  font-weight: bold;
}
ul.images {
  border: solid 1px #a1a1a1;
  overflow: hidden;
}
ul.images li {
  text-align: center;
}
ul.images li h3 {}
/*-------------------------------------------------------------------*/
/*                           Misc others                             */
/*-------------------------------------------------------------------*/
#search-box label.overlabel-apply {
  color: #999999;
}
button, .pushbutton, .form-submit {
  margin-bottom: 1px;
  cursor: pointer;
  padding: 2px 10px;
  color: #666666;
  font-weight: normal;
  border: solid 1px #818181;
  background: #ffffff url(images/button.gif) repeat-x center;
}
button:hover, .pushbutton:hover, .form-submit:hover {
  color: #000000;
  border: solid 1px #636363;
  background: #ffffff url(images/button-o.gif) repeat-x center;
}
/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
/* Uncomment to support wrapping on pre elements.
   The commented styles do not validate */
pre {
  /* white-space: pre-wrap;       css-3 */
  /* white-space: -moz-pre-wrap;  Mozilla, since 1999 */
  /* white-space: -pre-wrap;      Opera 4-6 */
  /* white-space: -o-pre-wrap;    Opera 7 */
  /* word-wrap  : break-word;     Internet Explorer 5.5+ */
  line-height: 1.5em;
  color: #000000;
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
}
/*-------------------------------------------------------------------*/
/*                              Messages                             */
/*-------------------------------------------------------------------*/
div.messages {
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 10px 10px 10px 52px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.status {
  color: #585858;
  background: #FFE8F3 12px center;
  border: 1px solid #b997a3;
  padding: 5px 10px;
}
div.error {
  background: #FFE8F3 }
div.notice {
  color: #585858;
  background: #f3c5e5 url( 12px center;
  border-color: #ff2828;
}
div.warning, tr.warning {
  border: 1px solid #f02222;
  background: #f9e1ee url(images/large-alert.png) no-repeat 12px center;
    margin: 0 0 1em;
  padding: 1em 0 1em 5em;
}
.error a    { color: #502275; text-decoration: underline; }
.notice a   { color: #422d3d; text-decoration: underline; }
.success a  { color: #391114; text-decoration: underline; }

span.admin-disabled {
  color: #dc1000;
}
div.messages.success {
  color: #54872e;
  background: #f2eded;
  border: 1px solid #c14545;
}
div.messages ul {
  margin-bottom: 0;
}
div.node .unpublished,
div.comment .unpublished {
  font: bold 2em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fecccc;
  background: #f7f3fc url(images/large-alert.png) no-repeat 12px center;
  padding: 5px 0 5px 52px;
  margin: 5px 0;
  border: none;
}
/*-------------------------------------------------------------------*/
/*                              Admin                                */
/*-------------------------------------------------------------------*/
.tips {
  margin: 0 0 0 1.35em;
}