@charset "utf-8";

/*==========================================================================================

	// 春祭り情報

==========================================================================================*/

body,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dd,fieldset {
	margin:0;
	padding:0;
	line-break:strict; /*禁則処理*/
	word-wrap:break-word; /*単語の途中でも改行*/
}
img { border:none; }
html { height:100%;
}
body {
	height:100%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	line-height:130%;
	color:#0a308f;
	font-size:93%;
}
h1,h2,h3,h4{
	margin:0;
}
p{
	margin:0;
}
a{
	color:#e70012;
}
a:hover{
	text-decoration:none;
}
.clearBox{
	float:none;
	clear:both;
}
.fb{font-weight:bold;}
.fs{font-size:77%;line-height:1.2;}


#area{
	float:none;
	clear:both;
	height:518px;
	padding:0;
}

#area .imgL {
	float: left;
	margin: 0 7px 5px 0;
}
#area .imgR {
	float: right;
	margin: 0 0 5px 7px;
}

#close a{
	display:block;
	width:78px;
	height:23px;
	background:url(../img/closeBtn.jpg) 0 0 no-repeat;
	background-color:#C03;
	margin:0px;
	text-indent:-9999em;
	text-decoration:none;
}
#close a:hover{
	background:url(../img/closeBtn_o.jpg) 0 0 no-repeat;
}

body#fesinfo{
	background:#000 url(../img/fes-info/bg.jpg) 0 0 no-repeat;
}
#fesinfo #scrl{
	position:absolute;
	top:105px;
	width:640px;
	height:400px;
	padding:0 0px 0 10px;
	margin:0 5px 0 0;
	overflow:auto;
	line-height:1.4em;
}
#fesinfo .maeuri{
	font-weight:bold;
	margin:0 0 5px 0;
	padding:5px 0 0 15px;
}
#fesinfo .word{
	padding:10px 0 10px 5px;
	background:none;
	background-color:#c00;
	color:#ff0;
	font-size:85%;
	line-height:1.6;
}
#fesinfo .word .wttl{
	font-size:144%;
	font-weight:bold;
}
#fesinfo .n_txt{
	width:595px;
	overflow:auto;
	font-size:85%;
	margin:5px 0 20px 0px;
	padding:0 0 20px 15px;
	line-height:150%;
	overflow:hidden;
	}
#fesinfo .n_txt table{
	margin:2px 0 5px 0;
	width:595px;
	border:#000 1px solid;
	border-collapse: collapse;
	overflow:hidden;
}
#fesinfo .n_txt table thead{
	color:#0191b0;
	text-align:center;
}
#fesinfo .n_txt table .place{
	width:40px;
}
#fesinfo .n_txt table .name{
	width:250px;
}
#fesinfo .n_txt table .maeuri{
	width:30px;
}
#fesinfo .n_txt table .tel{
	width:100px;
}
#fesinfo .n_txt table .note{

}
#fesinfo .n_txt table td{
	padding:5px;
	border:#000 1px solid;
}
#fesinfo .n_txt table td.div{
	text-align:center;
}
#fesinfo .n_txt table td a{
	color:#e70012;
	font-size:93%;
}
#fesinfo .n_txt table td a:hover{
	text-decoration:none;
}
#fesinfo .n_txt table td img{
	margin:0 2px 0 0;
	vertical-align:bottom;
}
#fesinfo #close{
	position:absolute;
	top:525px;
	width:78px;
	height:23px;
	margin:2px 0 0 572px;
	padding:0;
}

