@charset "UTF-8";

/*------------------------------------------------
	Ver.1.1 2008.04.16 toyo@AI SOLUTIONS
			contents table.company-profile  
			contents table.company-profile tbody tr th
			contents table.company-profile tbody tr td
				assign font-size in th and td
	Ver.1.0 2008.03.19 TEC INFORMATION SYSTEMS
 -----------------------------------------------*/

/*------------------------------------------------
  company
 -----------------------------------------------*/
#contents table.company-profile {
	margin:10px 0 0 0;
	padding:0px;
	border-style:none;
/*	font-size: 92%; */
}
#contents table.company-profile tbody tr th {
	margin:0px;
	padding:0 1em 0 0;
	border-style:none;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
	line-height:2em;
	font-size: 92%; 
}
#contents table.company-profile tbody tr td {
	margin:0px;
	padding:0px;
	border-style:none;
	vertical-align:top;
	line-height:2em;
	font-size: 92%; 
}
#contents table.company-branch {
/*	width:100%;  2008.05.20 toyo*/
	width:98%;
}
#contents table.company-branch tbody tr td.gomap {
	text-align:right;
	vertical-align:bottom;
}
#contents ol.company-philosophy li {
	margin-bottom:1em;
}


/*------------------------------------------------
  products
 -----------------------------------------------*/
#contents div.banner {
	margin-top:6px;
}

/*------------------------------------------------
  solution
 -----------------------------------------------*/
#contents ul li.solution-round {
	list-style-image:url(/img/solution/dot.gif);
	list-style-position:outside;
	line-height:1.5em;
}

/*------------------------------------------------
  support
 -----------------------------------------------*/
#contents div.support-case-frame {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bfbfbf;
	height:100%;
	padding:0;
}
#contents p.support-case {
	clear:both;
}
#contents p.support-case a {
	text-decoration:none;
}
#contents p.support-case .support-case-category {
	color:#155e7f;
	font-weight:bold;
}
#contents p.support-case .support-case-note {
	color:#666666;
	font-size: 92%;
}
#contents p.support-case img {
	float:left;
	margin:0 6px 6px 0;
}

/*------------------------------------------------
  download
 -----------------------------------------------*/
#contents dl.download-history {
	margin:0 0 1em 0;
	zoom:1;
	font-size: 92%;
}
#contents dl.download-history:after {
	content:"."; display: block; height:0px; clear:both; visibility:hidden;
}
#contents dl.download-history dt {
	float:left;/* width:7em; min-height:1em; _height:1em;*/
}
#contents dl.download-history dd {
	margin:0 0 1em 7em; /*min-height:1em; _height:1em;*/
}
#contents .download-category {
	margin:0 0 1em 0;
}
#contents .download-category h4 {
	margin:0px;
	padding:0px;
}
#contents .download-category p {
	font-size: 92%;
	margin:4px;
}

/*------------------------------------------------
  contact
 -----------------------------------------------*/
#contents p.contact-access {
	font-size: 122%;
	font-weight: bold;
	color:#000;
}
#contents .note {
	background-color:#e5e5e5;
	padding:0 1em;
}
#contents table.contact-sheet {
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
#contents table.contact-sheet tbody tr th {
	border-style:none;
	text-align:left;
	vertical-align:top;
	color:#01375d;
	white-space: nowrap;
}
#contents table.contact-sheet tbody tr td {
	padding-left:2em;
	border-style:none;
	vertical-align:top;
	margin-left:1.5em;
	text-indent:-1.5em;
}
#contents table.contact-branch {
	margin-top:10px;
	border-style:none;
}
#contents table.contact-branch tbody tr th {
	border-style:none;
	text-align:left;
	vertical-align:top;
	color:#000;
	white-space: nowrap;
}
#contents table.contact-branch tbody tr td {
	padding-left:2em;
	border-style:none;
	vertical-align:top;
	margin-left:1.5em;
	text-indent:-1.5em;
}

dd.contact-sheet-comment {
    margin-left: 2em;
    font-size: 90%;
}

p.contact-sheet-comment {
	margin-top: 0.5em;
    margin-left: 2em;
    font-size: 88%;
    color:#333366
}

