/* 事業内容
---------------------------------------------------- */
#product {
	float: right;
	width: 600px;
	margin-right: 0px;
	padding-right: 0px;
  }


  
#product table { 
   border-top: 2px solid #CCCCCC;
   border-bottom: 2px solid #CCCCCC;
   border-collapse:collapse;
   margin-top:1em;
   margin-bottom:1em;
      }

#product td,th {
	line-height:1.6;
	padding: 10px;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
   } 

#product th {
	width:auto;
	padding-left:1em;
	text-align:left;
	font-weight: normal;
	vertical-align:top;
   } 



/* 事業内容ナビ
---------------------------------------------------- */

#p_navi {
	width: 150px;
	float: left;
	width:auto;
	height:auto;
	padding-right:10px;
	padding-left: 10px;
	  } 

#p_navi ul{
   padding-top:0.5em;
	}  

#p_navi li{
	padding-left:20px;
	font-size:92%;
	line-height:2.0;
	background-image: url(../images/mark_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

  /* コンテンツ
---------------------------------------------------- */
#content {
	clear:both;
	width:860px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 20px;
  }
  

#content h2{
	color:#000000;
	font-size:92%;
	font-family: Helvetica, Arial, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0033CC;
	background-image: url(../images/news_back.gif);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
}




#content h3{
	font-size:114%;
	color:#000000;
	background-image: url(../images/mark_red.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
  }


#main {
	height: auto;
	_height:400px;/*IE対策*/
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
    }
