﻿@charset "utf-8";
/* CSS Document */

/*------------------------------ 分類？ ------------------------------*/
/* イメージの枠消し指定 */
a img, a:visited img, a:hover img {
	border:0 !important;
}

/*------------------------------ BODY全体 ------------------------------*/
/* BODY全般 */
body {
	background-color: #FFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

/*------------------------------ 大枠 ------------------------------*/
/* 中央表示の画像用 */
div#window {
	background: #FFF url(../images/background.jpg) repeat-y;
	width:1000px;
	margin:0 auto;
	padding: 0 14px;
	text-align: left;
}

/* 画像の中のヘッダー,ナビ,コンテンツ格納 */
/*
div#hoge {
    background-color: #FFFFFF;
	width:972px;
    margin:0 auto 0 auto;
}
*/

/*------------------------------ ヘッダー  ------------------------------*/
/* ヘッダーの大枠 */
#header-container {
	background: #000 url(../images/header/background.jpg) top left no-repeat;
	width: 972px;
	height: 94px;
	margin: 0;
}

/* ヘッダーのロゴ部分 */
#header-left {
	float: left;
	width: 340px;
}

/* ヘッダーのロゴ以外の部分 */
div#header-right {
	float: right;
	width: 475px;
}

/* USA / Sitemapリンク部分 */
#header-right #header-top {
	float: right;
	margin-top: 6px;
	padding-right: 30px;
	height: 30px;
	font-size: 12px;
	color: #000;
}

/* USA / Sitemapリンク部分のリンク色 */
#header-top a, #header-top a:visited {
	color: #000;
	text-decoration: none;
}

/* USA / Sitemapリンク部分のhovering */
#header-top a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #000;
}

/* ヘッダーメニューの部分 */
#header-bottom {
	height: 35px;
	margin-top: 59px;
}


/*------------------------------ FOOTER ------------------------------*/
/* 枠 */
div#footer {
	background-color: #000;
	margin: 10px 0 0;
	padding: 0;
	width: 972px;
	height: 40px;
	color: #fff;
	clear: both;
}

/*
div#footer hr {
    clear:both;

    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    height: 1px;
}
*/

/* ナビ部分 */
span#footer-navi {
	float: left;
	margin-top: 5px;
	padding-left: 10px;
}

/* ナビリンク */
span#footer-navi a, #footer-navi a:visited {
	font-size:11px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

/* ナビリンク:hover */
span#footer-navi a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom: #fff dotted 1px;
}

/* copy-right表示部分 */
span#footer-copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:right;
	margin-top: 5px;
	padding-right: 10px;
}

/* 「予告なし」変更表示 */
span#footer-change {
	float: right;
	font-size: 10px;
	margin-bottom: 5px;
}


/*------------------------------ コンテンツ(大枠絡み)  ------------------------------*/
/* ヘッダーの下の大枠 */
div#trunk {
    position:relative;
    overflow:hidden;
    clear: both;
    width:972px;
/*    margin: 10px 0 0 0;*/
	margin: 0;
}

/*------------------------------ NAVI ------------------------------*/
/* 左の全体枠 */
div#left-pane {
	float: left;
	width: 200px;
	margin: 0 0 0 10px;
}

/* 左メニュー背景 --start-- */
div#left-top {
	background-image: url(../images/navi/menu-top.jpg);
    height:6px;
    padding:0px;
    margin: 10px 10px 0 10px;
    font-size:0px;
    background-position: top left;
    background-repeat:no-repeat;
}

div#left-body {
    position:relative;
    overflow:hidden;
    height:auto;
	width: 180px;
	background-color: #dfdfdf;
	margin-left: 10px;

}

div#left-bottom {
	background-image: url(../images/navi/menu-bottom.jpg);
    height:6px;
    padding:0px;
    margin: 0 10px;
    font-size:0px;
    background-position: top left;
    background-repeat:no-repeat;
}
/* 左メニュー背景 --end-- */

/* ** navi-category --start-- ** */
/* カテゴリー用の行 */
div.navi-category {
    position:relative;
    clear:both;
	margin: 0;
	padding: 5px 0 0 8px;
	color: #fff;
	font-size: 16px;
    font-weight:bold;
	height: 30px;
	background-color: #000;
}

/* カテゴリー用の行 リンク */
div.navi-category a, div.navi-category a:visited {
    display:block;
	color: #fff;
    text-decoration:none;
}

/* カテゴリー用の行 リンク:hover */
div.navi-category a:hover {
	color: #0060bf;
    text-decoration:none;
}
/* ** navi-category --end-- ** */

/* ** navi-row --start-- ** */
/* 製品・サービス用の行 */
div.navi-row {
    position:relative;
    clear:both;
	margin: 1px 0;
	padding: 10px 0 0 22px;
	height: 25px;
	background-color: #999;
	color: #000;
	font-size: 12px;
}

/* 製品・サービス用の行(選択時) */
div.navi-row-selected {
    position:relative;
    clear:both;
	margin: 1px 0;
	padding: 10px 0 0 22px;
	height: 25px;
	background-image: url(../images/navi/menu-icon1.gif);
	background-repeat:no-repeat;
	background-position: left center;
	background-color: #999;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

/* 製品・サービス用の行(選択時) リンク */
div.navi-row-selected-link {
    position:relative;
    clear:both;
	margin: 1px 0;
	padding: 10px 0 0 22px;
	height: 25px;
	background-color: #999;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
/* ** navi-row --end-- ** */

/* 製品・サービス用の行の項目表示span(選択時) */
span.navi-item {
/*	font-size: 14px;
    font-weight:bold;*/
}

/* 製品・サービス用の行の項目表示span-小 */
span.navi-item-small {
/*    font-size:14px;
    font-weight:bold;*/
}

/* 製品・サービス用の行の項目表示span-最小 */
span.navi-item-smallest {
    font-size:12px;
/*    font-weight:bold;*/
}

/* ** navi-subrow --start-- ** */
/* 製品・サービスの詳細用の行 */
div.navi-subrow {
    position:relative;
    clear:both;
/*    margin:2px;
    height:27px;*/  /* 小文字対策 */
	margin: 1px 0;
/*	height: 25px;*/
/*	color: #666; */
	color: #000;
	padding: 10px 0 10px 25px;
	background-color: #b5b5b5;
	font-size: 12px;
}

/* 製品・サービスの詳細用の行(選択時) */
div.navi-subrow-selected {
    position:relative;
    clear:both;
/*    height:22px;*/  /* 小文字対策 */
	margin: 1px 0;
	padding: 10px 0px 10px 25px;
/*	height: 25px;*/
	background-image: url(../images/navi/menu-icon2.gif);
    background-repeat:no-repeat;
	background-position: left center;
	background-color: #b5b5b5;
	color:#000;
	font-size: 12px;
	font-weight: bold;
}
/* ** navi-subrow --end-- ** */

/* 製品・サービスの詳細用の行の項目表示span */
span.navi-subitem {
/*    font-size:14px;
	font-size: 12px;
    font-weight:bold;*/
}

/* 製品・サービスの詳細用の行の項目表示span-小 */
span.navi-subitem-small {
    font-size:12px;
    font-weight:bold;
}

/* 製品・サービスの詳細用の行の項目表示span-最小 */
span.navi-subitem-smallest {
    font-size:10px;
/*    font-weight:bold;*/
}

/***** これ以降Navi用リンクを纏めて記載 *****/
/* 製品・サービスの非選択時のリンク */
span.navi-item a, span.navi-item a:visited, span.navi-item-small a, span.navi-item-small a:visited, span.navi-item-smallest a, span.navi-item-smallest a:visited {
    display:block;
/*    padding:5px 5px 5px 8px;
    width:180px;*/
	color:#000;
/*    font-weight:bold;*/
    text-decoration:none;
}

/* 製品・サービスの選択時のリンク */
div.navi-row-selected-link span.navi-item a, div.navi-row-selected-link span.navi-item a:visited {
/*    display:block;
    padding:5px 5px 5px 8px;
	padding: 5px 0 0 12px;
    width:180px;
    color:#FFA500;
	color: #000;
    font-weight:bold;*/
    text-decoration:none;
}

/* 製品・サービスの選択時のリンク:hover */
div.navi-row-selected-link span.navi-item a:hover, div.navi-row-selected-link span.navi-item a:hover {
    display:block;
/*	color: #FF0000;
    font-weight:bold;*/
	color: #0060bf;
    text-decoration:none;
}

/* 製品・サービス詳細のリンク */
span.navi-subitem a, span.navi-subitem a:visited, span.navi-subitem-small a, span.navi-subitem-small a:visited, span.navi-subitem-smallest a, span.navi-subitem-smallest a:visited {
/*    display:block;
    padding:5px 5px 5px 15px;
    width:180px;
    color:#000000;
    font-weight:bold;*/
	color: #000;
    text-decoration:none;
}

/* 製品・サービスのリンク(サイズ全部):hover */
span.navi-item a:hover, span.navi-item-small a:hover, span.navi-item-smallest a:hover {
/*    color:#FF0000;*/
	color: #0060bf;
/*    font-weight:bold;*/
    text-decoration:none;
}

/* 製品・サービスの詳細リンク(サイズ全部):hover */
span.navi-subitem a:hover, span.navi-subitem-small a:hover, span.navi-subitem-smallest a:hover {
/*    color:#FF0000;
    font-weight:bold;*/
	color: #0060bf;
    text-decoration:none;
}

/* SideNavi Common用行の枠 */
p.navi-row {
    margin: 5px auto 5px 15px;
    color:#000000;
}

/* SideNavi Common用説明枠 */
p.navi-explanation {
    font-weight:bold;
    margin : 12px auto 2px auto;
	text-align: center;
}

/*------------------------------ コンテンツ(大枠絡み)  ------------------------------*/
/* 大枠 */
div#right-pane {
    position:relative;
    float:left;
    padding-left:10px;
/*    width: 750px;*/
	width: 740px;
	padding-top: 10px;
}

/* パンクヅ枠 */
div#breadcrumb {
    margin:3px auto 10px 5px;
    font-size:11px;
    color:#000000;
}

/* パンクヅ リンク */
#content #breadcrumb a, #content #breadcrumb a:visited {
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

/* パンクヅ リンク : hover */
#content #breadcrumb a:hover {
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	border-bottom:dotted 1px #000000;
}

/* タイトルイメージの枠 */
div#title-image-container {
    position:relative;
/*    width: 750px;*/
/*	width: 740px; */
    margin: 0 0 10px 0;
}

/* ------------------------------ コンテンツ(本体) ------------------------------ */
/* 大枠 */
div#content {
/*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
*/
    position:relative;
/*    width:750px;*/
/*	width: 740px; */
	margin-bottom: 10px;
    overflow:hidden;
/*    background-color:#171717; */
/*    background-color:#1B233E; */
    /* アホIE用 */
    text-align:left;
}

/* カタログ用の右上枠 */
div#content span.catalog {
    position:absolute;
    top:27px;
    right:10px;
}

/***** H系部品 *****/
/* H1 ページタイトル用 */
div#content h1 {
	clear: both;
	background: url(../images/h1.jpg) left top no-repeat;
	margin: 0 0 20px 0;
	padding: 6px 0 0 8px;
	font-size: 18px;
	height: 32px;
}

/* ページ内項目見出し用 */
div#content h2 {
	clear:both;
	margin: 16px 0 10px 20px;
	font-size: 15px;
	color: #000;
	padding: 10px 0 0 20px;
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	height: 28px;
}

/* H3 小見出し用 */
div#content h3 {
	background: url(../images/h3.jpg) left center no-repeat;
/*	clear:both;*/
	margin: 10px 0 10px 30px;
	padding: 2px 0 0 24px;
	color:#000;
	font-size: 14px;
/*	height: 18px;*/
}

/* H3：製品タイトルなどのshortdescription的説明付与用 */
div#content h3.description {
    clear:both;
    background:none;
    position:relative;
    top:5px;
    left: 8px;
    padding:0;
	color: #4c4c4c;
	margin: 8px 0 0 12px;
	font-size: 14px;
	border: none;
	height: auto;
}

/* H3：特徴等でのハイライト表示用 */
div#content h3.highlight {
    background-image:url(../images/h3.jpg);
    background-repeat:no-repeat;
    background-position:left center;
/*    clear:both;*/
    position:relative;
/*    top:5px;
    left:17px;*/
    padding-left:25px;
	color:#2E5788;
	font-size: 13px;
}

/* H4：atolaのhover処理対象 */
div#content h4 {
    clear:left;
    background:none;
    padding-right:0;
    width:10px;
    overflow:visible;
    white-space:nowrap;
	margin:2px auto 4px 15px;
	color:#000000;
	font-size: 14px;
    cursor:pointer;
}

/* H4：atolaのhover処理対象 リンク(Javascript用) */
div#content h4 a {
   font-size: 13px;
   color: #000000;
   border-width: 0 0 1px 0;
   border-style: dotted;
   border-color: #000000;
	margin-left: 30px;
}
/***** H ここまで *****/

/* コンテンツ内リンク */
div#content a, div#content a:visited {
	font-size: 12px;
	font-weight: normal;
/*	color: #1d2088;*/
	color: #0044cc;
	text-decoration: none;
}

/* コンテンツ内リンク : hover */
div#content a:hover {
	font-size: 12px;
	text-decoration: underline;
}

/***** 汎用部品 *****/
/* 一般段落 */
div#content p {
    overflow:hidden;
	margin: 10px 15px 10px 30px;
	font-size: 12px;
	color:#000000;
	line-height: 1.4em;
}

/* 段落　左に画面などを入れ回り込みしたい場合に使用 */
div#content p.left {
    float:left;
    margin-left:30px;
}

/* 段落　右に画面などを入れ回り込みしたい場合に使用 */
div#content p.right {
    float:right;
    margin: 0 15px 0 10px;
}


/* 段落　上記の右余白多めバージョン */
div#content p.right-padding {
    float:right;
    margin: 0 15px 0 10px;
    padding-right:10px;
}

/* 段落　スクリーンショット拡大用 */
div#content p.screen-right {
    cursor:pointer;
    float:right;
    margin-right:15px;
}

/* 段落　スクリーンショット拡大用 */
div#content p.screen-left {
    cursor:pointer;
    float:left;
    margin-left:15px;
}

/* 項目区切り用水平線 */
div#content hr {
    clear:both;

    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #000000;
    margin: 0 5px 0 5px;
    height: 1px;
}

/* 箇条書き */
div#content ul {
	margin: 5px 0 5px 15px;
}

div#content ul li {
	list-style-type:square;
	margin-bottom: 5px;
}

/* 箇条書き入れ子 */
div#content ul ul {
    list-style-type:circle;
    margin-left:0px !important;
    padding-left:15px !important;
}

/* 箇条書き入れ子の子 */
div#content ul ul li {
    list-style-type:circle;
}

/* floatなどをリセットして新しい行を始める用 */
div.spacer {
    margin:0;
    padding:0;
    clear:both;
}

/***** テーブルのように見せる部品 *****/
/* 項目：値用 */
div.item {
    background-image:url(../images/h3.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    margin:5px 15px 5px 30px ;
    float:left;
    width:140px;
    height:20px;
    line-height : 20px;
    font-weight:bold;
	color:#2e5788;
	font-size: 13px;
}

/* 値 Single-line */
div.value {
    float:left;
    margin:5px 5px 5px 0;
	font-size:13px;
    height:20px;
    line-height : 20px;
	width: 540px;
}

/* 値 Multi-line */
div.value-multi {
    float:left;
    margin:5px 5px 5px 0;
	font-size:13px;
    padding-top:3px;    /* だいたい */
	width: 540px;
}

div.thumb {
    width:80px;
    border:2px solid #FFFFFF;
    margin:0px 0px 5px 30px;
    clear:left;
}

div.thumb a, div.thumb a:visited {
	text-decoration: none;
    cursor:pointer;
}

/***** テーブルのように見せる部品 ここまで *****/

/* 強調表示 */
span.notice {
    font-weight:bold;
    color:#FF0000;
}


/* ------------------------------ TABLE ------------------------------ */
table {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#fff;
}

table tr th {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#2E5788;
	padding:5px;
}

table tr td {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-collapse: collapse;
	border-spacing: 0;
  padding:5px;
}

/***** 仕様表表示用 *****/
table#spec {
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#fff;*/
	margin: 5px 10px 10px 30px;
}

table#spec tr th {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#1E90FF;*/
	padding-right: 10px;
	color: #fff;
}

table#spec tr td {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;
    background-color:#FFFFFF;*/
	padding-right: 10px;
}
/***** 仕様表表示用 ここまで *****/

/***** 事例表示用 *****/
table.case {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#CCCCCC;*/
    margin:5px 10px 10px 30px;
}

table.case tr th {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    color:#FFFFFF;
    width: 120px;
/*    background-color:#66CDAA;*/
    padding-right: 10px;
}

table.case tr td {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;
    background-color:#FFFFFF;*/
    padding-right: 10px;
}
/***** 仕様表表示用 ここまで *****/

/***** 羅列表示用 *****/
table.list {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#CCCCCC;*/
    margin:5px 10px 10px 30px;
}

table.list tr th {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    color:#FFFFFF;
    white-space:nowrap;
/*    background-color:#1E90FF;
    padding:5px 10px 5px 5px;*/
    text-align:center;
}

table.list tr td {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    color:#000000;
    background-color:#FFFFFF;
/*    padding:5px 5px 5px 5px;*/
}

table.list tr td.row-title {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    color:#000000;
    background-color:#8495B7;
/*    padding:5px 10px 5px 5px;*/
    white-space:nowrap;
}

table.list tr td.notes {
/*    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;*/
    background-color:#C0C0C0;
    padding-right: 10px;
}

table.list tr td.explanation {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;
    background-color:#E0FFFF;
    padding:5px 10px 5px 5px;
}

table.list tr td.price-title {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;
    background-color:#F5F5F5;
    padding:5px 10px 5px 5px;
}

table.list tr td.price {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#000000;
    text-align: right;
    background-color:#FFFFFF;
    padding:5px 10px 5px 5px;
}
/***** 羅列表示用 ここまで *****/



/*------------------------------ 特殊用途細かい部品 -----------------------------*/
/* ニコンさん対策 */
div#content p.nikon-logo {
    float:left;
    margin:21px;
}

/* 標準ニュースの日付 */
span.news-date {
    float:left;
	clear:left;
    padding:3px 0 5px 10px;
    width:70px;
	font-size: 12px;
	color:#000000;
}

span.news-date-top {
    float:left;
	clear:left;
    padding:3px 0 5px 0px;
    width:70px;
	font-size: 12px;
	color:#000000;
}

/* 標準ニュースのアイコン */
span.news-icon {
    float:left;
    padding:3px 5px 5px 5px;
}

/* 標準ニュースの記事 */
span.news-article {
    float:left;
    padding:3px 0 5px 5px;
    font-size:12px;
/*	width:591px;*/
	width:581px;
	color:#000000;
}

/* 標準ニュースの記事(狭:TOP用) */
span.news-article-top {
    float:left;
    padding:3px 0 5px 5px;
    font-size:12px;
	width:570px;
	color:#000000;
}



