html {
	margin: 0 auto;
	font-size: 10px;
	background-color: #cfebcf;
}

body {
	width: 751px;
	margin: 0 auto;
	background-color: #fff;
}

header {
	background-color: rgb(38, 161, 38);
	font-size: 2rem;
	padding: 5px 10px;
	color: #fff;
	width: 100%;
}

main {
	width: 100%;
	/* border: 1px solid red; */
}

main > div {
	display: flex;
	width: 100%;
	border-bottom: 1px solid grey;
}

.left {
	width: 35%;
	padding: 15px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 1.5rem;
	/* border: 1px solid red; */
}

.right {
	width: 75%;
	background-color: #fff;
	/* border: 1px solid red; */
	padding: 15px;
}

.right .subhead {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.right .para {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.order {
	display: flex;
	justify-content: right;
	align-items: baseline;
	margin-top: 20px;
	margin-right:10px;
	margin-bottom: 5px;
	font-size: 1.5rem;
	text-align: right;
}

.button {
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 10px;
	background-color: rgb(38, 161, 38);
}

.button a {
	text-decoration: none;
}

.button a:link, .button a:visited, .button a:hover, .button a:active {
	color: #fff;
}


h2 {
	font-size: 2.2rem;
	line-height: 2.5rem;
	color: #993000;
}

h3 {
	font-size: 1.9rem;
	line-height: 2.4rem;
}

h4 {
	font-size: 1.7rem;
	line-height: 2.2rem;
	margin-top: 15px;
	margin-bottom: 2px;
}

h5 {
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 2.2rem;
	padding-bottom: 25px;
	border-bottom: 3px dotted rgb(1, 197, 1);
}

h6 {
	font-size: 1.7rem;
	color: rgb(25, 124, 1);
}

.authors {
	padding-top: 10px;
	font-size: 1.4em;
	line-height: 1.4em;
	/* border-bottom: 1px dashed grey; */
}

.data {
	padding: 10px 0;
margin-top: 20px;
margin-bottom: 10px;
font-size: 1.3rem;
line-height: 1.3em;
border-top:1px solid rgb(25, 124, 1);
border-bottom:1px solid rgb(25, 124, 1);
}

.role {
	margin-top: 4px;
	font-weight: bold;
	color: rgb(1, 168, 1);
}

.feature {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	text-align: left;
	margin: 12px 6px;
	padding: 15px 6px;
	background-color: rgb(249, 252, 247);
	border-radius: 5px;
}

.case {
	border: 2px solid rgb(1, 197, 1);
	border-radius: 5px;
	padding: 10px;
	font-size: 1.4rem;
}

footer {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	/* padding: 20px; */
	/* border: 1px solid red; */
}

footer div {
	vertical-align: bottom;
	margin: 20px 15px;
}

Input {
	color: #fff;
	font-size: 1.4rem;
	padding: 5px 10px;
	background-color: rgb(38, 161, 38);
}

li {
line-height: 1.4em;
margin-bottom: 5px;
}

dT{
font-weight:bold;
}

dd{
margin-left: 10px;
}

.pubLeftBlock {
	background-color: #eeeeee;
}
.blockRight {
	margin-left: 20px;
	margin-right: 20px;
	border: 0px solid red;

}
.pubContent {
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	width: 600px;
	background-color: #fff;
	
}
.pubFooter {
	background-color: #eeeeee;
	width: 600px;
}
.pubImage {
	margin-top: 20px;
	font-size: 12px;
}
.pubImageCaption {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 30px;
	text-align: left;
}
.bookTitle {
	font-size: 1.3em;
	line-height: 1em;
	margin-top: 15px;
	font-weight:bold;
}

.bookTitle2 {
	font-size: 1.1em;
	line-height: 1em;
		margin-top: 7px;
		font-weight:bold;
color: #333399;
}
.booktitle3 {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 7px;
	font-weight: bold;
}



.data2 {
margin: 20 50 0 0;
padding: 10px;
font-size: 0.8em;
line-height: 1.3em;
border: solid 1px #82c473;
background-color: #f1faf4;
}


.setsumeiTitle {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 20px;
}
.setsumeiTitle2 {
	font-size: .75em;
	line-height: 1.2em;
	margin-top: 20px;
}

.pubText {
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
}

.pubData {
	font-size: 11px;
	line-height: 13px;
	margin-top: 15px;
	margin-right: 10px;
}

.pubLine {
	margin-top: 20px;
}

.text {
font-size: 0.8em;
}

.red {
margin-top: 5px;
margin-bottom: 5px;
color: red;
}

