/* -------------------------------------------------------
 * トップ
 * ------------------------------------------------------- */
.top {
	padding-bottom:50px;
}
	.top dl {
		margin:30px 0px 0px 70px;
	}
	.top dt {
		margin-bottom:7px;
	}

	.top dd {
		background:url(../image/line.gif) -10px 100% no-repeat;
		padding-bottom:20px;
		margin-bottom:20px;
		position:relative;
		line-height:140%;
	}
	.top dd.noline {
		border:none;
	}
	.top a.info {
		position:absolute;
		left:160px;
		top:0px;
	}
	.photos {
		margin-top:40px;
		text-align:center;
		margin-right:15px;
	}
	#copyright {
		position:fixed;
		bottom:2em;
		text-align:center;
		width:730px;
	}
	.top a.strong {
		color:#f00;
		font-size:14px;
	}
	.top pre, .top .area {
		border:3px double #ccc;
		padding:10px 10px;
		margin:30px 50px 0px 70px;
	}
	.top a.under {
		text-decoration:underline;
	}

/* -------------------------------------------------------
 * プロフィール
 * ------------------------------------------------------- */
.profile #inner {
	margin:30px 30px 0px 0px;
	color:#231F20;
}

.profile .snap {
	float:left;
	margin:0px 30px 20px 0px;
}

.profile h1 {
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	font-family:arial;
}

.profile .detail {
	margin:30px 0px;
	line-height:160%;
}

.profile li {
	list-style-type:none;
	margin-bottom:20px;
	line-height:160%;
}

.profile .info {
	margin-top:30px;
	font-weight:bold;
	font-family:arial;
}
.profile strong {
	font-weight:bold;
}
.profile .prologue {
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}
/* -------------------------------------------------------
 * スケジュール
 * ------------------------------------------------------- */
.schedule * {
	font-size:12px;
}
.schedule #inner {
	margin:20px 30px 0px 0px;
}

.schedule table {
	border-collapse: collapse;
}

.schedule th {
	border:1px solid #56655E;
	background-color:#879B8F;
	padding:5px;
	text-align:center;
	color:#2A2829;
}

.schedule td {
	border:1px solid #56655E;
	padding:2px 5px;
}
.schedule td p {
	margin-bottom:10px;
}

.schedule td a {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

.schedule li {
	color:#43504A;
	padding-top:20px;
	list-style-type:none;
}

.schedule .date {
	font-weight:bold;
	color:#43504A;
	margin-bottom:3px;
}

.schedule h2 {
	margin-bottom:10px;
	font-size:14px;
	color:#43504A;
	border-left:5px solid #879B8F;
	padding-left:10px;
}

.schedule ul {
	padding:0px 20px;
}

.schedule li div {
	margin:10px 10px 20px 20px;
	color:#2a2829;
}
.schedule li div p {
	margin:5px 0 0 15px;
	color:#2a2829;
}

.schedule li div.ticket p {
	margin:0 0 0 15px;
	color:#2a2829;
	padding:0;
}

.schedule li div.ticket div {
	margin:0;
	padding:0;
}

.schedule ul.list li {
	color:#000;
	padding-top:0px;
	list-style-type:circle;
}

.schedule ul.number li {
	color:#000;
	padding-top:0px;
	list-style-type:decimal;
}

.schedule a {
	text-decoration:underline;
}

.schedule .label {
	width:80px;
	float:left;
}

.schedule .label2 {
	width:160px;
	float:left;
}
.schedule .label3 {
	width:100px;
	float:left;
}
.schedule .label4 {
	width:200px;
	float:left;
}
.schedule .label_f {
	float:left;
}

.cation {
	color:#e00;
}

.schedule .attention {
	color:#e00;
}

.indent {
	text-indent:-1em;
	padding-left:1em;
}

.schdule pre {
	margin:0;
}

.schedule dl {
	border-top:1px dotted #ccc;
	padding-top:20px;
	margin-right:70px;
}
.schedule dt {
	font-weight:bold;
	color:#666;
	padding-bottom:10px;
}
.schedule dd {
	padding-top:3px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}

.schedule  li .indent2 {
	margin:0 0 20px 1em;
}

.schedule .note {
	margin:10px 0;
}

/* -------------------------------------------------------
 * ディスコグラフィ
 * ------------------------------------------------------- */
.discography h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#231F20;
}
.discography li {
	list-style-type:none;
	padding:0px 10px 0px 10px;
	background:url(../image/line.gif) 0% 100% no-repeat;
}
.discography #inner {
	margin:30px 0px 50px 30px;
}
.discography .thumb {
	float:left;
	margin-right:0px;
}

.discography .cd {
	margin-top:-5px;
	float:right;
	color:#231F20;
	line-height:160%;
	padding-bottom:40px;
	font-size:12px;
	font-family:arial;
}
.discography .cd p * {
	font-weight:bold;
}
.discography .buy {
	margin-top:-5px;
	font-weight:bold;
	font-size:13px;
}

.discography .buy img {
	position:relative;
	top:7px;
}
.discography .buy .arrow {
	position:relative;
	top:-1px;
}

.discography ul.music-list {
	margin:0px 0px 10px 40px;
}
.discography ul.music-list li {
	list-style-type: decimal;
}
/* -------------------------------------------------------
 * メディア
 * ------------------------------------------------------- */
.media #inner {
	margin:35px 0px 50px 35px;
}

.media dl {
	background:url(../image/line.gif) 0% 100% no-repeat;
	padding:0px 10px 30px 10px;
	margin-top:20px;
}
.media dt {
	float:left;
	font-family:arial;
	padding-right:40px;
	display:block;
}
.media dd {
	float:left;
	display:block;
	width:580px;
	line-height:140%;
	margin-bottom:30px;
}
.media dd p {
	margin-bottom:10px;
}
.media dd ul {
	margin-left:30px;
}
.media dd li {
	list-style-type:circle;
}
.media dd p.indent {
	text-indent:-1em;
}


/* -------------------------------------------------------
 * リンク
 * ------------------------------------------------------- */
.link #inner {
	margin:50px 0px 50px 35px;
}

.link ul {
}
.link li {
	padding:0px 10px 30px 50px;
	list-style-type:none;
	background:url(../image/line.gif) -10px 100% no-repeat;
	margin-bottom:20px;
	line-height:140%;
	font-family:arial;
}
.link li h2,
.link li h2 strong {
	font-family:"ＭＳ ゴシック";
	font-weight:bold;
}
.link li div {
	margin:10px 0px 0px 25px;
}
.link li p {
	margin:7px 0px;
}

/* -------------------------------------------------------
 * お問い合わせ
 * ------------------------------------------------------- */
.contact #inner {
	margin:50px 0px 50px 50px;
}

.contact #inner div {
	margin-bottom:30px;
	line-height:140%;
	font-family:arial;
	color:#231F20;
}
.address {
	margin:10px 0px 0px 15px;
}
.address p {
	margin:7px 0px;
}
.address span {
	width:50px;
	display:block;
	float:left;
}

/* -------------------------------------------------------
 * メッセージ
 * ------------------------------------------------------- */
.message #inner {
	margin:20px 30px 0px 0px;
}
.message .date {
	border-left:6px solid #d1dad4;
	padding:5px 0px 5px 10px;
	font-family:arial;
	margin-bottom:20px;
	color:#231F20;
	font-weight:bold;
}
.message .notes {
	color:#231F20;
	line-height:200%;
}

/* -------------------------------------------------------
 * 管理画面
 * ------------------------------------------------------- */
form {
	margin-right:50px;
}
textarea {
	width:100%;
}

.admin p {
	margin:10px 0px;
}
.admin .submit {
	margin:20px 0px;
	text-align:center;
}
.admin .submit input {
	width:80px;
	height:30px;
}
.admin .link {
	margin:0px 50px 20px 0px;
	text-align:right;
}


/* -------------------------------------------------------
 * レッスン
 * ------------------------------------------------------- */
.lesson #inner {
	margin:30px 30px 0px 0px;
	color:#231F20;
}

.lesson dt {
/*	color:#43504A;*/
	color:#879B8F;
	font-weight:bold;
}

.lesson dd {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #879B8F;
}

