@charset "utf-8";

/*cssハックここから*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*IE7とMAC版IE5向けの対策*/
.clearfix { display: inline-block; }

/* Hides from IE5-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE5-mac*/

a:visited {
	color: #660099;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*　全ページ共通装飾項目　*/

img {
	border:none;
}

.top_logo {
	margin: 0px;
	position: absolute;
	left: 50px;
	top: 4px;
}

.torikeshi {
	text-decoration: line-through;
}

.red {
	color: #F00;	
}

.right {
	text-align: right;	
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.b-margin {
	margin-bottom:20px;
}

/*　ページ構成要素　*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/back.jpg) repeat-y;
}

#wrapper {
	padding: 0px;
	height: auto;
	width: 800px;
	margin: 4px auto 0px 50px;
	color: #333;
	text-align: center;
}

address {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
	color: #666;
}

/*　ヘッダートップロゴ　*/
.top_logo {
	position: absolute;
	left: 50px;
	top: 4px;
		
}

/*　ヘッダー企業コピー　*/
#header h1 {
	font: 0.8em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 20px;
	letter-spacing: 0.2em;
	left: 200px;
}

/*　ヘッダーメニュー　*/
#header ul {
	font: 0.7em "ＭＳ ゴシック", "Osaka－等幅";
	list-style: none;
	position: absolute;
	top: 20px;
	left: 342px;
	display: inline;
}
#header li {
	display: inline;
	color: #333;
	padding-right: 0px;
	padding-left: 0px;
}
.navi_margin {
	margin-top: 54px;
	width: 800px;
}
#navi {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
}


/*　トップフラッシュイメージ　*/
#wrapper #top_image {
	height: 260px;
	width: 800px;
	margin-top: 54px;
}


/*　パンくずリスト　*/
#topic_path {
	font-size: 0.8em;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*　グローバルナビ　*/
/*　プルダウンメニュー追加
#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#globalNavi	{
	position:relative;
}
#globalNavi li	{
	float:left;
	position:relative;
}
#globalNavi ul {
	width: 160px;
	position: absolute;
	top: 30px;
	display: none;
}

/* 追加項目
-----------------------------------------------------------
#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
display:none;
}
*/

/* グローバルナビメインメニュー */
#globalNavi ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}

/* サブメニュー1段目 */
#globalNavi ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}

/* サブメニュー2段目以降 */
#globalNavi ul ul ul {
   top:0;
   left:100%;
}

/* リスト */
#globalNavi li {
   float:left;
}

#globalNavi li li {
   clear:both;
}

#globalNavi li:hover {
   position:relative;
}

#globalNavi li:hover > ul {
   display: block
}

/* IE6用 */
* html #globalNavi li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #globalNavi li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #globalNavi li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#globalNavi .column1 {position:relative;}
#globalNavi .column1 ul {display:block;}
#globalNavi .column1 * ul {display:none;}

#globalNavi .column2 {position:relative;}
#globalNavi .column2 ul {display:block;}
#globalNavi .column2 * ul {display:none;}

#globalNavi .column3 {position:relative;}
#globalNavi .column3 ul {display:block;}
#globalNavi .column3 * ul {display:none;}

/* グローバルナビゲーション */
#globalNavi li {
	line-height:1.6em;
	text-align: center;
}

#globalNavi li li {
   text-align: left;
}

#globalNavi li a{
	display: block;
	width:auto;
	text-decoration:none;
	color:#333;
	padding:0;
}

#globalNavi li:hover {
   background:#7BBA10;
   color:#333;
}

#globalNavi .column1, #menu .column2, #menu .column3 {
   color:#333;
   background:#7BBA10;
}

#globalNavi {
	width: 800px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 30px;
}

/*　フッター　*/
#wrapper #footer {
	background: url(../images/copyright_back.jpg) repeat-x;
	height: 50px;
	width: 100%;
}

/* 更新情報　*/
#information {
	height: auto;
	width: 500px;
	margin: 0px;
	float: left;
	padding-top: 0px;
}
#information img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #999;
}

/*　ＲＳＳフィード　*/
#rss img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #999;
}

#contents #rss {
	float: right;
	height: auto;
	width: 270px;
	padding-top: 10px;
}

#feeds {
	height: 110px;
	width: 270px;
	margin-top: 0px;
	margin-left: 0px;
}

.rss-title {
	display: none;
}
.rss-items,
.side {
	background: none;
	color: #444444;
	_font-size: 9px;
	text-align: left;
	padding-left: 15px;
	margin: 10 0 10 5;
	padding-bottom: 8px;
	padding-top: 8px;
	list-style: none;
	font: normal 0.75em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* サイドメニュー　*/
#side_menu {
	float: left;
	height: auto;
	width: 160px;
	display: inline;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#side_menu h1 {
	font-size: 0.8em;
	width: 140px;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0px;
	background: url(../images/sidemenu_back.jpg) no-repeat;
	border: 1px solid #CCC;
	padding: 5px 5px 5px 20px;
}

#side_menu .navi	{
	width: 150px;
	padding: 0px;
	margin: 0px 0px 20px;
}

#side_menu .navi li	{
	list-style: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
}
#side_menu .navi li a	{
	display: block;
	width: 140px;
	padding: 5px 5px 5px 0px;
	color: #333;
	font-size: 0.8em;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 150%;
	text-decoration: underline;
}
#side_menu .navi li a:hover	{
	background: url(../image/navi_on.jpg) no-repeat top left;
	padding: 5px 5px 5px 0px;
	text-decoration: underline;
	color: #999;
}
#side_menu .qa_navi	{
	width: 150px;
	padding-left: 0px;
	display: inline;
}

#side_menu .qa_navi li	{
	border-bottom: solid 1px #D1D1D1;
	list-style: none;
}

#side_menu .qa_navi li a	{
	display: block;
	width: 150px;
	padding: 5px 5px 5px 0px;
	text-decoration: underline;
	color: #333;
	font-size: 0.8em;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 150%;
}

/*　メインコンテンツ　*/
#main_contents {
	float: right;
	width: 620px;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	display: inline;
}

#main_contents h1 {
	margin-top: 0px;
	margin-bottom: 20px;
}

#main_contents h2 {
	margin-left: 15px;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font: 0.85em/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#main_contents h3 {
	font: normal 0.75em/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

#main_contents h4 {
	font: bold normal 0.75em/130% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top: 1px solid #900;
	padding-top: 10px;
}

#main_contents h5 {
	font: normal 0.75em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	letter-spacing: 0.1em;
	margin: 5px 0px 5px 5px;
}

.top_page {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*　企業技術紹介ページ用　*/

#co-gijutu dl {
	clear: both;
	height: 120px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 620px;
	margin-right: 0px;
}

#co-gijutu dt {
	background: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: bold 0.8em/140% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	letter-spacing: 0.2em;
	border-left: 5px solid #333;
	margin-bottom: 10px;
	width: 490px;
}

#co-gijutu dd {
	font: 0.75em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

#co-gijutu img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

/*　各製品紹介ページ用　*/

.spec h5{
	font-size: 0.75em;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	
}

#products {
	float: right;
	width: 620px;
	text-align: left;
	margin-right: 0px;
}

#products #copy {
	margin-bottom: 10px;
	clear: both;
}

.copyheight_auto {
	height: auto;
}
.copyheight_110 {
	height: 110px;
}

#products .spec caption {
	background: #CCC;
	width: 620px;
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

#products dt {
	background: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font: bold 0.8em/140% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	letter-spacing: 0.2em;
	border-left: 5px solid #333;
	margin-bottom: 10px;
	width: 490px;
}

#products dd {
	font: 0.75em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

#products #copy img {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}


/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
th, td	{
	padding: 5px 10px;
}


/* サンプル2
----------------------------------------------------------- */
.spec th	{
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background: #DAE2F3;
}
.spec td	{
	border-bottom: 1px solid #999;
}

/*　各製品紹介ページ用　*/

#products h1 {
	font-size: 1em;
	text-align: right;
	letter-spacing: 0.2em;
	float: right;
	width: 300px;
	height: auto;
	line-height: 130%;
}
#products h2 {
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: right;
	font-weight: bold;
	float: right;
	width: 300px;
	clear: both;
	margin-bottom: 5px;
	line-height: 120%;
}
.products_top img {
	float: left;
	margin: 0px;
	border: 1px solid #333;
}
#products h3 {
	font-weight: normal;
	text-align: right;
	font-size: 0.8em;
	padding: 5px 40px;
	width: auto;
	float: right;
	margin-top: 5px;
	letter-spacing: 0.2em;
	clear: both;
	border-bottom: 1px solid #8EA0BD;
	border-top: 1px solid #8EA0BD;
	margin-bottom: 5px;
}

#products p {
	letter-spacing: 0.1em;
	font: 0.8em/150% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#products ul {
	clear: both;
	float: right;
}

#products li {
	font-size: 0.75em;
	text-align: right;
	margin: 10px 0px 0px;
	list-style: square;
}

#mobile_spec {
	display: none;
}

#products #shikakezu {
	height: auto;
	width: 620px;
	margin: 0px 0px 20px;
	clear: both;
}
#shikakezu img {
	margin-bottom: 20px;
	margin-left: 10px;
}

#shikakezu h1 {
	background: #D9EEFF;
	height: 20px;
	width: 620px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #001F2F;
	border-bottom: 1px solid #001F2F;
}
#shikakezu p {
	font: normal 0.75em/180% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 350px;
	float: left;
	text-align: justify;
}

#movie {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

/*　各カテゴリー別製品一覧ページ用　*/

#seihin {
	width: 620px;
	height: 130px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#seihin img {
	float: left;
	margin-right: 10px;
}
#seihin h1 {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
#seihin h2 {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 130%;
}
#seihin h3 {
	font-size: 0.75em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.seihin {
	width: 620px;
	height: 130px;
	border: 1px solid #999;
	margin-bottom: 10px;
}
.seihin img {
	float: left;
	margin-right: 10px;
}
.seihin dt {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-right: 10px;
}
.seihin dd {
	font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*　インフォメーション　Ｑ＆Ａコーナー用　*/

.qa h1 {
	font-size: 0.9em;
	line-height: 150%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;
	text-align: left;
	background: #E9F0F3;
}

.qa h2 {
	font-size: 0.8em;
	line-height: 150%;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

/*　イベント案内ページ用　*/

.event dt {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #066;
	margin-bottom: 10px;
}

.event dd {
	font-size: 0.75em;
	line-height: 150%;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*　問い合わせフォームページ用　*/

.toiawase th {
	background-color:#EFEFEF;
	border-left:3px solid #3A475C;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	padding:10px;
	text-align:left;
	width:30%;
}

.toiawase td {
	background-color:#FFFFFF;
	color:#333333;
	font-size:12px;
	line-height:12px;
	padding-bottom:10px;
	padding-left:5px;
	padding-top:10px;
	width:auto;
	text-align: left;
}
