﻿/**********************************************

	home.css
	ホームページ（最上位ディレクトリ）用

**********************************************/

/**********************************************
									index.html
**********************************************/

/*----------------------
  左側
----------------------*/

body#home div#leftarea
{
	float: left;
	width: 594px;
	padding: 0 0 20px 0;
}

/* 製品情報部分 */

body#home #products-top
{
	padding: 9px 0 0 18px;
}

/* 製品種類別ボタン */

body#home ul#products-list
{
	margin: 12px 0 0 17px;
	list-style-type: none;
}
body#home ul#products-list li
{
	float: left;
	width: 143px;
}
body#home ul#products-list li a
{
	width: 143px;
	height: 55px;
	display: block;
	text-indent: -9999px;
}

/* Oscilloscopes */
body#home ul#products-list li a#products-01
{
	background: url(../images/top/index_btn-products_01.gif) no-repeat;
}
body#home ul#products-list li a#products-01:hover
{
	background-position: 0 -55px;
}

/* Oscilloscope Accessories */
body#home ul#products-list li a#products-02
{
	background: url(../images/top/index_btn-products_02.gif) no-repeat;
}
body#home ul#products-list li a#products-02:hover
{
	background-position: 0 -55px;
}

/* Digital Multimeters */
body#home ul#products-list li a#products-03
{
	background: url(../images/top/index_btn-products_03.gif) no-repeat;
}
body#home ul#products-list li a#products-03:hover
{
	background-position: 0 -55px;
}

/* Signal Generators */
body#home ul#products-list li a#products-04
{
	background: url(../images/top/index_btn-products_04.gif) no-repeat;
}
body#home ul#products-list li a#products-04:hover
{
	background-position: 0 -55px;
}

/* Universal Counters */
body#home ul#products-list li a#products-05
{
	background: url(../images/top/index_btn-products_05.gif) no-repeat;
}
body#home ul#products-list li a#products-05:hover
{
	background-position: 0 -55px;
}

/* Training Kits */
body#home ul#products-list li a#products-06
{
	background: url(../images/top/index_btn-products_06.gif) no-repeat;
}
body#home ul#products-list li a#products-06:hover
{
	background-position: 0 -55px;
}

/* USB Bus Analyzer */
body#home ul#products-list li a#products-07
{
	background: url(../images/top/index_btn-products_07.gif) no-repeat;
}
body#home ul#products-list li a#products-07:hover
{
	background-position: 0 -55px;
}

/* Non-contact Displacement & Thickness Meters */
body#home ul#products-list li a#products-08
{
	background: url(../images/top/index_btn-products_08.gif) no-repeat;
}
body#home ul#products-list li a#products-08:hover
{
	background-position: 0 -55px;
}

/* B-H/V-H Analyzers */
body#home ul#products-list li a#products-09
{
	background: url(../images/top/index_btn-products_09.gif) no-repeat;
}
body#home ul#products-list li a#products-09:hover
{
	background-position: 0 -55px;
}

/* Blu-ray Disc Checkers */
body#home ul#products-list li a#products-10
{
	background: url(../images/top/index_btn-products_10.gif) no-repeat;
}
body#home ul#products-list li a#products-10:hover
{
	background-position: 0 -55px;
}

/* Other Equipment */
body#home ul#products-list li a#products-11
{
	background: url(../images/top/index_btn-products_11.gif) no-repeat;
}
body#home ul#products-list li a#products-11:hover
{
	background-position: 0 -55px;
}

/* アイソレーション・システム */
body#home ul#products-list li a#products-12
{
	background: url(../images/top/index_btn-products_12.gif) no-repeat;
}
body#home ul#products-list li a#products-12:hover
{
	background-position: 0 -55px;
}

/* パターン・ジェネレータ */
body#home ul#products-list li a#products-13
{
	background: url(../images/top/index_btn-products_13.gif) no-repeat;
}
body#home ul#products-list li a#products-13:hover
{
	background-position: 0 -55px;
}

/* Curve Tracer　 */
body#home ul#products-list li a#products-14
{
	background: url(../images/top/index_btn-products_14.gif) no-repeat;
}
body#home ul#products-list li a#products-14:hover
{
	background-position: 0 -55px;
}

/* 新着情報 */
body#home div#whatsnewarea
{
	padding: 10px 15px 0px 15px;
}

/* バックナンバー */
body#home a#whatsnew-backnumber
{
	line-height: 17px;
	height: 17px;
	width: 100px;
	background: url(../images/index_btn-youto.gif) no-repeat;
	/*	overflow: hidden;*/
	display: block;
	float: right;
	margin: -28px 0px 0px -20px;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

body#home a#whatsnew-backnumber:hover {
	background-position: 0 -17px;
}

/* 新着一覧 */

dl.whatsnew {   
    padding: 5px;     
    overflow: hidden; 
    list-style-type: none;   
}   
dl.whatsnew dt {   
    float: left;
    color:#676060;   
    margin-left: 0px;   
    padding: 5px 0;   
    text-align: left;   
}   
dl.whatsnew dd {   
    padding: 5px 0 5px 80px;   
    border-bottom: 1px dotted #999; 
}   
dl.whatsnew dd a {   
    font-weight: normal;   
}  

/*----------------------
  右側
----------------------*/

body#home div#rightarea
{
	float: left;
	width: 240px;
	margin: 0px 0px 0px 10px;
	background-image: url(../images/td_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EBEBEB;
}

/* ユーザ登録・資料請求ボタン */
#buttonarea
{
	width: 210px;
	margin: 0px 0px 15px 15px;
}

#buttonarea li
{
	list-style-type: none;
}

.hd-btn-button
{
	height: 46px;
	width: 210px;
/*	overflow: hidden;*/
	display: block;
	text-indent: -9999px;
}

/* ユーザ登録 */
#hd-btn-reg
{
	background: url(../images/top/icon-reg.gif) no-repeat;
	margin: 5px 5px 0px 0px;
}
#hd-btn-reg:hover
{
	background-position: 0 -46px;
}

/* 資料請求ボタン */
#hd-btn-coupon
{
	background: url(../images/top/icon-coupon.gif) no-repeat;
	margin: 5px 5px 0px 0px;
}
#hd-btn-coupon:hover
{
	background-position: 0 -46px;
}

/* イベント・セミナー情報 */
body#home div#side_pr {
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DBD9D0;
	background-color: #FFFFFF;
}

ul.side_sm li {
    position: relative;   
    margin: 0 0 5px;   
    padding: 5px 5px 5px 5px; 
    border-bottom: 1px dotted #999;
	list-style-type: none;  
}   
ul.side_sm li a {   
    font-weight: normal;
}

/* イベント・セミナー情報「詳細はこちら」ボタン */
body#home a#btn-youto
{
	margin: 5px 7px 0px 100px;
	float: none;
	width: 100px;
	height: 17px;
/*	overflow: hidden;*/
	display: block;
	background: url(../images/index_btn-youto.gif) no-repeat;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 17px;
	font-size: 0.9em;
	letter-spacing: -0.1em;
}
body#home a#btn-youto:hover
{
	background-position: 0 -17px;
}

