@charset "shift_jis";

@import "new-download.css";
@import "print.css";

#dl_unit_head {
	float: none !important;
	overflow: visible !important;
	text-align: left;
}

div.dl_unit {
	display: table;
	float: none !important;
	margin: 0 0 20px; 
	overflow: visible !important;
	text-align: left;
}

div.dl_unit_nomal {
	display: inline-table;
	overflow: visible !important;
	text-align: left;
}

#dl-inst_head,
#install,
#dl-inst_bottom {
	float: none !important;
	overflow: visible !important;
	text-align: left;
}


/*
@import "new-reset.css";
@import "new-print.css";
*/

/* --------------------------------------
 __h
-------------------------------------- */
/*
h1 {
	margin: 20px 0px;
	padding: 5px 5px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
	color: #333333;
	font-size: 18px;
	line-height:150%;
	font-weight: 600;
}

h2 {
	margin: 20px 0px;
	padding: 15px 10px;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #cccccc;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	line-height:150%;
	font-weight: 600;
}

h3 {
	margin: 20px 0px;
	padding: 3px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color:#ffffff;
	color: #333333;
	font-size: 14px;
	line-height:150%;
	font-weight: 600;
}

h4 {
	margin: 20px 0px;
	padding: 3px 5px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
	background-color:#ffffff;
	color: #333333;
	font-size: 14px;
	line-height:150%;
	font-weight: 600;
}

h5 {
	margin: 20px 0px;
	padding: 3px 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	background-color:#ffffff;
	color: #333333;
	font-size: 14px;
	line-height:150%;
	font-weight: 600;
}

h6 {
	margin: 15px 0px;
	padding: 3px 3px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	text-indent: 1em;
}
*/
/* --------------------------------------
 __install
-------------------------------------- */
/*
#install ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#install li {
	margin-bottom: 15px; 
	line-height: 150%;
}

#install th {
	text-align: center; 
}

#install img {
	margin: 30px 0px; 
}
*/	

