@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #c0c0c0 url(../image/body_bg.jpg) left top repeat-y;
	text-align:center;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}
img {
	border-style: none;
	}
#wrapper {
	width: 950px;
	margin: 0 auto; /* 左右方向のマージンをautoに指定 */
	text-align: center;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#head_flash{
	widh: 650px;
	height: 120px;
	padding: 10px 0px;
} 

.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 150px;
	background: #FFFFFF url(../image/header_bg02.jpg) left top no-repeat;
	text-align:center;
}
#logo {
	position: absolute;
	left: 0px;
	top: 45px;
	margin: 0;
	width: 267px;
}
#toiawase_top {
	position: relative;
	z-index: 100;
	text-align:right;
	font-size : 14px;
	padding-top:7px;
}
#toiawase_top p{
	margin-top: 0;
	padding-top: 0;
	text-align: right;
	float: right;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

#toiawase_top h2{
	margin-top: 20px;
	padding-top: 0;
	text-align: right;
	float: right;
	font-size : 14px;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}

#toiawase_top h3{
	clear:both;
	text-align:right;
	margin:0;
	padding:0 0 5px 0;
}


	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
	position: absolute;
	top: 121px;
	left: 519px;
	width: 428px;
	height: 31px;
	font-size : 11px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 107px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: center;
		font-weight: 600;
		font-size : 11px;
		color: #666666;
		text-decoration: none;
		background: url(../image/navigation_bg.gif) left top no-repeat;
	}
	#navigation li a:hover {
		color: #0a0a0b;
		background: url(../image/navigation_bg.gif) right top no-repeat;
	}
	
	/* サブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #e6e6ff;
	}
	#navigation ul ul li {
		float: none;
	}
	#navigation ul ul li a {
		border-top: 1px solid #FFFFFF;
		background: none;
		font-size: 90%;
		font-weight: normal;
		padding: 6px 0;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #4343b0;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 950px;
	margin-top: 0px;
	text-align:left;
}
#primary {
	position: relative;
	background: #ffffff;
	width: 750px;
	top: 0px;
	float: right;
}
#secondary {
	position: relative;
	z-index: 99;
	width: 190px;
	background: #ffffff url(../image/secondary_bg.gif) right top repeat-y;
	text-align:left;
	clear: both;

}
/* グローバルナビゲーションスタイル
---------------------------------------------------------- */
#globalNavi {
	position: relative;
	z-index: 99;
	float: left; /* ボックスを左寄せに指定 */
	width: 190px; /* ボックスの幅を指定 */
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}
	
#globalNavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#globalNavi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#globalNavi li h2{
	margin: 0px;
	padding: 0px 0px 1px 0px;
	list-style: none;
	}

/* ホームへ
---------------------------------------------*/
#to_home {
	position: absolute;
	top: 125px;
	left:13px;
	margin: 0;
	width: 163px;
	height:14px;
	font-size: 12px;
	text-align:left;
	font-weight:600;
	background:url('../image/icon/arrow_blue.gif') 0 .3em no-repeat;
	padding-left:10px;

}
#to_home a {
		text-decoration: underline;
		color:#000;
	}
#to_home a:hover {
		color: #990000;
		text-decoration: none;
	}
#to_home_index {
	position: absolute;
	top: 125px;
	left:13px;
	margin: 0;
	width: 163px;
	height:14px;
	font-size: 12px;
	text-align:left;
	font-weight:600;
	background:url('../image/icon/arrow_red.gif') 0 .3em no-repeat;
	padding-left:10px;
	color:#000;


}
	
.to-top{
	text-align: right;
	font-size:12px;
	padding: 5px 20px 10px 0px ;
	clear:both;
}

.to-back{
	text-align: right;
	font-size:12px;
	padding: 5px 20px 10px 0px ;
	clear:both;
}

.mini_height{
 height:810px;
 }
 
/* 本文
---------------------------------------------*/
#primary .section {
	margin: 10px 10px 10px 30px;
	font-size: 12px;
}
#primary h2 {
	background: url(../image/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 25px 0 15px 42px;
	font-size: 12px;
	text-align:left;
}
#primary h3 {
	font-size: 12px;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}
#primary p {
	margin: 0px 0;
}
/* 製品情報
---------------------------------------------*/

#primary .content-wrapper {
	margin:8px 0 15px 0;
}

#primary h4 {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #006699;
	padding:8px 0px 5px 25px;
	background:url(../image/menu_top/sitemap_bg_03.gif) no-repeat top left;
}
#primary h4 a{
	color: #006699;
	text-decoration: none;
}

#primary h4 a:hover{
text-decoration:underline;
}
#primary h5 {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #006699;
	padding:10px 0px 5px 120px;
	background:url(../image/logo/tl.gif) no-repeat top left;
}
#primary h5 a{
	color: #006699;
	text-decoration: none;
}

#primary h5 a:hover{
	text-decoration:underline;
}
#primary h6 {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #006699;
	padding:10px 0px 5px 120px;
	background:url(../image/logo/depo_series.gif) no-repeat top left;
}
#primary h6 a{
	color: #006699;
	text-decoration: none;
}

#primary h6 a:hover{
text-decoration:underline;
}

#primary .LeftCol {
	float:left;
	width:690px;
	margin:5px 10px 0 10px;
	text-align:left;
}

#primary .CategoryBox {
	width:690px;
	background:url(../image/menu_top/link_bg_01.gif) no-repeat top left;
	text-align:left;
}
#primary .CategoryBox_gray {
	width:690px;
	background:url(../image/menu_top/link_bg_03.gif) no-repeat top left;
	text-align:left;
	margin: 8px 0px 0px 0px;
	padding:0px 8px 0px 0px;
}

#primary .CategoryBox_gray ul {
	margin:0px 0 0px 0px;
	padding:35px 0 15px 10px;
	list-style:none;
	background:url(../image/menu_top/link_bg_02.gif) no-repeat bottom left;
}
#primary .CategoryBox_gray ul li {
	margin:0px 0 0px 0;
	padding:0px 0 0px 13px;
	font-size: 12px;
}
#primary .CategoryBox_gray ul li a{
	color: #000000;
	text-decoration:underline;
}

#primary .CategoryBox_gray ul li  a:hover{
	padding:0px 0 0px 0px;
}
#primary .CategoryBox_gray ul li ul{
	margin:0px 0 2px 0;
	padding:0px 0 0px 5px;
	background:none;
}

#primary .CategoryBox h5 {
	margin:0 0 5px 0px;
	padding:8px 5px 5px 10px;
	border-left: 5px solid #336699 ;
}
#primary .CategoryBox p {
	margin:0 0 0 10px;
	padding:0 10px 0px 5px;
}

#primary .CategoryBox ul {
	margin:0px 0 0px 0;
	padding:3px 5px 15px 12px;
	list-style:none;
	background:url(../image/menu_top/link_bg_02.gif) no-repeat bottom left;
}
#primary .CategoryBox ul li {
	margin:2px 0 0px 0;
	padding:0px 0 0px 12px;
	font-size: 12px;
}

#primary .CategoryBox ul li  a:hover{
	padding:0px 0 0px 0px;
}
#primary .CategoryBox ul li ul{
	margin:2px 0 2px 0;
	padding:0px 0 0px 5px;
	background:none;
}
#primary .CategoryBox ul li ul li {
	margin:0 0 0 0;
	padding:1px 0 1px 10px;
	background:url(../image/menu_top/sitemap_ic_03.gif) no-repeat 0 4px;
}

#primary .CategoryBox ul li ul li a:hover{
	padding:0px 0 0px 0px;
	background-color: #BDD1EF;
}

#primary .CategoryBox ul li ul li ul li {
	margin:0 0 0 0;
	padding:1px 0 1px 10px;
	background:url(../image/menu_top/sitemap_ic_04.gif) no-repeat 0 4px;
}

#primary .CategoryBox ul li ul li ul li a:hover{
	padding:1px 0 1px 0;
	background-color: #BDD1EF;
}
#primary .CategoryBox ul li ul li ul {
	margin:0 0 0 0;
	padding:2px 0 2px 3px;
	background:none;
}
#primary .CategoryBox ul li ul li ul li ul li {
	margin:0 0 0 0;
	padding:1px 0 1px 10px;
	background:url(../image/menu_top/sitemap_ic_05.gif) no-repeat 0 4px;
}

#primary .CategoryBox ul li ul li ul li ul li a:hover{
	padding:1px 0 1px 0;
	background-color: #BDD1EF;
}
#primary .service{
		clear:both;
		padding: 5px 0px 0px 0px;
		width :699px;
	}
	#primary .service-main-left_block{
		float:left;
		margin: 0;
		padding: 0;
	}

	#primary .service-main-left{
		float:left;
		width:480px;
		margin: 0px 0px 5px 10px;
		border:1px solid #999999;
		padding:0px 0px 0px 5px;
	}
	#primary .service-main-left strong{
		color:#336699;
	}
	#primary .service-main-right_block{
		float:right;
		width:198px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	} 
	#primary .service-main-right{
		float:right;
		width:176px;
		border:1px solid #999999;
		padding:5px 5px 0px 5px;
		margin: 0px 0px 5px 5px;
	} 	
#primary .service-main-right p {
	margin:0 0 1px 0;
	font-size: 12px;
	line-height:1.3em;
	color: #006699;
	padding:0px 0px 0px 0px;
}
#primary .service-main-right p a{
	color: #006699;
	text-decoration: none;
}

#primary .service-main-right p a:hover{
text-decoration:underline;
}

#primary #product table {
	margin : 20px auto 10px auto ;
	width : 650px ;
	line-height : 1.4em ;
	text-align : center ;
	border:solid #999 ;
	border-width:1px 0 0px 0 }

#primary #product img{
	border:0px;
	margin: 0;
}
/* 製品情報2
---------------------------------------------*/
#primary #product2 strong{
	font-weight: 700;
}
#primary #product2 table {
	margin : 10px auto 10px auto ;
	width : 650px ;
	text-align : left ;
	background:#fff;
	border:solid #999 ;
	border-width:0 1px 1px 0 }	
	
/* 会社情報
---------------------------------------------*/

#primary #company table {
	margin : 5px auto 5px auto ;
	width : 650px ;
	line-height : 1.8em ;
	text-align : center ;
	background:#fff;
	border:solid #999 ;
	border-width:0 1px 1px 0 }

#primary #company table th{
	white-space : nowrap ;
	padding : 5px 8px ;
	font-weight : 400 ;
	text-align : left ;
	background : url(../image/charge/back2.gif) ;
	border:solid #999 ;
	border-width: 1px 0 0 1px }

#primary  #company table td{
	padding : 8px 10px ;
	text-align : left ;
	color : #333 ;

	border:solid #999 ;
	border-width: 1px 0 0 1px }

#primary  #company table tr.tri {
	background-color : #e6e6fa ;}
	
#primary #company table tr.tri02 {
	background-color : #fff0f5;}
#primary #company table tr.tri03 {
	background-color : #ffefd5;}
	

#primary #company table td span { font-weight:600 }
#primary #company table tr span { font-weight:600 }


/* 補足情報
---------------------------------------------*/

#secondary h3 {
	margin: 0;
	padding: 7px 7px;
	font-size: 12px;
	border-top: 1px solid #e5e5ee;
	border-bottom: 1px solid #e5e5ee;
	color: #FFFFFF;
	background: #4343b0  url(../image/secondary_h3_bg.gif) left top repeat-y;
}
#secondary p {
	margin: 5px 3px;
	font-size: 12px;
}
#secondary .section {
	margin: 0px 0 0px 0px;
	border-right: 1px solid #e5e5ee;
	width:190px;
	list-style: none;
}
	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: #e1e1e6 url(../image/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 165px;
		padding: 5px 0px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		font-size: 11px;
		background: #f2f2fe url(../image/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a:hover {
		color: #0a0a0b;
		background: none;
	}
	
 /* サブメニュー
---------------------------------------------------------- */
  .submenu01{
    position:absolute;
    left:190px;
    visibility:hidden;
	background: #f5f6fb;
	border-left: 3px solid #0000ff;
  }
  a.submenu01_font{
      display:block;
      width:200px;
      height:20px;
      font-size:9pt;
      line-height:15px;
      text-decoration: none;
      padding-left:5px;
      border: 1px solid #cccccc;
      background-color: #f5f6fb;
      color: #000000;
  }
 a:hover.submenu01_font{
	background-color: #cccccc;
	color: #000000;
	 }
 a:visited.submenu01_font{color: #3b3f3f; }
 
  .submenu{
    position:absolute;
    left:190px;
    visibility:hidden;
	border-left: 3px solid #3399ff;
  }

  a.submenu_font{
      display:block;
      width:200px;
      height:20px;
      font-size:9pt;
      line-height:15px;
      text-decoration: none;
      padding-left:5px;
      background-color: #f5f6fb;
      border: 1px solid #e9e9ed;
      color: #000000;
  }
  a:hover.submenu_font{
  background-color: #e9e9ed;
  color: #000000;
   }
  a:visited.submenu_font{color: #3b3f3f; }
  
#footer{
	height:28px;
	line-height:28px;
	font-size:12px;
	text-align:center;
	border-top:1px solid #CCCCCC;
	background: #4343b0;
	color:#ffffff;
	clear:both;
}
/* 展示会
---------------------------------------------------------- */
#primary #ex{
	text-align:left;
	font-size:12px;
}

#primary #ex .content-wrapper {
	margin:8px 0 15px 0;
}


#primary #ex .laser_title {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #000000;
}
#primary #ex .top_flash{
	width: 710px;
	height: 280px;
	padding-right: 20px;
	float:right;
	background: no-repeat;
} 
#primary #ex .service-title{
		margin: 5px 4px 2px 0px;
		padding-left:15px;
		float:left;
		font-size:13px;
		font-weight:600;
		width:560px;
	}
#primary #ex h6{
		margin: 0px 4px 8px 5px;
		padding-left:20px;
		float:left;
		color:#999999;
		font-size: 10px;
		width:560px;
	}
#primary #ex ol{
		margin: 0px 0px 0px 0em;
		list-style:none;
		padding:0px;
	}
#primary ex li{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 1em;
		text-indent:-1em;
		list-style:none;
	}
#primary #ex table{
		border-collapse:collapse;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin:0 10px 0 15px;
		padding: 0px 0px 0px auto;
		width:700px;
	}
#primary #ex th{
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
		text-align:left;
		background:#d8e0e4;
		color: #336699;
	}
	
#primary #ex th em{
	color: #336699;
	font-size:11px;
	}

#primary #ex td{
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
	}
#primary #ex .service-main-midasi{
		margin:10px auto 10px 5px;

	}
#primary #ex a:link{
	color:#336699;
}
#primary #ex a:hover {
	color: #000000;
	text-decoration:underline;
}
#primary #ex a:visited {
	color: #333366;
}	

 /* サイトマップ
---------------------------------------------------------- */

#sitemap .content-wrapper {
	margin:8px 0 15px 0;
}

#sitemap h5{
	margin: 2px 10px 0px 10px ;
	font-size:12px;
	line-height:1.3em;
	height:35px;
	color: #000066;
	background: #ffffff url(../image/header/sitemap.gif) left top no-repeat;
	padding:5px 8px 0px 8px;
	clear:both;
}
#sitemap h4 {
	margin:0 0 15px 0;
	font-size: 12px;
	line-height:1.3em;
	color: #006699;
	padding:10px 0px 5px 25px;
	background:url(../image/menu_top/sitemap_bg_03.gif) no-repeat top left;
}
#sitemap .LeftCol {
	float:left;
	width:355px;
	margin:0 10px 0 8px;
	text-align:left;
}

#sitemap .RightCol {
	float:left;
	width:355px;
	text-align:left;
}

#sitemap .CategoryBox {
	width:355px;
	background:url(../image/menu_top/sitemap_bg_01.gif) no-repeat top left;
	text-align:left;
}

#sitemap .CategoryBox h5 {
	margin:0 0 5px 0px;
	padding:8px 5px 5px 10px;
	border-left: 5px solid #336699 ;
}
#sitemap .CategoryBox p {
	margin:0 0 0 10px;
	padding:0 15px 5px 5px;
	font-size:12px;
}

#sitemap .CategoryBox ul {
	margin:0 0 0 0;
	padding:10px 5px 28px 15px;
	list-style:none;
	background:url(../image/menu_top/sitemap_bg_02.gif) no-repeat bottom left;
}
#sitemap .CategoryBox ul li {
	margin:0 0 0 0;
	padding:1px 0 2px 12px;
	background:url(../image/menu_top/sitemap_ic_02.gif) no-repeat 0 4px;
}

#sitemap .CategoryBox ul li  a:hover{
	padding:0 0 0 0;
	background-color: #BDD1EF;
	color:#000000;
}

#sitemap .CategoryBox ul li  a:visited{
	padding:0 0 0 0;
	color:#7a7878;
}
#sitemap .CategoryBox ul li ul{
	margin:0 0 0 0;
	padding:1px 0 2px 2px;
	background:none;
	border-left: dotted 1px #a9a9a9;
}
#sitemap .CategoryBox ul li ul li {
	margin:0 0 0 0;
	padding:0px 0 1px 10px;
	background:url(../image/menu_top/sitemap_ic_03.gif) no-repeat 0 4px;
}

#sitemap .CategoryBox ul li ul li a:hover{
	margin:0 0 0 0;
	padding:0px 0 1px 0px;
	background-color: #BDD1EF;
}
/*デポシリーズ
---------------------------------------------*/
#primary #depo_series{
	text-align:left;
	font-size:12px;
}

#primary #depo_series .content-wrapper {
	margin:8px 0 15px 0;
}


#primary #depo_series .depo_series_title {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #000000;
}
#primary #depo_series .top_flash02{
	width: 710px;
	height: 600px;
	padding-right: 20px;
	float:right;
	background: no-repeat;
} 
#primary #depo_series .service-title{
		margin: 5px 4px 2px 0px;
		padding-left:15px;
		float:left;
		font-size:13px;
		font-weight:600;
		width:560px;
	}
#primary #depo_series h6{
		margin: 0px 4px 8px 5px;
		padding-left:20px;
		float:left;
		color:#999999;
		font-size: 10px;
		width:560px;
	}
#primary #depo_series ol{
		margin: 0px 0px 0px 0em;
		list-style:none;
		padding:0px;
	}
#primary #depo_series li{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 1em;
		text-indent:-1em;
		list-style:none;
	}
#primary #depo_series table{
		border-collapse:collapse;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin:0 10px 0 15px;
		padding: 0px 0px 0px auto;
		width:700px;
	}
#primary #depo_series th{
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
		text-align:left;
		background:#d8e0e4;
		color: #336699;
	}
#primary #depo_series td{
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
	}
#primary #depo_series .service-main-midasi{
		margin:10px auto 10px 5px;
	}
#primary #depo_series a:link{
	color:#336699;
}
#primary #depo_series a:hover {
	color: #000000;
	background-color: #BDD1EF;
}
#primary #depo_series a:visited {
	color: #333366;
}

/*デポシリーズ spec
---------------------------------------------*/
#primary #depo_series_spec{
	text-align:left;
	font-size:12px;
}

#primary #depo_series_spec .content-wrapper {
	margin:8px 0 15px 0;
}


#primary #depo_series_spec .depo_series_title {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #000000;
}

#primary #depo_series_spec .service-title{
		margin: 5px 4px 2px 0px;
		padding-left:15px;
		float:left;
		font-size:13px;
		font-weight:600;
		width:560px;
	}
#primary #depo_series_spec h6{
		margin: 0px 4px 8px 5px;
		padding-left:20px;
		float:left;
		color:#999999;
		font-size: 10px;
		width:560px;
	}
#primary #depo_series_spec ol{
		margin: 0px 0px 0px 0em;
		list-style:none;
		padding:0px;
	}
#primary #depo_series_spec li{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 1em;
		text-indent:-1em;
		list-style:none;
	}
#primary #depo_series_spec .spec{
	width: 710px;
	float: right;
	padding-right: 40px;
} 
#primary #depo_series_spec table{
		border-collapse:collapse;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin:0 auto 0 auto;
		padding:0px auto 0px auto;
		width:520px;
		float: right;
	}
#primary #depo_series_spec th{
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
		text-align:left;
		background:#d8e0e4;
		color: #336699;
	}
#primary #depo_series_spec td{
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
	}
#primary #depo_series_spec .service-main-midasi{
		margin:10px auto 10px 5px;
	}
#primary #depo_series_spec a:link{
	color:#336699;
}
#primary #depo_series_spec a:hover {
	color: #000000;
	background-color: #BDD1EF;
}
#primary #depo_series_spec a:visited {
	color: #333366;
}		
/*レーザー デポシリーズ
---------------------------------------------*/
#primary #pr{
	text-align:left;
	font-size:12px;
}

#primary #pr .content-wrapper {
	margin:8px 0 15px 0;
}


#primary #pr .laser_title {
	margin:0 0 1px 0;
	font-size: 14px;
	line-height:1.3em;
	color: #000000;
}
#primary #pr .top_flash{
	width: 710px;
	height: 280px;
	padding-right: 20px;
	float:right;
	background: no-repeat;
} 
#primary #pr .service-title{
		margin: 5px 4px 2px 0px;
		padding-left:15px;
		float:left;
		font-size:13px;
		font-weight:600;
		width:560px;
	}
#primary #pr h6{
		margin: 0px 4px 8px 5px;
		padding-left:20px;
		float:left;
		color:#999999;
		font-size: 10px;
		width:560px;
	}
#primary #pr ol{
		margin: 0px 0px 0px 0em;
		list-style:none;
		padding:0px;
	}
#primary #pr li{
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 1em;
		text-indent:-1em;
		list-style:none;
	}
#primary #pr table{
		border-collapse:collapse;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin:0 10px 0 15px;
		padding: 0px 0px 0px auto;
		width:700px;
	}
#primary #pr th{
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
		text-align:left;
		background:#d8e0e4;
		color: #336699;
	}
#primary #pr td{
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px;
	}
#primary #pr .service-main-midasi{
		margin:10px auto 10px 5px;
	}
#primary #laser table {
	margin : 0px auto 0px auto ;
	width : 750px ;
	text-align : left ;
 }
#primary #pr a:link{
	color:#336699;
}
#primary #pr a:hover {
	color: #000000;
	background-color: #BDD1EF;
}
#primary #pr a:visited {
	color: #333366;
}
#primary #pr .bgcolor_gray {
	background-color: #efecec;
	} 
#primary #pr .bgcolor_green {
	background-color: #e0ffd0;
	}
/* arrow_blue */

#primary #pr .MenuList{
	margin-left:15px;
	background:#d9d6ff;
	border:solid 1px #ccc;
	clear:both;
	width:92%;
	margin-top:20px;
	}

#primary #pr .MenuList p.lead{
	padding-left:12px;
	font-weight:600;
	line-height:1.5em;
	padding-bottom:5px;
}
#primary #pr .MenuList p.nomal{
	padding-left:12px;
	line-height:1.5em;
	padding-bottom:5px;
}
#primary #pr .MenuList ul{
	padding-left:25px;
	clear:both;
}

#primary #pr .MenuList li.list{
	background:url('../image/icon/arrow_more_blue.gif') 0 .3em no-repeat;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:15px;
	font-weight:600;
	line-height:1.5em;
	float:left;
}

#primary #pr .MenuList li.list a{
	text-decoration:underline;
	color:#336699;
}
#primary #pr .MenuList li.list a:hover {
	color: #000000;
	background:none;
}
	
/*レーザー デポシリーズテーブル大
---------------------------------------------*/
#primary #pr02{
	text-align:left;
	font-size:12px;
}

#primary #pr02 .content-wrapper {
	margin:8px 0 15px 0;
}

#primary #pr02 table{
		border-collapse:collapse;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin:0 10px 0 15px;
		padding: 0px 0px 0px auto;
		width:700px;
	}
#primary #pr02 th{
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px 1px 5px 1px;
		text-align:left;
		background:#d8e0e4;
		color: #336699;
	}
#primary #pr02 td{
		border-bottom: 1px dashed #cccccc;
		border-left: 1px solid #cccccc;
		padding:5px 1px 5px 1px;
	}
/*レーザー
---------------------------------------------*/	
#laser_print {
	position: absolute;
	top: 5px;
	left:654px;
	margin: 0;
	width: 98px;
}

#laser_movie01 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 300px;
	left:175px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	clear:both
}
#laser_movie02 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 118px;
	left:80px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	float:left
}
#laser_movie03 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 118px;
	left:90px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110px;
	float:left
}
#laser_movie04 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 478px;
	left:100px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	clear:both
}
#laser_movie05 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 320px;
	left:100px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	clear:both
}
#laser_movie06 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 83px;
	left:580px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	clear:both
}
#laser_movie11 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	top: 705px;
	left:335px;
	margin: 0;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	width:110x;
	clear:both
}
#laser_movie07 {
	position: relative;
	background: url('../image/movie.gif') no-repeat left center;
	margin: 0;
	left:105px;
	text-align: left;
	font-size:12px;
	padding-left: 23px;
	color: #000099;	
	text-decoration: none;
	clear:both
}
#content05 {
	float:right;
	background: url('../image/p4.jpg') no-repeat center;
	width: 750px;
	height:1061px;
	margin-top: 0px;
	text-align:left;
}
#laser_header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 120px;
	background: #ffffff;
	text-align:center;
}
#laser_logo {
	position: relative;
	left: 20px;
	top: 70px;
	margin: 0;
}
#laser_around {
	position: relative;
	margin :10px auto 10px 10px;
	float: left;
	clear: both;
}


/* jig
---------------------------------------------*/	

#main_laser{
	background: #ffffff;
	
}
#main_laser #jig table {
	margin : 0px 35px 30px auto ;
	width : 700px ;
	font-size: 14px ;
	line-height : 1.8em ;
	text-align : center ;
	border:solid #999 ;
	border-width:0 1px 1px 0;
	clear: both;	
 }

#main_laser #jig table th{
	padding : 7px 8px ;
	font-weight :400 ;
	border-left:solid #999 ;
	border-right:solid #999 ;
	border-width: 1px 0 0 1px }
	
#main_laser #jig table th img{
	margin-top : 6px;
	margin-bottom: 20px;
 }
#main_laser #jig table th.txt{
	text-align: left;
 }
#main_laser #jig table th.bgcolor_green{
	background-color: #c3d1e5;
	font-weight: bold;
 }

#main_laser #jig table td{
	padding : 8px 10px ;
	color : #333 ;
	border-top:solid #999 ;
	border-left:solid #999 ;
	border-right:solid #999 ;
	border-width: 1px 0 0 1px }

#main_laser #jig table tr.selbg {
	background-color : #f1f1f1 ;}

#main_laser #jig table td span { font-weight:600; }
	
#main_laser #jig table tr.tri {
	background-color : #e6e6fa;}
	
#main_laser #jig table tr.tri02 {
	background-color : #fff0f5;}
#main_laser #jig table tr.tri03 {
	background-color : #ffefd5;}
	
#primary #main_laser .service-main-midasi{
	margin:10px auto 10px 20px;

	}
#main_laser #jig a:link{
	color:#336699;
}
#main_laser #jig a:hover {
	color: #000000;
	background-color: #BDD1EF;
}
#main_laser #jig a:visited {
	color: #333366;
}
/* 基本設定
---------------------------------------------*/	
.clLeft {
	clear: left;
}

.clRight {
	clear: right;
}

.flLeft {
	float: left !important;
}

.flRight {
	float: right !important;
}

img.flLeft {
	float: left !important;
	margin-right: 10px;
}

img.flRight {
	float: right !important;
	margin-left: 10px;
}

.alLeft {
	text-align: left !Important;
}

.alCenter {
	text-align: center !Important;
}

.alRight {
	text-align: right !Important;
}

.valTop {
	vertical-align: top;
}

.valMid {
	vertical-align:middle;
}

.valBtm {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

.mt0 {
	margin-top: 0px !Important;
}

.mt5 {
	margin-top: 5px !Important;
}

.mt10 {
	margin-top: 10px !Important;
}

.mt15 {
	margin-top: 15px !Important;
}

.mt20 {
	margin-top: 20px !Important;
}

.mt30 {
	margin-top: 30px !Important;
}

.mt40 {
	margin-top: 40px !Important;
}

.mr0 {
	margin-right: 0px !Important;
}

.mr5 {
	margin-right: 5px !Important;
}

.mr10 {
	margin-right: 10px !Important;
}

.mr15 {
	margin-right: 15px !Important;
}

.mr20 {
	margin-right: 20px !Important;
}

.mb0 {
	margin-bottom: 0px !Important;
}

.mb5 {
	margin-bottom: 5px !Important;
}

.mb10 {
	margin-bottom: 10px !Important;
}

.mb15 {
	margin-bottom: 15px !Important;
}

.mb20 {
	margin-bottom: 20px !Important;
}

.mb50 {
	margin-bottom: 20px !Important;
}

.ml0 {
	margin-left: 0px !Important;
}

.ml5 {
	margin-left: 5px !Important;
}

.ml10 {
	margin-left: 10px !Important;
}

.ml15 {
	margin-left: 15px !Important;
}

.ml20 {
	margin-left: 20px !Important;
}

.pb10 {
	padding-bottom: 10px !Important;
}

.pr0 {
	padding-right: 0px !Important;
}

/* clearfix */
.option .option2 ul:after,.pkg:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.option .option2 ul,.pkg{ display: inline-block; }

/* no ie mac \*/
* html .option .option2 ul,* html .pkg{ height: 1%; }
.option .option2 ul,.pkg{ display: block; }
/* */
/* @end */
