/*寄席・落語豆知識CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCFF;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	color: #FF3333;
	font-size:120%;
	border-left: 12px double #6699FF;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 0px;
}
h3 {
	background-image:url(h3_bgd.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	font-size: 90%;
	line-height: 150%;
}

p:first-letter {
	font-size: 250%;
	line-height: 100%;
	color: #669900;
	float: left;
	}
p img {
	float: left;
	margin-right:15px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align: left;
}
.sr { font-size: smaller}
.ag { font-size: larger}

