/*骨格の記述
__________________________________________________________*/

body {
	margin: 0px;
	padding: 0px;
	min-width:820px;
}

#pgbody {
	text-align: center;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

#titleleft {
	float: left;
	width: 100%;
	text-align: left;
}

#titleright {
	float: left;
	width: 20%;
}


#leftcon {
	float: left;
	width: 29%;
	text-align: left;
}

#rightflame {
	float: right;
	width: 71%;
}

#middlecon {
	float: left;
	width: 55%;
	text-align: left;
	border-width: 0 2px;
	border-style: solid;
	border-color: #ea573c;
	margin: 0 0 15px 0;
}

#rightcon {
	float: left;
	width: 42%;
	text-align: left;
}

#footer01 {
	clear: both;
}



/*共通部分
__________________________________________________________*/

a:link, a:visited {
	text-decoration: none;
	color: #333333;
}


p {
	font-size: 1.1em;
	line-height: 1.55em;
	font-weight: normal;
	color: #333333;
	margin: 0.5em 5px 0 5px;
	padding: 0 1.5em;
}

/*ページタイトル部分　#pagetitle
__________________________________________________________*/

#pagetitle {
	border-top: 10px solid #ea573c;
}

#pagetitle #titleleft h1 {
	background-image: url(../img/title.jpg);
	margin: 0px;
	padding: 0px;
	height: 151px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#pagetitle #titleright h2 {
	margin: 0px;
	padding: 0px;
	height: 151px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/*左コラム部分　#leftcon
__________________________________________________________*/

#leftcon h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	margin: 0 5px 0 5px;
	color: #FFFFFF;
	background-color: #ea573c;
}

#leftcon h3 {
	padding: 2px 0px;
	text-indent: 1em;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 2px solid #ea573c;
	border-right: 0px solid #ea573c;
	border-bottom: 2px solid #ea573c;
	border-left: 0px solid #ea573c;
}


#leftcon ul {
	list-style-type: none;
	padding: 10px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#leftcon li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

.to_right a:link, .to_right a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
.to_right a:hover, .to_right a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}

#mame ul {
	list-style-type: none;
	padding: 10px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 1.5em;
}
#mame li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

#mame a:link, #mame a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#mame a:hover, #mame a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}

#harubaru ul {
	list-style-type: none;
	padding: 10px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 1.5em;
}

#harubaru li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

#harubaru a:link, #harubaru a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#harubaru a:hover, #harubaru a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}




/*中央コラム部分　#middlecon
__________________________________________________________*/

#middlecon h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	margin: 15px 2px 0;
	color: #FFFFFF;
	background-color: #ea573c;
}


#ticket ul {
	list-style-type: none;
	padding: 5px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#ticket li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

#ticketlink ul {
	list-style-type: none;
	padding: 5px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#ticketlink li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

#ticketlink a:link,#ticketlink a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#ticketlink a:hover,#ticketlink a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}




#past_bar ul {
	list-style-type: none;
	padding: 20px 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 1.5em;
}
#past_bar li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}

#past_bar a:link,#past_bar a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#past_bar a:hover,#past_bar a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}


/*右コラム部分　#rightcon
__________________________________________________________*/


#rightcon h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 2px 2px 15px;
	margin: 0 2px;
	color: #FFFFFF;
	background-color: #ea573c;
}


#rightcon ul {
	list-style-type: none;
	padding: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#rightcon li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
}
.subname {
	font-size: 80%;
	font-weight: normal;
}

.subred {
	font-size: 80%;
	font-weight: normal;
	color: #FF0000;
}

#tenpo a:link,#tenpo a:visited {
	background-image: url(../img/dot001.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
}
#tenpo a:hover,#tenpo a:active {
	background-image: url(../img/dot002.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ea573c;
}



/*フッタ　連絡先記述部分　#footer01
__________________________________________________________*/

#footer01 address {
	text-align: left;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: solid 1px #ea573c;
	border-bottom: solid 1px #ea573c;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*フッタ　英語表記部分　#footer
__________________________________________________________*/

#footer h5{
	font-family: "Arial Black","Geneva","Helvetica", "san-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 5px 1.5em 5px 0;
	background-color: #ea573c;
}

#whatsnew h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
.posterimg/*.kakomi {
	border: 1px solid #FF6600;
}
*/
  {
	text-decoration: none;
    border-style:none;
	margin: 0 auto 10px;
	text-align: center;
}

.bannerimg img {
	text-decoration: none;
	padding: 10px 0;
    border-style:none;


}
.drop {
	font-size: 220%;
	line-height: 1em;
	float: left;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.to_right {
	text-align: right;
	padding-right: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	margin: 0.5em 5px 0 5px;
	padding: 0 1.5em;
}
.red {
	color: #FF0000;
}

.kakomi {
	border: 3px solid #FF6600;
	margin: auto;
	padding: 15px 20px;
	background-color: #FFFFFF;
	width: 720px;
	text-align: center;
}

.kakomi p {
	font-size: 0.95em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	text-indent: 0.95em;
}

