body { 
	text-align:center; 
	font-style:normal;
	line-height:1.4em; 
	color: gray;
}

h1 {
	color: SteelBlue;
}

div.h1comment {
	text-align:right; 
	margin-top: -40px;
}

h3 {

}

hr {
	color: silver;
	}


a:link	{
	color:steelblue;
}
a:visited	{
	color: SlateGray;
}

a:hover	{
	background-color: Lavender;
}

pre {
	
}

dt {
	color: steelblue;
}
dd {
	margin-bottom: 1em;
}

#outline {
	width:700px;
	text-align:left;
	margin:0 auto;
}

#guide {
	text-align: left;
	background-color: AliceBlue;
	/* top right bottom left */
	margin: -10px -10px 0px -10px;
}


#content {
	border: 1px solid;
	border-color: silver;
	padding: 10px 10px 0px 10px;
}

#content h2 {
	font-size: 1em;
	color: steelblue;
	background-color: AliceBlue;
	margin: 10px -10px 10px -10px;
	padding: 5px 4px 5px 5px;
}

#content h2.guide_left {
	float: left;
	width: 590px;
	margin-top: -10px;
}

#content h2.guide_right {
	text-align: right;
	width: 90px;
	float: right;
	margin-top: -10px;
}
.list {
	
}

.list_icon, .list_name, .list_genre, list_version{
	margin:0;
	padding:0;
}
.list_icon {
	float: left;
	width: 32px;
}
.list_icon img{border: 0 none;}

.list_name {
	font-size: large;
	float: left;
	width: 168px;
}

.list_genre{
	float: left;
	width: 200px;
}

.list_version{
	text-align: right;
	float: left;
	width: 270px;
}


#content p{
	margin: 13px 0px 13px 0px;
	clear: left;
}

#content hr{
	margin: 13px 10px 13px 10px;
	border: 1px dashed;
	color: silver;
}

#soft_title h1{
	 
	float: left;
	width: 200px;
}
#soft_title span{
	margin: 40px 0px 0px 0px;
	text-align: right;
	float: right;
	width: 470px;
}

#screen {
	text-align: center;
	float: left;
	width: 300px;
	margin: 10px 30px 10px 10px;
}
#spec {
	/*float: right;
	width: 298px;*/
	margin: 10px 10px;
}

#spec th{
	border-bottom: 1px dotted #CCCCCF;
	font-weight:bold;
	padding:2px 8px 2px 2px;
	white-space:nowrap;
}

#spec td{
border-bottom:1px dotted #CCCCCF;
padding:2px;
}
	
#spec .spec_summary th{
	border-bottom: 0px none;
}

#spec .spec_summary td{
	border-bottom: 0px none;
}
