/***********************************************************
HIROSE ELECTRIC CO., LTD.
http://www.hirose.co.jp
basic Style
[ /css/basic.css ]
-------------------------
2009.02.12
***********************************************************/

	@charset 'shift-jis';


/*  Color List   --------------------------------------
	
	Logo color : #0083C7(pageside,logo,link,arrow)
	Main color : #0A50A1(strong,arrow)
	Black : #303030(text color)
	Gray1 : #DADADA(border)
	
-----------------------------------------------------*/


/*  Nest Tree List   ----------------------------------
	body{
		#container{
			#header{
				#naviset{}
				#searchTabset{}
			}
			#main{
				#newProducts{}
				#update{}
			}
			#footer{}
		}
	}
-----------------------------------------------------*/



/*  Initialization   --------------------------------*/

*{
    margin:0;
    padding:0;
	font-size: 100%;
}
body {
	font-family: Verdana, 'MS Pゴシック', sans-serif;
	font-size: 74%;
	color: #303030;
	margin: 0px;
	padding: 0px 20px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
p, li, dd, dt, table{ line-height: 1.5; }
select, input, textarea{ font-size: 12px; }
input{ vertical-align: middle; }
img { border: none; margin:0px; padding:0px; }
ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
strong, em{
	font-weight: bold;
	font-style: normal;
}
hr { display: none; }
.none { display: none; }
/*---------------------------------------------------*/

/*  Margin   ----------------------------------------*/
.m_l00 {margin-left: 0px; }
.m_l05 {margin-left: 5px; }
.m_l10 {margin-left: 10px; }
.m_l15 {margin-left: 15px; }
.m_l20 {margin-left: 20px; }
.m_l25 {margin-left: 25px; }
.m_l30 {margin-left: 30px; }
.m_l35 {margin-left: 35px; }
.m_l40 {margin-left: 40px; }
.m_l45 {margin-left: 45px; }
.m_l50 {margin-left: 50px; }
.m_l55 {margin-left: 55px; }
.m_l60 {margin-left: 60px; }
.m_r00 {margin-right: 0px; }
.m_r05 {margin-right: 5px; }
.m_r10 {margin-right: 10px; }
.m_r15 {margin-right: 15px; }
.m_r20 {margin-right: 20px; }
.m_r25 {margin-right: 25px; }
.m_r30 {margin-right: 30px; }
.m_r35 {margin-right: 35px; }
.m_r40 {margin-right: 40px; }
.m_r45 {margin-right: 45px; }
.m_r50 {margin-right: 50px; }
.m_r55 {margin-right: 55px; }
.m_r60 {margin-right: 60px; }
.m_t00 {margin-top: 0px; }
.m_t05 {margin-top: 5px; }
.m_t10 {margin-top: 10px; }
.m_t15 {margin-top: 15px; }
.m_t20 {margin-top: 20px; }
.m_t25 {margin-top: 25px; }
.m_t30 {margin-top: 30px; }
.m_t35 {margin-top: 35px; }
.m_t40 {margin-top: 40px; }
.m_t45 {margin-top: 45px; }
.m_t50 {margin-top: 50px; }
.m_t55 {margin-top: 55px; }
.m_t60 {margin-top: 60px; }
.m_b00 {margin-bottom: 0px; }
.m_b05 {margin-bottom: 5px; }
.m_b10 {margin-bottom: 10px; }
.m_b15 {margin-bottom: 15px; }
.m_b20 {margin-bottom: 20px; }
.m_b25 {margin-bottom: 25px; }
.m_b30 {margin-bottom: 30px; }
.m_b35 {margin-bottom: 35px; }
.m_b40 {margin-bottom: 40px; }
.m_b45 {margin-bottom: 45px; }
.m_b50 {margin-bottom: 50px; }
.m_b55 {margin-bottom: 55px; }
.m_b60 {margin-bottom: 60px; }
/*---------------------------------------------------*/


/*  font   ------------------------------------------*/

.font_s {
	font-size: 85%;
}
.font_m {
	font-size: 100%;
}
.font_l {
	font-size: 120%;
}
.font_Xl {
	font-size: 140%;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}
.attention {
	font-weight: bold;
	color:#002E64;
}

.caption {
	margin-top: 5px;
	color: #7A7A7A;
	font-size: 85%;
}
.caption2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	text-align: right;
}
.remark {
	font-size: 95%;
	font-weight: normal;
	color:#0A50A1;
}
.sub {
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
}

sup {
	font-size: 85%;
	vertical-align: 0.2em;
	line-height: 0.8;
}

* html sup { /* IE 6 */
	font-size: 90%;
	vertical-align: 0.3em;
	line-height: 0.8;
}

*:first-child+html sup{ font-size: 90%; vertical-align: 0.3em; } /* IE 7 */
/*---------------------------------------------------*/


/*  link   ------------------------------------------*/

/*--------- basic link ---------*/
a:link, 
a:active,
a:visited {
	color: #0A50A1;
	text-decoration: none;
} 
a:hover {
	color: #0A50A1;
	text-decoration: underline;
} 

/*--------- underline link ---------*/
a.uline:link, 
a.uline:active,
a.uline:visited {
	color: #0A50A1;
	text-decoration: underline;
} 
a.uline:hover {
	color: #0A50A1;
	text-decoration: underline;
} 

/*--------- another window link ---------*/

a.window:link,
a.window:active,
a.window:visited {
	color: #0A50A1;
	text-decoration: none;
	background: url(../images/arrow_square_bl2.gif) left top no-repeat;
	padding: 0.1em 0px 0.1em 20px;
	line-height:140%;
}

a.window:hover {
	color: #0A50A1;
	text-decoration: underline;
	background: url(../images/arrow_square_bl2.gif) left top no-repeat;
	padding: 0.1em 0px 0.1em 20px;
	line-height:140%;
}


/*--------- another link ---------*/

a.arrow:link,
a.arrow:active,
a.arrow:visited {
	color: #0A50A1;
	text-decoration: inherit;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding: 0px 8px;
} 
a.arrow:hover {
	color: #0A50A1;
	text-decoration: underline;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding: 0px 8px;
}

/*--------- header ---------*/
#headerNavi li a:link,
#headerNavi li a:active,
#headerNavi li a:visited {
	color: #7A7A7A;
	text-decoration: inherit;
} 
#headerNavi li a:hover {
	color: #333333;
	text-decoration: underline;
} 
#headerNavi li a.english:link,
#headerNavi li a.english:active,
#headerNavi li a.english:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: inherit;
} 
#headerNavi li a.english:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
} 


/*--------- navigation set ---------*/
#searchTab a:link,
#searchTab a:active,
#searchTab a:visited {
	display: block;
	color: #0A50A1;
	text-decoration: inherit;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding-left: 8px;
} 
#searchTab a:hover {
	display: block;
	color: #0A50A1;
	text-decoration: underline;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding-left: 8px;
}

#searchTab a.group:link,
#searchTab a.group:active,
#searchTab a.group:visited {
	display: block;
	color: #4B4B4B;
	text-decoration: inherit;
	background: url(../images/arrow_r_gry.gif) left center no-repeat;
	padding-left: 8px;
} 
#searchTab a.group:hover {
	display: block;
	color: #4B4B4B;
	text-decoration: underline;
	background: url(../images/arrow_r_gry.gif) left center no-repeat;
	padding-left: 8px;
}

td.tab a:link,
td.tab a:active,
td.tab a:visited {
	width:102px;
	height:19px;
	margin:0px;
	padding:11px 0px 0px;
	color:#818181;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_s_off.gif) center top no-repeat;
}
td.tab a:hover   {
	width:102px;
	height:19px;
	margin:0px;
	padding:11px 0px 0px;
	color:#346BAA;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_s_over.gif) center top no-repeat;
}

td.tab_active a:link,
td.tab_active a:active,
td.tab_active a:visited,
td.tab_active a:hover {
	width:102px;
	height:18px;
	margin:0px;
	padding:12px 0px 0px;
	color:#fff;
	font-size:12px;
	line-height:100%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_s_on.gif) center top no-repeat;
}


td.tabL a:link,
td.tabL a:active,
td.tabL a:visited {
	width:122px;
	height:19px;
	margin:0px;
	padding:11px 0px 0px;
	color:#818181;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_off.gif) center top no-repeat;
}
td.tabL a:hover   {
	width:122px;
	height:19px;
	margin:0px;
	padding:11px 0px 0px;
	color:#346BAA;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_over.gif) center top no-repeat;
}

td.tabL_active a:link,
td.tabL_active a:active,
td.tabL_active a:visited,
td.tabL_active a:hover {
	width:122px;
	height:18px;
	margin:0px;
	padding:12px 0px 0px;
	color:#fff;
	font-size:12px;
	line-height:100%;
	font-weight:bold;
	text-align:center;
	overflow:visible;
	display:block;
	background: url(../images/navitub_on.gif) center top no-repeat;
}

td#mem_subnavi li a:link,
td#mem_subnavi li a:active,
td#mem_subnavi li a:visited,
td#mem_subnavi li a:hover {
	color: #303030;
	text-decoration: none;
	background: url(../images/arrow_square_bl2.gif) left top no-repeat;
	padding: 0.05em 0px 0.1em 18px;
	line-height:140%;
}

/*--------- pagetop ---------*/
.pagetop a:link,
.pagetop a:active,
.pagetop a:visited,
.pagetop2 a:link,
.pagetop2 a:active,
.pagetop2 a:visited,
.pagetop3 a:link,
.pagetop3 a:active,
.pagetop3 a:visited {
	color: #7A7A7A;
	font-size:85%;
	text-decoration: inherit;
	background: url(../images/arrow_pagetop.gif) left center no-repeat;
	padding-left: 8px;
}
.pagetop a:hover,
.pagetop2 a:hover,
.pagetop3 a:hover {
	color: #303030;
	font-size:85%;
	text-decoration: underline;
	background: url(../images/arrow_pagetop.gif) left center no-repeat;
	padding-left: 8px;
}


/*--------- back/footer ---------*/
#footer a:link,
#footer a:active,
#footer a:visited,
a.back:link,
a.back:active,
a.back:visited {
	display: inline;
	color: #7A7A7A;
	text-decoration: inherit;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding-left: 8px;
}
#footer a:hover,
a.back:hover {
	display: inline;
	color: #303030;
	text-decoration: underline;
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding-left: 8px;
}

/*--------- Products Tub Navi ---------*/
#productTub ul li.long a:link,
#productTub ul li.long a:active,
#productTub ul li.long a:visited {
	background:url(../images/products/productstub_off.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 117px;
	height:27px;
	text-align:center;
	color:#0A50A1;
	font-size:12px;
	line-height:15px;
	display:block;
}
#productTub ul li.long a:hover {
	color:#fff;
	background:url(../images/products/productstub_on.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 117px;
	height:27px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	display:block;
}
#productTub ul li.activelong a:link,
#productTub ul li.activelong a:active,
#productTub ul li.activelong a:visited,
#productTub ul li.activelong a:hover {
	color:#fff;
	background:url(../images/products/productstub_on.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 117px;
	height:27px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	display:block;
}

#productTub ul li.short a:link,
#productTub ul li.short a:active,
#productTub ul li.short a:visited {
	background:url(../images/products/productstubS_off.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 97px;
	height:27px;
	text-align:center;
	color:#0A50A1;
	font-size:12px;
	line-height:15px;
	display:block;
}
#productTub ul li.short a:hover {
	color:#fff;
	background:url(../images/products/productstubS_on.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 97px;
	height:27px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	display:block;
}

#productTub ul li.activeshort a:link,
#productTub ul li.activeshort a:active,
#productTub ul li.activeshort a:visited,
#productTub ul li.activeshort a:hover {
	color:#fff;
	background:url(../images/products/productstubS_on.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 97px;
	height:27px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	display:block;
}

/*--------------- 製品詳細タブお問い合わせ用(2009.9.29) ------------------*/
#productTub ul li.contact {
	margin:0px;
	padding:0px;
	float:left;
}
#productTub ul li.contact a:link,
#productTub ul li.contact a:active,
#productTub ul li.contact a:visited,
#productTub ul li.contact a:hover {
	color:#fff;
	background:url(../images/products/productstub_contact.gif) no-repeat left top;
	margin:0px;
	padding:6px 0px;
	width: 117px;
	height:27px;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	line-height:15px;
	display:block;
}
/*--------------- 製品詳細タブお問い合わせ用(2009.9.29) end ------------------*/

/*--------- leftnavi ---------*/
#leftNavi ul li a:link,
#leftNavi ul li a:active,
#leftNavi ul li a:visited {
	margin:0px;
	padding:3px 10px 3px 15px;
	color:#888888;
	text-decoration: none;
	display:block;
	background:#fff url(../images/crossdot_gry.gif) 5px center no-repeat;;
}
#leftNavi ul li a:hover {
	margin:0px;
	padding:3px 10px 3px 15px;
	color:#888888;
	text-decoration: none;
	display:block;
	background:#F4F4F4 url(../images/crossdot_gry.gif) 5px center no-repeat;;
}
#leftNavi ul li.active a:link,
#leftNavi ul li.active a:active,
#leftNavi ul li.active a:visited,
#leftNavi ul li.active a:hover {
	margin:0px;
	padding:3px 10px 3px 15px;
	color:#303030;
	text-decoration: none;
	display:block;
}

/*--- leftnavi 第2階層カテゴリ ---*/
/*--- (左マージン) ---*/
#leftNavi ul li.second_cat a:link,
#leftNavi ul li.second_cat a:active,
#leftNavi ul li.second_cat a:visited {
	margin:0px;
	padding:3px 10px 3px 30px;
	color:#888888;
	text-decoration: none;
	display:block;
	background:#fff url(../images/crossdot_gry.gif) 5px center no-repeat;;
}
#leftNavi ul li.second_cat a:hover {
	margin:0px;
	padding:3px 10px 3px 30px;
	color:#888888;
	text-decoration: none;
	display:block;
	background:#F4F4F4 url(../images/crossdot_gry.gif) 5px center no-repeat;;
}
#leftNavi ul li.active_second_cat a:link,
#leftNavi ul li.active_second_cat a:active,
#leftNavi ul li.active_second_cat a:visited,
#leftNavi ul li.active_second_cat a:hover {
	margin:0px;
	padding:3px 10px 3px 30px;
	color:#303030;
	text-decoration: none;
	display:block;
}

/*--------- leftnavi Connector search ---------*/
#leftNavi ul.c-search li.active a:link,
#leftNavi ul.c-search li.active a:active,
#leftNavi ul.c-search li.active a:visited,
#leftNavi ul.c-search li.active a:hover {
	background:#FFF9D2 url(../images/arrow_r_gry.gif) 5px center no-repeat;
}

/*--------- leftnavi catalogue ---------*/

table#categoryNavi td.navitext a:link,
table#categoryNavi td.navitext a:active,
table#categoryNavi td.navitext a:visited,
table#categoryNavi td.navitext a:hover {
	color:#303030;
	text-decoration: none;
}

/*--------- leftnavi agency office ---------*/
#leftNavi ul.agency li.active a:link,
#leftNavi ul.agency li.active a:active,
#leftNavi ul.agency li.active a:visited,
#leftNavi ul.agency li.active a:hover {
	background:#F4E8FF url(../images/arrow_r_gry.gif) 5px center no-repeat;
}

/*--------- leftnavi news release ---------*/
#leftNavi ul.news li.active a:link,
#leftNavi ul.news li.active a:active,
#leftNavi ul.news li.active a:visited,
#leftNavi ul.news li.active a:hover {
	background:#FEEBCF url(../images/arrow_r_gry.gif) 5px center no-repeat;
}

/*--------- leftnavi IR ---------*/
#leftNavi ul.ir li.active a:link,
#leftNavi ul.ir li.active a:active,
#leftNavi ul.ir li.active a:visited,
#leftNavi ul.ir li.active a:hover {
	background:#DEF4FF url(../images/arrow_r_gry.gif) 5px center no-repeat;
}
/*--- IRライブラリ 第2階層カテゴリ ---*/
/*--- (カレントページの時の表示) ---*/
#leftNavi ul.ir li.active_second_cat a:link,
#leftNavi ul.ir li.active_second_cat a:active,
#leftNavi ul.ir li.active_second_cat a:visited,
#leftNavi ul.ir li.active_second_cat a:hover {
	background:#DEF4FF url(../images/arrow_r_gry.gif) 5px center no-repeat;
}

/*--------- leftnavi info (privacy / policy) ---------*/
#leftNavi ul.info li.active a:link,
#leftNavi ul.info li.active a:active,
#leftNavi ul.info li.active a:visited,
#leftNavi ul.info li.active a:hover {
	background:#E2EEFB url(../images/arrow_r_gry.gif) 5px center no-repeat;
}


/*--------- catalogue ---------*/
#dl a:link,
#dl a:active,
#dl a:visited {
	text-decoration: none;
	background: url(../images/arrow_dl.gif) left 2px no-repeat;
	padding-left: 12px;
}
#dl a:hover {
	text-decoration: none;
	background: url(../images/arrow_dl.gif) left 2px no-repeat;
	padding-left: 12px;
}

/*--------- newsrelease / IR ---------*/
#link a:link,
#link a:active,
#link a:visited {
	color: #303030;
	text-decoration: none;
	background: url(../images/arrow_pagelink.gif) left 1px no-repeat;
	padding-left: 12px;
}
#link a:hover {
	color: #303030;
	text-decoration: underline;
	background: url(../images/arrow_pagelink.gif) left 1px no-repeat;
	padding-left: 12px;
}

/*--------- sitmap ---------*/
#sitmap a:link,
#sitmap a:active,
#sitmap a:visited {
	color: #303030;
	text-decoration: none;
	background: url(../images/arrow_square_bl.gif) left 1px no-repeat;
	padding-left: 20px;
}

#sitmap a:hover {
	color: #303030;
	text-decoration: underline;
	background: url(../images/arrow_square_bl.gif) left 1px no-repeat;
	padding-left: 20px;
}



/*---------------------------------------------------*/


/*  clearFix   ---------------------------------------*/
#container:after,
#main:after {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
body:first-of-type #container:after,
body:first-of-type #main:after { /* for Safari3 & Google Chrome */
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clear {
	clear: both;
	}
.clearR {
	clear: right;
	}
.clearL {
	clear: left;
	}
.clearM10px {
	clear: both;
	height:10px;
	}
.clearM20px {
	clear: both;
	height:20px;
	}
.clearM30px {
	clear: both;
	height:30px;
	}
/*---------------------------------------------------*/


/*  Heading   ---------------------------------------*/

h1, h2, h3, h4, h5{
	margin-bottom: 5px;
}

h1.title{
	font-size: 135%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	line-height: 1.35;
}
h2{
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	background: url(../images/h2_bar.gif) 0% 100% repeat-x;
	border-bottom: 1px dotted #dedede;
	border-left: 3px solid #dedede;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.5;
}
h3{
	min-height: 22px;
	height: auto !important;
	height: 22px;
	border-bottom: 2px solid #dedede;
	line-height: 1.5;
}
h4{
	min-height: 21px;
	height: auto !important;
	height: 21px;
	padding-left: 5px;
	border-left: 3px solid #dedede;
	border-bottom: 1px solid #dedede;
	line-height: 1.75;
}
h5{
	padding: 6px;
	border-bottom: 3px solid #dedede;
	font-weight: bold;
}

h6 {
	margin:15px 0px 5px 0px;
	padding:5px 10px;
	color:#0A50A1;
	border:1px solid #dadada;
	background-color:#ECECEC;
}
/*---------------------------------------------------*/


/*  Page Top   --------------------------------------*/

.pagetop{
	text-align: right;
	margin-bottom: 30px;
	line-height: 1.2;
}
.pagetop2{
	text-align: right;
	margin: 20px 0px;
	line-height: 1.2;
}
.pagetop3{
	text-align: right;
	margin: 20px 0px;
	line-height: 1.2;
}
/*---------------------------------------------------*/


/*  Layout Container   ------------------------------*/

#container {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
}

/*--------- main ---------*/
#main {
	clear: both;
	width: 920px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
body:first-of-type #main { /* for Safari3 & Google Chrome */
	clear: both;
	width: 920px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

/*--------- pagetop old contents ---------*/
#pagetop_old {
	clear: both;
	width: 732px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
#pagetop_old_aboutustop {
	clear: both;
	width: 706px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

/*--------- side menu container ---------*/
#leftNavi {
	width:200px;
	margin: 0px;
	padding:0px;
	float:left;
	display:block;
	text-align:left;
}
#rightcontainer {
	width:705px;
	margin:0px;
	padding:0px;
	float:right;
	display:block;
	text-align:left;
}
/*---------------------------------------------------*/

/*--------- column container ---------*/
#leftcontainer {
	width:705px;
	margin:0px;
	padding:0px;
	float:left;
	display:block;
	text-align:left;
}

#column {
	width:200px;
	float:right;
	display:block;
	text-align:left;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}

#column img {
	margin:0px 0px 10px 0px;
}

td#sideline {
	background: url(../images/sideline.gif) left top no-repeat;
	width:215px;
	padding-left:20px;
	height: 400px;
}

/*---------------------------------------------------*/


/*  Navigation   ------------------------------*/

/*--------- header ---------*/
#header {
	min-width: 920px;
}

#HRSlogo h1{
	margin:13px 0px 0px 0px;
	padding-bottom:10px;
	display:block;
	float: left;
	width: 40px;
}
#searchBox {
	margin: 8px 0px 0px 0px;
	padding:0px;
	width:880px;
	float:right;
}
form.searchBoxForm {
	float:right;
	width:auto;_height:1%;
	margin:0px;
	padding:1px;
}
td#searchform {
	float:right;
}
#seachBox_site,
#seachBox_products {
	display:block;
	float:left;
	margin-left: 10px;
}
#seachBox_site input.search,
#seachBox_products input.search {
	display:block;
	float:left;
	height: 120%;
	/* 2010/04 Formはdefaultに直す */
	/*
	border-top: 1px solid #000033;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	*/
	padding: 2px 2px 0px 2px;
	margin: 5px 3px 0px 0px;
}
#seachBox_site input.search-btn,
#seachBox_products input.search-btn {
	display:block;
	float:left;
	margin: 4px 2px 0 0;
}

.search {
	/* 2010/04 Formはdefaultに直す */
	/*
	background-color: #FFFFFF;
	border: 1px solid #000033;
	color: #000000;
	*/
	font-size: 12px;
	padding: 2px;
	/* 2010/04 Google復活の為修正 */
	/* width: 35em; */
	width: 15em;
}
td#headerNavi {
	margin: 0px 0px 0px 0px;
	padding:0px;
	line-height: 1.1;
	text-align:right;
}
#headerNavi ul{
	display:block;
	float:right;
	margin: 0px;
	padding:0px;
}
#headerNavi li{
	font-size: 11px;
	display:block;
	float:left;
	margin: 5px 0px 0px 0px;
	padding:0px 18px;
	border-right:1px solid #d9d9d9;
}
#headerNavi li.navileft{
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding:0px 18px;
	border-left:none;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}


/*--------- navigation set ---------*/
#navisetBar {
	clear: both;
	margin:0px;
	padding:0px;
	width: 100%;
	background-color:#dedede;
}
#naviset {
	clear: both;
	width:920px;
	margin:0px;
	padding:0px;
}

/*--------- searchTab set ---------*/
#searchTabset{
	clear: both;
	width: 100%;
	margin: 2px 0px 0px 0px;
	padding:0px;
	background: url(../images/serachtabbar_bg03.gif) left top no-repeat;
}
body:first-of-type #searchTabset:after { /* for Safari3 & Google Chrome */
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#searchTabset_bottom {
	clear: both;
	float:left;
	width: 100%;
	height:10px;
	margin:0px;
	padding:0px;
	font-size:0%;
	line-height:0%;
	background: #fff url(../images/serachtabbar_bg04.gif) left -3px no-repeat;
}
table#searchTab{
	margin:10px 0px 0px 5px;
	max-width: 920px;
	padding:0px;
    border-spacing:0;
}
body:first-of-type table#searchTab{ /* for Safari3 & Google Chrome */
	margin:2px 0px 0px 5px;
	max-width: 920px;
	padding:9px 0px 0px 0px;
    border-spacing:0;
}
#searchTab td{
	margin:0px;
	padding:0px 10px;
	font-size:12px;
	line-height:13px;
}
#searchTab td.left{
	margin:0px;
	padding-left:5px;
}
#searchTab td.right{
	margin:0px;
	padding-right:5px;
	text-align:left;
}
#searchTab tr.lower td{
	padding-top:5px;
}

/*--------- navigation for member set ---------*/
#mem_navisetBar {
	clear: both;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width: 100%;
	background: url(../images/navi_bg.gif) left top repeat-x;
}
table#mem_naviset {
	clear: both;
	width:960px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}
td.title {
	background-color:#fff;
	padding:0px;
	width:120px;
}
td.title img{
	margin:0px;
	padding:0px;
	float:left;
}
td.tab {
	width:102px;
	padding:0px;
}
td.tabL {
	width:122px;
	padding:0px;
}
td#mem_subnavi {
	width:130px;
	margin:0px;
	padding:6px 0px 0px 0px;
	text-align:left;
	background-color:#FFF;
	}
td#mem_subnavi li{
	display:inline;
	margin:0px;
	padding:0px 10px 0px 0px;
}

/*--------- comment ---------*/
td.comment {
	background-color:#FFF;
}
ul.comment {
	font-size:12px;
	line-height:13px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float:left;
}

ul.comment li{
	margin:0px;
	padding: 0px;
	display:inline;
}

/*--------- topic path ---------*/
td.topicPath {
	background-color:#fff;
	padding:0px;
	width:920px;
}
ul.topicPath_nomember {
	font-size:11px;
	line-height:12px;
	margin:0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	float:left;
}
* html ul.topicPath_nomember { /* IE 6 */
	font-size:11px;
	line-height:12px;
	margin:0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	float:left;
}

*:first-child+html ul.topicPath_nomember { /* IE 7 */
	font-size:11px;
	line-height:12px;
	margin:0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	float:left;
}
ul.topicPath_nomember li{
	margin:0px;
	padding: 0px;
	display:inline;
}
ul.topicPath {
	font-size:11px;
	line-height:12px;
	margin:10px 0px 0px 10px;
	padding: 0px;
	float:left;
}
* html ul.topicPath { /* IE 6 */
	font-size:11px;
	line-height:12px;
	margin:10px 0px 0px 5px;
	padding: 0px;
	float:left;
}

*:first-child+html ul.topicPath { /* IE 7 */
	font-size:11px;
	line-height:12px;
	margin:10px 0px 0px 10px;
	padding: 0px;
	float:left;
}
ul.topicPath li{
	margin:0px;
	padding: 0px;
	display:inline;
}

/*------- footer -------*/
#footer {
	clear: both;
	padding: 15px 0px;
	margin: 10px 0px 0px 0px;
	display: block;
	float: left;
	border-top: 1px solid #dedede;
	text-align: center;
	width: 100%;
}
* html #footer { /* for IE 6 */
	clear: both;
	padding: 15px 0px;
	margin: 30px 0px 0px 0px;
	display: block;
	float: left;
	border-top: 1px solid #dedede;
	text-align: center;
	width: 100%;
}
*:first-child+html #footer { /* for IE 7 */
	clear: both;
	padding: 15px 0px;
	margin: 30px 0px 0px 0px;
	display: block;
	float: left;
	border-top: 1px solid #dedede;
	text-align: center;
	width: 100%;
}
body:first-of-type #footer { /* for Safari3 & Google Chrome */
	clear: both;
	padding: 15px 0px;
	margin: 15px 0px 0px 0px;
	display: block;
	float: left;
	border-top: 1px solid #dedede;
	text-align: center;
	width: 100%;
}
#footer ul{
	width: 900px;
	float: left;
}
.footer_navi {
	float: left;
	line-height: 1.2;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px;
	border-right:1px solid #d9d9d9;
}
.footer_naviEnd {
	float: left;
	line-height: 1.2;
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px 5px;
}
.copyright {
	clear: both;
	display: block;
	padding: 10px 0px 20px 5px;
	margin: 0px;
	border-top: 1px solid #dedede;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	color: #7A7A7A;
	letter-spacing: 0.1em;
	font-size: 85%;
	text-align:left;
	white-space: nowrap;
	width: 100%;
}
.copyright h4 {
	width: 900px;
	border: none;
	min-height: 1em;
	height: auto ;
	padding: 0px;
	margin: 0px;
}
* html .copyright h4 { /* IE 6 */
	width: 900px;
	border: none;
	min-height: auto;
	height: auto ;
	padding: 0px;
	margin: 0px;
}

*:first-child+html .copyright h4 { /* IE 7 */
	width: 900px;
	border: none;
	min-height: 1em;
	height: auto ;
	padding: 0px;
	margin: 0px;
}

/*--------- leftnavi ---------*/
#leftNavi ul {
	margin:0px;
	padding:0px;	
	width:200px;
}
#leftNavi ul li {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #dadada;	
}
#leftNavi ul.c-search li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #FFD100;
	color:#FF0000;
}
#leftNavi ul.catalogue li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #E26464;
	color:#FF0000;
}
#leftNavi ul.agency li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #7E2EC1;
	color:#FF0000;
}
#leftNavi ul.news li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #FF9935;
	color:#FF0000;
}
#leftNavi ul.ir li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #349DD7;
	color:#FF0000;
}
#leftNavi ul.info li.active {
	margin:0px;
	padding:0px;
	border-top:1px solid #fff;	
	border-bottom:1px solid #0A50A1;
	color:#FF0000;
}
.navicaption {
	font-size:90%;
	margin:0px 0px 0px 0px;
	padding:0px 10px 3px 40px;
	color:#888888;
}

/*--------- column ---------*/
#column h4 {
	border:none;
	background:url(../images/column_item_bg_or.gif) left top no-repeat;
	height:30px;
	overflow:visible;
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	color:#0A50A1;
}

#column ul {
	margin:0px 0px 0px 10px;
}

#column ul li p {
	color:#666666;
}
.headline {
	margin-bottom: 20px;
	color: #0A50A1;
	font-weight:bold;
}
/*---------------------------------------------------*/


/*  Top   ------------------------------*/

/*--------- top main ---------*/
#topMain {
	margin: 10px 0px 0px 0px;
	padding:0px;
	border-collapse:collapse;
}
* html #topMain { /* for IE 6 */
	margin: 10px 0px;
	padding:0px;
	border-collapse:collapse;
}
*:first-child+html #topMain { /* for IE 7 */
	margin: 10px 0px;
	padding:0px;
	border-collapse:collapse;
}
body:first-of-type #topMain { /* for Safari3 & Google Chrome */
	margin: 10px 0px 20px 0px;
	padding:0px;
	border-collapse:collapse;
}
#topMain h2,
#main h2 {
	border: none;
	margin: 0px;
	padding:0px;
}
#copy {
	margin: 0px 0px 5px;
	padding:0px;
}
#topImg01 img {
	margin: 3px 13px 5px 0px;
	padding:0px;
}
td#topImg01 {
	background:url(../images/topmain_bg.jpg) no-repeat left top;
	width:233px
}

/*---- new products information ----*/
#newProducts {
	padding: 0px 20px 0px 0px;
	margin:0px;
	width: 450px;
	line-height: 180%;
}
* html #newProducts  { /* IE 6 */
	padding: 0px 20px 0px 0px;
	margin:0px;
	width: 430px;
	line-height: 180%;
}
*:first-child+html #newProducts { /* IE 7 */
	padding: 0px 20px 0px 0px;
	margin:0px;
	width: 450px;
	line-height: 180%;
}
#newProducts h3{
	padding: 0;
	margin:0px;
	border: none;
}
#newProducts h3 img{
	margin-bottom:12px;
}
* html #newProducts h3 img,{ /* for IE 6 */
	margin-bottom:10px;
}
*:first-child+html #newProducts h3 img{ /* for IE 7 */
	margin-bottom:10px;
}
body:first-of-type #newProducts h3 img{ /* for Safari3 & Google Chrome */
	margin-bottom:10px;
}
#newProducts dd{
	clear:both;
	display: block;
	float: left;
	margin: 0px;
	line-height: 180%;
	width: 450px;
}
#newProducts dt{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 437px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}
* html #newProducts dt { /* IE 6 */
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 427px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}
*:first-child+html #newProducts dt { /* IE 7 */
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 437px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}


/*------- update information -------*/
#update {
	padding: 0px;
	margin: 0px;
	width: 450px;
}
#update h3{
	padding: 0;
	margin:0;
	border: none;
}
#update h3 img{
	margin-bottom:12px;
}
* html #update h3 img,{ /* for IE 6 */
	margin-bottom:10px;
}
*:first-child+html #update h3 img{ /* for IE 7 */
	margin-bottom:10px;
}
body:first-of-type #update h3 img{ /* for Safari3 & Google Chrome */
	margin-bottom:10px;
}

#update dd{
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	line-height: 180%;
	width: 450px;
}
#update dt{
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 437px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}
* html #update dt { /* IE 6 */
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 427px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}
*:first-child+html #update dt { /* IE 7 */
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 15px 0px;
	display: block;
	float: left;
	clear: both;
	width: 437px;
	border-left: 3px solid #dedede;
	line-height: 140%;
}
.icon img{
	margin: 0em 0.5em 0.1em 0.5em;
}

/*---------------------------------------------------*/


/*  Connector search   ------------------------------*/

.c-search01 h4,
.c-search02 h4,
.c-search03 h4,
.c-search04 h4,
.c-search05 h4,
.c-search06 h4,
.c-search07 h4,
.c-search08 h4 {
	border:1px solid #dedede;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

.c-search01 h4 {
	background: url(../images/connectorsearch/c-search_title_bg01.jpg) right top no-repeat;
}

.c-search02 h4 {
	background: url(../images/connectorsearch/c-search_title_bg02.jpg) right top no-repeat;
}

.c-search03 h4 {
	background: url(../images/connectorsearch/c-search_title_bg03.jpg) right top no-repeat;
}

.c-search04 h4 {
	background: url(../images/connectorsearch/c-search_title_bg04.jpg) right top no-repeat;
}

.c-search05 h4 {
	background: url(../images/connectorsearch/c-search_title_bg05.jpg) right top no-repeat;
}

.c-search06 h4 {
	background: url(../images/connectorsearch/c-search_title_bg06.jpg) right top no-repeat;
}

.c-search07 h4 {
	background: url(../images/connectorsearch/c-search_title_bg07.jpg) right top no-repeat;
}

.c-search08 h4 {
	background: url(../images/connectorsearch/c-search_title_bg08.jpg) right top no-repeat;
}

/*  カテゴリ検索   ------------------------------*/
table#categoryBox {
	width: 880px;
	margin:0 auto;
}

table#categoryBox td {
	width: 33%;
}

table#categoryNavi {
	width: 240px;
	margin:0 auto;
}

table#categoryNavi th h5 {
	color: #666666;
	font-weight: normal;
	padding: 9px;
	border-top: 1px solid #EBEBEB;
}

table#categoryNavi img.sumnale {
	padding: 5px;
	margin: 5px;
	border: 1px solid #EBEBEB;
}

table#categoryNavi td.navitext {
	width: 160px;
	padding-left: 10px;
	text-align:left;
}

/*---------------------------------------------------*/


/*  Catalogue   ------------------------------*/

#rightcontainer.catalogue h4 {
	border:1px solid #E26464;
	background: url(../images/catalogue/title_bg.jpg) right top repeat-y;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

#adobereader td img{
	margin:0px 20px;
	padding:0px;
}

#adobereader td p{
	margin:0px;
	padding:10px;
	line-height:150%;
}
#list #adobereader td{
	border:none;
}

table#list.gray th {
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

table#list.gray tr#item td {
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	border:none;
}

/*---------------------------------------------------*/


/*  agency office   ------------------------------*/

#rightcontainer.agency h4 {
	border:1px solid #7E2EC1;
	background: url(../images/agency/title_bg.jpg) right top repeat-y;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

table#agency {
	margin:20px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}

#agency th {
	padding:10px 20px;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
}
#agency td {
	padding:5px 20px;
	border-bottom:1px dotted #dadada;
}
#agency td.right {
	padding:5px 20px 5px 0px;
	border-bottom:1px dotted #dadada;
	text-align:left;
}
#agency tr.last td {
	padding:5px 20px;
	border-bottom:none;
}
#agency tr.last td.right {
	padding:5px 20px 5px 0px;
	border-bottom:none;
	text-align:left;
}

table#agency.gray {
	width:705px;
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

table#agency.gray th {
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

table#agency.gray tr#item td {
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	border:none;
	padding:10px 20px;
}

.agency h5 {
	width:685px;
	border-top:2px solid #7E2EC1;
	border-bottom:1px solid #C8B9D6;
	border-left:none;
	padding:10px;
	margin-top:20px;
	background:url(../images/agency/officetitle_bg.gif) left top no-repeat;
	float:left;
	display:block;
}

* html .agency h5 { /* IE 6 */
	width:685px;
	border-top:2px solid #7E2EC1;
	border-bottom:1px solid #C8B9D6;
	border-left:none;
	padding:10px;
	margin:20px 0px;
	background:url(../images/agency/officetitle_bg.gif) left top no-repeat;
	float:left;
	display:block;
}

.agency h5 a.window,
.agency h5 a.back {
	font-weight:normal;
	font-size:100%;
	float:right;
	clear:none;
}
.agency p {
	line-height:1.8em;
	margin:10px 0px;
}

.map {
	margin:20px auto;
}

* html div#rightcontainer.agency ul#link { /* IE 6 */
	padding-bottom: 20px;
}

*:first-child+html div#rightcontainer.agency ul#link { /* IE 7 */
	padding-bottom: 20px;
}

div#rightcontainer.agency ul#link li{
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

* html div#rightcontainer.agency ul#link li { /* IE 6 */
	float:left;
	display:block;
	margin :0px 10px;
	width: 105px;
}

*:first-child+html div#rightcontainer.agency ul#link li { /* IE 7 */
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

/*---------------------------------------------------*/


/*  News Release   ------------------------------*/

#rightcontainer.news h4 {
	border:1px solid #FF9935;
	background: url(../images/news/title_bg.jpg) right top repeat-y;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

table#news {
	margin:20px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}
#news th {
	padding:10px 20px;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	border-right:none;
}
#news td {
	padding:5px 20px;
	border-bottom:1px dotted #dadada;
}
#news td.right {
	padding:5px 20px 5px 0px;
	border-bottom:1px dotted #dadada;
	width:90%;
	text-align: left;
}
#news tr.last td {
	padding:5px 20px;
	border-bottom:none;
}
#news tr.last td.right {
	padding:5px 20px 5px 0px;
	border-bottom:none;
	width:90%;
	text-align:left;
}

table#news.gray {
	width:705px;
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

table#news.gray tr#item th{
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
	text-align:left;
}

div#rightcontainer.news ul#link {
	padding-bottom: 20px;
}

* html div#rightcontainer.news ul#link { /* IE 6 */
	padding-bottom: 20px;
}

*:first-child+html div#rightcontainer.news ul#link { /* IE 7 */
	padding-bottom: 20px;
}

div#rightcontainer.news ul#link li{
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

* html div#rightcontainer.news ul#link li { /* IE 6 */
	float:left;
	display:block;
	margin :0px 10px;
	width: 105px;
}

*:first-child+html div#rightcontainer.news ul#link li { /* IE 7 */
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

/*---------------------------------------------------*/


/*  IR   ------------------------------*/

#rightcontainer.ir h4 {
	border:1px solid #349DD7;
	background: url(../images/ir/title_bg.jpg) right top repeat-y;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

#rightcontainer.ir h3 {
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
	text-align:left;
	border:none;
	padding:10px 20px;
	margine:20px 0px;;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
}

table#ir {
	margin:20px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}
#ir th {
	padding:10px 20px;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	border-right:none;
}
#ir td {
	padding:5px 20px;
	border-bottom:1px dotted #dadada;
}
#ir td.right {
	padding:5px 20px 5px 0px;
	border-bottom:1px dotted #dadada;
	width:90%;
	text-align:left;
}
#ir tr.last td {
	padding:5px 20px;
	border-bottom:none;
}
#ir tr.last td.right {
	padding:5px 20px 5px 0px;
	border-bottom:none;
	width:90%;
	text-align:left;
}

table#ir.gray {
	width:705px;
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

table#ir.gray tr#item th{
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
	text-align:left;
}

div#rightcontainer.ir ul#link {
	padding-bottom: 20px;
}

* html div#rightcontainer.ir ul#link { /* IE 6 */
	padding-bottom: 20px;
}

*:first-child+html div#rightcontainer.ir ul#link { /* IE 7 */
	padding-bottom: 20px;
}

div#rightcontainer.ir ul#link li{
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

* html div#rightcontainer.ir ul#link li { /* IE 6 */
	float:left;
	display:block;
	margin :0px 10px;
	width: 105px;
}

*:first-child+html div#rightcontainer.ir ul#link li { /* IE 7 */
	float:left;
	display:block;
	margin:0px 0px 0px 20px;
	width: 105px;
}

.ir p.contents {
	margin: 30px 50px 0px;
	padding: 30px 0px 0px;
	border-top:1px dotted #dadada;
	line-height: 2;
}

.ir p.contents_top {
	margin: 0px 50px 30px;
	padding: 0px;
	line-height: 2;
}


/*---------------------------------------------------*/


/*  info (pravacy / policy)   ------------------------------*/

#rightcontainer.info h4 {
	border:1px solid #0A50A1;
	background: url(../images/info/title_bg.jpg) right top repeat-y;
	margin:0px 0px 30px 0px;
	padding:10px;
	height:auto;
}

h5.info {
	width:605px;
}

p.info#info {
	width:605px;
	margin:0;
	padding:0;
}

* html p.info#info { /* IE 6 */
	width:620px;
	margin:0;
	padding:0;
}

*:first-child+html p.info#info { /* IE 7 */
	width:605px;
	margin:0;
	padding:0;
}

p#info {
	width:605px;
	margin:30px 0px 0px 0px;
	padding:0;
	font-size:100%;
}

* html p#info { /* IE 6 */
	width:620px;
	margin:30px 0px 0px 0px;
	padding:0;
	font-size:100%;
}

*:first-child+html p#info { /* IE 7 */
	width:605px;
	margin:30px 0px 0px 0px;
	padding:0;
	font-size:100%;
}

ol#info{
	width:585px;
	margin:20px 0px 20px 20px;
	list-style-type: decimal;
	list-style-position:outside;
}

* html ol#info { /* IE 6 */
	width:585px;
	margin:20px 0px 20px 20px;
	list-style-type: decimal;
	list-style-position:outside;
}

*:first-child+html ol#info { /* IE 7 */
	width:585px;
	margin:20px 0px;
	list-style-type: decimal;
	list-style-position:outside;
}

ol#info li{
	margin:1.0em 0;
	line-height:1.5em;
}

/*---------------------------------------------------*/


/*  Table   ------------------------------*/


/*------- list (products) -------*/

table#plist {
	margin:0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}
#plist th {
	margin:0px;
	padding:6px 5px;
	color: #666666;
	font-size:10px;
	line-height:11px;
	font-weight:normal;
	border-bottom: 1px solid #dadada;
}
#plist td {
	padding:5px;
	border-bottom:1px solid #dadada;
	border-right:1px dotted #dadada;
}
#plist td.right {
	border-right:none;
	text-align:left;
}
#plist td.info {
	width: 305px;
}
table#plist.gray {
	width: 920px;
	background:url(../images/tabledesign/item_bg_gry2.gif) left top repeat-x;
}

/*------- list (catalogue) -------*/
table#list {
	margin:20px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
}
#list th {
	margin:0px;
	padding:0px;
	border-bottom:3px solid #dadada;
}
#list td {
	padding:10px;
	border-bottom:1px solid #dadada;
	border-right:1px dotted #dadada;
}
#list td p{
	margin:0px;
	padding:10px 0px;
	line-height:150%;
}
#list td ol{
	margin:10px 0px;
	padding:0px 0px 0px 20px;
	list-style-type: decimal;
	list-style-position:outside;
}
#list td li{
	margin-bottom:2em;
	line-height:1.8em;
}
#list td.right {
	border-right:none;
	text-align:left;
}
#list tr.last td{
	border-bottom:none;
}

table#list.gray {
	width:705px;
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}

tr#item td {
	font-size:90%;
	line-height:100%;
	color:#666666;
	border-right:none;
}

tr#cellcolorGray1 {
	background-color:#FAFAFA;
}

tr#cellcolorGray2 {
	background-color:#E1ECF3;
}

/*------- list (IR) -------*/
table#list {
	margin:0px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
	width:705px;
}
#list th.title {
	margin:0px;
	padding:0px 10px;
	height:42px;
	text-align:left;
	border-bottom:none;
	background:url(../images/tabledesign/item_bg_gry3.gif) left top repeat-x;
}
#list th.title2 {
	margin:0px;
	padding:0px 10px;
	height:42px;
	text-align:left;
	border-bottom:none;
	background:url(../images/tabledesign/item_bg_gry4.gif) left top repeat-x;
}
#list td.no-border {
	padding:10px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
}
.arrow_bl {
	background: url(../images/arrow_r_bl.gif) left center no-repeat;
	padding-left: 8px;
}
/*------- list (IRカレンダー) -------*/
table#callender.gray {
	margin:10px auto 0px auto;
	padding:0px;
	border-collapse:collapse;
	border:0px;
	width:705px;
	background:url(../images/tabledesign/item_bg_gry.gif) left top no-repeat;
}
table#callender.gray tr#item td {
	font-size:90%;
	font-weight:bold;
	line-height:100%;
	color:#666666;
	border:none;
	padding:10px;
}
#callender td {
	padding:3px 10px;
	color: #666666;
	border-bottom:1px solid #dadada;
	border-right:1px dotted #dadada;
}
#callender td.right {
	border-right:none;
	text-align:left;
}


/*------- basic -------*/

tr.bg_gray {
	background-color:#F6F6F6;
}

td.left {
	text-align:left;
}
td.center {
	text-align:center;
}
td.right {
	text-align:right;
}


/*------- set01 width705px (W-outline) -------*/

div#tableset01 {
	width:705px;
	padding-top:5px;
	background:url(../images/tabledesign/set01_upper.gif) left top no-repeat;
}
div.tableset01middle {
	width:625px;
	background:url(../images/tabledesign/set01_middle.gif) left top repeat-y;
	padding:20px 40px;
}
div.tableset01middle p {
	line-height:1.8em;
	width:625px;
}
div.tableset01lower {
	width:705px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set01_lower.gif) left bottom no-repeat;
}

/*------- set02 width625px (agency map&access) -------*/

div#tableset02 {
	width:625px;
	padding-top:5px;
	background:url(../images/tabledesign/set02_upper.gif) left top no-repeat;
}
div.tableset02middle {
	width:605px;
	width /**/:625px;  /* beside IE 6 */
	background:url(../images/tabledesign/set02_middle.gif) left top repeat-y;
	padding:5px 10px;
}
*:first-child+html div.tableset02middle { /* IE 7 */
	width:605px;
	background:url(../images/tabledesign/set02_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset02middle p {
	line-height:1.8em;
	width:605px;
}
div.tableset02lower {
	width:625px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set02_lower.gif) left bottom no-repeat;
}

/*------- set03 width705px (contact) -------*/

div#tableset03 {
	width:705px;
	padding-top:5px;
	background:url(../images/tabledesign/set03_upper.gif) left top no-repeat;
}
div.tableset03middle {
	width:685px;
	width /**/:705px;  /* beside IE 6 */
	width:705px;
	background:url(../images/tabledesign/set03_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset03middle p {
	line-height:1.8em;
}
div.tableset03lower {
	width:705px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set03_lower.gif) left bottom no-repeat;
}

/*------- set04 width705px blue (contact) -------*/

div#tableset04 {
	width:705px;
	padding-top:5px;
	background:url(../images/tabledesign/set04_upper.gif) left top no-repeat;
}
div.tableset04middle {
	width:685px;
	width /**/:705px;  /* beside IE 6 */
	background:url(../images/tabledesign/set04_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset04middle p {
	line-height:1.8em;
}
div.tableset04lower {
	width:705px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set04_lower.gif) left bottom no-repeat;
}


/*------- set05 width665px (answerhistory) -------*/

div#tableset05 {
	width:665px;
	margin:20px 0px 20px 20px;
	padding-top:5px;
	background:url(../images/tabledesign/set05_upper.gif) left top no-repeat;
}
div.tableset05middle {
	width:645px;
	width /**/:665px;  /* beside IE 6 */
	background:url(../images/tabledesign/set05_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset05middle p {
	line-height:1.8em;
}
div.tableset05lower {
	width:665px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set05_lower.gif) left bottom no-repeat;
}

/*------- set06 width665px (answerhistory) -------*/

div#tableset06 {
	width:665px;
	margin:20px 0px 20px 20px;
	padding-top:5px;
	background:url(../images/tabledesign/set06_upper.gif) left top no-repeat;
}
div.tableset06middle {
	width:645px;
	width /**/:665px;  /* beside IE 6 */
	background:url(../images/tabledesign/set06_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset06middle p {
	line-height:1.8em;
}
div.tableset06lower {
	width:665px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set06_lower.gif) left bottom no-repeat;
}

/*------- set07 width900px (contact) -------*/

div#tableset07 {
	width:900px;
	padding-top:5px;
	background:url(../images/tabledesign/set07_upper.gif) left top no-repeat;
}
div.tableset07middle {
	width:880px;
	width /**/:900px;  /* beside IE 6 */
	width:900px;
	background:url(../images/tabledesign/set07_middle.gif) left top repeat-y;
	padding:5px 10px;
}
div.tableset07middle p {
	line-height:1.8em;
}
div.tableset07lower {
	width:900px;
	padding-bottom:5px;
	background:url(../images/tabledesign/set07_lower.gif) left bottom no-repeat;
}


/*------- table cellpadding 5px -------*/
table#cellpad5px {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-collapse /**/:separate;  /* beside IE 6 */
	border:0px;
}

table#cellpad5px th,
table#cellpad5px td {
	padding: 5px;
}

/*------- table cellpadding 10px -------*/
table#cellpad10px {
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-collapse /**/:separate;  /* beside IE 6 */
	border:0px;
}

table#cellpad10px th,
table#cellpad10px td {
	padding: 10px;
}

/*------- table cell border type -------*/
td.cellborder_dot {
	border-bottom:1px dotted #dadada;
}

td.cellborder_dot_wh {
	border-bottom:1px dotted #dadada;
	background-color:#fff;
}

td.cellborder_line {
	border-bottom:1px solid #dadada;
}


/*------- table header color -------*/

th.1stheader {
	border-right:2px solid #F6F6F6;
	border-bottom:2px solid #F6F6F6;
 	background:url(../images/tabledesign/set05_bg01.gif) repeat left top;
	color:#0A50A1;
}
th.2ndheader {
	border-right:2px solid #F6F6F6;
	border-bottom:2px solid #F6F6F6;
	background:url(../images/tabledesign/set05_bg02.gif) repeat left top;
	color:#0A50A1;
}

/*---------------------------------------------------*/

/*  Connector Search  ------------------------------*/
/*--------- products ---------*/

h4.product {
	background:#F7DC71 url(../images/products/titlebar_bg1.gif) repeat-x left top;
	font-size: 130%;
	color:#0A50A1;
	margin:0px;
	padding:8px 12px 3px 12px;
	border:none;
}

#productTub {
	background:url(../images/products/titlebar_bg2.gif) repeat-x left top;
	margin:0px;
	padding:0px 10px 8px 10px;
	text-align:left;
}
#productTub ul {
	margin:0px;
	padding:0px;
	width: 900px;
	height:27px;
	background:url(../images/products/titlebar_bg2.gif) repeat-x left top;
}
#productTub ul li.long,
#productTub ul li.activelong {
	margin:0px;
	padding:0px;
	float:left;
}
#productTub ul li.short,
#productTub ul li.activeshort {
	margin:0px;
	padding:0px;
	float:left;
}

td#photoframe {
	background:url(../images/products/photoframe.gif) no-repeat 5px top;
	width:300px;
	height:234px;
	margin:0px;
	padding:0px;
}

td#photoframe div.photo {
	margin:4px 38px 0px 11px;
}

td#photoframe div.zoomtub {
	margin:0px 0px 10px 5px;
}

td.product {
	width:620px;
	margin:0px;
	padding:0px;
}

td.product h5 {
	background:url(../images/products/subtitlebar_bg.gif) no-repeat left top;
	height:58px;
	margin:3px 0px 0px 0px;
	padding:20px 13px 0px 13px;
	font-size: 110%;
	line-height:115%;
	color:#0A50A1;
	border:none;
	text-align:left;
}

td.product ul {
	margin:0px 0px 0px 13px;
	padding:0px;
}
#product ol {
	list-style-type:none;
}

td.product li{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 12px;
	background:url(../images/mark_bl.gif) no-repeat left 6px;
	list-style-type:none;
}

table#spec {
	border-collapse:collapse;
	border:1px solid #dadada;
	border-left:none;
	border-right:none;
}

table#spec th {
	background-color:#FEEFAF;
	color:#0A50A1;
	padding:10px;
	border:2px solid #fff;
	border-left:none;
	border-right:none;
	text-align:left;
	font-weight:normal;
	letter-spacing:0.1em;
}

table#spec td {
	padding:10px;
	border:1px dashed #dadada;
	border-left:none;
	border-right:none;
	letter-spacing:0.1em;
	line-height:200%;
}

div#btn_contact {
	margin:0px 0px 10px 6px;
}

td.product h6 {
	margin:15px 0px 5px 0px;
	padding:5px 10px;
	color:#0A50A1;
	border:1px solid #dadada;
	background-color:#ECECEC;
}

/*---------------------------------------------------*/


/*  Registared infomation  ------------------------------*/

/*--------- menu ---------*/
ul.registeredInfoMenu {
	margin:50px 0px 50px 140px;
}

ul.registeredInfoMenu li {
	display:inline;
	margin-right:30px;
}

/*---------------------------------------------------*/


/*  Contact about products  ------------------------------*/

/*--------- Contact top ---------*/
ul.mailmagazine {
	margin: 20px 0px 20px 60px;
}
ul.mailmagazine li {
	margin: 20px 0px;
}
dl.telcontact {
	margin: 10px 0px 20px 40px;
	width: 240px;
	padding:0px;
}
dl.telcontact dt{
	float:left;
	clear:both;
	width: 50px;
	color:#999999;
	font-weight:bold;
	line-height:22px;
	height:24px;
	margin-bottom:5px;
	padding:0px;
}

dl.telcontact dd {
	width: 180px;
	margin-left:60px;
	text-align:left;
	font-size:18px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:22px;
	letter-spacing:0.1em;
	height:24px;
	margin-bottom:5px;
	padding:0px;
}
* html dl.telcontact dd { /* IE 6 */
	width: 170px;
	margin-left:60px;
	text-align:left;
	font-size:18px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:22px;
	letter-spacing:0.1em;
	height:24px;
	margin-bottom:5px;
	padding:0px;
}


/*--------- phase ---------*/
table#contactphase {
	width:1000px;
	margin:10px 14px 0px 14px;
}
table#contactphase td {
	width:132px;
	height:30px;
	padding:8px 15px 8px 5px;
	border:6px solid #fff;
	color:#818181;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	background: url(../images/contact/phase_off.gif) center top no-repeat;
}
* html table#contactphase td { /* IE 6 */
	width:112px;
	height:14px;
	padding:8px 15px 8px 5px;
	border:6px solid #fff;
	color:#818181;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	background: url(../images/contact/phase_off.gif) center top no-repeat;
}
*:first-child+html table#contactphase td { /* IE 7 */
	width:112px;
	height:30px;
	padding:2px 15px 8px 5px;
	border:6px solid #fff;
	color:#818181;
	font-size:12px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
	background: url(../images/contact/phase_off.gif) center top no-repeat;
}
body:first-of-type table#contactphase td { /* for Safari3 & Google Chrome */
	width:112px;
	height:30px;
	padding:0px 15px 8px 5px;
	border:6px solid #fff;
	color:#818181;
	font-size:12px;
	line-height:110%;
	font-weight:bold;
	text-align:center;
	background: url(../images/contact/phase_off.gif) center top no-repeat;
}
table#contactphase td.active {
	color:#fff;
	background: url(../images/contact/phase_on.gif) center top no-repeat;
}
table#contactphase td.noactive {
	color:#fff;
	background: center top no-repeat;
}
*:first-child+html table#contactphase td.active { /* IE 7 */
	color:#fff;
	background: url(../images/contact/phase_on.gif) center top no-repeat;
}
body:first-of-type table#contactphase td.active { /* for Safari3 & Google Chrome */
	color:#fff;
	background: url(../images/contact/phase_on.gif) center top no-repeat;
}


table#contact {
	margin:0px;
	padding:0px;
	width:545px;
	border-collapse:collapse;
	border:0px;
}
#contact th {
	font-weight:bold;
	padding:10px;
	border-bottom:1px dashed #dadada;
	text-align:left
}
#contact td.2row {
	padding:10px 10px 10px 0px;
	border-bottom:1px dashed #dadada;
}
#contact td {
	padding:10px 10px 10px 0px;
	border-bottom:1px dashed #dadada;
}

h4#contactphase {
	margin:20px 0px 20px 20px;
	padding:3px 10px;
	width:682px;
}

body:first-of-type h4#contactphase { /* for Safari3 & Google Chrome */
	margin:14px 0px 20px 20px;
	padding:3px 10px;
	width:682px;
}

h4#contactphase-wide {
	margin:20px 0px 20px 20px;
	padding:3px 10px;
	width:878px;
}

h4#contactphaseAccept {
	margin:5px 5px 0px 5px;
	padding:3px 10px;
	width:682px;
	font-size:120%;
	color:#0A50A1;
	border-color:#6EBFE9;
}

p#contactphase {
	margin:5px 0px 5px 20px;
	width:705px;
	text-align:right;
}

p#contactphase-wide {
	margin:5px 0px 5px 20px;
	width:900px;
	text-align:right;
}

p#contactphase.message {
	margin:10px 0px 20px 20px;
	width:705px;
	text-align:left;
}

ol#contactphase.message{
	margin:20px 0px 20px 40px;
	width:705px;
	text-align:left;
	list-style-type: decimal;
	list-style-position:inside;
}

ol#contactphase.message li{
	line-height:1.8em;
}

table#sales {
	width:760px;
	margin:10px auto 0px 20px;
	border-collapse:collapse;
}

table#sales th {
	padding:3px;
	border:1px solid #fff;
	text-align:center;
	font-size:11px;
	background-color:#0083C7;
	color:#fff;
}

table#sales td.title {
	width:15%;
	padding:3px;
	text-align:left;
	font-weight:bold;
	color:#0083C7;
	border:none;
}

table#sales td.title img {
	padding:0.4em 0.5em 0em 0em;
}

table#sales td {
	padding:3px;
	border-bottom:1px solid #dadada;
	text-align:center;
}

table#contactsheet {
	width:685px;
	margin:0px;
}

table#contactsheet th{
	margin:0px;
	width:130px;
	padding: 10px;
	text-align:left;
	border-bottom:1px dashed #dadada;
}

table#contactsheet td.data{
	margin:0px;
	width:515px;
	padding: 10px;
	border-bottom:1px dashed #dadada;
}

table#contactsheet tr.last th,
table#contactsheet tr.last td.data,
table#contactsheet-wide tr.last th,
table#contactsheet-wide tr.last td.data {
	border-bottom:none;
}


table#contactsheet td.data input.txtbox,
table#contactsheet-wide td.data input.txtbox {
	margin:0px 10px;
}

table#contactsheet-wide {
	width:880px;
	margin:0px;
}

table#contactsheet-wide th{
	margin:0px;
	width:130px;
	padding: 10px;
	text-align:left;
	border-bottom:1px dashed #dadada;
}

table#contactsheet-wide td.data{
	margin:0px;
	width:710px;
	padding: 10px;
	border-bottom:1px dashed #dadada;
}


table#contactsheetFix {
	width:620px;
	margin:0px;
}

table#contactsheetFix th{
	margin:0px;
	width:130px;
	padding: 10px;
	text-align:left;
	border-bottom:1px dashed #dadada;
}

table#contactsheetFix td.data{
	margin:0px;
	width:450px;
	padding: 10px;
	border-bottom:1px dashed #dadada;
}

table#contactsheetFix tr.last th,
table#contactsheetFix tr.last td.data {
	border-bottom:none;
}

/*--------- phase iframe ---------*/

iframe.iframe_container {
	margin: 20px;
	padding: 0px;
	border: 1px solid #dadada;
}

ul#iframe_info{
	width: 625px;
	margin: 0px;
	padding: 0px 20px 0px 40px;
	list-style-type: decimal;
	list-style-position:outside;
}
* html ul#iframe_info{ /* for IE 6 */
	width: 615px;
	margin: 0px 20px;
	padding: 0px 0px 0px 30px;
	list-style-type: decimal;
	list-style-position: outside;
}
*:first-child+html ul#iframe_info{ /* for IE 7 */
	width: 615px;
	margin: 0px 20px;
	padding: 0px 0px 0px 30px;
	list-style-type: decimal;
	list-style-position: outside;
}
ul#iframe_info li{
	margin:2.5em 0;
	line-height:1.8em;
	list-style-position: outside;
}

/*---------------------------------------------------*/

/*  Sitemap  ------------------------------*/
/*--------- sitemap ---------*/

#sitmapContainer {
	width:280px;
	float:right;
	display:block;
	text-align:left;
	padding:0px;
	margin:0px ;
}

#sitmapContainer img {
	margin:0px 0px 10px 0px;
}
#sitmapContainer p {
	margin:0px 0px 0px 20px;
	color:#666666;
}
#sitmapContainer .icon img{
	margin:0em 0.5em 0.2em 0.5em;
	background-image:none;
}

#sitmapContainer a.arrow {
	margin-left:13px;
}

#sitmapContainer ul,
#sitmapContainer li {
	margin:5px 0px;
	padding:0px;
}
#sitmapContainer ul.global li {
	margin:5px 0px 20px 0px;
	padding:0px;
}
#sitmapContainer .global p {
	margin:0px 0px 10px 3px;
	color:#303030;
	font-weight:bold;
	border-bottom:1px dashed #dadada;
}
div#globalsite {
	padding-bottom:5px;
}


h4#sitmap {
	border-bottom:1px solid #0083C7;
	border-left:none;
	margin:0px 0px 10px 0px;
	padding:0px 3px 0px 0px;
	height:1.15emx;
	font-size:1.1em;
	line-height:1.15em;
}

td#sitmapLine {
	background: url(../images/sideline.gif) right top no-repeat;
	width:306px;
	padding-right:5px;
}

td#sitmapLine_s {
	width:306px;
	padding-right:5px;
}

div#link.sitemap {
	width: 920px;
	height: 115px;
	background: url(../images/sitemap01.jpg) right top no-repeat;
	margin-bottom:20px;
}

table#link.sitemap {
	margin:10px 0px 30px 25px;
	padding:0px
	width: 700px;
}

table#link.sitemap td{
	padding:0px 20px 10px 0px;
}


/*---------------------------------------------------*/



/*  メールアドレス変更画面  ------------------------------*/

/*--------- メールアドレス変更 ---------*/

#printbtn_column  {
	margin:0px 0px 20px 14px;
}

p.message {
	margin:10px 0px 20px 20px;
	width:685px;
	text-align:left;
}
table#salesinfo {
	width:900px;
	margin:10px 0px 0px 20px;
	border-collapse:collapse;
}

table#salesinfo th {
	padding:5px;
	border:1px solid #fff;
	border-top:none;
	border-bottom::none;
	text-align:center;
	background-color:#e6e6e6;
	color:#0A50A1;
	font-weight:normal;
}

table#salesinfo td {
	padding:5px;
	border:1px solid #dadada;
	border-top:none;
	text-align:center;
}

table#salesinfo dt{
	width:100px;
	float:left;
	clear:both;
	margin-right:10px;
}

table#salesinfo dd{
	width:150px;
	float:left;
}

/*--------- メールアドレス変更 ---------*/
/*--------- タブナビゲーション ---------*/

table#tubnavi_upper {
	width:900px;
	margin:0px 0px 0px 20px;
	border-collapse:collapse;
}

table#tubnavi_upper td{
	padding:5px;
	border:#C7C7C7 1px solid;
	text-align:center;
	color:#525252;
	background: #E7E7E7 url(../images/bg_tubnavi.gif) repeat-x 0 0;
}

table#tubnavi_upper td.active{
	padding:5px;
	border:#C7C7C7 1px solid;
	border-bottom:#fff 1px solid;
	text-align:center;
	color:#0A50A1;
	background: #fff url(../images/bg_tubnavi_actv.gif) repeat-x 0 0;
}

table#tubnavi_active {
	width:900px;
	margin:0px 0px 0px 20px;
	border-collapse:collapse;
	border:#C7C7C7 1px solid;
	border-top:none;
}

table#tubnavi_active td {
	padding:10px;
	text-align:center;
}


/*---------------------------------------------------*/



/*  Form  ------------------------------*/

/*--------- input ---------*/

input.radiobtn1 {
	margin:3px 5px 5px 30px;
}
input.radiobtn2 {
	margin:3px 2px 5px 5px;
}
* html input.radiobtn2 { /* IE 6 */
	margin:3px 0px 5px 0px;
}

*:first-child+html input.radiobtn2 { /* IE 7 */
	margin:3px 0px 5px 0px;
}

/*---------------------------------------------------*/
