@charset "Shift_JIS";


/* casestudy link */
#business a:active,
#solution a:active		{
				 color: #990099;
				 text-decoration: none;
				}
#business a:link,
#solution a:link		{
				 color: #0066ff;
				 text-decoration: none;
				}
#business a:visited,
#solution a:visited		{
				 color: #800080;
				 text-decoration: none;
				}
#business a:hover,
#solution a:hover		{
				 color: #6699ff;
				 text-decoration: underline;
				}

#tabbox				{ margin: 0 18px 10px 18px;}
#tabbox ul#tab			{
				 border-bottom: #b3b3b3 solid 1px;
				 list-style-type: none;
				 margin: 0;
				 padding: 0;
				}
#tabbox ul#tab li		{
				 float: left;
				 width: 128px;
				 height: 30px;
				}
#tabnav01			{
				 margin-right: 3px;
				 background: url(img/tab01on.gif) no-repeat 0 0;
				}
#tabnav02			{
				 background: url(img/tab02on.gif) no-repeat 0 0;
				}
#tabbox ul#tab li a:hover img 	{
				 filter: alpha(opacity=0);
				 -moz-opacity: 0.0;
				 opacity: 0.00;
				}
#tabbox ul#tab li.selected a img
				{
				 filter: alpha(opacity=0);
				 -moz-opacity: 0.0;
				 opacity: 0.00;
				}
	
/* clearfix
 ******************************************************/
.clearfix:after 		{
				 content:".";
				 display:block;
				 height:0;
				 clear:both;
				 visibility:hidden;
				}
.clearfix 			{ display: inline-block; }
/* Hides from IE-mac \*/
* html clearfix			{
				height:1%;
				}
.clearfix 			{ display: inline-block; }
/* End hides from IE-mac */

.category			{
				 text-align: right;
				 background: url(img/category.gif) no-repeat 100% 0;
				 margin-top: 10px;
				 padding-top: 18px;
				}
.category img			{
				 border-bottom: #ccc dotted 1px; 
				}
