/* リンク色指定 */

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

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

a:link {
	color: #FF6699;
	text-decoration: none
}

a:visited {
	color: #FF6699;
	text-decoration: none
}


/* ナビゲーション部分関連 */

.navi {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FF6666;
	margin-left: 5px
}

a.nav {
	color: #FF6666
}


/* body */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(imgs/bg_pinkgrd.jpg);
	background-repeat: repeat-x
}


/* ページタイトル */

.pagettl {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #FF6699
}


/* サブタイトル */

.subttl {
	font-size: 11pt;
	font-weight: bold;
	color: #000000
}


/* ページ本文 */

.comm {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000
}

.comm_0pt {
	font-size: 10pt;
	line-height: 10pt;
	color: #000000
}

.pink {
	font-weight: bold;
	color: #FF6699
}

.memcom_b {
	font-weight: bold;
	color: #FF6699
}


/* セットリスト */

.setlist {
	font-size: 10pt;
	line-height: 10pt;
	color: #000000;
	margin-left: 10px
}


/* 著作権表示部 */

.cpyrit {
	font-size: 9px;
	color: #cccccc
}
