@charset "UTF-8";
/* CSS Document */

#leftPanel h3, #leftPanel h4, #leftPanel h5, #leftPanel h6, #oneColumn h3, #oneColumn h4, #oneColumn h5, #oneColumn h6 {
	background-repeat: no-repeat;
	font-weight: bold;
}

h2.dscDetailPage {
	font-weight: bold;
}

p.caption {
	font-size: 120%;
}

table.normalTable {
	border-collapse: collapse;
	border-width: 1px;
	border-color: gray;
	border-style: solid;
}

table.normalTable caption {
	text-align:center;
}

table.normalTable td, table.normalTable th {
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	padding: 2px 5px 2px 5px;
}

table.normalTable th {
	text-align: center;
	font-weight: bold;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #C00;
}
ul.normalList, ol.bangoList {
	margin-left: 25px;
	font-size: 120%;
}
ol.bangoList li, ul.normalList li{
	list-style-position:outside;
	padding-left:10px;
	margin-bottom:8px;
}
ol.bangoList li {
	list-style-type:decimal;
}
ul.normalList li {
	list-style-type:disc;
}
ul.LinkList li {
	background:transparent url(../img/common/list_marker_koukou.gif) no-repeat 20px 6px;
	padding-left:33px;
	margin-bottom:8px;
}

input.large_button {
	font-size: 150%;
	font-weight: bold;
	padding: 0.2em 1em 0.2em 1em;
	width: 100px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.bookShowcase .bookDetail .bookCategory li.hyoron {
	left:141px;
	background:transparent url(../img/common/bookcategory_hyoron.gif) no-repeat left top;
}


/* 教科トップページ */
.chugakuTopNavi a, .koukouTopNavi a {
/*	font-weight: bold; */
}