/* 寄席主人覚え書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 {
	font-family:Arial,Helvetica,Sans-serif;
	width:420px;
	text-align: left;
	font-size: 100%;
	margin-left: 160px;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
}
a {
	text-decoration: none;
	font-weight:bold;
	color: #FF9966;
	}
h3 {
	background-image:url(h3_bga.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
p {
	font-family:Arial,Helvetica,Sans-serif;
	width:550px;
	text-align: left;
	font-size: 100%;
	margin-left: 100px;
	height: 80px;
	line-height: 20px;
}
/* p:first-letter {
	font-size: 180%;
	line-height: 100%;
	color: #669900;
	float: left;
	} */
p img {
	float: left;
	margin-right:15px;
	margin-left:5px;
}
#contents {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align: left;
	}
HR {
  background-image: url("tile.gif");
  height: 8px; 
  width: 650px;
  text-align: center;
  
}
h4 {
	color: #FF3333;
	font-size:120%;
	border-left: 12px double #6699FF;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 0px;
}

