﻿/****** パンくずリスト ******/

#sitelevel{
    font-size: small;
    padding: 0.5em;
}

#lastupdate{
    font-size: small;
    padding: 0em 1em;
    text-align: right;
}

#gototop{
    font-size: small;
    margin: 0.5em 1em;
    text-align: right;
}


#year_navi{
    font-size: 0.9em;
}

#text h1{
    width:730px;
    font-size:large;
    margin:20px 0px 10px 20px;
    padding:0.5em 0em 0.3em 0.5em;
    border-bottom: 2px solid #006500;
    border-left: 20px solid #006500;
}

#text h2{
    width:730px;
    font-size:medium;
    margin:20px 0px 10px 30px;
    padding:0.4em 0em 0.2em 0.5em;
    border-bottom: 2px solid #006500;
    border-left: 10px solid #006500;
}

#text h3{
    font-size:medium;
    margin:20px 0px 10px 35px;
    padding:0.2em 0em 0.1em 0.5em;
    border-left: 5px solid #006500;
}

#text h4{
    font-size:medium;
    margin:5px 0px 5px 40px;
    padding:0.2em 0em 0.1em 0.5em;
    font-weight: normal;
}

#text h5{
    font-size:medium;
    margin:5px 0px 5px 42px;
    padding:0.2em 0em 0.1em 0.5em;
    font-weight: normal;
}

#text p{
    width:730px;
    margin:5px 0px 5px 40px;
    padding:0.1em 0.5em;
    text-indent: 1em;
    line-height:1.25em;
}

#text ul{
    margin:5px 0px 5px 60px;
    padding:0em 2em;
    line-height:1em;
    list-style: square;
}
#text li{
    padding:0.2em;
}

#text #tyuusyaku{
    margin:10px 0px 5px 70px;
    padding:0em 0em;
    line-height:1em;
    font-size:0.75em;
    list-style-type:none;
}

#text dl{
    width:700px;
    margin:5px 0px 5px 45px;
    padding:0.1em 0.5em;
    border-bottom: 1px solid #006500;
}

#text dt{
    margin-top:0.5em;
}

#text dd.first{
    margin-top:-1.2em;
    margin-left:4em;
}

#text table{
    width:750px;
  margin-left:30px;
}

.schedule_table {
	border:none;
	font-size:0.75em;
}
.schedule_table thead {
	background-color:#d3d3d3 ;
	color:#000000;
}
.schedule_table tbody{
}
.schedule_table td,th{
	border:none;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	border-right:solid 1px black;
	border-left:solid 1px black;
	padding:5px 2px 2px 5px;
}
.schedule_table .month{
	width:30px;
	text-align:right;
	background-color:#b0e0e6;
}
.schedule_table .day{
	width:30px;
	text-align:right;
	background-color:#90ee90;
}
.schedule_table .date{
	width:40px;
	text-align:left;
	background-color:#90ee90;
}
.schedule_table .time{
	width:100px;
	text-align:right;
	background-color:#98fb98;
}
.schedule_table .content{
	width:150px;
	background-color:#f0e68c;
}
.schedule_table .place{
	width:250px;
	background-color:#f0e68c;
}
.schedule_table .bikou{
	width:200px;
	background-color:#f0e68c;
}
#special_concert{
	font-weight:bold;
	color:#ff0000;
}
#concert{
	font-weight:bold;
	color:#d2691e;
}
#event{
	color:#0000ff;
}

