@charset "UTF-8";
/* CSS Document */

/*共通*/

* {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

html{
	font: 0.6em/1.4em "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", serif;
	-webkit-text-size-adjust:none;
	text-align:justify;
	color: #bcb075;
	height:100%;
}

body {
	background: #000 url(../images/bg_navi_bar.gif) repeat-x scroll left 105px;
	height:100%;
}

img {
	border-style: none;
}

a {  
    outline: none;  
}

a:link {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #AA9967;
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

#container {
	clear: both;
	float: none;
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}

#container #header {
	float: left;
	height: 67px;
	width: 840px;
	padding-bottom: 18px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	background: #000000;
	padding-top: 20px;
}

#header .logo a {
	float: left;
	height: 67px;
	width: 48px;
	background: url(../images/logo.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
}

#header .main_title {
	float: right;
	height: 67px;
	width: 776px;
}

.main_title .title a {
	background: url(../images/title.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	float: left;
	height: 43px;
	width: 776px;
	padding-bottom: 10px;
}

.main_title .catch a {
	background: url(../images/catch.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	float: left;
	height: 14px;
	width: 776px;
}

#grobal_navi {
	float: left;
	height: 28px;
	width: 840px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: left 28px;
	top: 120px;
}

#grobal_navi  ul,
#grobal_navi ul li {
	float:left;
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

#grobal_navi ul {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 840px;
	background-position: left -28px;
}

#grobal_navi ul li  {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 168px;
}

ul li.navi1 a {
	display: block;
	height: 28px;
	width: 168px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.navi1 a:focus,
ul li.navi1 a:hover {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -28px;
}

ul li.navi2 a {
	display: block;
	height: 28px;
	width: 168px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -168px -0px;
}

ul li.navi2 a:focus,
ul li.navi2 a:hover {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -168px -28px;
}

ul li.navi3 a {
	display: block;
	height: 28px;
	width: 168px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -336px -0px;
}

ul li.navi3 a:focus,
ul li.navi3 a:hover {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -336px -28px;
}

ul li.navi4 a {
	display: block;
	height: 28px;
	width: 168px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -504px -0px;
}

ul li.navi4 a:focus,
ul li.navi4 a:hover {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -504px -28px;
}

ul li.navi5 a {
	display: block;
	height: 28px;
	width: 168px;
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -672px -0px;
}

ul li.navi5 a:focus,
ul li.navi5 a:hover {
	background-image: url(../images/bt_navi.gif);
	background-repeat: no-repeat;
	background-position: -672px -28px;
}

#container #return_box {
	float: left;
	width: 840px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#return_box ul li  {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 70px;
	text-align: left;
	float: right;
}

ul li.bt_home a {
	display: block;
	height: 19px;
	width: 70px;
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.bt_home a:focus,
ul li.bt_home a:hover {
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
	background-position: -0px -19px;
}

#container .page_up {
	clear: both;
	float: left;
	height: auto;
	width: 840px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page_up ul li  {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 59px;
	text-align: left;
	float: right;
}

ul li.bt_top a {
	display: block;
	height: 19px;
	width: 59px;
	background-image: url(../images/bt_top.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.bt_top a:focus,
ul li.bt_top a:hover {
	background-image: url(../images/bt_top.gif);
	background-repeat: no-repeat;
	background-position: -0px -19px;
}

/*ホーム*/

#img_box {
	float: none;
	height: 275px;
	width: 840px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

#mtxt {
	clear: both;
	float: none;
	height: auto;
	width: 840px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	color: #CCBB99;
}

.date {
	background-image: url(../images/date.gif);
	clear: both;
	float: none;
	height: 34px;
	width: 840px;
	text-align: left;
	text-indent: -9999px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
}

#left_box {
	float: left;
	height: auto;
	width: 372px;
	padding-right: 5px;
}

#left_box .ti_top1 {
	background-image: url(../images/ti_top1.gif);
	float: left;
	height: 20px;
	width: 340px;
	text-align: left;
	text-indent: -9999px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#left_box .ti_top2 {
	background-image: url(../images/ti_top2.gif);
	float: left;
	height: 15px;
	width: 224px;
	text-align: left;
	text-indent: -9999px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#left_box .ti_top3 {
	background-image: url(../images/ti_top3.gif);
	float: left;
	height: 9px;
	width: 350px;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}

#right_box {
	float: left;
	height: auto;
	width: 463px;
	font-size: 0.9em;
	line-height: 1.5em;
}

.place {
	background-image: url(../images/ti_place.gif);
	float: left;
	height: 55px;
	width: 11px;
	text-align: left;
	text-indent: -9999px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: left 1px;
}

.ti_around {
	background-image: url(../images/ti_around.gif);
	float: left;
	height: 20px;
	width: 340px;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 4px;
}

.pay {
	background-image: url(../images/ti_pay.gif);
	float: left;
	height: 55px;
	width: 11px;
	text-align: left;
	text-indent: -9999px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: left 1px;
}

.tx_middle{
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;	
}

.tx_small{
	font-size: 1em;
	line-height: 1.5em;
}

.tx_box_white{
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 3px;
	color: #FFF;
	float: left;
	height: auto;
	background-color: #C00;
}

#banner ul li  {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 156px;
	float: left;
	padding-bottom: 15px;
}

ul li.banner01 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_01.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner01 a:focus,
ul li.banner01 a:hover {
	background-image: url(../images/ba_01.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner02 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_02.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner02 a:focus,
ul li.banner02 a:hover {
	background-image: url(../images/ba_02.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner03 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_03.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner03 a:focus,
ul li.banner03 a:hover {
	background-image: url(../images/ba_03.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner04 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_04.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner04 a:focus,
ul li.banner04 a:hover {
	background-image: url(../images/ba_04.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner05 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_05.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner05 a:focus,
ul li.banner05 a:hover {
	background-image: url(../images/ba_05.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner06 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_06.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner06 a:focus,
ul li.banner06 a:hover {
	background-image: url(../images/ba_06.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

ul li.banner07 a {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/ba_07.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
}

ul li.banner07 a:focus,
ul li.banner07 a:hover {
	background-image: url(../images/ba_07.gif);
	background-repeat: no-repeat;
	background-position: -0px -45px;
}

#container #info {
	clear: both;
	float: none;
	height: auto;
	width: 840px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 0.95em;
}

/*ライトアップウォーク概要*/

#about_navi  ul,
#about_navi ul li {
float:left;
list-style-type: none;
}

#about_navi ul {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 840px;
	list-style-type: none;
}

#about_navi ul li a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 168px;
}

ul li.about_navi1 a:focus,
ul li.about_navi1 a:hover {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -27px;
}

ul li.about_navi2 a:focus,
ul li.about_navi2 a:hover {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	background-position: -168px -27px;
}

ul li.about_navi3 a:focus,
ul li.about_navi3 a:hover {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	background-position: -336px -27px;
}

ul li.about_navi4 a:focus,
ul li.about_navi4 a:hover {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	background-position: -504px -27px;
}

ul li.about_navi5 a:focus,
ul li.about_navi5 a:hover {
	background-image: url(../images/bt_about_navi.gif);
	background-repeat: no-repeat;
	background-position: -672px -27px;
}

#ti_about1 {
	clear: both;
	float: left;
	height: 28px;
	width: 840px;
	background: url(../images/ti_about_a.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
}

#ti_about2 {
	clear: both;
	float: left;
	height: 28px;
	width: 840px;
	background: url(../images/ti_about_b.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
}

#ti_about3 {
	clear: both;
	float: left;
	height: 28px;
	width: 840px;
	background: url(../images/ti_about_c.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
}

#ti_about4 {
	clear: both;
	float: left;
	height: 28px;
	width: 840px;
	background: url(../images/ti_about_d.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;

}

.about {
	clear: both;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 20px;
}

.about #about_left {
	float: left;
	width: 380px;
	padding-right: 40px;
}

.about #about_left .profile {
	float: left;
	height: auto;
	width: 270px;
	color: #FFF;
	padding-top: 15px;
	line-height: 1.6em;
	margin-right: 10px;
	overflow: hidden;
}
.about #about_left .m_photo {
	float: left;
	width: 100px;
	padding-top: 15px;
}

.about #about_right {
	float: left;
	height: auto;
	width: 420px;
}

#about_right .about_maintext {
	text-align: left;
	clear: both;
	float: left;
	height: auto;
	width: 420px;
	line-height: 2em;
	font-size: 1.1em;
}

#about_right .ti_about {
	background-image: url(../images/ti_about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	clear: both;
	float: left;
	height: 29px;
	width: 420px;
	padding-bottom: 15px;
}

#about_right .ti_about_copy {
	background-image: url(../images/ti_about_copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	width: 420px;
	padding-bottom: 15px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

#about_right .ti_about_name {
	background-image: url(../images/ti_about_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 18px;
	width: 247px;
	padding-bottom: 15px;
}

.about_box_right .support_box {
	clear: both;
	float: left;
	height: auto;
	width: 420px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.about_caption {
	text-align: left;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	display: block;
}

.about .about_box_left {
	float: left;
	height: auto;
	width: 380px;
	padding-right: 40px;
}

.about .about_box_left img {
	clear: both;
	float: none;
	padding-bottom: 15px;
}

.about_box_left .about_box_tx {
	clear: both;
	float: left;
	height: auto;
	width: 380px;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #FFFFFF;
}

.about .about_box_right {
	float: left;
	height: auto;
	width: 420px;
	font-size: 1em;
	line-height: 1.6em;
}

.about_box_right .img {
	clear: both;
	float: none;
	padding-bottom: 10px;
}

.about_box_right .image_box {
	clear: both;
	float: left;
	height: auto;
	width: 420px;
}

.image_box .image_small {
	float: left;
	height: auto;
	width: 130px;
	color: #FFF;
}

.image_box .image_middle {
	float: left;
	height: auto;
	width: 200px;
	color: #FFF;
}

.image_box .image_middle2 {
	float: left;
	height: auto;
	width: 275px;
	color: #FFF;
}

.image_box .image_large {
	float: left;
	height: auto;
	width: 420px;
	color: #FFF;
}

.image_large .tochoji_left {
	float: left;
	height: auto;
	width: 200px;
}
.image_large .tochoji_right {
	float: right;
	height: auto;
	width: 200px;
}

.about_box_right .ti_about_a1 {
	background: url(../images/ti_about_a1.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_a2 {
	background: url(../images/ti_about_a2.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_a3 {
	background: url(../images/ti_about_a3.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_a4 {
	background: url(../images/ti_about_a4.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_b1 {
	background: url(../images/ti_about_b1.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 275px;
}

.about_box_right .ti_about_b2 {
	background: url(../images/ti_about_b2.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 130px;
}

.about_box_right .ti_about_b3 {
	background: url(../images/ti_about_b3.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 130px;
}

.about_box_right .ti_about_b4 {
	background: url(../images/ti_about_b4.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 130px;
}

.about_box_right .ti_about_b5 {
	background: url(../images/ti_about_b5.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 130px;
}

.about_box_right .ti_about_c1 {
	background: url(../images/ti_about_c1.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_c2 {
	background: url(../images/ti_about_c2.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_c3 {
	background: url(../images/ti_about_c3.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 420px;
}

.about_box_right .ti_about_d1 {
	background: url(../images/ti_about_d1.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_d2 {
	background: url(../images/ti_about_d2.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

.about_box_right .ti_about_d3 {
	background: url(../images/ti_about_d3.gif) no-repeat left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 31px;
	width: 200px;
}

/*期間中の催し物*/

#event_navi  ul,
#event_navi ul li {
float:left;
list-style-type: none;
}

#event_navi ul {
	background-image: url(../images/bt_event_navi.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 840px;
	list-style-type: none;
}

#event_navi ul li a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 420px;
}

ul li.event_navi1 a:focus,
ul li.event_navi1 a:hover {
	background-image: url(../images/bt_event_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -27px;
}

ul li.event_navi2 a:focus,
ul li.event_navi2 a:hover {
	background-image: url(../images/bt_event_navi.gif);
	background-repeat: no-repeat;
	background-position: -420px -27px;
}

.ti_event_bar1 {
	background-image: url(../images/ti_event1.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 27px;
	width: 840px;
	padding-bottom: 15px;
	padding-top: 20px;
}

.ti_event_bar2 {
	background-image: url(../images/ti_event2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 27px;
	width: 840px;
}

.event {
	clear: both;
	float: left;
	height: auto;
	width: 840px;
	background-image: url(../images/bg_event.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	margin-bottom: 20px;
}

.event .ti_event1 {
	background-image: url(../images/ti_event1_1.gif);
	text-align: left;
	text-indent: -9999px;
	display: inline;
	clear: both;
	float: left;
	height: 31px;
	width: 404px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.event .ti_event2 {
	background-image: url(../images/ti_event1_2.gif);
	text-align: left;
	text-indent: -9999px;
	display: inline;
	clear: both;
	float: left;
	height: 31px;
	width: 404px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#container .event_box {
	float: left;
	height: auto;
	width: 404px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 1.6em;
}

.event_box .tx_left {
	text-align: left;
	display: inline;
	float: left;
	height: auto;
	width: 130px;
	font-weight: bold;
}

.event_box .tx_right {
	text-align: right;
	display: inline;
	float: right;
	height: auto;
	width: 130px;
}

.event_box table {
	clear: both;
	float: none;
	height: auto;
	border-style: none;
	padding-bottom: 5px;
	padding-top: 3px;
}

.event_box table td {
	vertical-align: top;
	padding-right: 2px;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
}

/*コンサート部分*/

.concert {
	clear: both;
	float: left;
	height: auto;
	width: 820px;
	background-repeat: repeat-y;
	background-position: left top;
	display: inline;
	background-color: #E8E3BD;
	padding: 10px;
}

.event_tx_box1 {
	float: left;
	height: auto;
	width: 193px;
	padding-left: 15px;
	padding-top: 10px;
}

.img_box1 {
	float: left;
	height: auto;
	width: 196px;
	padding-top: 10px;
}

.concert_container {
	clear: both;
	float: left;
	height: auto;
	width: 820px;
	background-image: url(../images/bg_concert1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.concert_centor {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/bg_concert2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 22px;
	width: 820px;
}

.concert_box {
	float: left;
	height: auto;
	width: 394px;
}

.ti_concert1 {
	background-image: url(../images/ti_concert1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	clear: both;
	float: left;
	height: 46px;
	width: 394px;
	padding-bottom: 10px;
}

.ti_concert2 {
	background-image: url(../images/ti_concert2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	clear: both;
	float: left;
	height: 46px;
	width: 394px;
	padding-bottom: 10px;
}

.ti_concert3 {
	background-image: url(../images/ti_concert3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	clear: both;
	float: left;
	height: 26px;
	width: 394px;
	padding-bottom: 10px;
}

.ti_concert4 {
	background-image: url(../images/ti_concert4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	clear: both;
	float: left;
	height: 26px;
	width: 394px;
	padding-bottom: 10px;
}

.concert_img1 {
	float: left;
	height: auto;
	width: 125px;
}

.concert_img2 {
	float: left;
	height: auto;
	width: 180px;
}

.concert_tx1 {
	float: left;
	height: auto;
	width: 259px;
	padding-left: 10px;
}

.concert_tx2 {
	float: left;
	height: auto;
	width: 204px;
	padding-left: 10px;
}

.concert_box table {
	clear: both;
	float: none;
	height: auto;
	border-style: none;
	padding-bottom: 5px;
	padding-top: 3px;
}

.concert_box table td {
	vertical-align: top;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	padding-bottom: 2px;
}

.nowrap {
	white-space: nowrap;
}

.concert_box table td a:link {
	color: #000;
	text-decoration: none;
	outline: 0;
}

.concert_box table td a:visited {
	color: #000;
	text-decoration: none;
	outline: 0;
}

.concert_box table td a:hover {
	color: #000;
	text-decoration: underline;
}

/*会場アクセス*/

#map_box {
	float: left;
	height: 570px;
	width: 550px;
	padding-right: 20px;
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
}

#access_box {
	float: left;
	height: auto;
	width: 270px;
}

#access_box .table_access {
	clear: both;
	float: none;
	height: auto;
	border-style: none;
	padding-bottom: 5px;
	padding-top: 3px;
}

#access_box .table_access td {
	vertical-align: top;
	padding-right: 2px;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
}

#access_box .ti_access1 {
	background-image: url(../images/ti_access1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 94px;
	padding-bottom: 5px;
}

#access_box .ti_access2 {
	background-image: url(../images/ti_access2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 94px;
	padding-bottom: 5px;
}

#access_box .ti_access3 {
	background-image: url(../images/ti_access3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 16px;
	width: 94px;
	padding-bottom: 18px;
}

#access_box .ti_access_sub1 {
	background-image: url(../images/ti_access_sub1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	clear: both;
	float: left;
	height: 13px;
	width: 56px;
	padding-bottom: 5px;
}

#access_box .ti_access_sub2 {
	background-image: url(../images/ti_access_sub2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	clear: both;
	float: left;
	height: 14px;
	width: 41px;
	padding-bottom: 5px;
	margin-top: 8px;
}

#access_box #access_frame_hd {
	background-image: url(../images/access_frame_hd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: auto;
	width: 170px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	margin-top: 5px;
}

#access_box #access_frame_ft {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../images/access_frame_ft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 8px;
	width: 190px;
}

#access_frame_hd .legend_text {
	clear: both;
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-right: 10px;
}

#access_frame_hd .ti_access_legend {
	background-image: url(../images/ti_access_legend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 20px;
	width: 170px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 8px;
}

#access_frame_hd .ti_access_legend1 {
	background-image: url(../images/ti_access_legend1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 77px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 5px;
}

#access_frame_hd .ti_access_legend2 {
	background-image: url(../images/ti_access_legend2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 125px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 5px;
}

#access_frame_hd .ti_access_legend3 {
	background-image: url(../images/ti_access_legend3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 109px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 5px;
}

#access_frame_hd .ti_access_legend4 {
	background-image: url(../images/ti_access_legend4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 76px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 3px;
}

#access_frame_hd .ti_access_legend5 {
	background-image: url(../images/ti_access_legend5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 77px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 3px;
}

#access_frame_hd .ti_access_legend6 {
	background-image: url(../images/ti_access_legend6.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 17px;
	width: 106px;
	text-align: left;
	text-indent: -9999px;
	display: inline;
	padding-bottom: 3px;
}

/*まち歩き*/

#walking_navi  ul,
#walking_navi ul li {
float:left;
list-style-type: none;
}

#walking_navi ul {
	background-image: url(../images/bt_walking_navi.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 840px;
	list-style-type: none;
}

#walking_navi ul li a {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 840px;
}

ul li.walking_navi1 a:focus,
ul li.walking_navi1 a:hover {
	background-image: url(../images/bt_walking_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -27px;
}

ul li.walking_navi1 a:active {
	width: 840px;
	background-image: url(../images/bt_walking_navi.gif);
	background-repeat: no-repeat;
	background-position: -0px -27px;
} 

.walking {
	clear: both;
	float: left;
	height: auto;
	width: 840px;
	padding-top: 20px;
}

.walking .ti_walking1 {
	background-image: url(../images/ti_walking1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 63px;
	width: 336px;
	padding-bottom: 15px;
	text-align: left;
	text-indent: -9999px;
	display: block;
}

.walking .tx_walking1 {
	background-image: url(../images/tx_walking1.gif);
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 95px;
	width: 336px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: left top;
}

.walking .ti_walking2 {
	background-image: url(../images/ti_walking2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 63px;
	width: 336px;
	padding-bottom: 15px;
	text-align: left;
	text-indent: -9999px;
	display: block;
}

.walking .tx_walking2 {
	background-image: url(../images/tx_walking2.gif);
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 95px;
	width: 336px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: left top;
}

.walking .walking_map {
	float: left;
	height: auto;
	width: 336px;
	padding-right: 20px;
}

.walking .walking_img {
	float: left;
	height: auto;
	width: 484px;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.3em;
}

.walking_img .walking_box {
	clear: both;
	float: left;
	height: auto;
	width: 484px;
	padding-bottom: 27px;
}

.walking_img .walking_tx_box {
	float: left;
	width: 122px;
	height: auto;
}

.walking_box .walking_box_left {
	float: left;
	height: auto;
	width: 232px;
}

.walking_box .walking_box_right {
	float: right;
	height: auto;
	width: 232px;
}

.walking_box img {
	float: left;
	margin-right: 10px;
	display: inline;
	text-align: left;
}

.ic_01{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_02{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_03{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_04{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_05{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_06{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_07{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_08{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_08.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_09{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_09.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_10{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

.ic_11{
	list-style:none;
	padding-left: 13px;
	padding-right: 2px;
	background-image: url(../images/ic_11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 1px;
}

/*リンク*/

.link_box {
	float: left;
	height: auto;
	width: 268px;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.8em;
}

.ti_link1 {
	background-image: url(../images/ti_links1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 268px;
	padding-bottom: 10px;
}

.ti_link2 {
	background-image: url(../images/ti_links2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 268px;
	padding-bottom: 10px;
}

.ti_link3 {
	background-image: url(../images/ti_links3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 268px;
	padding-bottom: 10px;
}

.ti_link4 {
	background-image: url(../images/ti_links4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: -9999px;
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 268px;
	padding-bottom: 10px;
}

/*パディング*/

.padding_lr30px {
	padding-right: 30px;
	padding-left: 30px;
}

.padding_r32px {
	padding-right: 32px;
}

/*マージン*/

.margin_r32px {
	display: inline;
	margin-right: 32px;
}

.margin_r20px {
	display: inline;
	margin-right: 20px;
}

.margin_lr18px {
	display: inline;
	margin-right: 18px;
	margin-left: 18px;
}

.margin_r15px {
	display: inline;
	margin-right: 15px;
}

.margin_tu15px {
	display: inline;
	margin-bottom: 15px;
	margin-top: 15px;
}

.margin_u15px {
	display: inline;
	margin-bottom: 15px;
}

.margin_u7px {
	display: inline;
	margin-bottom: 7px;
}

/*テキスト関連*/

.bold {
	font-weight: bold;
	padding-bottom: 3px;
}

.font_small {
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline;
}

.font_big {
	font-size: 1.3em;
	display: inline;
}

.color_white {
	color: #FFFFFF;
}

.color_brown {
	color: #BCB075;
	display: inline;
	padding-right: 2px;
}

.color_red {
	color: #C00;
}

