@charset "UTF-8";

/* --- タイプ3 デザイン1 --- */


/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0; /* 全体の背景色 */
	color: #404040; /* 全体の文字色 */
	font-size: 12px; /* 全体の文字サイズ */
	line-height: 12px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}

/* --- 全体のリンクテキスト --- */
a:link {
	color: #004e55;
	text-decoration: none;
}
a:visited {
 color: #004e55;
 text-decoration: none;
}
a:hover {
 color: #aaaaaa;
 text-decoration: underline;
}
a:active {
 color: #004e55;
 text-decoration: none;
}

.even_row {
background-color: #ddd;
}

/* --- コンテナ --- */
#container {
/*
	width: 990px;
	padding:0 5px;
*/
	width: 1000px;
	padding:0;
	margin: 0 auto; /* センタリング */
	background-color: #FFFFFF; /* コンテナの右境界線 */
}

/* --- ページ --- */
#page {
width: 980px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}


/* --- ▼ヘッダ内の設定開始 --- */

/* --- ヘッダ --- */
#header {
/*position: relative;*/ /* 相対配置（ガイドメニューのために設定） */
width: 100%; /* IE 6のために幅の指定が必要 */
margin: 0 0 10px; /* ヘッダのマージン（上、左右、下） */
padding: 10px 0 0; /* ヘッダのパディング（上、左右、下） */
}

/* --- サイトタイトル --- */
#header h1.siteTitle,
#header p.siteTitle {
margin: 0 0 0px; /* サイトタイトルのマージン（上、左右、下） */
font-size: 200%; /* サイトタイトルの文字サイズ */
}
/* サイトタイトルの画像 */
#header h1.siteTitle img,
#header p.siteTitle img {
border: none;
}

/* --- キャッチフレーズ --- */
#header p.catch {
margin: 0 0 10px; /* キャッチフレーズのマージン（上、左右、下） */
}
#header p.catch strong {
font-weight: normal; /* 文字の太さ（ノーマル） */
}

div#header .siteTitle {
float: left;
}
div#header div#header_right_top {
float: right;
margin-top: 0px;
}
div#header div#header_right_top ul.guide {
margin-top: 3px;
}
div#header div#header_right_top li.first {
line-height: 1.4;
display: block;
padding-right: 0px;
}
div#header div#header_right_top #guest_text{
font-weight: bold;
font-size: 1.2em;
}

/* --- Google検索 --- */
div#header form {
text-align: right;
/*
position: absolute;
top: 15px;
right: 9px;
*/
}
#header form input {
vertical-align: bottom;
}
#header form input#google_search_text {
background-image: url('../image/google_custom_search_watermark.gif');
background-repeat: no-repeat;
background-position: left center;
border-width: 1px
margin-top: -1px;
width: 200px;
}

/* Google検索 Ver.2 */
#gse_area {
  height: 23px;
}
#___gcse_0 {
  width: 400px;
  padding-left: 160px;
}
#___gcse_0 td.gsc-search-button, #org_gse_area td.gsc-search-button {
  width: 56px;
  height: 21px;
/*  background-image:url('/image/google_search_button.gif');*/
  background-repeat: no-repeat;
  padding: 0;
  line-height: 0;
/*  border-left: 10px solid #FFFFFF;*/
}
#___gcse_0 input.gsc-search-button, #org_gse_area input.gsc-search-button {
  width: 56px;
  height: 21px;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#org_gse_area table.org_gse_table {
  margin-left: 11px;
}
#org_gse_area td.gsc-input {
  width: 648px;
}
#___gcse_0 input.gsc-input {
  height: 19px !important;
}
#org_gse_area input.gsc-input {
  height: 19px;
  padding: 0px 9px;
  margin-top: -1px;
  width: calc(100% - 20px);
}
#___gcse_0 div.gsc-input-box {
  height: 21px;
}
#___gcse_0 td#gs_tti50 {
  padding-top: 2px;
  padding-bottom: 0;
}

/* --- ガイドメニュー --- */
#header ul.guide {
	/*position: absolute;*/ /* 絶対配置 */
	/*top: 40px;*/ /* 上からの距離 */
	/*right: 9px;*/ /* 右からの距離 */
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 560px;
	line-height: 24px;
	text-align: right;
}
/* メニュー項目 */
#header ul.guide li {
display: inline;
padding: 0 4px 0 8px; /* 項目のパディング（上右下左） */
background: url(../image/menu_line_gray.gif) no-repeat left; /* 項目の背景（区切り線） */
}
/* 最初の項目 */
#header ul.guide li.first {
background: none; /* 区切り線なし */
}

/* --- オープニングエリア（トップページ） --- */
#header div.opening {
margin-bottom: 2px; /* オープニングエリアの下マージン */
}
/* オープニングエリア内の見出し */
#header div.opening h2 {
margin: 0;
}

/* --- ヘッダメニュー --- */
#header ul.nl {
width: 980px; /* メニューの幅（ページの幅から2px引いた値） */
margin: 0;
padding: 0;
background: #847b65 url(../image/hor_menu8_off.gif) repeat-x top; /* ヘッダメニューの背景 */
background-position: center;
border-top: 1px solid #7d735f; /* ヘッダメニューの境界線（太さ、スタイル） */
border-bottom: 1px solid #cbc0a7; /* ヘッダメニューの境界線（太さ、スタイル） */
list-style-type: none;
text-align: center;
}
/* メニュー項目 */
#header ul.nl li {
width: 139px; /* 項目の幅 */
float: left;
line-height: 100%;
}
#header ul.nl li.main_menu {
border-right: 1px solid #3f6d7d;
}
/* リンクエリア */
#header ul.nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 10px 2px; /* リンクエリアの境界線色（上右下左） */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff;
	text-decoration: none;
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li a:hover,
#header ul.nl li.active a {
	color: #fdf8e9; /* ポイント時（アクティブ時）の文字色 */
	background-image: url(../image/hor_menu8_on.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-decoration: none;
}

/* --- メガメニュー --- */
#header ul#main_menu_ul div {
font-weight: bold;
font-size: 1.1em;
margin: 0 5px;
}
#header ul#main_menu_ul .outer_menu_ul {
width: auto;
margin: 0;
/*padding: 0;*/
padding: 10px;
text-align: left;
list-style-type: none;
}
#header ul#main_menu_ul .outer_menu_li {
float: left;
margin: 0;
padding: 0;
font-size: 12px;
}
#megamenu_content6 .outer_menu_li, #megamenu_content7 .outer_menu_li {
list-style-image: url('../image/side_list_style.gif');  
}
#header ul#main_menu_ul #megamenu_content1 .outer_menu_li {
width: 33%;
}
#header ul#main_menu_ul #megamenu_content4 .outer_menu_li {
width: 50%;
}
#header ul#main_menu_ul .inner_menu_ul {
margin: 5px 5px 30px 20px;
line-height: 1.4;
width: auto;
list-style-image: url('../image/side_list_style.gif');  
}
#header ul#main_menu_ul .inner_menu_ul li {
line-height: 1.4;
margin: 0px;
padding: 0px;
width: auto;
float: none;
margin-left: -40px;
}
#header ul#main_menu_ul .outer_menu_li a {
display: inline;
padding: 0;
font-weight: normal;
color: #004e55;
text-decoration: none;
}
#header ul#main_menu_ul .outer_menu_li a:hover {
color: #aaaaaa;
background-image: none;
text-decoration: underline;
}
/* リンクエリア */
#header ul#main_menu_ul .outer_menu_li .category a {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	line-height: 1;
	color: #404040;
	padding: 0;
}
/* ポイント時とアクティブ時の設定 */
#header ul#main_menu_ul .outer_menu_li .category a:hover {
	color: #aaaaaa; /* ポイント時（アクティブ時）の文字色 */
	background-image: none;
	text-decoration: underline;
	
}

#header ul#main_menu_ul .item {
font-size: 12px;
text-align: left;
}
#header ul#main_menu_ul .item a {
color: #004e55;
background-image: none;
line-height: 1.4;
font-weight: normal;
padding: 0;
text-decoration: none;
}
#header ul#main_menu_ul .item a:hover {
color: #aaaaaa;
text-decoration: underline;
}
.megamenu_content {
display: none;
}
#header ul#main_menu_ul div#megamenu_content1 {
width: 700px;
}
#header ul#main_menu_ul div#megamenu_content2 {
width: 885px;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column1 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column2 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column3 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column4 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_column ul {
width: 100%;
margin: 0 0 10px 10px;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_column li {
width: 100%;
float: none;
line-height: 1.4;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_title {
font-size: 14px;
text-align: left;
margin: 0 0 10px -10px;
background-image: url('../image/header_line2.gif');
background-repeat: repeat-x;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_title span {
background-color: #e6ecec;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_table {
width: 100%;
display: table;
margin-left: -5px;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_column {
display: table-cell;
width: 33%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column2_1 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column2_2 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column2_3 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 #megamenu_content2_column2_4 {
width: 25%;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_column .child_li {
margin-left: 10px;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_content2_column div.category {
font-size: 12px;
font-weight: bold;
text-align: left;
margin: 10px 0 5px 0;
}

#header ul#main_menu_ul div#megamenu_content2 .megamenu_solution {
width: 47%;
float: left;
margin-bottom: 10px;
padding: 10px 5px;
}
#header ul#main_menu_ul div#megamenu_content2 .megamenu_solution_right {
float: right;
}

#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column ul {
width: 100%;
margin: 0 0 20px 10px;
}
#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column li {
width: 100%;
float: none;
line-height: 1.4;
}
#header ul#main_menu_ul div#megamenu_content3 {
width: 490px;
}
#header ul#main_menu_ul div#megamenu_content3 #megamenu_content3_table {
width: 100%;
display: table;
}
#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column {
display: table-cell;
}
#header ul#main_menu_ul div#megamenu_content3 #megamenu_content3_column1 {
width: 38%;
}
#header ul#main_menu_ul div#megamenu_content3 #megamenu_content3_column2 {
width: 35%;
}
#header ul#main_menu_ul div#megamenu_content3 #megamenu_content3_column3 {
width: 27%;
}
#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column div.category {
font-size: 12px;
font-weight: bold;
text-align: left;
margin: 10px 0 5px 0;
}
#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column ul {
width: 100%;
margin: 0 0 20px 10px;
}
#header ul#main_menu_ul div#megamenu_content3 .megamenu_content3_column li {
width: 100%;
float: none;
line-height: 1.4;
}

#header ul#main_menu_ul div#megamenu_content4 {
width: 430px;
}
#header ul#main_menu_ul div#megamenu_content6 li {
float: none;
width: 100%;
line-height: 1.5;
}
#header ul#main_menu_ul div#megamenu_content7 li {
float: none;
width: 100%;
line-height: 1.5;
}
.megamenu_content2_column .item, .megamenu_content3_column .item {
background: url('../image/side_list_style.gif') no-repeat left center;
padding-left: 10px;
}
.topic_column .item {
background: url('../image/side_list_style.gif') no-repeat left center;
padding-left: 10px;
}

/* リンクエリア */
#header ul.nl li .category a {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	line-height: 1;
	color: #404040;
	padding: 0;
}
/* ポイント時とアクティブ時の設定 */
#header ul.nl li .category a:hover,
#header ul.nl li.active .category a {
	color: #aaaaaa; /* ポイント時（アクティブ時）の文字色 */
	background-image: none;
	text-decoration: underline;
	
}



/* --- 注目情報（トップページ） --- */
#header ul.spotlight {
margin: 2px 0 0; /* 注目情報のマージン（上、左右、下） */
padding: 6px; /* 注目情報のパディング */
background-color: #4d4d4d; /* 注目情報の背景色 */
list-style-type: none;
text-align: center;
}
/* リスト項目 */
#header ul.spotlight li {
display: inline;
padding: 0 25px 0 11px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle2.gif) no-repeat 0 0.2em; /* 項目の背景（マーカー） */
line-height: 100%;
}
/* リンクエリア */
#header ul.spotlight li a {
color: #f0f0f0; /* リンクの文字色 */
}

/* --- トピックパス（下層ページ） --- */
#header ol.topicPath {
margin: 0;
padding: 7px 2px; /* トピックパスのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 solid; /* トピックパスの下境界線 */
list-style-type: none;
}
/* リスト項目 */
#header ol.topicPath li {
display: inline;
}
/* リンクエリア */
#header ol.topicPath li a {
padding-right: 12px; /* リンクエリアの右パディング */
background: url(../image/topic_path_gray.gif) no-repeat right; /* リンクエリアの背景（区切り記号） */
}

/* --- 罫線 --- */
#header hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲ヘッダ内の設定終了 --- */


/* --- ▼コンテンツ内の設定開始 --- */

/* --- コンテンツ（3カラム用） --- */
#content {
	float: left;
	width: 730px; /* コンテンツの幅 */
	margin-bottom: 10px; /* コンテンツの下マージン */
}


/* --- ▼メインカラム内の設定開始 --- */

/* --- メインカラム --- */
/* --- （2カラム用） --- */
#main {
float: left;
width: 680px; /* メインカラムの幅 */
margin-bottom: 10px; /* メインカラムの下マージン */
}
/* --- （3カラム用） --- */
#content #main {
	float: right; /* （上書き） */
	width: 730px; /* メインカラムの幅（上書き） */
	margin-bottom: 0px; /* メインカラムの下マージン（上書き） */
}

/* --- ページタイトル（下層ページ） --- */
/* 見出しエリア */
#main div.pageTitle {
padding: 7px 10px; /* 見出しエリアのパディング（上下、左右） */
background: #4d4d4d url(../image/heading_back6.gif) repeat-x top; /* 見出しエリアの背景 */
}
/* --- （2カラム用） --- */
#main div.pageTitle {
margin: 0 15px 15px 0; /* 見出しエリアのマージン（上右下左） */
}
/* --- （3カラム用） --- */
#content #main div.pageTitle {
margin: 0 15px 15px; /* 見出しエリアのマージン（上書き） */
}
/* 見出し */
#main div.pageTitle h1 {
margin: 0;
font-size: 150%; /* 見出しの文字サイズ */
color: #f0f0f0; /* 見出しの文字色 */
line-height: 100%;
}

/* --- セクション（共通設定） --- */
/* --- （2カラム用） --- */
#main div.section {
margin: 0 15px 10px 0; /* セクションのマージン（上右下左） */
}
/* --- （3カラム用） --- */
/*
#content #main div.section {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1.4em;
	margin-left: 10px;
}
*/
/* --- 標準セクション --- */
#main #information {
margin: 0 16px 8px 0; /* 見出しエリアのマージン（上、左右、下） */
padding: 7px 8px 6px; /* 見出しエリアのパディング（上、左右、下） */
background-color: #0394a5;
color: #ffffff;
}
#main #information h2 {
margin: 0;
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
#main #information a {
color: #ffffff;
}
#main #information a:hover {
color: #dddddd;
}
#main #information #list_links {
text-align: right;
margin: -13px 0 2px 0;
}

/* 見出しエリア */
#main div.normal div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 6px 8px 5px; /* 見出しエリアのパディング（上、左右、下） */
background: #f9f9f9 url(../image/heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: 1px #c0c0c0 solid; /* 見出しエリアの境界線 */
}
/* 見出し */
#main div.normal div.heading h2 {
margin: 0;
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#main div.normal p {
margin: 0 5px 1em; /* 段落のマージン（上、左右、下） */
line-height: 160%; /* 行の高さ */
}

#other_menu {
margin-left: 10px;
line-height: 1.3;
}

/* --- 強調セクション --- */
#main div.emphasis {
padding: 1.3em 15px 0.5em; /* セクションのパディング（上、左右、下） */
background: #f0e7ce url(../image/emphasis_back4.gif) repeat-x top; /* セクションの背景 */
border: 1px #c0c0c0 solid; /* セクションの境界線 */
}
 /* 見出し */
#main div.emphasis h2 {
	margin: 0 0 0.8em; /* 見出しのマージン（上、左右、下） */
	font-size: 130%; /* 見出しの文字サイズ */
	color: #33797e; /* 見出しの文字色 */
}
 /* 段落 */
#main div.emphasis p {
margin: 0 0 1em; /* 段落のマージン（上、左右、下） */
line-height: 150%; /* 行の高さ */
}

/* --- トピックス（タブボックス） --- */
/* タブエリア */
#main ul.tabs {
width: 713px; /* タブエリアの幅 */
margin: 0;
padding: 0;
background: #f9f9f9 url(../image/tab_gen.gif) repeat-x top; /* タブエリアの背景 */
border: 1px #c0c0c0; /* タブエリアの境界線（太さ、色） */
border-style: solid solid none; /* タブエリアの境界線スタイル（上、左右、下） */
list-style-type: none;
}
#main ul.tabs li {
position: relative;
z-index: 1;
width: 25%; /* タブの幅 */
margin-bottom: -1px; /* タブの下マージン */
text-align: center;
line-height: 100%;
float: left;
background-color: #0394a5;
}
/* 最初の項目と最後の項目 */
#main ul.tabs li.first,
#main ul.tabs li.last {
width: 25%; /* タブの幅（上書き） */
}
/* リンクエリア */
#main ul.tabs li a {
display: block;
position: relative; /* IE6用 */
padding: 7px 2px 6px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #0394a5 solid; /* リンクエリアの右境界線 */
outline: none; /* アウトライン（なし） */
color: #ffffff;
}
/* ポイント時の設定 */
#main ul.tabs li a:hover {
text-decoration: none; /* テキストの下線（あり） */
color: #dddddd;
}
/* 最後のリンクエリア */
/* タブを幅いっぱいに並べる場合は次の設定を有効にする（現在有効になっています） */
/* 幅いっぱいに並べない（右側に余白が残る）場合は次の設定を削除する */
#main ul.tabs li.last a {
border-right: none; /* 右境界線なし */
}

/* --- アクティブなタブ --- */
#main ul.tabs li.active {
z-index: 3;
background-color: #e6ecec; /* アクティブタブの背景 */
font-weight: bold; /* 太字 */
}
#main.products ul.tabs li.active, #main.solution ul.tabs li.active {
z-index: 3;
background: #ffffff url(../image/tab_act.gif) repeat-x top; /* アクティブタブの背景 */
font-weight: bold; /* 太字 */
}
#main ul.tabs li.active a {
color: #000000; /* アクティブタブの文字色 */
}
/* ポイント時の設定 */
#main ul.tabs li.active a:hover {
text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
#main div.topicArea {
position: relative;
z-index: 2;
overflow: auto; /* はみ出た場合はスクロールで表示 */
padding: 10px 0px 0; /* 本文領域のパディング（上、左右、下） */
}
#main div.topicArea.top {
background-color: #e6ecec; /* 本文領域の背景色 */
border: 1px #c0c0c0 solid; /* 本文領域の境界線 */
}
#main div.topicArea.products {
background-color: #ffffff; /* 本文領域の背景色 */
border: 1px #c0c0c0 solid; /* 本文領域の境界線 */
}
#main div.topicArea div.topic {
padding-top: 0.7em; /* JavaScriptがオフの場合の設定 */
border-bottom: 1px #c0c0c0 solid; /* JavaScriptがオフの場合の設定 */
}
#main div.topicArea div.topic div.inner_topic {
  padding: 10px;
}
/* 段落 */
#main div.topics div.topicArea p {
margin: 0 0 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}
/* リストエリア（このサンプルでは「タブ説明4、5」） */
#main div.topics div.topicArea ul {
margin: 0 0 0.7em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#main div.topics div.topicArea ul li {
line-height: 120%; /* 行の高さ */
}

/* --- 製品検索タブ 「製品カテゴリから探す」--- */
#main div.topicArea div#topic1 div.category {
font-weight: bold;
font-size: 1.1em;
margin: 0 10px;
}
#main div.topicArea div#topic1 .outer_menu_li {
float: left;
width: 33%;
margin: 0;
padding: 0;
}
#main div.topicArea div#topic1 .inner_menu_ul {
margin: 5px 5px 10px 23px;
line-height: 1.4;
list-style-image: url('../image/side_list_style.gif');  
}
#main div.topicArea div#topic1 .inner_menu_ul li {
line-height: 1.4;
}

/* --- 製品検索タブ 「業種から探す」--- */

/* --- 製品検索タブ 「用途から探す」--- */
#main div.topics div.topicArea div.topic_table {
display: table;
width: 100%;
margin: 0 0 10px 0;
}
#main div.topics div.topicArea .topic_column {
display: table-cell;
}
#main div.topics div.topicArea #topic_column2_1 {
width: 33%;
}
#main div.topics div.topicArea #topic_column2_2 {
width: 33%;
}
#main div.topics div.topicArea #topic_column2_3 {
width: 33%;
}
#main div.topics div.topicArea #topic_column3_1 {
width: 33%;
}
#main div.topics div.topicArea #topic_column3_2 {
width: 33%;
}
#main div.topics div.topicArea #topic_column3_3 {
width: 33%;
}
/*
#main div.topics div.topicArea .topic_column div {
font-weight: bold;
font-size: 1.1em;
margin: 0 10px;
}
*/
#main div.topics div.topicArea .topic_column div.category {
font-weight: bold;
font-size: 1.1em;
margin: 12px 10px 6px 10px;
}
#main div.topics div.topicArea .topic_column div.item {
font-size: 1em;
margin-left: 13px;
line-height: 1.4;
}
#main div.topics div.topicArea .topic_column ul {
margin: 5px 5px 10px 20px;
}
#main div.topics div.topicArea .topic_column li {
line-height: 1.4;
}
#main div.topics div.topicArea .topic_column li.child_li {
margin-left: 10px;
}

/* --- 製品検索タブ 「テーマ/キーワードから探す」--- */
#main div.topicArea div#topic4 div.topic4_category {
display: table;
width: 100%;
}
#main div.topicArea div#topic4 div.topic4_category div {
display: table-cell;
font-weight: bold;
font-size: 1.1em;
margin: 0 10px;
padding: 5px 0 0 5px;
width: 100px;
vertical-align: top;
line-height: 1.3;
}
#main div.topicArea div#topic4 div.topic4_category ul {
display: table-cell;
padding: 5px 0;
}
#main div.topicArea div#topic4 div.topic4_category li {
width: 33%;
float: left;
}
#main div.topicArea div#topic4 input#keyword {
width:300px;
}

/* 写真の配置（このサンプルでは「タブ説明5」） */
/* 写真エリア（右ボックス） */
#main div.topics div.topicArea div.catch {
float: right;
width: 150px; /* 写真エリアの幅 */
margin-bottom: 0.7em; /* 写真エリアの下マージン */
padding-top: 5px; /* 写真エリアの上パディング */
background-color: #f9f9f9; /* 写真エリアの背景色 */
border: 1px #c0c0c0 solid; /* 写真エリアの境界線 */
text-align: center;
}
#main div.topics div.topicArea div.catch p {
margin: 0 10px 5px; /* キャプションのマージン（上、左右、下） */
}
#main div.topics div.topicArea div.catch img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* テキストエリア（左ボックス） */
#main div.topics div.topicArea div.text {
margin-right: 165px; /* テキストエリアの右マージン（「写真エリアの幅」に15px加えた値） */
}

/* --- 新着情報（トップページ） --- */
#main div#update_box {
display: table;
border-collapse: separate;
border-spacing: 10px 0;
margin-left: -10px;
}
#main div.update {
padding-bottom: 15px; /* セクションの下パディング */
/*border: 1px #c0c0c0 solid;*/ /* セクションの境界線 */
width: 352px;
display: table-cell;
margin-left: 30px;
}
#main div.update .update_list_link{
text-align: right;
margin: -13px 0 2px 0;
}
/* 見出しエリア */
#main div.update div.heading {
margin: 0 0 0.5em; /* 見出しエリアのマージン（上書き） */
border-style: solid; /* 見出しエリアの境界線スタイル（上書き） */
}
/* 新着情報エリア */
#main div.update dl {
width: 95%; /* 新着情報の幅 */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー(A)内の設定開始 --- */
/* このサンプルでは左サイドバー（3カラム用） */

/* --- サイドバー(A) --- */
#nav {
	float: left;
	width: 190px; /* サイドバー(A)の幅 */
}

/* --- セクション（共通設定） --- */
#nav div.section {
	margin-bottom: 10px; /* セクションの下マージン */
	padding: 2px; /* セクションの境界線 */
}
/* 見出し */
#nav div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 3px 8px; /* 見出しのパディング（上下、左右） */
font-size: 120%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* 段落 */
#nav div.section p {
margin: 0 5px 0.7em; /* 段落のマージン（上、左右、下） */
line-height: 130%; /* 行の高さ */
}

/* --- 標準セクション（グレー） --- */
#nav div.normal {
background-color: #f9f9f9; /* セクションの背景色 */
}
/* 見出し */
#nav div.normal h2 {
background-color: #e5e5e5; /* 見出しの背景色 */
color: #666666; /* 見出しの文字色 */
}

/* --- サブメニュー --- */
#nav div.subMenu {
}
/* サブメニュー内の見出し */
#nav div.subMenu h2 {
	margin: 0 0 10px; /* 見出しの背景色 */
	color: #333333; /* 見出しの文字色 */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image/hor_menu9_on.gif);
}
/* メニューエリア */
#nav div.subMenu ul.nl {
margin: 0 0 2px; /* メニューエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* メニュー項目 */
#nav div.subMenu ul.nl li {
padding: 0 2px 8px 14px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6.gif) no-repeat 2px 0.15em; /* 項目の背景（マーカー） */
}
/* リンクエリア */
#nav div.subMenu ul.nl li a {
text-decoration: none; /* テキストの下線（なし） */
}
/* ポイント時の設定 */
#nav div.subMenu ul.nl li a:hover {
	text-decoration: underline;
}

/* --- ▲サイドバー(A)内の設定終了 --- */


/* --- 罫線（3カラム用） --- */
#content hr.clear {
clear: right; /* 右フロートのクリア */
width: 100%;
margin: 0;
visibility: hidden; /* 非表示 */
}

/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼サイドバー(B)内の設定開始 --- */
/* このサンプルでは右サイドバー */

/* --- サイドバー(B) --- */
#aside {
	float: right;
	width: 240px; /* サイドバー(B)の幅 */
	margin-bottom: 0px; /* サイドバー(B)の下マージン */
}

/* --- セクション（共通設定） --- */
#aside div.section {
	margin-bottom: 10px; /* サブメニューの背景 */
}
/* 見出し */
#aside div.section h2 {
margin: 0 0 0.7em; /* 見出しのマージン（上、左右、下） */
padding: 8px 8px 5px 8px; /* 見出しのパディング（上右下左） */
font-size: 110%; /* 見出しの文字サイズ */
line-height: 100%;
}
/* ログインボタン、パスワードを忘れた方 */
#aside div.section dd#pass_helper {
padding-top: 7px;
padding-left: 0px;
margin-left: 0px;
}

/* 段落 */
#aside div.section p {
	line-height: 130%; /* 行の高さ */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}

/* --- 標準セクション（グレー） --- */
/* 見出し */
#aside div.normal h2 {
background-color: #e5e5e5; /* 見出しの背景色 */
color: #666666; /* 見出しの文字色 */
}

/* --- 強調セクション1（薄こげ茶） --- */
/* 見出し */
#aside div.emphasis h2 {
	color: #333333; /* 見出しの文字色 */
	background-image: url(../image/heading_back2.gif);
	border: 1px solid #c0c0c0;
}
/* リストエリア */
/* クラス名を変更（strong、normal）することで他のセクションでも使用可能 */
#aside div.emphasis ul {
margin: 0 10px 0.3em; /* リストエリアのマージン（上、左右、下） */
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#aside div.emphasis ul li {
padding: 0 0 8px 15px; /* 項目のパディング（上右下左） */
background: url(../image/menu_triangle6_box.gif) no-repeat 0 0.3em; /* 項目の背景（マーカー） */
line-height: 130%; /* 行の高さ */
}

/* --- 強調セクション2（オレンジ） --- */
#aside div.strong {
}
#aside.top div.strong {
	height: 169px;
}
/* 見出し */
#aside div.strong h2 {
	background-color: #33797e; /* 見出しの背景色 */
	color: #333333; /* 見出しの文字色 */
	background-image: url(../image/heading_back2.gif);
	border: 1px solid #c0c0c0;
}
#login_form #uid, #login_form #pw {
width: 150px;
}
/* 項目内容（写真の配置用） */
/* クラス名を変更（emphasis、normal）することで他のセクションでも使用可能 */
#aside div.strong dl {
/*width: 248px;*/ /* 項目内容の幅（「サイドバー(B)の幅」から22px引いた値） */
margin: 0px auto 3px; /* 項目のマージン（上、左右、下） */
}
/* 写真エリア */
#aside div.strong dl dt {
	width: 70px; /* 写真エリアの幅（掲載する写真の幅+15px程度） */
	float: left;
}
#aside div.strong dl dt img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* キャプションエリア */
#aside div.strong dl dd {
	/* ↑左マージンは「写真エリアの幅」に合わせる */
	line-height: 130%; /* 行の高さ */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 105px;
}

/* --- ピックアップリスト（小豆色） --- */
#aside div.pickup {
}
/* ピックアップリスト内の見出し */
#aside div.pickup h2 {
	margin: 0; /* 見出しの背景色 */
	color: #333333; /* 見出しの文字色 */
	background-image: url(../image/hor_menu9_on.gif);
}
/* リストエリア */
#aside div.pickup ul {
margin: 0;
padding: 0;
list-style-type: none;
}
/* リスト項目 */
#aside div.pickup ul li {
padding: 10px 8px; /* 項目のパディング（上下、左右） */
border-bottom: 1px #b3a98c solid; /* 項目の下境界線 */
}
/* 最後の項目 */
#aside div.pickup ul li.last {
border-bottom: none; /* 最後の項目は下境界線なし */
}
/* 項目内容 */
#aside div.pickup ul dl {
width: 100%;
margin: 0;
}
/* 写真エリア */
#aside div.pickup ul dt {
width: 105px; /* 写真エリアの幅（掲載する写真の幅+15px程度） */
float: left;
}
#aside div.pickup ul dt img {
border: 1px #c0c0c0 solid; /* 写真の境界線 */
}
/* キャプションエリア */
#aside div.pickup ul dd {
margin: 0 0 0 105px; /* キャプションエリアのマージン（上右下左） */
/* ↑左マージンは「写真エリアの幅」に合わせる */
line-height: 130%; /* 行の高さ */
}

/* --- お問い合わせ --- */
#aside div.contact {
padding-bottom: 0.3em; /* セクションの下パディング */
}
/* 段落 */
#aside div.contact p {
margin-bottom: 0.4em; /* 段落の下マージン（上書き） */
}
/* 電話番号 */
#aside div.contact p.tel {
	margin-bottom: 0.1em; /* 段落の下マージン（上書き） */
	font-size: 150%; /* 電話番号の文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #33797e; /* 電話番号の文字色 */
}
/* フォームへのリンク */
#aside div.contact p.form {
width: 14em; /* ボックスの幅（内容（文字数）に合わせて幅を調整してください） */
margin-top: 0.7em; /* 段落の上マージン（上書き） */
padding: 3px; /* 段落のパディング（白フチの幅） */
background-color: #ffffff; /* 段落の背景色（白フチの色） */
border: 1px solid; /* 段落の境界線（太さ、スタイル） */
border-color: #e0e0e0 #cccccc #cccccc #e0e0e0; /* 段落の境界線色（上右下左） */
text-align: center;
line-height: 100%; /* 行の高さ（上書き） */
}
/* リンクエリア */
#aside div.contact p.form a {
	display: block;
	position: relative; /* IE6用 */
	padding: 12px 2px; /* リンクエリアの背景 */
	font-size: 110%; /* リンクエリアの文字サイズ */
	font-weight: bold; /* 文字の太さ（太字） */
	color: #ffffff; /* リンクエリアの文字色 */
	text-decoration: none;
	background-image: url(../image/hor_menu8_on.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ポイント時の設定 */
#aside div.contact p.form a:hover {
	background-position: top;
}

/* --- 罫線 --- */
#aside hr.none {
display: none; /* 表示形式（なし） */
}

/* --- ▲サイドバー(B)内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */

/* --- フッタ --- */
#footer {
clear: both;
padding: 15px 20px 30px; /* フッタのパディング（上、左右、下） */
background-color: #004e55;
color: #bbbbbb;
}
#footer a {
color: #bbbbbb;
}
#footer a:hover {
color: #ffffff;
}
#footer ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#footer .outer_menu_li {
float: left;
width: 20%;
margin: 0;
padding: 0;
}
#footer .column1 {
width: 188px;
}
#footer .column2 {
width: 220px;
}
#footer .column3 {
width: 180px;
}
#footer .column4 {
width: 200px;
}
#footer .column5 {
width: 152px;
}
#footer .menu_title {
font-weight: bold;
font-size: 1.2em;
color: #ffffff;
margin: 0 10px;
}
#footer .inner_menu_ul {
margin: 5px 5px 15px 20px;
line-height: 1.4;
}
#footer .inner_menu_ul {
}
#footer_bottom {
clear: both;
}
#footer_bottom #bottom_menu {
float: left;
}
#footer_bottom #copyright {
float: right;
}

/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- ▲その他の設定終了 --- */

/* ModX用設定 */
.justifyleft  {text-align:left;}
.justifyright {text-align:right;}
img.justifyleft  {float:left; margin-right:10px;margin-bottom:5px;}
img.justifyright {float:right; margin-left:10px;margin-bottom:5px;}

/* 初期状態で非表示にする */
#topic2, #topic3, #topic4 {
display: none;
}

/* トップページのアイキャッチ画像の調整 */
#header h2 {
margin-top: 1px;
padding-top: 0px;
}

#main.other .content_main a {
  text-decoration: underline;
}

/* Google検索 */
.gsc-branding {
  display: none;
}
.gsc-clear-button {
  display: none;
}
#cse-search-form {
  padding-left: 308px;
}
#cse-search-form td.gsc-search-button {
  width: 56px;
  height: 21px;
  background-image:url('/image/google_search_button.gif');
  padding: 0;
  border-left: 10px solid #FFFFFF;
}
#cse-search-form input.gsc-search-button {
  height: 21px;
  opacity: 0;
}
#main .all_download_caution {
  font-weight: bold;
  color: #FF0000;
}

.other a:link {
  color: #0068B7;
}
.other a:visited {
  color: #0068B7;
}

#header .mm-content-base {
    padding: 0;
}