/*---------------- base ----------------*/
body {
	margin:0;
	padding:0;
	color: #333333;
	font-size: 90%;
	*font-size: 89%;
	background : #ffffff url(../images/common/bg.gif) repeat-x center top ;
	line-height:1.5;
	}

a:link, a:visited {
	text-decoration: none;
	color: #3f8ad6;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #3f8ad6;
	}
p {
	margin:0;
	padding:1em 0;
	line-height:1.6;
	}
p.explanation {
	color: #444444;
	font-size: 90%;
	*font-size: 90%;
	_font-size: 85%;
	line-height:1.6;
	_line-height: 1.6;
	}

em {
	font-weight:bold;
	font-style:normal;
	}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
	}

img {
	border:none;
	vertical-align:bottom;
	line-height:1;
	}

hr {
	display:none;
	height:0;
	}

div.clear {
	width:600px;
	height:0;
	visibility:hidden;
	}

html>/**/body div.clear {
	clear:both;
	}

.clear hr {
	width:600px;
	position:absolute;
	visibility:hidden;
	height:0;
	border:0;
	}

/*
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	}
*/
.pagetop {
	text-align:right;
	padding:10px 20px;
	}
/*---------------- common ----------------*/
#container {
	width:660px;
	margin:0 auto;
	background-color:#ffffff;
	BORDER: 0px solid blue;
	}

.imgright {
	float:right;
	padding:1em 0 0 1em;
	}

.imgleft {
	float:left;
	padding:1em 1em 0 0;
	}



/*---------------- unit ----------------*/
.unit {
	width:660px;
	padding:0 30px;
	margin:30px 0 0 0;
	background :#ffffff url(../images/common/unit_bullet.gif) no-repeat 0 top ;
	BORDER: 0px solid red;
	}



/*---------------- index ----------------*/
#index #index1_t {
	float:left;
	width:402px;
	}
#index #index1_p {
	float:right;
	}
#index #index2_t {
	float:right;
	width:540px;
	padding:30px 0 0 0;
	}
#index #index2_t h3 {
	padding:10px 0 0 0;
	}
#index #index2_p {
	width:248px;
	padding:10px 0 0 20px;
	float:left;
	}
#index #index3 {
	width:310px;
	float:left;
	}
#index #index4 {
	width:310px;
	float:right;
	}


/*---------------- onestep ----------------*/
#onestop #flow {
	text-align:center;
	padding:15px 0 5px 0;
	}
#onestop #documentmanagement {
	float:left;
	width:305px;
	}
#onestop #litiview {
	float:right;
	width:405px;
	}
#onestop #documentmanagement h3,
#onestop #litiview h3 {
	padding:15px 0 5px 0;
	}

/*---------------- usability ----------------*/
#usability #screen {
	background : url(../images/common/gray.gif) repeat-y center top ;

	}
#usability #screen .screenimg {
	text-align:center;
	padding:15px 0;
	border:0px solid #FF0000;
	}
#usability #screen1 {
	float:left;
	width:320px;
	padding:0 10px 10px 0;
	border:0px solid #FF0000;
	}
#usability #screen2 {
	float:left;
	width:320px;
	padding:0 0 0px 10px;
	border:0px solid #FF0000;
	}
#usability #screen3 {
	float:left;
	width:320px;
	border-top:1px solid #CCCCCC;
	padding:10px 10px 0 0;
	border:0px solid #FF0000;
	}
#usability #screen4 {
	float:left;
	width:320px;
	border-top:1px solid #CCCCCC;
	padding:10px 0 0 10px;
	border:0px solid #FF0000;
	}

/*---------------- casestudy ----------------*/
#casestudy #casestudy1 {
	width:320px;
	float:left;
	margin:20px 0 0 0;
	}
#casestudy #casestudy2 {
	width:320px;
	float:right;
	margin:20px 0 0 0;
	}

#casestudy .problem {
	width:288px;
	padding:0 15px 15px 15px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background : #ffffff url(../images/casestudy_bg.gif) no-repeat center bottom ;
	}
#casestudy .solution {
	padding:0 15px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	}


