/* effect */
body {
	color:#000000;
	font-size:80% !important;
	line-height: 1.4;
}
p,h1,h2,h3,table,{
	margin:0;
	padding:0;
}
img {
	display:block;
}
a @{
	word-break:break-all; 
}
#pankuzu {
	width:740px;
	margin: 6px 0 10px 9px;
}
.pagetop {
	text-align:right;
	margin:10px auto;
}
.idt10 {
	margin-left:11px;
}
#footer {
	margin-bottom:600px;
}
a:link {
	text-decoration: none;
	color: #336699;
	background-color: inherit;
}
a:visited {
	text-decoration: none;
	color: #336699;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	color: #336699;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	background-color: inherit;
}

/* effect top */
#effect_top {
	width: 740px;
	margin: 0 0 30px 20px;
}
#effect_top h1{
	margin-bottom:15px;
}
#effect_top h2 {
	margin-top: 30px;
	margin-bottom:0px !important;
}
#effect_top h3{
	font-size:120%;
	background: url(images/icon_memo.gif) no-repeat right center;
	border-bottom: solid 1px #006633;
}
#result {
	width: 738px;
	border: solid 2px #006633;
	background: url(images/index_bg.jpg) repeat-x left top;
	margin-top:0px !important;
}
#result:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#resultleft {
	float:left;
	width:40%;
	margin:15px 10px 0 20px;
}
#resultright {
	float:right;
	width:45%;
	margin:15px 20px 0 0px;
}
/* effect contents*/
#contents {
	width: 740px;
	margin: 0 0 30px 20px;
}
#contents:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#effect {
	margin-top:20px;
	clear:both;
}
#effect:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#effectleft {
	float:left;
	width:160px;
	background-color:#F1F1F1;
	border-top: solid 1px #E4E4E4;
	border-left: solid 1px #DFDFDF;
	border-right: solid 1px #E4E4E4;
	border-bottom: solid 1px #DFDFDF;
	margin:0 20px 0 0;
}
#contents ul li {
	margin:0;
	padding:0;
}
#contents #effect #effectleft ul {
	list-style-type: none;
	margin:5px 10px;
	padding:5px 10px;
}
#contents #effect #effectleft ul li {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	margin-bottom:5px;
}
#effectright {
	float:right;
	width:555px;
	margin-top:0px;
}
#contents #effect #effectright h1 {
	font-size:160%;
	color:#FFFFFF;
	background-color:#669900;
	padding:5px 7px 3px;
}
#contents #effect #effectright h2 {
	font-size:140%;
	color:#006633;
	border-bottom: solid 2px #006633;
	margin:20px auto 15px;
}
#contents #effect #effectright h3 {
	font-size:120%;
	color:#006633;
	margin-bottom:5px;
}

/* datatable */
table.datatable {
	border: 1px solid #94AA84;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:0.8em;
	font-size:90% ;
}
table.datatable th {
	border: 1px solid #94AA84;
	background-color: #E3F0D0;
	padding:4px 5px;
}
table.datatable td {
	border: 1px solid #94AA84;
	padding:4px 5px;
	background-color: #FFFFF0;

}
