@charset "utf-8";


/**
* あなたと博物館　コンテンツエリアのデザインに関するスタイルシート 
*
* @author  早稲田システム開発株式会社（開発部：中野）
* @since   2008.3.6
*
*
*
*【インデックス】
* ① 
* ② 	
* ③ 
*
*/


/* あなたと博物館一覧 */
ul#newspaperList {
	width: 730px;
	padding: 10px;	
	font-size: 80%;
	list-style-position: outside;	
	background: #eff7f9;
}
ul#newspaperList li {
	margin: 20px 10px 20px 20px;
}
ul#newspaperList a {
	margin-right: 3px;
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline;
}
ul#newspaperList a:link, ul#newspaperList a:active {
	color: #e84b1b;
}
ul#newspaperList a:hover {
	color: #ffc653;
}
ul#newspaperList a:visited {
	color: #FF8800;
}

/* アルプちゃんイラスト */
p#alp01 {
	padding: 15px 0px 0px 12px;
}

/* 一覧内 PDFアイコン */
ul#newspaperList img {
	margin: 5px 3px 0px 0px ;
	position: relative;
	top: 2px;
}