@charset "UTF-8";
/* top page stylesheet */


/*--  information  --*/
#contents .information ul {
	list-style: none;
}

#contents .information ul li {
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 0;
	border-bottom: dotted 1px #c2c2c2;
	text-indent: 20px;
}

#contents .information ul li.support {
	background: url(../images/marker_red.gif) no-repeat;
}

#contents .information ul li.festival {
	background: url(../images/marker_blue.gif) no-repeat;
}

#contents .information ul li.school {
	background: url(../images/marker_yellow.gif) no-repeat;
}

#contents .information ul li.network {
	background: url(../images/marker_green.gif) no-repeat;
}

#contents .information ul li.support,
#contents .information ul li.festival,
#contents .information ul li.school,
#contents .information ul li.network {
	background-position: 0 8px;
}

#contents .information ul li .date {
	width: 70px;
	float: left;
}

#contents .information ul li .txt_area {
	width: 290px;
	float: right;
	text-indent: 0;
}

#contents .mod_u .information ul li .txt_area {
	width: 725px;
	float: right;
	text-indent: 0;
}

/*--------------------------
前へ、次へ
--------------------------*/
.page_index {
	padding: 0px 10px 0 0;
	text-align: right;
}

.rss_feed,
.atom_feed {	background-image: url(../images/marker_rss.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	margin-right: 20px;
}