@charaset "utf-8";
html, body {
    height: 100%;
    margin: 0 auto;   
    padding: 0;   
    text-align: center; 
	background-color: #000000;  
}
a { outline: none; }
#container {   
	margin-top: -23px;               /* @ */  
    min-height: 100%;           /* A */  
    height: auto !important;    /* B */  
    height: 100%;               /* C */  
    position: relative;   
}   
#screen {   
    width: 856px;   
    margin: 0 auto;   
    text-align: left;   
    padding-bottom: 100px;   
}   
a	{
	text-decoration:	none;
}
a:link	{
	color: #d4bf55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d4bf55;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*------ヘッダ------*/
#header	{
	width:	856px;
	height:	210px;
	padding: 0px;
	margen:	0px auto;
	background-image:url(../images/city-opera_r1_c1.jpg);
}
/*------ヘッダ終------*/
/*------ナビゲーション------*/
#navi ul{
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#navi li {
	display: block;
	float: left;
}
#navi li a {
	display: block;
	text-decoration: none;
}
#navi li#home a {
	height: 40px;
	width: 110px;
	background: url(../images/city-opera_r2_c1.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#home a:hover
{
	height: 40px;
	width: 110px;
	background: url(../images/city-opera_r2_c1.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#oota a{
	height: 40px;
	width: 134px;
	background: url(../images/city-opera_r2_c2.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#oota a:hover{
	height: 40px;
	widht: 134px;
	background: url(../images/city-opera_r2_c2.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#ivent a{
	height: 40px;
	width: 101px;
	background: url(../images/city-opera_r2_c3.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#ivent a:hover{
	height: 40px;
	widht: 101px;
	background: url(../images/city-opera_r2_c3.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#history a{
	height: 40px;
	width: 74px;
	background: url(../images/city-opera_r2_c4.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#history a:hover{
	height: 40px;
	widht: 74px;
	background: url(../images/city-opera_r2_c4.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#blog a{
	height: 40px;
	width: 92px;
	background: url(../images/city-opera_r2_c5.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#blog a:hover{
	height: 40px;
	widht: 92px;
	background: url(../images/city-opera_r2_c5.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#schedule a{
	height: 40px;
	width: 128px;
	background: url(../images/city-opera_r2_c6.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#schedule a:hover{
	height: 40px;
	widht: 128px;
	background: url(../images/city-opera_r2_c6.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#link a{
	height: 40px;
	width: 92px;
	background: url(../images/city-opera_r2_c7.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#link a:hover{
	height: 40px;
	widht: 92px;
	background: url(../images/city-opera_r2_c7.jpg) no-repeat;
	background-position: 0px 0px;
}
#navi li#bbs a{
	height: 40px;
	width: 125px;
	background: url(../images/city-opera_r2_c8.jpg) no-repeat;
	background-position: 0px -40px;
}
#navi li#bbs a:hover{
	height: 40px;
	widht: 125px;
	background: url(../images/city-opera_r2_c8.jpg) no-repeat;
	background-position: 0px 0px;
}
/*------本文------*/
#kadomaru {
   border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */
   color: #d4bf55;
   border: 1px solid #a2143c;;     /* 枠線の装飾 */
   width: 850px;
    margin: 0.5in auto;
}

#body {
	margin-top : 0px ;
	padding-top: 0px;
	width: 850px;
	color: #d4bf55;
	margin-bottom: 0px;
	padding-bottom : 0px ;
}
#body h2 {
	margin-left: 0px;
	text-align:reft;
	text-indent: 35px;
	color: #d4bf55;
	margin-bottom: 10px;
}
#body ul , #body li {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	font-size: small;
	line-height: 1.5;
	width: 825px;
	padding-bottom : 10px ;
}
/* 画像を右に配置し、テキストを左側に回りこませる */
.r-float{
width : 205px;
height : 273px;
float : right;
}
/* 回り込みの解除 */
.f-clear{
clear : both;
}
/*------フッター------*/   
#footer {
	color: #d4bf55; 
	border-top:2px #a2143c solid;
    height: 25px;   
    position: absolute;         /* E */  
    bottom: 0;                  /* F */  
	font-size: x-small;
	text-align:right;
	width: 850px;
} 
.l-float{
width : 128px;
height : 128px;
float : left;
}
/* 回り込みの解除 */
.f-clear{
clear : both;
}
em, style3 {
	font-size: 14px;
}
