/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ff9440;
	text-decoration: none;
	outline: 0;

}

a:hover {
	color: #ff9440;
	text-decoration: none;

}
img {  
	border:	0;	 
}

body {
	background: #FFF url(img/bg.gif);
	color: #444;
	margin: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 35px;
	letter-spacing: 2pt;
	color: #000;
}
h1 {
	font-size: 16px;
	color: #000;
	padding-top: 20px;
	border-bottom:#000 1px;
}

h2 {
	background: #FFF url(img/h1_line.gif) no-repeat right bottom;
	font-size: 18px;
	color: #000;
	padding-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 4pt 
}

h3 {
	font-size: 12px;
	color: #000;
	padding-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 4pt 
}

h5 {
	background: #FFF url(img/h1_line.gif) no-repeat right bottom;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 3pt 
}

hr{
border:1px dotted #555;
margin-bottom: 10px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 940px;
}

/* title */
.title h1 {
	color: #000;px
	height: 140px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* main */
.main {
	clear: both;
	padding: 0px 20px;
}

/* main left */

.sidenav {
	background: #FFF;
	float: left;
	width: 170px;
	height: 920px;
	margin-left: 20px;
}
sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav h1 {
	background: #FFF url(./img/title.gif) no-repeat center bottom;
	height: 140px;
 	margin-bottom: 15px;
	
}

.sidenav h1 a {
	display: block;
	text-indent: -9999px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.sidenav li a:hover {
	color: #F60;
}
.sidenav li {
	border-top: none;
	list-style: none;
	margin_bottom: 0px;
}
.sidenav li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.sidenav li a:hover {
	color: #ff9440;
}
/* content */
.content {
	float: right;
	width: 660px;
	margin-right: 20px;
}
.content .item {
	padding: 6px 12px;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 20px;
}
.content banner {
	float: right;
	margin-top: 30px;
	margin-bottom: 6px;
}


/* 公演　ハコ組み */

.block{
border:1px dotted #000;
padding:15px 15px 0px 15px;
text-align:left;
margin-bottom: 10px;
}

.title{
font-size: 14px;
font-weight: bold;
line-height: 20px;
letter-spacing: 2pt;
margin-bottom: 6px;
 }

.block p{
line-height: 15px;
 }
 
 

/* 詩 */


shi li a {
	margin-bottom: 40px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.content .poem {
	padding: 6px 12px;
	background: #FFF;
	margin-bottom: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 販売など */

.css-caption-block {
	clear: both;
	margin-bottom: 8px;
 }
    
.css-caption-block > h3 {
	 margin-left: 10px;
	 
 }
 
 .css-caption-block > h4 {
	 font-size: 14px;
	 margin-top: 0px;
	 margin-left: 20px;
	 margin-bottom: 5px;
	 font-weight: bold;
	 
 }

 .css-caption-block > p {
	 line-height: 20px;
	 margin-top: 0px;
	 margin-left: 20px;
	 
 }

 .css-caption-block > li {
		float: right;
		margin-right: 20px;
	 }


.css-caption-box {
        float: left;
        width: 100px;
        margin-top: 0;
        margin-right: 30px;
        

 }
 
.css-caption-box img {
	    margin-left: 10px;
        width: 100%;

}


/* footer */

.footer {
	background: #FFF url(img/footer_line.gif) no-repeat top;
	color: #000;
	font-size: 10;
	margin: 0 auto;
	text-align: right;
	width: 900px;
	
}
.footer a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
.footer .left, .footer .right {padding: 10px 20px;}

/* floats */
.left {float: left;}
.right {float: right;}

