@charset "Shift_JIS";

/*	スタイルシート　[ 鹿児島純心女子短期大学 同窓会 ゆかり会 ：トップページ用]
=================================================================== */
/* 再定義 */

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	margin: 0 auto;
	padding: 0;
	width: 924px;
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeader {
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#areaHeader img {
	vertical-align: bottom;
}
div#Header {
	/*background: url(../images/main.jpg) no-repeat;*/
	height: 350px;
	margin: 0 auto;
	padding: 0;
	/*position: relative;*/
	width: 900px;
}
div#Header h1 {
	display: none;
}
div#Header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*div#Header ul li {
  height: 20px;
  position: absolute;
  left: 28px;
  top: 294px;
  width: 90px;
}
div#Header ul li a {
	display: block;
	height: 20px;
	width: 90px;
}
*/
/* ナビ */
div#Navigation {
	background: url(../images/navi_back.jpg) no-repeat;
	height: 64px;
	width: 924px;
}
div#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 12px;
}
div#Navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*	メインコンテンツ
=================================================================== */
div#MainContents h3 {
	background-color: #b5374a;
	color: #fff;
	font-size: 110%;
	margin: 0 0 15px 0;
	padding: 4px 0 4px 10px;
}
/* お知らせ */
div#areaNews {
}
div#areaNews ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#areaNews ul li {
	background: url(../images/cur01.gif) no-repeat 5px 18px;
	border-bottom: #aaa 1px dotted;
	margin: 0;
	padding: 15px 5px 15px 25px;
}
div#areaNews ul li span.date {
	padding: 0 1em 0 0;
}
.middle {
	margin: 0 5px;
}


.line01 {
	width: 640px;
	border-top:#FF6699 1px dotted;
	border-bottom:#FF6699 1px dotted;
	padding: 10px 0;
	margin: 10px 0;
}

.notice{
  border: #b5374a 1px solid;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1em;
}
.notice p {
 line-height: 160%!important;
}

div#MainContents .notice h3 {
	background-color: #fff;
	color: #b5374a;
	font-size: 1.3em;
	margin: 0 0 15px 0;
	padding: 0;
}


