@charset "UTF-8";
/* 乱読文庫館 基本スタイルシート
*/
body {
	background: moccasin;
	border-left-color: teal;
	border-right-color: teal;
}

/* 見出し */
h3 {
	font-size: large;
}

/* トピックパス */
.topicpath {
	margin-top: 56px;
	}


/* 本リスト用 */
/* チェック本
*/
/* お薦めの1冊 */
.productList strong {
	color: skyblue;
	font-style: normal;
}
/* チェック済み／購入済みなど */

.productList a:link,.productList a:visited  {
	color: inherit;
	text-decoration: underline;
	}
.productList a:hover  {
	color: blue;
	}
/* 購入済み */
.productList em {
	font-style: normal;
	color: crimson;
	border-bottom: 3px crimson double;
	text-decoration: none;
}

.productList del {
	color: orchid;
}



/* $Id: index.css 410 2009-07-17 08:38:05Z atsushifx $
*/

