@charset "utf-8";

/*=============== 醍醐寺からのお知らせ一覧タイトル ===============*/
.infoListTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	background: url(../images/info_list_title.jpg) no-repeat;
	height: 31px;
}

.infoListTitle p {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

/*=============== 本文 ===============*/
.infoBodyArea {
	float: right;
	width: 716px;
	padding-right: 100px;
	margin-bottom: 30px;
}

/*=== 本文 ===*/
.infoBodyArea .infoText {
	width: 656px;
	text-align: left;
	background: #EDF0F1;
	padding: 30px 30px 20px;
}

.infoText .newsSet {
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 20px;
}

.newsSet p.setTitleInfo {
	padding: 1px 4px;
	width: 4em;
	float: left;
	text-align: center;
	background: #6699CC;
	font-size: 90%;
	line-height: 110%;
	color: #FFFFFF;
}

.newsSet p.setTitleNews {
	padding: 1px 4px;
	width: 4em;
	float: left;
	background: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
}

.newsSet p.newsDate {
	padding-top: 1px;
	margin-left: 6px;
	float: left;
	color: #CC0000;
	letter-spacing: 0.1em;
}


.newsSet h2 {
	margin-left: 10px;
	float: left;
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #333399;
	margin-bottom: 2px;
}

.newsSet h3 {
	padding-top: 4px;
	border-top: 1px dotted #999999;
	clear: both;
	font-size: 90%;
	line-height: 130%;
	color: #535353;
	margin-top: 4px;
}

.newsSet h3 a,
.newsSet h3 a:visited {
	color: #0000CC;
	text-decoration: none;
}

.newsSet h3 a:hover {
	text-decoration: underline;
}


/*=============== ページトップ ===============*/
.pageTop {
	width: 656px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 30px;
}

.pageTop p {
	font-size: 90%;
	line-height: 100%;
}

.pageTop a,
.pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.Clear {
	clear: both;
	width: 100%;
}
