H1 {
	background: #CCFFCC;
	color: #003366;
	font-weight: bold;	text-align: center;	border-top: dotted #33CC33 thin;
	border-right: solid #33CC33 medium;
	border-bottom: dotted #33CC33 thin;
	border-left: solid #33CC33 thick;
}
H1.line {
	background: url(gradb1.gif) repeat-x bottom;
	text-align: center;
	color: #FF8040;
	font-weight: bold;
}
H2 {
	font-weight: bold;
	padding-left: 0.5em;
	border-bottom: dotted #FF6600 thin;
	border-left-color: #FF6600;
	border-left-width: thick;

}
H3 {
	color: #000000;
	background: #FFFFFF;
	font-weight: bold;	border-bottom: dotted #FF6600 thin;
}
#main-contents {
	background: #FFFFCC;
	border: solid #999999 thin;
	margin-top: 5px;

}
#navi-left {
	width: 250px;
	float: left;
	background: #FFFFCC;
	padding: 2px 5px 0px 5px;

}
#main-body {
	margin-left:260px;
}
#main-center {
	border-left: solid #999999 thin;
	border-right: solid #999999 thin;
	padding:0.5em;
	margin-right:200px;
	background: #FFFFFF;
}
#navi-right {
	width: 190px;
	float: right;
	padding: 2px 5px 0px 5px;

}

.soft-icon{
	width:180px;
	padding: 10px;
	float: left;
}
.soft-icon img{
	display: block;
	margin:0 auto 0 auto;
}
.soft-title{
	margin-left:200px;
	text-align: center;
}
.soft-title h3{
	margin:0px;
}
.soft-memo{
	clear:both;
}
.image-c img{
	display: block;
	margin-left: auto;
	margin-right: auto;

}
