@import "../../CSS/style.css";

body{
	background-color:#BBDDBB;
	color:#003300;
}

.noveltitle{
	background:#003300;
	color:#DDFFDD;
	font-weight:bold;
	width:90%;
	line-height:150%;
	margin:0 auto;
	margin-top:30px;
	padding:3px 20px 5px 20px;
	text-align:center;
}

.subtitle{
	font-weight:bold;
	text-decoration:underline;
}

.back{
	background:#EEFFEE;
	text-align:left;
	width:90%;
	line-height:150%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:40px;
	padding:30px 20px 30px 20px;
	border:double 3px #003300;
}

.subbody{
	margin-bottom:40px;
}

.footer{
	width:90%;
	line-height:150%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:15px;
	padding:3px 20px 5px 20px;
	text-align:center;
}

.ichara{
	width:90%;
	margin:10px;
	margin-bottom:0px;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background:#EEFFEE;
	border:1px solid;
}
.ibody{
	line-height:150%;
	padding-left:15px;
	display:inline-block;
}
.iimage{
	border-style:none;
	display:inline-block;
	vertical-align:top;
}

.DQbody{
	background:#EEFFEE;
	width:90%;
	padding:30px 20px;
	border-style:dashed;
	border-width:thin;
}

.DQtitle{
	padding:2px;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	font-weight:bold;
	background-color:#003300;
	color:#EEFFEE;
}
.DQtitle a:link{
	color:#EEFFEE;
	background-color:#003300;
}
.DQtitle a:visited{
	color:#EEFFEE;
	background-color:#003300;
}
.DQtitle a:active{
	color:#EEFFEE;
	background-color:#003300;
}
.DQtitle a:hover{
	color:#003300;
	background-color:#EEFFEE;
}

.DQdes{
	padding:5px;
	padding-left:15px;
	padding-bottom:7px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:#EEFFEE;
	color:#003300;
}

input{
	background-color:#EEFFEE;
	color:#003300;
	border:3px double #003300;
	font-size:medium;
}

.intro_smallimg{
	display:inline-block;
	font-size:medium;
}
