@charset "utf-8";

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        style for software
 Last update:    2009-12-09

================================================================ */

img.FloatRight {
	float: right;
	margin: 0 0 10px 10px;
}
#firstTextLeft {
	display:inline;
	width:389px;
	float:left;
	margin:0 13px 0 39px;
	line-height:1.7em;
}
#firstTextLeft div {
	font-size:116%;
}

#firstTextRight {
	display:inline;
	width:200px;
	float:left;
}

#firstTextMidashi4 {
	width:389px;
	margin-top:26px;
}

.TextArea {

	width:600px;
	margin:0 0 0 39px;
}
#colorBlue {
	color:#039;
}

/**			Box
------------------------------------*/

.Box {
	width:556px;
	border:6px solid #CCC;
	padding:10px 16px;
	margin:28px 0 16px 39px;
	overflow:hidden;
}


/**			saasBox
------------------------------------*/
#saasBox {
	margin-left:39px;
}

#saasBox img {
	display:inline;
	width:107px;
	float:left;
	margin-right:9px;
}
#saasText {
	color:#333;
	display:inline;
	width:494px;
	float:left;
	font-size:108%;
}

/**			table
------------------------------------*/


table#TableSoft {
	border-style:none;
	font-size:108%;
	width:100%;
	color:#333;
	text-decoration:none;
	border: 0;
	border-bottom:1px solid #999;
}
table#TableSoft th {
	color:#333;
	text-align:left;
	background-color:#fff;
}
table#TableSoft td {
}

.thR {
	padding:21px 9px;
	font-weight:bold;
}

.thH {
	padding:0 1px;
	vertical-align: bottom;
}

#th0 {
	width: 124px;
}
#th1 {
}
#th2 {
}
#th3 {
}
.thR,
.td2a,
.td2b,
.td3a,
.td3b,
.td4 {
	border-top:1px solid #999;
	border-right:1px solid #999;
}

.td2a {
	background-color:#FFF2E5;
	padding:11px 9px;
}
.td2b {
	background-color:#FFDBB7;
	padding:11px 9px;
}
.td3a {
	background-color:#F5F9DD;
	padding:11px 9px;
}
.td3b {
	background-color:#E4EFA1;
	padding:11px 9px;
}
.td4 {
	padding:11px 9px;
	border-right: 0;
}



.center {
	text-align:center;
}

/**		tr background-color
---------------------------------------*/
#tr1 {
	background-color:#fff;
}

#tr2 {
	background-color:#ECF580;
}

#tr3 {
	background-color:#CCF374;
}
#tr4 {
	background-color:#A5EE6C;
}
#tr5 {
	background-color:#87E85E;
}
#tr6 {
	background-color:#85E07F;
}
#tr7 {
	background-color:#85E07F;
}



/* @end */









