@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
	background-image:url(../images/bg.gif)
}
img {
	vertical-align: top;
}

a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}

	
#wrapper {
	width: 860px;
	margin: 0 auto;
	border:solid 1px #333333;
	background:#ffffff;
}
#header {
	position: relative;
	padding-bottom: 4px;
	background: url(../images/header_bg.gif) left bottom repeat-x; 
	background-color:#FFFFFF;
}
#header p{color:#133EDA; padding-left:5px;
 padding-top:0;
}

#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;

}
#content #primary {
	float: left;
	width: 660px;
	padding: 0 5px 0 5px;
}

#content #primary h1{ padding-top: 10px;
        padding-bottom:5px;
		padding-left:20px;
		margin-bottom:10px;
		margin-left:10px;
		font-size:16px;
		color:#3333CC;
		background:url(../images/icn_miniTitle.gif) left center no-repeat;
		border-bottom:1px solid #D9D9D9;
		
}



#content #primary h2{ padding-top: 10px;
        padding-bottom:5px;
		padding-left:20px;
		margin-bottom:10px;
		margin-left:10px;
		font-size:16px;
		color:#3333CC;
		background:url(../images/icn_miniTitle.gif) left center no-repeat;
		border-bottom:1px solid #D9D9D9;
		
}

#content #primary h3{ padding-top: 10px;
        padding-bottom:5px;
		padding-left:10px;
		margin-bottom:5px;
		margin-left:10px;
		font-size:14px;
		color:#3333CC;
		
		
		
}

#content #primary h4{ padding-top: 10px;
        padding-bottom:5px;
		padding-left:20px;
		margin-bottom:10px;
		margin-left:10px;
		font-size:14px;
		color:#3333CC;
		background:url(../images/icn_miniTitle2.gif) left center no-repeat;
	
		
}

#content #primary p { padding:0 10px 5px 10px;
        line-height:16px;}
		
　　　　

#content #primary img {margin-left:10px;
         margin-top:10px;
         margin-bottom:10px;
		 padding-top:10px;
		 padding-left:10px;}
		 

#content #secondary {
	float: right;
	width: 170px;
	padding-right:5px;
}
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 50px;
}

/* ロゴとユーティリティナビゲーション
---------------------------------------------*/
#logo {
	padding: 0 0;
	
}



#utilityNavigation {
	position: absolute;
	right: 0;
	top: 25px;
	width: 170px;
	font-size: 90%;
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 8em;
}
#utilityNavigation li#navSiteMap {
	right: 9em;
}
#utilityNavigation li#navInquiry {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 12px;
	text-decoration: none;
}
#utilityNavigation li#navSiteMap a {
	background: url(../images/ico_sitemap.gif) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/ico_top.gif) left center no-repeat;
	color:#4275d1;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	height: 39px;
	border-top: 1px solid #70747C;
	border-right: 1px solid #70747C;
	border-left: 1px solid #70747C;
	background: #7F858D url(../images/gn_bg.gif) repeat-x;
}
#globalNavigation li {
	float: left;
	height: 39px;
	padding-right: 2px;
	background: url(../images/gn_li_bg.gif) right top repeat-y;
}
#globalNavigation li a {
	display: block;
}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #5F626A;
}
#globalNavigation li.current a {
	padding-bottom: 1px;
	border-bottom: 3px solid #F5E02E;
}

/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 30px;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}

/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	margin-bottom: 20px;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .section {
	width: 275px;
}
#lead .column #leadPurpose,
#lead .column #leadTerms{
	float: left;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess{
	float: right;
}
#lead .column .section h3 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h3 a {
	display: block;
	width: 235px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_a_bg.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column .section h3 a:active {
	background: url(../images/lead_a_bg.gif) right center no-repeat;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}



/* ローカルナビゲーション
---------------------------------------------*/
#localNavigation ul {
	background: #F5F5F5;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) left bottom repeat-x;
}
#localNavigation ul li a {
	display: block;
	width: 142px; /* for WinIE6 */
	padding: 8px 10px 8px 18px;
	background: url(../images/arrow_big.gif) 9px 13px no-repeat;
	text-decoration: none;
}
#localNavigation ul li a:hover,
#localNavigation ul li a:focus {
	background: #E6E6E6 url(../images/arrow_big.gif) 11px 13px no-repeat !important;
}
#localNavigation ul li ul {
	margin-left: 20px;
	font-size: 90%;
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E5E5E5;
}
#localNavigation ul li ul li a {
	width: 126px; /* for WinIE6 */
	padding: 6px 10px 6px 14px;
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
}
#localNavigation ul li ul li a:hover,
#localNavigation ul li ul li a:focus {
	background: #E6E6E6 url(../images/arrow_small.gif) 7px 11px no-repeat !important;
}
#localNavigation ul li.current a {
	background-image: none;
	background-color: #E5E5E5;
	font-weight: bold;
}
#localNavigation ul li.current ul li a {
	background: url(../images/arrow_small.gif) 6px 11px no-repeat;
	font-weight: normal;
}

/* フッターナビゲーション
---------------------------------------------*/
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 825px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}

/* コンテンツ
---------------------------------------------*/


#lead .column #leadLeft {
	float: left;
}
#lead .column #leadRight {
	float: right;
}

/* printer説明
---------------------------------------------*/
#dateil p.dateilSentence {
	line-height: 1.5;
	margin-bottom: 20px;
}
#dateil .column {
width: 100%; /* for WinIE6,7 */
/*	clear: both;*/
	
}

}
#dateil .column #detailleft{
    width: 200px;
 	float: left;
}
#dateil .column #detailright{
	float: right;
}
#dateil .column .section h3 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#dateil .column .section h3 a {
	display: block;
	width: 235px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/dateil_a_bg.gif) left center no-repeat;
	text-decoration: none;
}
#dateil .column .section h3 a:active {
	background: url(../images/dateil_a_bg.gif) right center no-repeat;
}
#dateil .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

/* table
---------------------------------------------*/

table   {width:630px;
         border-collapse:collapse;
		 margin-bottom:8px;
		 margin-left:20px;
		 
		 }
		 
caption  {padding-bottom:5px;
          color:#000000;
          height:18px;
		  text-align:left;
		  font-size: small;
		  background-color:#ffffff;
		}

th      {width:200px; 
         border:solid 1px #cbc9c9;
		 padding: 0px;
		 background-color:#ffffff; 
				 text-align:left;}
		 
td      {border:solid 1px #cbc9c9;
         padding: 5px;
		 vertical-align:top;
		 
		}

td p	{ line-height:24px;}	
.butuon {padding-left:260px; vertical-align:baseline;
		 
		 line-height:nomal;
		
}
         
		
		
 				 
/* 商品ブロック
---------------------------------------------*/
#product	{width:550px;
             padding-top: 5px;
			 background-color:#00FFFF；}
#product #left   {width:200px;
                  float:left;}
				  
#product #right  {float:left;
                  padding-left:200px;}
				  			 
strong {color:#3333FF;}		


	  
/* 会社案内
---------------------------------------------*/
#about_us {  padding-left:30px;
margin-left:30px; 
background-color:#ffffff;
 line-height:24px; 
 border:solid 1px #cbc9c9}
 
#about_us dd {padding-left:70px;}

 /*categoryarea
---------------------------------------------*/
#category {
   width:660px;
    float:left;
	display:inline;
	
   

   }

#category #contentl {
   width:165px;
   float:left;
   margin-bottom:20px;
   display:inline;}
   
#category #contentl p{
  padding:0 20px 0 20px;
  font-size:10px;
  line-height:18px;}
  
 #category #contentl image{
   padding-left:5px;
  }
 #category #contentl a{
   padding-left:18px;
   padding-top:5px;
  }
  
  #category #contentl li{
   padding-left:18px;
   padding-top:5px;
  } 
 
   
#category #contentr {
   width:165px;
   float:right;
    display:inline;
   }

/* title
---------------------------------------------*/
#subtitle	{width:630px;
             padding-top: 10px;
			 padding-left: 10px;
			 background-color:#00FFFF；}
#subtitle p {padding: 10px,10px,20px,10px;
             line-height:20px;}	
			 
#subtitle h3 { color: #1B38E0;
line-height:20px;
border-bottom:solid #CED5E6 1px;
margin-bottom:10px;
background-image:url(../images/icn_miniTitle.gif) left center no-repeat;}			 		 
			 
#subtitle h4 { color:#000099;
line-height:20px;
border-bottom:solid #CED5E6 1px;
margin-bottom:10px;
background-image:url(../images/icn_miniTitle.gif) left center no-repeat;
}
   
/* lineup
---------------------------------------------*/
#lineup	{width:630px;
             padding-top: 10px;
			 padding-left: 10px;
			 
			 
						 }
			 
#lineup h2 {padding-top:10px;
            padding-bottom: 20px;
            margin-top:10px;
			border-bottom:solid #CED5E6 1px;
			font-size:16px;
			color:#3300FF;}
			 

#lineup h3 { color: #1B38E0;
line-height:20px;
border-bottom:solid #CED5E6 1px;
margin-bottom:10px;
background-image:url(../images/icn_miniTitle.gif) left center no-repeat;}			 		 
			 			 
			 
#lineup h4 { color:#000099;
width:620px;
border-bottom:solid #CED5E6 1px;
margin-bottom:10px;
}
			 
			 
#lineup p {line-height:20px;
padding-bottom: 10px;}

#lineup a {padding-bottom:20px;}




#lineup .section {width:630px;}


 			 
#lineup .left   {width:400px;
                  float:left;
				  padding-bottom: 5px;
				  
				}


				  
#lineup .right  {
width:200px;
float:right;
                }
				

				  			 
#lineup strong {color:#3333FF;}	

#lineup table   {width:400px;
         border-collapse:collapse;
		 margin-bottom:8px;
		 margin-left:10px;
		 margin-top:10px;
		 
		 }
		 
#lineup caption  {padding-bottom:5px;
          color:#000000;
          height:18px;
		  text-align:left;
		  font-size: small;
		  background-color:#ffffff;
		}

#lineup th      {width:120px; 
         border:solid 1px #cbc9c9;
		 padding: 0px;
		 background-color:#DCDCE2; 
				 text-align:left;}
		 
#lineup td      {border:solid 1px #cbc9c9;
         padding: 5px;
		 vertical-align:top;
		 
		}


/* lineup
---------------------------------------------*/
#supply {width:650px;}
			 
#supply td p	{ line-height:24px;}	


 
#supply table   {width:620px;
         border-collapse:collapse;
		 margin-bottom:8px;
		 margin-left:10px;
		 margin-top:10px;
		 padding-top:10px;
		 
		 }
		 
#supply caption  {padding-bottom:5px;
          color:#000000;
          height:18px;
		  text-align:left;
		  font-size: small;
		  background-color:#9EB6F3;
		  border-left:solid 1px #cbc9c9;
		  border-right:solid 1px #cbc9c9;
		  border-top:solid 1px #cbc9c9;}
		}

#supply th      {
         border:solid 1px #cbc9c9;
		 padding: 0px;
		 background-color:#DCDCE2; 
				 text-align:left;}
		 
#supply td      {border:solid 1px #cbc9c9;
         padding: 5px;
		 vertical-align:top;
		 
		}

#supply td p	{ line-height:24px;}

/* soft
---------------------------------------------*/
#soft {
       padding-left: 30px;
	   width: 630px
	   }

/* supply explanation
---------------------------------------------*/
.expanation_tb {
     width:650px;}
	 
.expanation_t	 
	 
  