@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body {
  font-size: 62.5%;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

table, input, textarea, select, option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

:focus {
  outline: 0;
}

a:link {
  color: #005986;
  text-decoration: none;
}
a:visited {
  color: #005986;
}
a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix, * + html .clearfix {
  zoom: 1;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

#main, #header .inner, #globalNavi .inner, #pagePath ul, #footer .inner {
  margin: 0 auto;
  width: 940px;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  text-align: center;
  line-height: 1.5;
}

#container {
  margin: 0 auto;
  text-align: left;
  background: url(../images/common/main_bg.png) repeat;
}

#main {
  overflow: hidden;
  *zoom: 1;
  padding: 60px 0;
  position: relative;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  background: #42210B;
}
#header .inner {
  overflow: visible;
  background: url(../images/common/header_bg.jpg) no-repeat top right #42210b;
}
#header .inner h1 {
  padding: 10px 0 15px 0;
  margin-left: -14px;
}

#index #header .inner h1 {
  margin-left: 0;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#globalNavi {
  padding: 10px 0;
  background: #000;
}
#globalNavi ul {
  margin: 0 0 0 105px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#globalNavi ul li {
  margin-right: 65px;
  float: left;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  padding: 20px 0;
  background: #FFF;
}
#pagePath ul li {
  display: inline;
  font-size: 1.1em;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  width: 220px;
  float: right;
  font-size: 1.2em;
}
#sideBar .navi {
  margin-bottom: 20px;
  padding-bottom: 4px;
  background: url(../images/common/side_bg02.png) no-repeat bottom left #e6e0dd;
}
#sideBar .navi h3 {
  padding-top: 4px;
  background: url(../images/common/side_bg01.png) no-repeat top left;
  border-bottom: 3px solid #754F2B;
}
#sideBar .navi h3 span {
  padding: 11px 15px 15px 15px;
  display: block;
  background-color: #532c0b;
  line-height: 1.5em;
  color: #FFF;
  font-size: 1.16em;
}
#sideBar .navi li {
  overflow: hidden;
  padding: 15px;
  border-top: 1px solid #F3F0EE;
  border-bottom: 1px solid #CFC9C6;
}
#sideBar .navi li ul {
  margin: 5px 0 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#sideBar .navi li ul li {
  margin: 5px 0;
  padding: 0 15px;
  border: none;
}
#sideBar .navi li ul li a {
  padding-left: 10px;
  background: url(../images/common/icon_arrow02.png) no-repeat 0 5px;
  font-size: 0.92em;
}
#sideBar .navi li.current a {
  color: #41200B;
}
#sideBar .navi li.last {
  border-bottom: none;
}
#sideBar .navi li a {
  min-height: 13px;
  display: block;
  padding-left: 18px;
  background: url(../images/common/icon_arrow03.png) no-repeat left center;
}
#sideBar .concertBn, #sideBar .button {
  margin-bottom: 20px;
  text-align: center;
}

* html #sideBar .navi li a {
  height: 13px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  font-family: Century,serif;
  padding: 14px 0;
  background: #fff;
  border-bottom: 12px solid #000;
  overflow: hidden;
}
#footer .inner ul {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -6px;
}
#footer .inner ul li {
  margin: 0 10px 0 -2px;
  padding-left: 10px;
  float: left;
  background: url(../images/common/footer_border.png) no-repeat 0 0;
}
#footer .inner p {
  float: right;
}
#footer a {
  color: black;
}
#footer address {
  clear: both;
  font-style: normal;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/* 見出し系 */
#main h2 {
  margin-bottom: 50px;
  color: #41200B;
  font-size: 3.15em;
  width: 650px;
  line-height: 1.1;
}
#main h2 span {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  background: #f6f5ec;
  padding: 7px 15px 4px 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url("/css/PIE.htc");
  position: relative;
  font-weight: bold;
}

#conts {
  width: 680px;
  float: left;
  font-size: 1.3em;
}
#conts p, #conts dl {
  line-height: 2em;
}
#conts .inner {
  margin-bottom: 55px;
}
#conts .ttl04 {
  margin-bottom: 20px;
  padding-top: 4px;
  background: url(../images/common/h4_bg01.png) no-repeat top left;
}
#conts .ttl04 h3, #conts .ttl04 h4 {
  padding: 9px 30px 9px 10px;
  background: url(../images/common/h4_bg02.png) no-repeat bottom left #e6e0dd;
  font-size: 1.3em;
  color: #42210B;
}
#conts .ttl04 h3 a, #conts .ttl04 h3 span {
  padding-left: 22px;
  background: url(../images/common/icon_ttl02.png) no-repeat 0 4px;
  display: block;
}
#conts .ttl04 h4 span {
  padding-left: 22px;
  background: url(../images/common/icon_ttl02.png) no-repeat 0 4px;
  display: block;
}
#conts .ttl04 h3 a {
  color: #41200B;
}
#conts .ttl04 h3 a:hover {
  color: #005986;
}
#conts .titleArea, #conts h5 {
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(../images/common/icon_ttl03.png) no-repeat 0 2px;
  color: #41200B;
  font-size: 1.16em;
}
#conts .titleArea {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: bold;
}
#conts .news {
  margin-top: 20px;
  margin-bottom: 60px;
}
#conts .news dl {
  margin-bottom: 50px;
}
#conts .news dt {
  float: left;
  padding-left: 10px;
  color: #754F2B;
}
#conts .news dt img {
  vertical-align: middle;
  margin: 0 10px 0 5px;
}
#conts .news dt.newIcon {
  padding-right: 40px;
  background: url(../images/common/icon_new.png) no-repeat center right;
}
#conts .news dt span {
  padding-left: 10px;
}
#conts .news dd {
  margin-bottom: 15px;
  padding: 0 15px 15px 135px;
  background: url(../images/common/border01.png) repeat-x bottom left;
}
#conts .news dd a {
  display: block;
}
#conts .newsDetail dl {
  margin-bottom: 50px;
}
#conts .newsDetail dt {
  margin-bottom: 20px;
  color: #754F2B;
  font-size: 0.85em;
}
#conts .newsDetail dt img {
  vertical-align: middle;
  margin: 0 10px 0 5px;
}
#conts .newsDetail dd img.photoLeft {
  float: left;
  margin-right: 20px;
}
#conts .newsDetail dd img.photoRight {
  float: right;
  margin-left: 20px;
}
#conts .singlenav {
  clear: both;
  margin-bottom: 60px;
  text-align: center;
  white-space: nowrap;
}
#conts .singlenav li, #conts .singlenav a, #conts .singlenav span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#conts .singlenav li {
  margin-right: 1em;
}
#conts .singlenav .back a {
  margin: 2px;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #D8CEBF;
}
#conts .singlenav .back a:hover {
  background: #754F2B;
  border: 1px solid #754F2B;
  color: #FFF;
}
#conts .singlenav .current {
  background: #754F2B;
  border: 1px solid #754F2B;
  color: #FFF;
}
#conts .pagenav {
  clear: both;
  margin-bottom: 60px;
  text-align: center;
}
#conts .pagenav a, #conts .pagenav span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#conts .pagenav a, #conts .pagenav span {
  margin: 2px;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #D8CEBF;
}
#conts .pagenav a:hover, #conts .pagenav .current {
  background: #754F2B;
  border: 1px solid #754F2B;
  color: #FFF;
}
#conts .whiteBox {
  padding-top: 4px;
  background: url(../images/common/white_bg01.png) no-repeat top left;
  zoom: 1;
}
#conts .whiteBox .inner {
  padding-bottom: 4px;
  background: url(../images/common/white_bg03.png) no-repeat bottom left;
  zoom: 1;
}
#conts .whiteBox .inner .bg {
  padding: 10px 20px;
  background: url(../images/common/white_bg02.png) repeat-y top left;
  zoom: 1;
}
#conts .whiteBox .title {
  margin-bottom: 5px;
  font-size: 1.16em;
  font-weight: bold;
  color: #401F0B;
}
#conts table {
  margin-bottom: 30px;
  width: 680px;
  border-collapse: collapse;
}
#conts table th, #conts table td {
  padding: 10px;
  border: 1px solid #D6D6D6;
}
#conts table.noborder th, #conts table.noborder td {
  border: none;
}
#conts table th {
  background: #FFF;
  color: #41200B;
}
#conts a.pdf {
  padding-left: 30px;
  background: url(../images/common/icon_pdf.png) no-repeat;
}
#conts .movie {
  margin-bottom: 30px;
}
#conts .movie ul {
  margin: 0 -25px 30px 0;
  width: 705px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#conts .movie li {
  margin: 0 25px 30px 0;
  width: 210px;
  float: left;
}
#conts .movie li .box {
  margin-bottom: 10px;
}
#conts .movie li p {
  font-size: 0.85em;
}
#conts .movie li a {
  margin-bottom: 5px;
}
#conts .movie li .date {
  color: #754F2B;
}
#conts .movie li .time {
  color: #666;
}
#conts .qaa dl {
  line-height: 1.5em;
}
#conts .qaa dl dt, #conts .qaa dl dd {
  display: table-cell;
  vertical-align: middle;
}

* html #conts .qaa dl dt, * + html #conts .qaa dl dt {
  display: inline;
  zoom: 1;
}
* html #conts .qaa dl dd, * + html #conts .qaa dl dd {
  display: inline;
  zoom: 1;
  width: 630px;
}

#conts .qaa dl dd {
  padding-left: 10px;
  width: 631px;
}
#conts .qaa dl.question {
  margin-bottom: 20px;
}
#conts .qaa dl.question dd {
  color: #401F0B;
  font-weight: bold;
  font-size: 1.16em;
}
#conts .qaa dl.answer {
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../images/common/border01.png) repeat-x bottom left;
}
#conts .link, #conts .list {
  /*	margin-bottom: -10px; */
  margin-bottom: 0;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
#conts .link li {
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(../images/common/icon_arrow01.png) no-repeat 0 3px;
  zoom: 1;
  margin-bottom: 18px;
  padding-bottom: 18px;
  background: url(../images/common/border01.png) repeat-x bottom left;
}
#conts .link li a {
  display: block;
  padding-left: 20px;
  background: url(../images/common/icon_arrow01.png) no-repeat 0 3px;
}
#conts .list li {
  margin-bottom: 10px;
  padding-left: 10px;
  background: url(../images/common/icon_disc.png) no-repeat 0 6px;
  zoom: 1;
}
#conts .listRemarks {
  padding-left: 14px;
}
#conts .listRemarks li {
  margin-bottom: 0.5em;
  font-size: 90%;
  list-style: circle;
}
#conts ol {
  margin-left: 1em;
  padding-left: 1em;
}
#conts ol li {
  margin-bottom: 20px;
  list-style: decimal;
}
#conts ol li span {
  margin-top: 5px;
  display: block;
}

/* トップページ */
#index #header .inner {
  position: relative;
  height: 535px;
}
#index #header .inner h1 {
  position: absolute;
  top: 20px;
  left: -18px;
  z-index: 10;
}
#index #header .inner .concertBn {
  position: absolute;
  top: 0;
  right: 0;
}
#index #main {
  padding: 40px 0;
  font-size: 1.3em;
  line-height: 1.5;
}
#index #main .information {
  width: 465px;
  float: left;
}
#index #main .information .ttl {
  margin-bottom: 5px;
}
#index #main .information .ttl h2 {
  margin: 0;
  float: left;
}
#index #main .information .ttl .btn {
  margin: 16px 0 0 0;
  float: right;
}
#index #main .information dl {
  margin: 5px 0 -2px;
  position: relative;
  overflow: hidden;
  width: 465px;
  background: url(../images/common/border01.png) repeat-x top left;
}
#index #main .information dt {
  float: left;
  width: 80px;
  margin-right: 10px;
  padding: 10px 0 0 40px;
  color: #42210B;
  background: url(../images/index/icon_comment.png) no-repeat 14px 10px;
}
#index #main .information dd {
  position: relative;
  float: left;
  width: 320px;
  margin-bottom: -2px;
  padding: 10px 0px;
  background: url(../images/common/border01.png) repeat-x bottom left;
  text-align: left;
  zoom: 1;
}
#index #main .information dd a {
  width: 100%;
  display: block;
}
#index #main .banner {
  width: 375px;
  float: right;
}
#index #main .banner .col {
  width: 127px;
  float: left;
  margin-right: 60px;
}
#index #main .banner .button {
  margin-bottom: 20px;
  text-align: center;
}

* html #index #main .information dd {
  padding: 10px 10px 10px 0;
}

body#concerts p.exampleText {
  margin: 2em 0 0.5em;
}
body#concerts h5 {
  margin-top: 2em;
}
body#concerts .list {
  padding-bottom: 1em;
}
body#concerts .list .lastChild {
  margin-bottom: 0;
}
body#concerts .section {
  margin-left: 3px;
}
body#project #conts p {
  margin: 0 10px;
}

/* 当センターの関わる事業 */
/* ご支援のお願い */
#support #conts p span {
  font-weight: bold;
}
#support #conts div.titleArea {
  margin-top: 30px;
}

/* 復興コンサートの歩み */
body#reports #conts .ttl04 {
  margin-bottom: 0px;
  background-image: none;
  background-color: #E6E0DD;
  border: 1px solid #D6D6D6;
}
body#reports #conts .ttl04 h4 {
  padding-top: 6px;
  padding-bottom: 6px;
  background: none;
}
body#reports #conts table {
  background-color: #fff;
}
body#support .remarks {
  margin-top: 1em;
}
body#support .remarks em {
  font-weight: bold;
}
body#support .section {
  margin-top: 30px;
}
body#sitemap ul.link li {
  margin-bottom: 25px;
}
body#sitemap ul.list {
  padding-bottom: 0px;
  /*	border: 1px solid red; */
}
body#sitemap ul.list li {
  margin-bottom: 10px;
}
body#sitemap ul.subCategory {
  margin-top: 5px;
  padding-left: 5px;
}
body#sitemap div.section1 {
  float: left;
  width: 400px;
}
body#sitemap div.section2 {
  float: right;
  width: 250px;
}
body#sitemap li em {
  font-weight: bold;
}

.image {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 140px;
}

.titleback {
  width: 100%;
  height: 140px;
  margin-bottom: -140px;
  background: url(../images/title_back.png) center top repeat-x;
}

#en .titleback {
  background: url(../images/title_back2.png) center top repeat-x;
}
#en #conts {
  font-family: Century,serif;
  font-size: 16px;
}
#en #conts p {
  line-height: 1.4;
  margin-bottom: 20px;
}

#report #conts h4 {
  margin-bottom: 20px;
  padding: 9px 30px 9px 32px;
  background: url(../images/head4.png) no-repeat bottom left;
  font-size: 1.3em;
  color: #42210B;
}

#member.support #conts h4 {
  margin-bottom: 20px;
  padding: 9px 30px 9px 32px;
  background: url(../images/head4.png) no-repeat bottom left;
  font-size: 1.3em;
  color: #42210B;
}
#member.support #conts th, #member.support #conts td {
  border: none;
}

#conts h3 {
  background: url(../images/head3.png) no-repeat bottom left;
  margin-bottom: 30px;
  min-height: 30px;
  padding: 13px 30px 11px 40px;
  color: white;
  font-size: 1.46em;
}
#conts p {
  margin-bottom: 55px;
}

.search_archives {
  margin-bottom: 20px;
  text-align: center;
}
.search_archives a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid gray;
  padding: 4px;
}
.search_archives a:hover {
  background: silver;
}

.newsDetail .story {
  width: 430px;
}
.newsDetail .map {
  width: 190px;
  float: right;
}
.newsDetail .map li {
  margin-bottom: 1em;
}
.newsDetail .map strong {
  display: block;
  font-weight: bold;
}

#conts #trust-form th, #conts #trust-form td {
  border: 1px solid #999999;
}
#conts #trust-form th {
  background: #E6E0DD;
}
#conts #trust-form td input, #conts #trust-form td textarea {
  width: 98%;
  line-height: 1.6;
  font-size: 140%;
}

.category {
  text-align: center;
}
.category li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
}

#stories_invitation #conts ul {
  margin-bottom: 2em;
}
#stories_invitation #conts li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

#hall_info_outline #main h2 {
  width: 800px;
}
#hall_info_outline #main .listitem {
  padding-left: 3em;
  text-indent: -2.5em;
  margin-bottom: 20px;
}

#banners {
  margin-top: 20px;
}
#banners ul {
  text-align: center;
}
#banners li {
  width: 309px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
  padding: 118px 0 0 152px;
}
#banners li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#banners .project1 {
  background: url("/images/index/banner1.png") 0 0 no-repeat;
}
#banners .project2 {
  background: url("/images/index/banner2.png") 0 0 no-repeat;
}
