@charset "UTF-8";
/* 歌詞カード用 */

#wrapper {
	width:450px;
}

/* ぽぷりぽっと１用 */
#contents {
	background-color:#FFFFFF;
	color:#000000;
}

#contents h2, #contents h3, #contents p {
	text-align:left;
	padding-left:2%;
}

#contents ul li {
	text-align:left;
	text-indent:5%;
	font-size:10px;
}

#contents h2 {
	font-size:16px;
	border-bottom:solid 2px #000000;
}

#contents h3 {
	font-size:14px;
	border-bottom:dotted 2px #000000;
}

#contents p {
	font-size:12px;
}

/* ぽぷりぽっと２用 */
#contents_orange, #contents_green {
	background-color:#FFFFFF;
	color:#000000;
}

#contents_orange {
	background-image:url(../nama_gumin/images/lyriccard_back_2_orange.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#contents_green {
	background-image:url(../nama_gumin/images/lyriccard_back_2_green.jpg);
	background-repeat:repeat-y;
	background-position:top;
}


#contents_orange h2, #contents_orange h3, #contents_orange p, #contents_green h2, #contents_green h3, #contents_green p {
	text-align:left;
	padding-left:2%;
}

#contents_orange ul li, #contents_green ul li {
	text-align:left;
	text-indent:5%;
	font-size:10px;
}

#contents_orange h2, #contents_green h2 {
	font-size:16px;
	border-bottom:solid 2px #000000;
}

#contents_orange h3, #contents_green h3 {
	font-size:14px;
	border-bottom:dotted 2px #000000;
}

#contents_orange p, #contents_green p {
	font-size:12px;
}