@charset "shift_jis";

/*トップイメージフレーム
---------------------------------------------------------------------------*/
#topframe {
	width: 800px;
	margin: 0 0 0 35px;
}
#topframe .timage-top {
	background-image:url('../images/topimage_top.png');
	height:5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#topframe .timage-body {
	background-image:url('../images/topimage_body.png');
	padding-left: 13px;
}
#topframe .timage-bottom {
	background-image:url('../images/topimage_bottom.png');
	height:12px;
	background-repeat: no-repeat;
	background-position: left top;
}




/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 80%;			/*What's Newボックスの幅*/
	height: 330px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

#main dd a {
	color: #82191B;		/*リンク部分の文字色*/
	font-weight:bold;	/*太文字*/
}

#main dd a:hover {
	color: #F48389;		/*リンク部分のカーソルオーバー時の文字色*/
	font-weight:bold;	/*太文字*/
}


/*メインコンテンツ内の「更新情報」部分
---------------------------------------------------------------------------*/
#feed_media {
	width: 80%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのkyuzenライン*/
}
/*メインコンテンツ内の「お知らせ」部分
---------------------------------------------------------------------------*/
#feed_news {
	width: 80%;			/*What's Newボックスの幅*/
	height: 300px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
}

/*メインコンテンツ内の「イベント」部分
---------------------------------------------------------------------------*/
#feed_event {
	width: 80%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
}

