@charset "utf-8";
/* CSS Document */

body, table, p {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #003399;
}
a:hover {
}
#mainbox {
	width: 744px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#footer {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
}
.en {
	font-size: 11px;
	color: #999999;
}
.blue {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
.gray {
	font-size: 12px;
	color: #999999;
}
.booktitle {
	background-color: #CCCCCC;
}
.notebookslist {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ssd-list {
	list-style:none;
}
.ssd-list li {
	margin:10px 0;
}
.ssd-detail-title {
	padding:5px;
	border-bottom:1px #CCC solid;
}
.ssd-table {
	border:#CCC 1px solid;
}
.ssd-table th{
	border-right:#CCC 1px dotted;
}
.ssd-table td,.ssd-table th{
	border-bottom:#ccc 1px solid;
}
.index_intro {
	text-align: justify;
	display: block;
	width: 120px;
}
