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


/* 全ページ共通部分 */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
margin-top:0;
margin-bottom:0;
}

body {
background-color:#FFEEEE;
}

#shuku {
width:200px;
float:left;
font-size:14px;
line-height:150%;
}
#shuku ul{
list-style-type:none;
margin-left:30px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
padding-left:0px;
}
#shuku li{
padding-left:20px;
background-image:url(images/shuku_point.gif);
background-position:2px 4px;
background-repeat:no-repeat;
}

#shuku a{
color:#990000;
text-decoration:underline;
}
#shuku a:hover {
color:#FF0000;
text-decoration:underline;
}


#news {
padding:15px;
float:left;
font-size:13px;
line-height:150%;
color:#992E2F;
}

#news ul{
list-style-type:none;
margin-left:0px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
padding-left:0px;
}
#news li{
margin:5px 0px;
padding-bottom:5px;
padding-left:60px;
background-image:url(images/news_point.gif);
background-position:42px 4px;
background-repeat:no-repeat;
border-bottom:1px dashed #999999;
}
#news li.new{
padding-left:60px;
background-image:url(images/news_point_new.gif);
background-position:2px 4px;
background-repeat:no-repeat;
}

#news a{
color:#990000;
text-decoration:underline;
}
#news a:hover {
color:#FF0000;
text-decoration:underline;
}


#info {
padding:10px;
background-color:#99CC33;
float:right;
font-size:13px;
line-height:150%;
}

#info ul{
list-style-type:none;
margin-left:0px;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
padding-left:0px;
}
#info li{
margin:5px 0px;
padding-bottom:5px;
padding-left:20px;
background-image:url(images/news_point.gif);
background-position:2px 4px;
background-repeat:no-repeat;
display:block;
height:auto;
min-height:2em;
border-bottom:1px solid #669900;
vertical-align:baseline;
clear:both;
}
#info li.info_flo{
padding-left:20px;
background-image:url(images/info_point_flower.gif);
background-position:2px 4px;
background-repeat:no-repeat;
}
#info li.info_music{
padding-left:20px;
background-image:url(images/info_point_music.gif);
background-position:2px 4px;
background-repeat:no-repeat;
}
#info li.info_fes{
padding-left:20px;
background-image:url(images/info_point_festa.gif);
background-position:2px 4px;
background-repeat:no-repeat;
}

#info a{
color:#990000;
text-decoration:underline;
}
#info a:hover {
color:#FF0000;
text-decoration:underline;
}



#footer {
display:block;
clear:both;
background-color:#992E2F;
background-image:url(images/footer_back.gif);
background-position:right;
background-repeat:no-repeat;
}
#footer p {
color:#FFFFDD;
text-decoration:none;
font-size:10px;
line-height:130%;
margin:0px;
padding:12px;
_margin:12px;
_padding:0px;
}
#footer a {
color:#FFFFDD;
text-decoration:underline;
}
#footer a:hover {
color:#FFFF00;
text-decoration:underline;
}


/*　隠すコマンド　*/

.hide {
	display: none;
}

/*　不可視コマンド　*/

.invisible {
	visibility: hidden;
	margin-top:20px;
	clear:both;
}
/*　左寄せ回り込み　*/
.f-l {
	margin:0px 7px 0px 0px;
	padding:0px;
	float: left;
}
/*　右寄せ回り込み　*/
.f-r {
	margin:0px 0px 0px 7px;
	_margin:0px 5px 0px 7px;
	padding:0px 5px 0px 0px;
	_padding:0px 0px 0px 0px;
	float: right;
}
/*　回り込み解除　*/
.c-b {
	clear: both;
}
/*　回り込み解除2　*/
.c-b-n {
	clear: both;
	margin:0 0 30px 0;
}
/*　文字大きさ　*/
.font-small {
	font-size:12px;
}
