@charset "UTF-8";
/*
	古典を読もう - サイトトップページスタイルシート
	top.css - UTF-8 - Copyright 2010 HIROTAKA YAMASHITA. All Rights Reserved.
*/

@import url("common.css");

#bodySub {
	width: 100%;
	background-image: url(../images/rightback.png);
	background-repeat: repeat-y;
	background-position: right;
}

#rightArea {
	float:right;
	width:240px;
	min-height: 600px;
}

#rightArea h2 {
	float: right;
	width: 178px;
	margin-top: 0;
	padding: 0.5em 0;
	text-align: center;
}

#rightArea ul {
	list-style: none;
	margin: 0;
}
#rightArea ul li {
	margin-bottom: 2px;
}
#rightArea ul li a {
	display: block;
	float:right;
	width: 180px;
	border: 1px solid #999;
	text-indent: -1000em;
}

#contentsArea {
	margin-right: 240px;
}

#contentsArea p {
	margin-right: 1em;
	margin-left: 1em;
	font-size: 0.95em;
}

#contentsArea dl dt:first-child {
	color: red;
	font-weight: bold;
}

#contentsArea dl dt:first-child:after {
	content: " New information";
}

#contentsArea dl ul {
	margin-top: 0;
	list-style-position: outside;
}

/* 書籍メニュー領域背景画像定義
 *
 *	#leftArea ul a#menu_書籍名 {
 *		background-image: url("../images/書籍名バナーファイル名");
 *	}
 *
 */
#leftArea ul a#menu_daigaku {
	background-image: url(../images/menu_daigaku.png);
}

/* リンク集背景画像定義
 *
 *	#link_リンク先名称 {
 *		height: 高さ（90px | 45px）;
 *		background-image: url("../images/リンク先バナーファイル名");
 *	}
 *
 */
#link_kansi {
	height: 90px;
	background-image: url("../images/kansi.png");
}
#link_hitp {
	height: 45px;
	background-image: url(../images/hitp.png);
}

