@charset "UTF-8";
/* CSS Document */

/* ************************************************ 
 *	共通設定
 * ************************************************ */
 @import url(textsettings.css);
 
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

div {
	overflow: hidden;
}
img {
	border: 0px;
}
ul, li {
	margin:0;
	padding:0;
}

/* ------------------------------------- 
 *	ページレイアウト
 * -------------------------------------*/ 
#container {
	margin:0px auto;
	width:820px;
	text-align:center;
}
#header {
	width:100%;
	overflow: hidden;
	clear:left;
	display:block;
}
#wapinfo {
	margin:0px auto;
	width:580px;
	text-align:left;
}
#wapmain {
	margin:0px auto;
	width:700px;
	text-align:left;
}

#footer {
	width:100%;
	float: left;
	height:30px;
}


/**　トップページ　**/

#topimg {
	margin:100px auto;
	width:712px;
	height:564px;
	background: url('../img/top.jpg');
	display:block;
}
#topimg img{
	padding: 430px 0 0 455px;
}

/**　ヘッダー　**/

#header h1, #header .menu {
	height:123px;
	display:block;
	float:left;
}

#header .menu li{
	list-style:none;
	float:left;
}

#header .menu .m03 {
	width:81px;
	height:123px;
}
#header .menu .m03 li{
	line-height:0;
	vertical-align:bottom;
	font-size:0;
}
#header .menu li.m03 .schedule a{
	width:81px;
	height:71px;
	
}
#header .menu li.m03 .concert a{
	width:79px;
	height:52px;
}

/** メインコンテンツ**/

.rigth {
	float:right;
}
.left {
	float:left;
}

/**インフォメーション**/

#wapinfo .box {
	padding:10px 0 10px 15px;
}
#wapinfo .photo {
	text-align:center;
}
#wapinfo .photo img {
	margin:10px;
}
#wapinfo .toi dt{
	width:80px;
	float:left;
}
#wapinfo .toi dd{
	float:left;
	width:200px;
	clear:right;
}
#wapinfo .halfbox {
	width:280px;
	float:left;
	margin-top: 20px;
}
#wapinfo .halfboxR {
	width:293px;
	float: right;
	margin-top: 20px;
}

#wapinfo .lesson {
	background:#221815;
	padding: 10px;
	margin: 5px 0 10px 0;

}
#wapinfo .lesson .ryoukin {
	display:block;
	float:left;
}
#wapinfo .lesson .shousai {
	display:block;
	float:right;
}
#wapinfo .lesson li{
	list-style-position:inside;
}

/**スケジュール**/
#wapmain .sche {
	margin:10px 0 20px 0;
	background-image: url(../../schedule/img/back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wapmain .sche dl {
	float:left;
	border-left: 3px solid #221815;
	border-right: 3px solid #221815;
	display:block;
	padding-left:30px;
	width:600px;
}
#wapmain .sche dd {
	margin-bottom:10px;
}
#wapmain .sche img.left {
	margin: 0 5px auto 10px;
}

/**プロフィール**/
.pro {
	padding-left:20px;
	margin-bottom:60px;
}

/** コンサートスケジュール **/

.concert {
	margin-bottom:20px;
	background-image: url(../../concert/img/back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.concert dt,.concert dd {
	float:left;
	display:block;
}
.concert dt {
	text-align:center;
	clear:left;
	width:65px;
	padding-left:20px;
}
.concert dt p{
	background: #918C8A;
	text-align:center;
	padding: 3px;
}

.concert dd {
	width:240px;
	padding:3px 3px 3px 50px;
}
.concert .ddr {
	clear:right;
}
.concert  .dltop dt {
	padding: 3px 0 3px 20px;
}
.concert  .dltop dt,.concert  .dltop dd {
	border-bottom: 1px solid #000;
	margin:10px 0 3px 0;
	font-size:13px;
}

/** photo **/
.photo {
	width:640px;
	margin: 20px;
	text-align:center;
}
