@charset "utf-8";
@import url( "default.css" );

/*
	この CSS は、サイトの個別ページ共通の定義になります。
	#centerBlock 内の定義のみになるはずですので、それ以外の構成要素については
	各ページ固有の CSS として対応してください。

	作成者：
	株式会社ウェブフィット
		新規作成　齋藤　2008/2/18
*/

@media screen {

/* ヘッダー下に表示される写真を指定しています */

#topImage {
	background-image: url( "/images/image13.gif" );
	background-repeat: no-repeat;
	text-indent: -100em;
	margin: 0px;
	height: 227px;
	width: 756px;
}

/* 見出し行 */

#centerBlock H1 {
	border-left: 0.5em solid #800307; /* 早稲田 臙脂色 */
	color: #800307;
	font-family: serif;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 1.5em;
	padding-left: 0.5em;
}

#centerBlock H2 {
	border: 1px solid #800307; /* 早稲田 臙脂色 */
	color: #800307;
	font-family: serif;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 1.5em;
	padding: 0.25em 1em;
}
.header2 {
	border: 1px solid #800307; /* 早稲田 臙脂色 */
	color: #800307;
	font-family: serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0.5em 0em;
	padding: 5px 1em;
}

/* 新着やトピックス、公募情報の一覧 */

#centerBlock DT {
	font-style: italic;
}
#centerBlock DT.newTopic {
	background-image: url( "/images/new.gif" );
	background-repeat: no-repeat;
	padding-left: 45px;
}
#centerBlock DT.renewTopic {
	background-image: url( "/images/renew.gif" );
	background-repeat: no-repeat;
	padding-left: 45px;
}
#centerBlock DD {
	margin-left: 1em;
}

#centerBlock .goListPage {
	text-align: right;
}
#centerBlock .goListPage A {
	background-color: #999;
	color: #FFF;
	font-size: 80%;
	text-decoration: none;
	padding: 3px 6px;
}

}

@media print {

#topImage {
	display: none;
}

}
