/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
全ブロックの共通設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*BODY全体に関する設定*/
body{		color: #ff6699;
		background-color: #ffffff;
		font-size: x-small;
		font-family: 'Poor Richard','Courier New','Courier',fantasy;
		line-height: 140%;

		margin: 0px;
		padding: 0px;

		overflow-x: hidden;

		scrollbar-bace-color: #ffffff;		/* 基本色 */
		scrollbar-face-color: #ffffff;		/* ボタン部分 */
		scrollbar-track-color: #ffffff;		/* レール部分 */
		scrollbar-arrow-color: #ff6699;		/* 矢印 */
		scrollbar-highlight-color: #ff6699;	/* 内側のハイライト */
		scrollbar-shadow-color: #ff6699;	/* 内側の影 */
		scrollbar-3dlight-color: #ffffff;	/* 外側のハイライト */
		scrollbar-darkshadow-color: #ffffff;	/* 外側の影 */}



/*リンクの設定*/
a{		}
a:link{		color: #ff0066;}
a:visited{	color: #ff0033;}
a:hover{	color: #ff0099;
		background-color: ;
		text-decoration: none;		/* 下線を消す */
		position: ;			/* 動かす */
		top: ;				/* 上から下へ */
		left: ;				/* 左から右へ */}
a:active{	color: #ff0099;
		background-color: ;
		text-decoration: none;		/* 下線を消す */}



/*ページ全体の設定*/
div.page01{	}
div.page02{	}
div.page03{	}


/*アクセス解析の設定*/
.analyze{	}


/*clearの設定*/
div.clear{	}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
見出しの設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイト名*/
h1{		font-size: ;
		font-weight: ;
		line-height: ;
		display: none;			/* 表示しない */
		margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: hidden;		/* 隠し方 */
		width: 1px;			/* 横幅 */
		height: 1px;			/* 縦幅 */}

/*ページタイトル*/
h2{		display: none;			/* 表示しない */
		margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: hidden;		/* 隠し方 */
		width: 1px;			/* 横幅 */
		height: 1px;			/* 縦幅 */}

/*コンテンツ名*/
h3{		font-size: small;
		height: 35px;
		line-height: 105%;
		margin-left: 27px;
		padding: 4px;
		display: list-item;			/* 表示形式をリストにする */
		list-style-image: url(http://file.bz04.blog.shinobi.jp/h3.gif);	/* リストマーカー画像 */}

/*レポバンド名、リンク小カテ、利用規約各項目、テンプレ小項目*/
h4{		color: #ff0099;
		font-size: x-small;
		font-weight: normal;
		margin: 0px;
		padding: 0px;}

/*ABOUT好きなもの*/
h5{		color: #ff0099;
		font-size: x-small;
		margin: 0px;
		padding: 0px;}

h6{		}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フォーム類
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*テキストエリアの設定*/
textarea{	color: #ff6699;
		background-color: #ffffff;
		border: 1px #ff0099 dotted;
		font-size: x-small;
		font-family: 'Poor Richard','Courier New','Courier',fantasy;
		line-height: 140%;}

/*インプットの設定*/
input{		color: #ff6699;
		background-color: #ffffff;
		border: 1px #ff0099 dotted;
		font-size: x-small;
		font-family: 'Poor Richard','Courier New','Courier',fantasy;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッド用デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*head部分*/
.head{		width: 238px;			/* 横幅 */
		float: left;			/* 左に並べる */}
/*clearの設定*/
.clear-head{	}

/*サイトタイトル部分*/
.title{		margin: 10px 10px 10px 10px;	/* 外余白 上右下左 */
		padding: 0px 0px 0px 0px;	/* 内余白 上右下左 */
		border-width: 0px 0px 0px 0;	/* 線の太さ 上右下左 */
		border-color: ;			/* 線の色 */
		border-style: ;			/* 線のスタイル */}
div.logo{	}
div.sitetitle{	display: none;			/* 表示しない */
		margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: hidden;		/* 隠し方 */
		width: 1px;			/* 横幅 */
		height: 1px;			/* 縦幅 */}
span.sitetitle{	}

/*clearの設定*/
.clear-title{	}


/*カウンター*/
.counter{	top: 10px;
		right: 10px;
		position: absolute;
		text-align: right;}

/*メニュークリアの設定*/
.clear-menu{	}




/*++++++++++++++++++++++++++++++++++++++++++++++++
文字メニュー
++++++++++++++++++++++++++++++++++++++++++++++++*/

/*全体*/
div.menu {	margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: visible;}
div.menu *{	margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */}

/*メニューリスト*/
div.menu ul{	margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */}
div.menu li{	list-style-type: none;		/* リスト左の記号なし */
		margin: 0px;			/* 外余白 */
		padding: 0px; 			/* 内余白 */}

/*メニューリンク*/
div.menu a{	width: 100%;			/* 横幅 */
		display: block;			/* ブロック表示 */
		color: #ff0066;			/* 文字色 */
		background-color: ;		/* 背景色 */
		font-size: medium;		/* 文字の大きさ */
		font-weight: bold;		/* 文字強調 */
		text-align: right;		/* 文字位置 */
		text-decoration: none;		/* 下線なし */
		margin: 5px;			/* 下の外余白 */
		padding: 0 0 0 0;		/* 内余白 上右下左 */
		border-width: 0 0 0 0;		/* 線の太さ 上右下左 */
		border-color: ;			/* 線の色 */
		border-style: ;			/* 線のスタイル */}
div.menu a:visited{color: #ff0066;			/* 文字色 */}
div.menu a:hover{color: #ff6699;		/* 文字色 */
		background-color: ;		/* 背景色 */
		position: relative;		/* 動かす */
		top: 0px;			/* 上から下へ */
		left: 1px;			/* 左から右へ */}

/*オンリンク*/
div.menu a.menu-on{		color: #ff6699;			/* 文字色 */
				background-color: ;	/* 背景色 */}
div.menu a.menu-on:hover{	color: ;			/* 文字色 */
				background-color: ;	/* 背景色 */}

/*オフリンク*/
div.menu a.menu-off{		color: ;			/* 文字色 */
				background-color: ;	/* 背景色 */}
div.menu a.menu-off:hover{	color: ;			/* 文字色 */
				background-color: ;	/* 背景色 */}

/*アバウトリンク*/
div.menu a.a{			}
div.menu a.a:hover{		}
/*掲示板リンク*/
div.menu a.b{			}
div.menu a.b:hover{		}
/*コンポリンク*/
div.menu a.c{			}
div.menu a.c:hover{		}
/*日記リンク*/
div.menu a.d{			}
div.menu a.d:hover{		}
/*リンクリンク*/
div.menu a.e{			}
div.menu a.e:hover{		}
/*インデックスリンク*/
div.menu a.f{			}
div.menu a.f:hover{		}



/*++++++++++++++++++++++++++++++++++++++++++++++++
画像メニュー
++++++++++++++++++++++++++++++++++++++++++++++++*/
/*全体*/
div.menu-img *{	display: none;			/* 表示しない */
		margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: hidden;		/* 隠し方 */
		width: 1px;			/* 横幅 */
		height: 1px;			/* 縦幅 */}

/*メニューリスト*/
div.menu ul{	}
div.menu-img li{}

/*メニューリンク*/
div.menu-img a{	}
div.menu-img a:hover{}

/*オンリンク*/
div.menu-img a.menu-on{		}
div.menu-img a.menu-on:hover{	}

/*オフリンク*/
div.menu-img a.menu-off{	}
div.menu-img a.menu-off:hover{	}

/*アバウトリンク*/
div.menu-img a.a{		}
div.menu-img a.a:hover{		}
/*掲示板リンク*/
div.menu-img a.b{		}
div.menu-img a.b:hover{		}
/*コンポリンク*/
div.menu-img a.c{		}
div.menu-img a.c:hover{		}
/*日記リンク*/
div.menu-img a.d{		}
div.menu-img a.d:hover{		}
/*リンクリンク*/
div.menu-img a.e{		}
div.menu-img a.e:hover{		}
/*インデックスリンク*/
div.menu-img a.f{		}
div.menu-img a.f:hover{		}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ用デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*mainの設定*/
.main{		margin: 0px;			/* 外余白 */
		padding: 30px 0 0 2em;		/* 内余白 上右下左 */
		width: 70%;			/* 横幅 */
		float: left;			/* 左に並べる */
}

/*ページタイトル*/
div.pagetitle{	}
span.pagetitle{	}

/*コンテンツ全体の設定*/
.contents{	}

/*コンテンツ名*/
div.contitle{	}
span.contitle{	}

/*コンテンツ内容の設定*/
div.content{	padding: 4px 4px 75px 4px;	/* 内余白 上右下左 */
		margin: 0 0 2em 1.5em;		/* 外余白 上右下左 */
		white-space: normal;		/* 自動で折り返し */
		background-image: url(http://file.bz04.blog.shinobi.jp/bg.gif);
		background-repeat: repeat-x;
		background-position: left bottom;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター用デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*foot部分*/
.foot{		clear: both;
		width: 90%;
		font-size: xx-small;
		text-align: right;
		margin: 1em 0 0 0;		/* 外余白 上右下左 */
		padding: 4px;			/* 内余白 */
		line-height: 120%;}

/*下部メニュー部分*/
.footmenu{	}

/*アドレス部分*/
.address{	display: none;			/* 表示しない */
		margin: 0px;			/* 外余白 */
		padding: 0px;			/* 内余白 */
		overflow: hidden;		/* 隠し方 */
		width: 1px;			/* 横幅 */
		height: 1px;			/* 縦幅 */}

/*アドレス*/
address{	}


/*めがね部の広告*/
#meganebu{	margin-top: 1em;
		line-height: 0.5em;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ABOUT独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*サイト概要*/
.about1{	margin: 0px;
		border: 0px;}
.clear-a1{	}
/*携帯サイトへ*/
.about2{	margin: 0px;
		border: 0px;}
.clear-a2{	}
/*更新履歴*/
.about3{	margin: 0px;
		border: 0px;}
.clear-a3{	}
/*サイトマップ*/
.about4{	margin: 0px;
		border: 0px;}
.clear-a4{	}
/*当サイトのリンクについて*/
.about5{	}
.clear-a5{	}
/*私について*/
.about6{	}
.clear-a6{	}

/*全体テーブル*/
table.about{	}
tr.about{	}
th.about{	}
td.about{	}

/*コンテンツ1と2のテーブル*/
table.ab-table1-2{border: 0px;
		width: 100%;}
tr.ab-table1-2{	}
td.ab-table1-2{	font-size: x-small;
		vertical-align: baseline;
		line-height: 140%;
		padding: 0px;}
td.ab-table1{	width: 63%;}
td.ab-table2{	width: 37%;}
/*コンテンツ3と4のテーブル*/
table.ab-table3-4{border: 0px;
		width: 100%;}
tr.ab-table3-4{	}
td.ab-table3-4{	font-size: x-small;
		vertical-align: baseline;
		line-height: 140%;
		padding: 0px;}
td.ab-table3{	width: 50%;}
td.ab-table4{	width: 50%;}

/*サイトデザイン*/
.ab-site-design{width: 233px;
		text-align: right;
		font-size: xx-small;}

/*更新履歴のテキストエリア*/
textarea.news{	width: 233px;
		border-width: 0px;}

/*リンクのテーブル*/
table.ab-link{	border: 0px;}
tr.ab-link{	}
th.ab-link{	}
td.ab-link{	font-size: x-small;
		vertical-align: baseline;
		line-height: 120%;}

/*自己紹介のテーブル*/
table.ab-me{	border: 0px;}
tr.ab-me{	}
th.ab-me{	}
td.ab-me{	font-size: x-small;
		vertical-align: baseline;
		line-height: 120%;}

/*スケジュール*/
.ab-sche{	font-size: xx-small;
		padding-left: 10px;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COMPO独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*Blog Template*/
.compo1{	}
/*Live Report / B'z*/
.compo2{	}
/*Live Report / Others*/
.compo3{	}

/*全体テーブル*/
table.compo{	}
tr.compo{	}
th.compo{	}
td.compo{	}


ul.compo{	margin: 0px;
		padding: 0px;
		list-style-type: none;}
li.temp-t{	margin: 0px;
		padding: 0px;}
.temp-exp{	margin-left: 1em;}
li.live-t{	margin: 0px;
		padding: 0px;
		}
ul.list{	margin-left: 10px;
		padding: 0px;
		list-style-type: none;}
li.live-list{	margin-left: 1em;
		padding: 0px;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
利用規約独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*概要*/
.kiyaku1{	}
/*NGなこと*/
.kiyaku2{	}
/*OKなこと*/
.kiyaku3{	}
/*例外*/
.kiyaku4{	}


/*NGリスト*/
ol.kiyaku-ng{	margin: 0 0 0 2em;		/* 外余白 上右下左 */
		padding: 0px;			/* 内余白 */
		color: #ff0000;}
li.kiyaku-ng{	margin: 0px;
		padding: 0px;}

/*OKリスト*/
ol.kiyaku-ok{	margin: 0 0 0 2em;		/* 外余白 上右下左 */
		padding: 0px;			/* 内余白 */
		color: #0000ff;}
li.kiyaku-ok{	margin: 0px;
		padding: 0px;}

/*してもいいこと*/
.temp-ok{	color: #0000ff;
		font-weight: bold;}
/*しちゃだめなこと*/
.temp-ng{	color: #ff0000;
		font-weight: bold;}
.kiyaku-exp{	color: #404040;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
配布テンプレート独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*使用する前に*/
.haihu1{	}
/*配布テンプレート一覧*/
.haihu2{	}

/*注意*/
.temp-chuui{	color: #ff0000;
		text-decoration: underline;}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
配布テンプレート各ページ独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*使用する前に*/
.blogtemp1{	}
/*概要*/
.blogtemp2{	}
/*プレビュー*/
.blogtemp3{	}
/*使い方*/
.blogtemp4{	}
/*ソース・画像*/
.blogtemp5{	}

/*コンテンツ2と3のテーブル*/
table.btemp-tb2-3{}
tr.btemp-tb2-3{	}
th.btemp-tb2-3{	}
td.btemp-tb2-3{	font-size: x-small;
		vertical-align: baseline;
		line-height: 140%;
		padding: 0px;}
td.btemp-tb2{	}
td.btemp-tb3{	width: 250px;}

/*説明*/
.temp-setsumei{	font-size: x-small;
		line-height: 140%;}
/*プレビューリンク*/
.temp-prev{	text-align: left;
		font-size: x-small;
		line-height: 140%;}

/*小タイトル*/
.temp-title{	}

/*ソースのテキストエリア*/
textarea.blogtemp{width: 100%;}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共有テンプレート登録済独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*使用する前に*/
.kyoyu1{	}
/*忍者ブログ共有テンプレート登録済テンプレート一覧*/
.kyoyu2{	}
/*その他のブログテンプレート*/
.kyoyu3{	}

/*Lickerish名義*/
.temp-lick{	color: #7f4f70;
		font-weight: bold;
		font-size: small;}

/*テンプレ雑記*/
div.kiji-title a{	text-decoration: none;		/* 下線なし */
		font-weight: bold;
		font-size: small;}
.diary-entry-bottom{text-align: right;}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ライヴレポート独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*全体テーブル*/
table.live{	}
tr.live{	}
th.live{	}
td.live{	}

/*ライヴ名・日にち*/
.live1{		}
/*セットリスト*/
.live2{		}
/*レポート*/
.live3{		}

/*ライヴ名*/
.live-title{	font-size: small;
		font-weight: bold;
		line-height: 105%;}
/*日にち*/
.live-day{	text-align: right;
		font-size: x-small;}

/*セットリスト*/
ol.setlist{	margin-top: 0px;
		margin-bottom: 0px;}
li.setlist{	margin: 0px;
		padding: 0px;}
ul.setlist{	margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: square;}

/*バンド名(フェス用)*/
.band{		color: #000000;
		font-weight: bold;}

/*各ページのレポート*/
#main-20090816{	}
#repo-20090816{	}
#main-20090815{	}
#repo-20090815{	}
#main-20090808{	}
#repo-20090808{	}
#main-20090503{	}
#repo-20090503{	}
#main-20090322{	}
#repo-20090322{	}
#main-20081231{	}
#repo-20081231{	}
#main-20080921{	}
#repo-20080921{	}
#main-20080920{	}
#repo-20080920{	}
#main-20080613{	}
#repo-20080613{	}
#main-20080513{	}
#repo-20080513{	}
#main-20080510{	}
#repo-20080510{	}
#main-20080426{	}
#repo-20080426{	}
#main-20080425{	}
#repo-20080425{	}
#main-20080412{	}
#repo-20080412{	}
#main-20060813{	}
#repo-20060813{	}
#main-20060810{	}
#repo-20060810{	}
#main-20050907{	}
#repo-20050907{	}
#main-20050904{	}
#repo-20050904{	}
#main-20040722{	}
#repo-20040722{	}
#main-20040720{	}
#repo-20040720{	}
#main-20030921{	}
#repo-20030921{	}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
EXITS独自デザイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*オフィシャル*/
.exits1{	}
/*友達*/
.exits2{	}
/*ウェブ漫画*/
.exits3{	}
/*感謝*/
.exits4{	}

/*リンクテーブル*/
table.temp{	}
tr.temp{	}
th.temp{	}
td.temp{	}