@charset "utf-8";

/* 外部スタイル読み込み
-------------------------------- */
@import "common.css";
@import "base.css";

/* 縁尋機妙（挨拶）
-------------------------------- */
#greet {
	position:relative;
	float:left;
	width:521px;
	height:476px;
}
#greet h2 {
	position:absolute;
	left:431px;
	top:0px;
	width:90px;
	height:476px;
	background:url(../img/greet01.gif) no-repeat;
	text-indent:-9999px;
}
#greet #greet02 {
	position:absolute;
	left:212px;
	top:0px;
	width:219px;
	height:476px;
	background:url(../img/greet02.gif) no-repeat;
	text-indent:-9999px;
}
#greet #greet03 {
	position:absolute;
	left:123px;
	top:0px;
	width:89px;
	height:476px;
	background:url(../img/greet03.gif) no-repeat;
	text-indent:-9999px;
}
#greet #greet04 {
	position:absolute;
	left:0px;
	top:0px;
	width:123px;
	height:476px;
	background:url(../img/greet04.gif) no-repeat;
	text-indent:-9999px;
}

/* コンテンツ
-------------------------------- */
.contents {
	padding:30px 0 0;
}

/* お知らせ
-------------------------------- */
#news {
	width:533px;
	padding:0 11px;
}
#news a:link,
#news a:visited {
	color:#970013;
	text-decoration:none;
}
#news a:hover,
#news a:active {
	color:#00a0dd;
	text-decoration:underline;
}
#news h2 {
	float:left;
	width:60px;
	height:24px;
	margin:5px 33px 0 0;
	background:url(../img/newsTitle.gif) no-repeat;
	text-indent:-9999px;
}
#newsArticles {
	float:left;
	width:440px;
	border-top:1px dashed #464646;
}
#newsArticles p {
	margin:0 0 5px;
	padding:5px;
	border-bottom:1px dashed #464646;
	line-height:160%;
	color:#434343;
}
#newsArticles li {
	padding:8px 5px 5px;
	border-bottom:1px dashed #464646;
	line-height:140%;
}
.feedItem {}
.feedItemDate {
	margin-right:1em;
}
.feedItemTitle {}
.note {
	background-color:#fff7cc;
}
