.maintext {
	/* margin: 15px; */
	font-size: 90%;
	line-height: 150%;
}
ul.maintext, ol.maintext {
	line-height: 120%;
}
ul.maintext li, ol.maintext li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	margin-left: 12px;
}
.smalltext {
	font-size: 80%;
	line-height: 150%;
}
.float-right {
	margin-left: 8px;
	float: right;
}
.marginleft {
	margin-left: 40px;
	font-size: 90%;
	line-height: 150%;
}
.scheduleend {
	color:#CCCCCC;
}
h3.info {
	font-size: 1em;
	background-color: #003300;
	color:#FFFFFF;
	padding: 5px;
	
}	
h3.main {
	border-bottom: 1px double #aaa;
	border-left: 14px solid #345;
	padding: 2px 5px;
	font-size: 1em;
	clear:both;
}
h4.main {
	font-size: 0.9em;
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 4px;
	margin-left: 8px;
}
h5 {
	color :red;
	margin-left: 12px;
}
/* ----------------------------------------------------
	specific
---------------------------------------------------- */
#indexbox {
	background-color: #fff;
	font-size: 90%;
	line-height: 150%;
	height: 230px;
	background-image: url(images/indexbox_3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #fff;
}
#indexbox p {
	width: 350px;
	padding-top: 30px;
	margin: 0 0 0 30px;
}
#whatsnew {
	margin: 20px 12px;
}
#whatsnew caption {
	text-align: left;
	font-weight: bold;
	color: red;
}
#whatsnew td {
	border-bottom: 1px solid #aaa;
	padding: 4px;
	font-size: 90%;
}
.news_box {
	background-color: #FFFFEC;
	font-size:90%;
	line-height:150%;
	margin: 5px 5px;
	padding: 15px;
	border: 1px solid #aaa;
}
table#booklist {
	border: none;
	border-collapse: collapse;
}
table#booklist th {
	border: none;
	font-size: 80%;
	text-align: left;
	padding: 4px;
	padding-bottom: 0px;
	color: black;
	background-color: #eee;
	margin-top: 4px;
}
table#booklist td {
	border: none;
	margin: 0px;
	border-bottom: 1px solid #aaa;
	font-size: 84%;
	padding: 6px 4px;
	line-height: 140%;
}
table#booklist td strong {
	color: #300;
}
table#booklist td.price {
	text-align: right;
}
table#booklist td.price, table#booklist td.date {
	white-space: nowrap;
}
table.otoiawase {
	margin: 12px;
}
table.otoiawase td {
	border-bottom: 1px solid #aaa;
	font-size: 90%;
	padding: 8px;
}
table.otoiawase td.heading{
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}
table.otoiawase .required {
	color: #FF3333;
}
a.topfloater {
	float: right;
	color: white;
	padding: 5px 5px 0 0;
}
hr.dotted {
	border-style:dotted;
	color:#CCCCCC;
	margin-bottom:10px;
}
