@charset "UTF-8";


/*基本レイアウト
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

body {
	width:800px;
	margin:0 auto;
	font-family:Osaka, Verdana, Arial, Tahoma;
	line-height: 12px;
	color: #333;
}




#container {
	width: 800px;
	position: relative;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.copy {
	font-size: 85%;
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
}

img {
	border: none;
}




/*詳細レイアウト
----------------------------------------------------------------*/
#container #sidenavi {
	width: 246px;
	float: left;
}

#container #main {
	float: left;
	width: 554px;
}


.textBox {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}


.textBox2 {
	margin-right: 30px;
	margin-left: 23px;
}



#container #main .textBox2 .dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cf8aaf;
}

#container #main .textBox2 .box .photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.textBox2 .box {
	margin-top: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #cf8aaf;
}



#list ul {
	margin: 20px 0 0 1.5em;
	list-style-type: circle;
}

#list li {
	margin-top: 20px;
}




.box h2 {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #D14343;
	padding-left: 10px;
}


.center {
	text-align: center;
}

.indent {
	padding-left: 1em;
}






/*テキスト装飾
----------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	font-family: "ＭＳ Ｐゴシック", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 140%;
	margin-bottom: 5px;
}


h2 {
	font-size: 98%;
	margin-bottom: 10px;
	margin-top: 10px;
}



h3 {
	font-size: 98%;
	margin-top: 20px;
}

p,ul,ol,dl {
	font-size: 84%;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 23px;
	list-style-type: decimal;
}

.txtR {
	text-align: right;
}

.txtC {
	text-align: center;
}

.txtNone {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.indent2 {
	margin-left: -1em;
}
.size100 {
	font-size: 100%;
}






a:link {
	text-decoration : none;
	color: #6e7722;
}

a:visited {
	text-decoration: none;
	color: #6e7722;
}


a:hover {
	text-decoration: none;
		color:#84805b;
}


/*マージン・パディング
------------------------------------*/

.clear {
	clear: both;
}


.mt10 {
	margin-top: 10px;
}


.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}


.mr15 {
	margin-right: 15px;
}

.mr-15 {
	margin-right: -15px;
}

.mb15 {
	margin-bottom: 15px;
}

.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}



/* go to pagetop link */
.pagetop {
	text-align:right;
	clear:left;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}


/* テーブル*/

.matsuri-eventtable p{
	margin:1em 0;
}

.matsuri-eventtable table{
	width:99%;
	border-collapse:collapse;
	border:1px solid #5a9f58;
	margin-bottom:1em;
	margin-top: 20px;
	font-size: 84%;
}

.matsuri-eventtable th{
	padding:0.5em;
	color:#fff;
	border-collapse:collapse;
	border:1px solid #5a9f58;
	background-color: #CF3B3B;
}

.matsuri-eventtable_td1{
	padding:0.5em;
	border-collapse:collapse;
	border:1px solid #5a9f58;
	background-color: #F0E4D4;
}

.matsuri-eventtable_td2{
	padding:0.5em;
	background:#FFFEF8;
	border-collapse:collapse;
	border:1px solid #5a9f58;
}

.matsuri-commission table{
	width:98%;
	margin-bottom:1em;
	font-size: 84%;
	margin-top: 20px;
}

.matsuri-commission td{
	border-bottom:1px solid #5a9f58;
	padding:0.5em 1em;
}
