*{
	margin: 0px;
	padding: 0px;
	font-size : 10pt;
	letter-spacing : 1px;
	line-height: 24px;
}

body{

	background-image: url(./images/back.jpg);

}

h1{

	margin-left: 30px;
	margin-right: 30px;

}

h2{

	font-size: 23px;
	font-weight: bold;
	color: #0033FF;
	margin-bottom: 10px;

}

h3{

	font-weight: bold;
	color: #009900;

}

h4{



}

em{

	font-weight: bold;
	color: #FF0000;

}

ul{

	margin-left: 40px;
	
}

.iecnt{

	border: 0px solid black;
	text-align: center;

}

.left{

	float: left;

}

.right{

	float: right;

}



/* ヘッダーに関する記述 */

/*ここから*/

.header{

	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100px;
	text-align: left;
	
}
.header #title{

	border: 0px solid red;
	width: 650px;
	margin-top: 20px;
	margin-left: 30px;
}
.header #title img{

	margin-right: 30px;
	
}
.header #cut{

	border: 0px solid blue;
	width: 175px;
	height: 100px;
	margin-right: 30px;	

}

/*ここまで*/

/* ヘッダーに関する記述 */





/* ルーズリーフデザインに関する共通記述 */

/*ここから*/

.looseleaf{

	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;

	text-align: left;
	clear: both;
	
}

/* ルーズリーフ縁上部 */

.looseleaf .ltop{

	height: 35px;
	float: clear;
	
}
.looseleaf .ltop .ltopleft{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_1.gif);
	width: 60px;
	height: 100%;
	float: left;
	
}
.looseleaf .ltop .ltopcenter{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_6.gif);
	width: 880px;
	height: 100%;
	float: left;

}
.looseleaf .ltop .ltopright{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_2.gif);
	width: 60px;
	height: 100%;
	float: right;
}

/* ルーズリーフ縁中央部 */

.looseleaf .lbody{

	border: 0px solid blue;
	clear: both;
	
}
.looseleaf .lbody .lleftside{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_5.gif);
	width: 60px;
	height: 100%;
	float: left;
	
}
.looseleaf .lbody .lcontents{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_inside.gif);
	width: 880px;
	height: 100%;
	float: left;

}
.looseleaf .lbody .lrightside{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_8.gif);
	width: 60px;
	height: 100%;
	float: right;

}

/* ルーズリーフ縁下部 */

.looseleaf .lbottom{

	height: 35px;
	float: clear;
	
}
.looseleaf .lbottom .lbotleft{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_3.gif);
	width: 60px;
	height: 100%;
	float: left;
	
}
.looseleaf .lbottom .lbotcenter{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_7.gif);
	width: 880px;
	height: 100%;
	float: left;

}
.looseleaf .lbottom .lbotright{

	border: 0px solid blue;
	background-image: url(./images/looseleaf/looseleaf_4.gif);
	width: 60px;
	height: 100%;
	float: right;
}

/*ここまで*/

/* ルーズリーフデザインに関する共通記述 */



/* フッターに関する記述 */

/*ここから*/

.footer{

	margin : 20px;
	font-size : 9pt;
	text-align: center;
	letter-spacing : 0px;

}

/*ここまで*/

/* フッターに関する記述 */



/* 付箋メニューに関する記述 */

.looseleaf .lbody .lcontents .menu{

	width: 100%;
	height: 100px;
	clear: both;

}


/* 平行線に関する記述 */

.looseleaf .lbody .lcontents .equator{

	border: 0px solid blue;
	margin-left: auto;
	margin-right: auto;
	width: 582px;
	height: 60px;
	clear: both;

}


/* ルーズリーフ幅全部を使うトピックに関する記述 */

.looseleaf .lbody .lcontents .fulltopic{

	border: 0px solid blue;
	width: 95%;
	margin: 10px;
	margin-left: 30px;
	float: left;

}

/* ルーズリーフ幅左半分を使うトピックに関する記述 */

.looseleaf .lbody .lcontents .lefttopic{

	border: 0px solid blue;
	width: 46%;
	margin: 10px;
	margin-left: 30px;
	float: left;

}

/* ルーズリーフ幅右半分を使うトピックに関する記述 */

.looseleaf .lbody .lcontents .righttopic{

	border: 0px solid blue;
	width: 46%;
	margin: 10px;
	float: right;

}





/* index.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#index{
	height: 1020px;　/* 下のheightの値 + 70px で指定すること */
}
#index .lbody{
	height: 950px;
}

/* Welcomeに関する記述 */

#index .lbody .lcontents #welcome{
	height: 250px;
}

/* ライブ情報に関する記述 */

#index .lbody .lcontents #live{
	height: 350px;
	margin-top: 30px;
}

/* 更新履歴に関する記述 */

#index .lbody .lcontents #news{
	height: 250px;
	margin-top: 0px;
}

/* トップ写真に関する記述 */

#index .lbody .lcontents #toppic{
	height: 180px;
	margin-left: 20px;
	margin-bottom: 0px;
}




/* profile.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#profile{
	height: 590px;　/* 下のheightの値 + 70px で指定すること */
}
#profile .lbody{
	height: 520px;
}

/* コンテンツ説明文に関する記述 */

#profile .lbody .lcontents #explain{
	height: 20px;
}

/* LEN'Zの紹介に関する記述 */

#profile .lbody .lcontents #about{
	height: 180px;
}

/* メンバー紹介に関する記述 */

#profile .lbody .lcontents #member{
	height: 80px;
}





/* songs.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#songs{
	height: 560px;　/* 下のheightの値 + 70px で指定すること */
}
#songs .lbody{
	height: 490px;
}

/* コンテンツ説明文に関する記述 */

#songs .lbody .lcontents #explain{
	height: 20px;
}

/* レパートリーに関する記述 */

#songs .lbody .lcontents #songlist{
	height: 230px;
}

/* リクエストに関する記述 */

#songs .lbody .lcontents #request{
	height: 20px;
}




/* history.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#history{
	height: 350px;　/* 下のheightの値 + 70px で指定すること */
}
#history .lbody{
	height: 280px;
}

/* コンテンツ説明文に関する記述 */

#history .lbody .lcontents #explain{
	height: 80px;
}





/* links.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#links{
	height: 350px;　/* 下のheightの値 + 70px で指定すること */
}
#links .lbody{
	height: 280px;
}

/* コンテンツ説明文に関する記述 */

#links .lbody .lcontents #explain{
	height: 80px;
}






/* bbs.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#bbs{
	height: 630px;　/* 下のheightの値 + 70px で指定すること */
}
#bbs .lbody{
	height: 560px;
}

/* コンテンツ説明文に関する記述 */

#bbs .lbody .lcontents #explain{
	height: 20px;
}

/* 掲示板ルールに関する記述 */

#bbs .lbody .lcontents #bbsreadme{
	height: 320px;
}





/* mail.htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#mail{
	height: 630px;　/* 下のheightの値 + 70px で指定すること */
}
#mail .lbody{
	height: 560px;
}

/* コンテンツ説明文に関する記述 */

#mail .lbody .lcontents #explain{
	height: 20px;
}

/* メールルールに関する記述 */

#mail .lbody .lcontents #mailreadme{
	height: 340px;
}





/* ライブ情報htmlに関する記述 */
/* ここから */

/* ルーズリーフの高さ */
#liveinfo{
	height: 1130px;　/* 下のheightの値 + 70px で指定すること */
}
#liveinfo .lbody{
	height: 1060px;
}

/* ライブバナーに関する記述 */

#liveinfo .lbody .lcontents #livebanner{
	height: 320px;
}

/* ライブ説明に関する記述 */

#liveinfo .lbody .lcontents #liveexplain{
	height: 270px;
	margin-top: 50px;
}

/* ライブ詳細に関する記述 */

#liveinfo .lbody .lcontents #livedetail{
	height: 520px;
}

/* 絶賛取り置き中に関する記述 */

#liveinfo .lbody .lcontents #invitation{
	height: 60px;
}

/* 会場地図に関する記述 */

#liveinfo .lbody .lcontents #livemap{
	height: 400px;
}