body {
	font-size: 12px;
	color: #777777;
	background-color: #FF6699;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.clear {
	clear: both;
}
a {
	color: #8C8C8C;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin: 0px;
}
.photoleft {
	float: left;
	margin-right: 10px;
}
.txred {
	color: #FF0000;
}
.txblue {
	color: #0000FF;
}
.txorange {
	color: #FF9900;
}
.txpink {
	color: #ea689d;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*-----------------navi-----------------*/
#wrapper #topright {
	float: left;
}
#navi {
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	float: left;
}
.topnavi {
	background-image: url(../images/common/navi_topbg.gif);
}
.secondnavi {
	background-image: url(../images/common/navi_secondbg.gif);
}
#navi ul {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding-left: 22px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 136px;
	padding-right: 22px;
}
#navi ul a:link,
#navi ul a:visited {
	background-image: url(../images/common/navi_bg_f01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 126px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
}
#navi ul a:active,
#navi ul a:hover {
	background-image: url(../images/common/navi_bg_f02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 126px;
	color: #777777;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
}
#navi li {
	height: 28px;
	width: 136px;
	margin-bottom: 10px;
}
#navi ul .active {
	background-image: url(../images/common/navi_bg_f02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 126px;
	color: #777777;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
}

/*-----------------footer-----------------*/
#footer {
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 610px;
	font-size: 10px;
	line-height: 200%;
	padding-top: 60px;
	padding-left: 107px;
	padding-bottom: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 233px;
}
#footer a:link,
#footer a:visited {
	color: #777777;
	text-decoration: none;
}
#footer a:active,
#footer a:hover {
	color: #777777;
	text-decoration: underline;
}


/*-----------------toppage-----------------*/
#wrapper #topright {
	float: right;
	width: 717px;
}
#wrapper #topmain #contents {
	width: 610px;
	padding-top: 490px;
	padding-right: 70px;
	padding-left: 37px;
}
#wrapper #topmain {
	background-image: url(../images/top/top_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 903px;
	min-height: 1px;
	padding-left: 47px;
}
#wrapper #topmain:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #wrapper #topmain {
	height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wrapper #topmain h2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.txtopgreen {
	font-size: 18px;
	font-weight: bold;
	color: #99CC00;
}


/*-----------------secondpage-----------------*/
#wrapper #secondmain {
	background-image: url(../images/second/second_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 903px;
	min-height: 1px;
	padding-left: 47px;
}
#wrapper #secondmain:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #wrapper #secondmain {
	height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wrapper #secondmain #contents {
	width: 610px;
	padding-top: 230px;
	padding-right: 70px;
	padding-left: 37px;
}
#wrapper #contents p {
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 8px;
	margin-right: 0px;
	margin-left: 0px;
}
#secondmain #contents .listbox {
	background-color: #F3F3F3;
	padding: 8px;
	line-height: 150%;
	margin-bottom: 10px;
}

#secondmain #contents ul{
	margin: 0px;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#secondmain #contents ul li {
	margin-bottom: 10px;
}
#secondmain #contents ol {
	margin: 0px;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#secondmain #contents ol li {
	margin-bottom: 10px;
}
#secondmain #contents form {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 30px;
}
#secondmain h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/second/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 580px;
	padding-top: 9px;
	padding-left: 30px;
}
#secondmain h3 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/second/icon_clover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.mousikomi {
	text-align: center;
	padding: 15px;
}
.title {

	font-size: 14px;
	font-weight: bold;
	padding-left: 1px!important;
	padding-top: 3px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 30px!important;
	margin-right: 3px;
	margin-left: 3px;
}
.table99per {
	width: 99%;
}
.table99per td {
	line-height: 150%;
	vertical-align: top;
	padding: 2px;
}

/*------------------------------------
 *	aibri, Inc. original
 *------------------------------------*/
table.multicol {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}
table.multicol td {
	margin: 0px;
	padding: 4px;
	vertical-align: top;
}
table.st {
	padding: 0px;
	border: 0px;
}
table.st td {
	padding: 0px;
	border: 0px;
	vertical-align: top;
}
table.list {
 	border-color:#cccccc;
}
table.list th {
	margin:0px;
    padding: 8px;
	text-align:center;
/*    background:#ccccff;*/
    background:#ccffcc;
}
table.list td {
    margin: 0px;
    padding: 8px;
	text-align:center;
    background:#eeeeee;
}
table.price {
 	border-color:#eeeeee;
}
table.price th {
	padding:10px;
	text-align:center;
/*    background:#ccccff;*/
    background:#ccffcc;
}
table.price td {
    margin: 0px;
    padding: 10px;
	text-align:center;
    background:#eeeeee;
}
table.price td.empty {
    margin: 0px;
    padding: 10px;
	text-align:center;
    background:#ffffff;
}
table.usecase {
 	border-color:#eeeeee;
}
table.usecase th {
	padding:3px;
	text-align:center;
/*    background:#ccccff;*/
    background:#99ff99;
}
table.usecase td {
    margin: 0px;
    padding: 3px;
	text-align:left;
}
table.usecase td.img {
    margin: 0px;
    padding: 8px;
	text-align:center;
}
.listbox_ab {
	margin-top: 2px;
	padding: 5px;
    background:#dddddd;
	font-weight: bold;
}
.column_left {
	line-height: 180%;
}
.column_left img {
	float: left;
	margin-right: 10px;
}
.column_right {
	line-height: 180%;
}
.column_right img {
	float: right;
	margin-left: 10px;
}
.intro {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
    background:#eeeecc;
	line-height: 150%;
}
.intro img {
	float: left;
	margin-right: 30px;
}
