﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background:#ffffff;
	background:url(images/blue_bg.png) repeat-x;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

h4, h5, h6 {
	font-size: 10px;
	font-weight: normal;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #00ab00;
	text-decoration: none;
}

a:hover {
	color: #D44073;
	text-decoration: underline;
}

a:active {
	color: #996666;
	text-decoration: underline;
}

/* 
 * 背景部のグラデーション
 */
#body_bg01 {
	background: url(images/gray_bg1.png) no-repeat top center;
	padding-left: 5px;
	padding-right: 5px;
}

#body_bg02 {
	width: 860px;
	background: url(images/gray_bg2.png) repeat-y top center;
	margin: auto;
}

#body_bg03 {
	height:30px;
	width: 860px;
	background: url(images/gray_bg3.png) repeat-y top center;
	margin: auto;
}

/*
 *  メイン部分
 */

#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #d9d9d9;
	background-image:url(images/background.png);
	text-align: left;
}

#mainContent {
	border-right: 1px solid #d9d9d9;
	margin-right: 10px;
	border-left: 1px solid #d9d9d9;
	margin-left: 10px;
	padding-bottom: 5px;
}


#title {
	height:140px;
}

/*
 *  ヘッダー
 */
 
#header {
	height:30px;
	padding-left:15px;
	border-bottom: 1px solid #d9d9d9;
}

#header img {
	margin-left:10px;
}

/*
 *  公演情報
 */

#info {
	height:40px;
	border-bottom: 1px solid #d9d9d9;
}

/*
 *  フッター
 */

.footer {
	height:60px;
	border-top: 1px solid #d9d9d9;
}

.footer .line {
	border-bottom: 1px solid #d9d9d9;
	padding-top:1px;
}

.footer .text {
	padding:3px 15px 0px 0px;
	font-size: 10px;
	letter-spacing:1px;
	line-height:12px;
	color: #000000;
	text-align:left;
	float:right;
}

.footer .text h1 {
	font-size: 14px;
	font-weight:normal;
	line-height:16px;
}

.footer .banner {
	padding:9px 0px 0px 70px;
	float:left;
}

/* 再使用できる各種クラス */

#navi {
	padding:10px 0px 10px 10px;
}

#sub_title {
	padding:10px 0px 30px 50px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}

.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.rt {
	text-align:right;
}

.lft {
	text-align: left;
}

.tri_green {
	margin-right:5px;
}

.pagetop {
	text-align:right;
	padding:15px 20px 0px 0px;
	
}

.pagenavi1 {
	margin: 0;
	padding: 10px 0 0 30px;
	letter-spacing:3px;
}

.pagenavi1 li {
	margin: 10px 0px 12px 3px;
	list-style: url(images/mark_green.png);
}

.widthbase {
	width:85%;
	margin:0 auto;
}

.photo {
	border:solid 1px #666666;
}

.graytext {
	font-weight:normal;
	color:#666666;
}

.textctr {
	text-align:center;
}

.textlft12 {
	padding-left:12px;
}

.block_right_rt {
	float: left;
	padding-left: 20px;
}

.block_harf {
	float:left;
	width:49%;
	padding:0px 0px 20px 0px;
}

/*
 *  テーブルフォーマット
 */
 
.tablecenter {
	padding-top: 20px;
	text-align:center;
}

.tableleft {
	padding-top: 20px;
	text-align:left;
}

.table_blue {
	width:85%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-image:url(images/report_background.png);
	empty-cells:show;
	margin:0 auto;
}

.table_blue th {
	font-size:16px;
	font-weight:bold;
	letter-spacing:6px;
	text-align:center;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#5FBAFF;
	color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bee3ff, endcolorstr=#5FBAFF, gradienttype=0);
	padding:10px 0px 6px 0px
}

.table_blue td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height:16px;
	padding-left:10px;
}

.table_blue .infocell {
	padding: 10px;
	font-size:14px;
	line-height:15px;
	background:#eeeeee;
}

.table_blue .pcell {
	width:80px;
}

.table_blue .photocell {
	width:50%;
}

.table_blue .photocell img {
	margin:5px;
	border:solid 1px #666666;
}

.table_blue .ncell {
	text-align:left;
}

.table_blue .ccell {
	text-align:center;
}

.table_blue .scell {
	color:#666666;
	padding: 3px 0px 3px 3px;
	text-align:left;
	font-size:10px;
}


/*
 * トップーページ（index.html）
 */

#top_block {
	padding: 40px 0px 20px 20px;
}

#top_news1 {
	float: right;
	width:230px;
	padding:10px 20px 0px 0px;
}

#top_news2 {
	height:300px;
	background:url(images/news_bg.png) no-repeat ;
	padding:50px 0px 0px 8px;
	border:1px solid #7dc0e0;
}

#top_news2 h2 {
	font-size: 10px;
	font-weight:normal;
	letter-spacing: 4px;
	padding-top:10px;
}

#top_news2 h3 {
	font-size: 10px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height:14px;
}

#top_newsban {
	margin:0px 0px 10px 0px;
	border:1px solid #7dc0e0;
}


.top_green {
	margin:20px 0px 20px 380px;
}

.top_photo {
	width:470px;
	text-align:right;
}

#top_news2 a {
	padding-left:5px;

}

/*
 *  合唱団紹介(choir.html）
 */ 

.choir .block_right_lft {
	float: left;
	padding:13px 0px 0px 10px;
}

.choir .block_harf img {
	float:left;
}

.choir .block_harf .text {
	float:left;
	width:170px;
	padding:5px 0px 0px 6px;
}

.choir .block_harf h1 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	letter-spacing:10px;
	padding:10px;
}

.choir .block_harf h2 {
	line-height:20px;
}

.choir .block_harf h3 {
	line-height:12px;
	font-size:10px;
}

.choir .table_blue .infocell {
	font-size:12px;
	line-height:22px;
	background:url(images/report_background.png);
	;
	padding: 25px 25px 10px 25px;
}

.choir .table_blue .pcell {
	text-align:center;
	padding-right:10px;
	width:50px;
}

/*
 *  団員募集（member.html）
 */
 
.member .block_harf {
	float:left;
	width:290px;
	padding:0px 10px 5px 10px;
}
 
.member .block_right_lft {
	float: left;
	padding:13px 0px 0px 10px;
}

.member .block_right_rt {
	float: left;
	padding-left: 20px;
}
 
.member .table_blue .infocell {
	background-image:url(images/report_background.png);
	font-size:12px;
	line-height:22px;
	padding: 25px 25px 10px 25px;
}

.member .table_blue .widthbase {
	width:90%;
	padding-bottom:15px;
}

.member .table_blue td {
	padding:10px;
}

.member .address {
	width:380px;
	line-height:20px;
	text-align:left;
	margin:0 auto;
	padding: 10px 0px 10px 0px;
	
} 



/*
 *  神戸音楽センター会館(kaikan.html）
 */ 

.kaikan .block_left_lft {
	padding-left:40px;
}

.kaikan .block_left_rt {
	float: right;
	padding-right: 40px;
}

.kaikan .table_blue td {
	padding:1px 2px 1px 2px;
	line-height:13px;
}
.kaikan .address {
	margin-bottom:15px;
	line-height:20px;
}

.kaikan .address a {
	margin: 0px 10px 0px 10px;
}

.kaikan .table_blue .mapcell {
	background:#ffffff;
}

/*
 *  リンク（link.html）
 */

.link .block_right_lft {
	padding:0px 0px 0px 10px;
	line-height: 24px;
}

.link .tablefloat {
	float:left;
	padding-top: 30px;
	text-align:left;
	width:310px;
	padding-left:50px;
}

.link .table_blue {
	width:310px;
	margin:0;
}

.link .table_blue th {
	letter-spacing:4px;
}

.link .table_blue .sub {
	background:#FFCC66;
	text-align:center;
}

/*
 *  CD通販・販売(hanbai.html）
 */ 

.hanbai .block_left_lft {
	padding-left:40px;
}

.hanbai .block_left_rt {
	float: right;
	padding-right: 40px;
}

.hanbai .table_blue td {
	padding:3px 6px 3px 6px;
	line-height:13px;
}

.hanbai .table_blue .pcell {
	width:40px;
}

.hanbai .infocell {
	font-size:12px;
	line-height:14px;
	letter-spacing:2px;
}
.hanbai .scell {
	text-align:right;
}

.hanbai .price {
	width:40px;
	padding:0px
}

.hanbai .kazu {
	width:60px;
	padding:0px
}

.hanbai .table_blue .cd_mini {
	text-align:center;
	width:25%;
	height:140px;
	padding:10px 0px 10px 0px;
}

.hanbai .table_blue .cd_mini img {
	border:solid 1px #666666;
}

.hanbai h2 {
	font-weight:bold;
}

.hanbai .video {
	padding-top: 5px;
	font-size:10px;
}

.hanbai .video .str1 {
	color:#993300;
	padding: 0px 6px 0px 12px;
}

.hanbai .video .str2 {
	padding:0px 10px 0px 20px;
}

.hanbai .table_blue .cd_jacket1 {
	padding:30px;
	background-color: #006699;
}

.hanbai .table_blue .cd_jacket2 {
	vertical-align:top;
	width:300px;
}

.hanbai .cdname1 {
	font-size:16px;
	padding:20px 0px 10px 0px;
	text-align:center;
	font-weight:bold;
	line-height:18px;
}

.hanbai .cdname1 .red {
	color:#FF0000;
}

.hanbai .cdname2 {
	color:#666666;
	text-align:center;
}

.hanbai .table_blue .cd_title {
	padding:0px 0px 10px 0px;
}

.hanbai .title_block {
	float:left;
	width:250px;
	padding: 5px 8px 5px 60px;
	line-height:20px;
}

.hanbai .title_blocksub {
	line-height:12px;
	font-size: 10px;
	color: #990000;
	padding-top: 5px;
}

.hanbai .title {
	font-size:12px;
	letter-spacing:2px;
	padding:3px;
	text-align:center;
	border-bottom:1px solid #999999;
	background-color:#f6f6f6;;
}

.hanbai .caption {
	clear:both;
	padding:10px 20px 0px 20px;
	border-top:1px solid #999999;
}

.hanbai .c1 {
	float:left;
	width: 80px;
}

.hanbai .c2 {
	float:left;
}

.hanbai .c3 {
	color:#993300;	
	padding: 0px 6px 0px 0px;
}

.hanbai .hanbai_white {
	color: white;
	font-size: 20px;
	font-weight: bold;
}

/*
 *  合唱団活動
 */
 
#blogContent {
	background-image:url(images/report_background.png);
	border-left: 1px solid #d9d9d9;
	margin-left: 10px;
	border-right: 1px solid #d9d9d9;
	margin-right: 10px;
}

#blogBody {
	background-image:url(images/background.png);
	float:right;
	width:580px;
	border-left: 1px solid #d9d9d9;
}

#blogMenu {
	float:right;
	width:170px;
	padding:20px 10px 0px 15px;
}
 
.report .linktitle {
	font-size: 14px;
	font-weight: bolder;
	color: #000063;
	line-height: 100%;
	padding: 2px;
	border-bottom: 1px dotted #CCCCCC;
}


.report .linktext {
	font-size: 11px;
	color: #333333;
	line-height: 170%;
	padding: 20px 0px 0px 5px;
}

.report .entry {
	margin: 0px 20px 20px 20px;
	padding: 20px;
	background-image:url(images/report_background.png);
	border:solid;
	border-width:1px;
}

.report h1 {
	font-size:14px;
	font-weight:bold;
	padding:10px;
}

.report .entry_date {
	font-size: 14px;
	font-weight: bolder;
	color: #666666;
	margin: 10px 0px 10px 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}


.report .entry_title {
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	margin: 15px 0px 15px 0px;
	letter-spacing:4px;
	}


.report .entry_author {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 15px 0px 15px 0px;
	}


.report .entry_body {
	line-height: 130%;
	color: #333333;
	margin: 15px 0px 15px 0px;
	}


.report .entry_more {
	font-size: 11px;
	line-height: 170%;
	color: #333333;
	margin: 15px 30px 10px 20px;
	}


.report .entry_state {
	font-size: 10px;
	color: #999999;
	margin: 20px 0px 25px 0px;
	}

.report .pict {
	border:solid 1px #666666;
	margin:10px;
}

.report .report_title1 {
	font-family: ＤＦＧ太丸ゴシック体;
	margin-left: 30px;
	font-size: 20px;
	color: #333333;
	letter-spacing: 3px;
}

.report .report_item {
	margin-left: 70px;
	font-size: 18px;
	font-weight: bold;
}


/*
 *  わたしとセンター（watashi.html）
 */
 
.watashi .block_harf {
	float:left;
	width:280px;
	padding:0px 10px 5px 10px;
}
 
.watashi .block_right_lft {
	float: left;
	padding:13px 0px 0px 10px;
	width: 430px;
	line-height: 18px;
}

.watashi .block_right_rt {
	float: left;
	padding-left: 20px;
}

.watashi .widthbase {
	width:650px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
}

.watashi .table_blue {
	width:95%;
	margin-top:30px;
	margin-bottom:14px;
}

.watashi .table_blue td {
	padding:10px;
}

.error {
	color:#FF3300;
}

.formmsg {
	text-align:left;
	padding-left:30px;
}


.table_blue .leftcell {
	width:35%;
}

.table_blue .rightcell {
	width:65%;
}
