@charset "utf-8";
/* for only mse index インデックス */
/*--- ptitle --------------------------------------- */
.ptitle {
	width: 85%;
	clear: both;
	margin: 0 auto 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #c60000;
}
/*--- top 概要 ------------------------------------- */
.topsum p {
	clear: both;
	width: 80%;
	margin: 10px auto 20px auto;
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: 1pt;
	padding: 5pt;
	border-top: 1.5pt solid #c60000;
	border-bottom: 1.5pt solid #c60000;
	background: url(../image/bg_title.gif) repeat left top;
}
/*--- アルバム枠 ----------------------------------- */
.photo {
	margin-top: 20px;
}
/*--- お知らせタイトル ----------------------------- */
.newstitle {
	margin: auto;
	margin-top: 10px;
	width: 662px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background-color: #dddddd;
}
/*--- お知らせスクロール枠 ------------------------- */
.scroll {
	width: 650px;
	height: 15em;/* 文字サイズで可変 */
	overflow: auto;
	margin: 0 auto 10px auto;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	color: #000080;
	background-color: #eeeeee;
	border: 1px solid #555555;
	scrollbar-base-color: #999999;
}
/*--- お知らせ ul li -------------------------------- */
.contents ul li{
	list-style: none;
	line-height: 1.5em;
	padding: 7px 0 0 10px;
	border-bottom: 1px solid #999999;
}
/*--- 過去のお知らせ一覧へ -------------------------- */
.to_passed {
	clear: both;
	float: right;
	margin: 0 20px 10px 0;
	background: url(../image/list1.gif ) no-repeat left;
	padding: 2px 10px 2px 0;
	text-indent: 18px;
	font-size: 11px;/* 固定 */
}

