@charset "utf-8";

/* =================================== */
/*
/* 	print CSS
/* 	last update 081225
/*
/* =================================== */

/* =========== INDEX LIST ============

   1: Share Style
   2: Hx
   3: Link Color
   4: Table
   5: Basic Layout
   6: Header
   7: Footer
   8: etc

====================================== */

/* ===================================

	1: Share Style 

====================================== */

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

html, body,
h1, h2, h3, h4, h5, h6,
div, p, pre, dl, dt, dd,
address, blockquote {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	display: block;
}

body {
	font-family:"メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	font-size:100%;
	background-color: #FFF;
	color: #333333;
}

*:first-child + html body {
	font-family:"メイリオ",Meiryo,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
}

p,li {
	font-size:75%;
	line-height:1.5;
}
p {
	margin:0 0 10px 0;
}

ul li {
	list-style-type:none;
}

img,abbr,acronym,fieldset {
	border: 0;
}

hr {
	clear:both;
	text-indent: -9999px;
}

address {
	font-style:normal;
	text-align: right;
	font-size: 10px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	display: none;
}
.imgRight {
	padding: 0px;
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	padding: 0px;
	float: left;
	margin: 0 10px 10px 0;
}

.imgCenter {
	padding: 0px;
	text-align: center;
	margin: 0 0 10px;
}

.txtRight{
	display: block;
	text-align: right;
	clear: both;
}


/* .text  ================ */

.indentTxt {
	display: block;
	font-size: 100%;
}

.indentTxt-discontinuance {
	text-indent: -9999px;
	display: none;
}

.txt10per {
	font-size: 62.5%;
	letter-spacing: 0.3pt;
	line-height: 1.4;
}
.txt10px {
	font-size: 10px;
	letter-spacing: 1pt;
}
.txt12per {
	font-size: 75%;
}
.txtcolor007FC0 {
	color: #007FC0;
}
.txt14per {
	font-size: 87.5%;
}
.txt14per-bmargin20px {
	font-size: 87.5%;
	margin:0 0 20px 0;
}
.txt14per-color990000 {
	color: #990000;
	font-size: 87.5%;
	font-weight: normal;
}
.txt16per {
	font-size: 100%;
}
.txtcolor990000 {
	color: #990000;
}

/* .pagenavi  ================ */

.pagenavi {
	text-align: right;
	display: block;
	clear: both;
	margin: 0 0 1px;
}

.contentsPagenavi {
	text-align: right;
	display: block;
	clear: both;
	padding-bottom: 1px;
	margin: 0;
}

/*
 Anchor [
----------------------------------------------------------- */

#primary a.zipfile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_zipfile.gif);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 25px;
	vertical-align: middle;
}

#primary a.docfile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_downloadfile.jpg);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 25px;
	vertical-align: middle;
}

/*
 List [
----------------------------------------------------------- */

/* 定義リスト（dl）  ================ */

#primary dt {
	margin: 0;
}

#primary dd {
	margin: 0;
}

/* 並列リスト（ul）  ================ */

div#primary ul.border1boxtxtList,
div#primary ol.border1boxtxtList {
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #F1EFE2;
	display: block;
}
div#primary ol.border1boxtxtList li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	list-style-position: inside;
	list-style-type: decimal;
}
div#primary ul.border1boxtxtList li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #999999;
	background-color: #FFFFFF;
	float: left;
	width: 162px;
	border: 1px solid #CCCCCC;
	font-size: 62.5%;
	line-height: 1.2;
	text-align: center;
	display: block;
}

div#primary ul.border1boxLink {
	margin-top: 10px;
}

div#primary ul.border1boxLink li {
	font-size: 12px;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	border: 1px solid #CCCCCC;
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
div#primary ul.border1boxLink li a {
	text-decoration:none;
}

ul.ulbotton {
	text-align: right;
	display: block;
	margin-bottom: 10px;
} 

ul.ulbotton li {
	float: right;
	font-size: 10px;
} 

ul.ulbotton li.xfootLi {
	padding-right: 0px;
} 

#primary ul.nonmarkList {
	margin: 0px 0 8px 0;
}

#primary ul.nonmarkList li {
	margin: 0px 0 0 0;
	padding: 0 0 4px 0px;
}

#primary ul.nonmarkList li ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 12px;
	font-size: 100%;
}

div#primary ul.newsList {
	margin-bottom: 10px;
	display: block;
	clear: both;
}

div#primary ul.newsList li {
	font-size: 75%;
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.3;
}

#primary ul.linkimages-right li {
	text-align: right;
	display: block;
	clear: both;
	margin: 0;
}
#primary ul.menuList {
	margin: 0px 0 8px 0;
}
#primary ul.menuList li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}

#primary ul.menuList li ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}

#primary ul.menuList li ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
}

#primary ul.menuList li ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 100%;
}
#primary ul.menuList li.licircle {
	list-style-type: circle;
}

#primary ul.menuList li.liattention {
	list-style-type: none;
	list-style-image: url(../common/icon_attention10px.gif);
	color: #006699;
}

#primary ul.menuList li.lidisc {
	list-style-type: disc;
}
#primary ul.attention10pxList {
	margin: 0px 0 8px 0;
}
#primary ul.attention10pxList li {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-image: url(../common/icon_attention10px.gif);
	font-size: 62.5%;
	line-height: 1.2;
	color: #006699;
}

#primary ul.attention12pxList {
	margin: 0px 0 8px 0;
}
#primary ul.attention12pxList li {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	list-style-image: url(../common/icon_attention12px.gif);
	color: #990000;
}

#primary ul.attention14pxList {
	margin: 0px 0 8px 0;
}
#primary ul.attention14pxList li {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 87.5%;
	line-height: 1.2;
	list-style-image: url(../common/icon_attention14px.gif);
}


/* 並列リスト（ol）  ================ */

ol.privacylist {
	margin: 0px 0 8px 0;
}
ol.privacylist li {
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: decimal;
}
ol.privacylist li.lidisc {
	list-style-type: disc;
}

ol.privacylist li ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
}

ol.privacylist li ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 100%;
}
ol.privacylist li ol {
	margin: 10px 0 0 10px;
}
ol.privacylist li ol li {
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 100%;
}

/* .margin設定  ================ */

.margin0px {
	margin:0;
}
.bottom-margin1px {
	margin:0 0 1px 0;
}
.bottom-margin5px {
	margin:0 0 5px 0;
}
.bottom-margin6px {
	margin:0 0 6px 0;
}
.bottom-margin10px {
	margin:0 0 10px 0;
}
.bottom-margin15px {
	margin:0 0 15px 0;
}
.bottom-margin20px {
	margin:0 0 20px 0;
}
.bottom-margin30px {
	margin:0 0 30px 0;
}

.bottom-marginundeline10px {
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 1em;
}

.bottom-marginundeline20px {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bottom-marginundeline0px {
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 10px;
}

/*
 page line [
----------------------------------------------------------- */

/* -- page line -- */

.page-line01 {
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	height: 16px;
	background-position: center center;
	clear: both;
	text-indent: -9999px;
}
.page-line02 {
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	height: 45px;
	background-position: left center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-indent: -9999px;
	line-height: 1;
	clear: both;
}

/* ===================================

	2: Hx 

====================================== */

h1.h1indextitle {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1;
	float: left;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 12px;
}
#secondary h2 {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 12px;
	line-height: 1;
}

h2.h2txt {
	font-size: 112.5%;
	line-height: 1.4;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
}

h2.h2imagestitle {
	font-size: 1px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h2.h2imagestitle-m-b15px {
	font-size: 1px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h2.h2txtline {
	font-size: 87.5%;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	line-height: 1.3;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

h2.h2txtline strong {
	padding-top: 0px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1D7AB2;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #033C5C;
}

h2.h2nametitle a:link,
h2.h2namehoteltitle a:link,
h2.h2nametitle a:visited,
h2.h2namehoteltitle a:visited,
h2.h2nametitle a:hover,
h2.h2namehoteltitle a:hover,
h2.h2nametitle a:active,
h2.h2namehoteltitle a:active {
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

h3.h3imagesUnderline,
h4.h4imagesUnderline {
	padding-left: 0px;
	margin-bottom: 12px;
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 12px;
}

h3.h3imagenomargin {
	font-size: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
h3.h3txtunderline {
	font-size: 87.5%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 20px;
	clear: both;
	background-image: url(../common/page_line02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3.h3txt {
	font-size: 87.5%;
	line-height: 1.4;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
}


h3.h3txtline {
	font-size: 87.5%;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	line-height: 1.4;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

h3.h3txtline14px {
	font-size: 87.5%;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	line-height: 1.3;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

h3.h3txtline strong {
	padding-top: 0px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1D7AB2;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}

h3.h3txtline14px strong {
	padding-top: 0px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1D7AB2;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	float: left;
}

h3.h3txtline14px strong img {
	padding: 0px;
	margin: 0 6px 0 0;
	vertical-align: middle;
}

h3.h3txtline14px span.titledays {
	margin: 0;
	vertical-align: middle;
	font-size: 10px;
	color: #666666;
	display: block;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 80px;
	text-align: right;
}

h4 {
	font-size: 12px;
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
h4.h4txt {
	font-size: 87.5%;
	padding-left: 0px;
	margin-bottom: 10px;
	color: #5183A1;
	background-image: url(../common/page_line01.gif);
	background-position: left bottom;
	padding-bottom: 10px;
	background-repeat: repeat-x;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

/* ===================================

	3: Link Color 

====================================== */

a:link {
	color:#064E78;
	text-decoration:none;
	outline: 0;
}
a:visited {
	color:#064E78;
	text-decoration:none;
}
a:hover {
	color:#0095DD;
	text-decoration:underline;
}
a:active {
	color:#064E78;
}

/* ===================================

	4: Table 

====================================== */

/* 表組み制御　 ================ */

table {
	background-color:#FFF;
	margin-bottom: 15px;
	line-height: 1.2;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 2px;
	border: 1px solid #ccc;
}

th,tfoot th {
	text-align: center;
	padding: 6px;
	line-height: 160%;
	background-color: #FFFFFF;
	margin: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

tfoot td {
	color: #333;
	padding: 6px;
	background-color: #F8F8F8;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #fff;
}

tbody {
	margin: 0px;
	padding: 0px;
}

tbody tr {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}

table th.align-center,
table td.align-center {
	text-align: center;
}
table td.tdwidthmovie,
table th.tdwidthmovie {
	width: 50px;
}
table td.tdwidthflash,
table th.tdwidthflash {
	width: 80px;
}
table td.tdwidthproductimg,
table th.tdwidthproductimg {
	width: 70px;
}
table td.tdwidthcategory,
table th.tdwidthcategory {
	width: 260px;
}
table td.tdwidthsoftware,
table th.tdwidthsoftware {
	width: 200px;
	text-align: center;
}

table td.tdwidthdiscontinuance,
table th.tdwidthdiscontinuance {
	width: 150px;
}
div#primary table td ul.newsList {
	margin: 0px;
}
div#primary table td ul.newsList li {
	font-size: 100%;
}

tbody td {
	font-size: 75%;
	color: #4a4a4a;
	padding: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

tbody th {
	font-size: 75%;
	padding: 6px;
	background-image: none;
	background-color: #F3FAFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
tbody th.thdownloadfont10par {
	font-size: 62.5%;
}

tbody td a, 
tbody th a {
	text-decoration:underline;
}
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

/*
 page line [
----------------------------------------------------------- */

table.productDl {
	font-size: 75%;
	background-color:#FFF;
	margin-bottom: 15px;
	line-height: 120%;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 2px;
	border: 1px solid #ccc;
}

table.productDl th,tfoot th {
	text-align: center;
	padding: 6px;
	line-height: 160%;
	background-color: #FFFFFF;
	margin: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

table.tableproductDl tfoot td {
	color: #333;
	padding: 6px;
	background-color: #F8F8F8;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #fff;
}


table.tableproductDl tbody tr {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}

table.tableproductDl tbody td {
	color: #333;
	padding: 5px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

table.tableproductDl tbody th {
	padding: 5px 10px;
	background-image: none;
	background-color: #F3FAFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
}

/* blockquote */

blockquote {
	margin: 10px 40px 15px;
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	font-size: 75%;
	line-height: 1.7;
	background-color: #FCFCFA;
}

/* table-rooms */

table.table-rooms {
	font-size: 62.5%;
}

/* ===================================

	5: Basic Layout 

====================================== */

#anchor {
	clear:both;
	text-indent: -9999px;
	display: none;
	visibility: hidden;
}

#centerAll {
	text-align: center;
}

/*
 wrapper [
----------------------------------------------------------- */
div#wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
 gNavi [
----------------------------------------------------------- */
ul#gNavi {
	display: none;
}

/*
 mainArea [
----------------------------------------------------------- */
div#mainArea {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

/*
 primary [
----------------------------------------------------------- */
div#primary {
	width: 100%;
	float: left;
}

/*
 localnavi4thbox [ 4列
----------------------------------------------------------- */

div#primary div.localnavi4thbox {
	display: none;
}


/*
 flame [
----------------------------------------------------------- */

div#primary .border1boxflame {
	margin-bottom: 10px;
	display: block;
	padding: 10px 15px 5px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
div#primary .border1boxflame-chacool {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #ccc;
	background-color: #F1EFE2;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div#primary .flame {
	display: block;
	margin: 0 0 15px 0;
	padding: 0px;
	clear: both;
}


/*
 pankuzu [
----------------------------------------------------------- */

div#mainArea ul.pankuzuUl {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	line-height: 1;
	padding: 10px 0 0 0;
	margin-left: 0px;
	display: block;
} 

div#mainArea ul.pankuzuUl li.pankuzuHome {
	background-image: none;
	padding-left: 0px;
} 

div#mainArea ul.pankuzuUl li {
	float: left;
	font-size: 10px;
	letter-spacing: 1px;
	background-image: url(../common/pankuzu_mark_allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1;
} 
div#mainArea ul.pankuzuUl li a {
	color:#333333;
	text-decoration:none;
}
div#mainArea ul.pankuzuUl li a:hover {
	color:#0095DD;
	text-decoration:underline;
}

/* ===================================

	8: secondary 

====================================== */

/*
 secondary [
----------------------------------------------------------- */
div#secondary {
	display: none;
}

/* ===================================

	6: Header 

====================================== */

/*
 Head [
----------------------------------------------------------- */
div#head {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
}

div#head #headcontents {
	display: none;
}

/* ===================================

	7: Footer 

====================================== */

/*
 foot [
----------------------------------------------------------- */
div#foot {
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	div#foot #footContents {
		text-align: right;
		float: right;
	}
	
		div#foot #footContents ul {
	display: none;
		} 
		div#foot #footContents p {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
		} 
		
/* ===================================

	1: Index.html

====================================== */

div#flashArea {
	display: none;
}

/*
 mainArea [
----------------------------------------------------------- */
div#indexmainArea {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

/*
 indexPrimary [
----------------------------------------------------------- */

div#indexPrimary {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#indexPrimary div.productcatalogarea {
}

div#indexPrimary div.productcatalogarea h2.h2producttitle {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#indexPrimary div.productcatalogarea h2.h2producttitle a {
	font-size: 100%;
	text-decoration: none;
	display: block;
	margin: 0px 0 0 0;
	padding: 0;
}

div#indexPrimary div.productcatalogarea dl {
	padding-bottom: 20px;
}

div#indexPrimary div.productcatalogarea dl dt.dtsensor {

	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}
div#indexPrimary div.productcatalogarea dl dt.dtsensor a {
	font-size: 100%;
	text-decoration: none;
	display: block;
	margin: 0px 0 0 0;
	padding: 10px 0 20px 0;
}
div#indexPrimary div.productcatalogarea dl dt.dtsafety {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}
div#indexPrimary div.productcatalogarea dl dt.dtsafety a {
	font-size: 100%;
	text-decoration: none;
	display: block;
	margin: 0px 0 0 0;
	padding: 20px 0 20px 0;
}
div#indexPrimary div.productcatalogarea dl dt.dtautomatic {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100%;
	clear: both;
}
div#indexPrimary div.productcatalogarea dl dt.dtautomatic a {
	font-size: 100%;
	text-decoration: none;
	display: block;
	margin: 0px 0 0 0;
	padding: 20px 0 20px 0;
}
div#indexPrimary div.productcatalogarea dd ul {
	display: block;
	padding: 0 2px 0 2px;
	margin: 0px;
}
div#indexPrimary div.productcatalogarea dd ul li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
}

/*
 indexsecondary [
----------------------------------------------------------- */

div#indexsecondary {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#indexsecondary h2.h2news {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div#indexsecondary h2.h2news a {
	font-size: 116.5%;
	text-decoration: none;
	display: block;
	margin: 0px 0 20px 0;
	padding: 0px;
}


div#indexsecondary ul.indexnewsList {
	margin-bottom: 10px;
	background-image: url(../common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	display: block;
	padding-bottom: 10px;
}

div#indexsecondary ul.indexnewsList li {
	font-size: 75%;
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.4;
}

div#indexsecondary .border1boxframeinqurty {
	margin-bottom: 5px;
	display: block;
	padding: 2px 2px 0px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}
div#indexsecondary h2.h2inqurty {
	display: none;
}


div#indexsecondary .border1boxframeinqurty-inner {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}

div#indexsecondary .border1boxframeinqurty-inner p {
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1.3;
}

div#indexsecondary .border1boxframeinqurty-inner ul li {
	font-size: 1px;
	padding: 0px;
	line-height: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

div#indexsecondary dl.dlborder1boxframe {
	display: block;
	padding: 3px 3px 3px;
	border: 1px solid #CCC;
	background-color: #F1EFE2;
}
div#indexsecondary dl.dlborder1boxframe dt {
	font-size: 10px;
	float: left;
	margin: 0px;
	line-height: 1.3;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

div#indexsecondary dl.dlborder1boxframe dd {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1;
}

/* ===================================

	2: product

====================================== */

/*
 productgNavi [
----------------------------------------------------------- */
ul#productgNavi {
	display: none;
}

/*
 div.producttopbox [ 製品カタログトップ踊り場
----------------------------------------------------------- */

div#primary div.producttopbox {
}

div#primary div.producttopbox dl {;
}

div#primary div.producttopbox dl dt {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 698px;
	clear: both;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#primary div.producttopbox dl dt span {
	font-size: 62.5%;
	line-height: 1.3;
	display: block;
	padding: 10px 10px 0 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}

div#primary div.producttopbox dd ul {
	display: block;
	padding: 0 2px 0 2px;
	margin: 0px;
}
div#primary div.producttopbox dd ul li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 3px;
}

/*
 div.midselectbox [ 製品カタログ大カテ踊り場
----------------------------------------------------------- */

div#primary div.midselectbox {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.midselectbox dl.midselectboxleft {
	width: 344px;
	float: left;
}
div#primary div.midselectbox dl.midselectboxleft dt {
	margin: 0 0 5px 0;
}
div#primary div.midselectbox dl.midselectboxleft dd p {
}

div#primary div.midselectbox dl.midselectboxright {
	width: 332px;
	float: right;
}

div#primary div.midselectbox dl.midselectboxright dt {
	float: left;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 30px;
	background-image: url(../common/img_lineup.gif);
	background-repeat: no-repeat;
	background-position: left 2px;

}
div#primary div.midselectbox dl.midselectboxright dt span {
	display: block;
	text-indent: -9999px;
}
div#primary div.midselectbox dl.midselectboxright dd {
	float: left;
	display: block;
	width: 302px;
	padding: 0;
	margin: 0px;
}

div#primary div.midselectbox dl.midselectboxright dd ul {
	display: block;
	padding: 0;
	margin: 0;
}
div#primary div.midselectbox dl.midselectboxright dd ul li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 62.5%;
	line-height: 1.3;
}

/*
 div.smallselectbox [ 製品カタログ中カテ踊り場
----------------------------------------------------------- */

div#primary div.smallselectArea {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#primary div.smallselectArea div.smallselectbox {
	width: 100%;
}


div#primary div.smallselectbox h3 {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 87.5%;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#primary div.smallselectbox h3 a {
	background-image: url(../common/carsol_large.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 15px;
	padding-left: 40px;
	display: block;
	font-weight: bold;
	padding-right: 15px;
	padding-bottom: 14px;

}
div#primary div.smallselectbox dl.dlsmallditailsbox {
	margin-bottom: 10px;
	width: 100%;
}
div#primary div.smallselectbox dl.dlsmallditailsbox dt {
	width: 125px;
	float: left;
}
div#primary div.smallselectbox dl.dlsmallditailsbox dd {
	width: 575px;
	float: left;
	font-size: 75%;
	line-height: 1.4;
}

div#primary div.smallselectbox dl.dlsmalllineupbox {
	clear: both;
	width: 100%;
}

div#primary div.smallselectbox dl.dlsmalllineupbox dt {
	width: 100%;

}
div#primary div.smallselectbox dl.dlsmalllineupbox dt span {
	display: block;
	font-size: 75%;
	margin-bottom: 10px;
}
div#primary div.smallselectbox dl.dlsmalllineupbox dd {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px 0 10px 0;
}
div#primary div.smallselectbox dl.dlsmalllineupbox dd strong {
	font-size: 75%;
	line-height: 1.3;
	display: block;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0px;
}
div#primary div.smallselectbox dl.dlsmalllineupbox dd ul {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
div#primary div.smallselectbox dl.dlsmalllineupbox dd ul li {
	float: left;
	width: 150px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../common/carsol_moresmallblue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 75%;
	line-height: 1.3;
}

/*
 div.ditailsSelectbox [ 製品カタログ小カテ踊り場
----------------------------------------------------------- */

div#primary div.smallselectArea {
	width: 700px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#primary div.smallselectArea div.ditailsSelectbox {
	width: 340px;
	float: left;
	margin-right: 20px;
}

div#primary div.smallselectArea div.ditailsSelectboxsecondary {
	width: 340px;
	float: left;
}

div#primary div.ditailsSelectbox p.ditailsSelectboxleft {
	margin-bottom: 10px;
	width: 122px;
	float: left;
}

div#primary div.ditailsSelectbox p.ditailsSelectboxleft img {
	padding: 12px;
	border: 1px solid #CCCCCC;
	display: block;
}
div#primary div.ditailsSelectbox div.ditailsSelectboxright {
	width: 208px;
	float: right;
}

div#primary div.ditailsSelectbox div.ditailsSelectboxright h4 {
	font-size: 75%;
	line-height: 1.3;
	display: block;
	padding: 0;
	margin: 0 0 8px 0;
}
div#primary div.ditailsSelectbox div.ditailsSelectboxright h4 a {
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	margin-right: 0px;
}

div#primary div.ditailsSelectbox div.ditailsSelectboxright p {
	font-weight: bold;
	margin-right: 0px;
	color: #085480;
	margin-bottom: 6px;
}

div#primary div.ditailsSelectbox div.ditailsSelectboxright ul {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
div#primary div.ditailsSelectbox div.ditailsSelectboxright ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 62.5%;
	line-height: 1.3;
	list-style-position: outside;
	list-style-type: disc;
}

div#primary div.ditailsSelectboxsecondary p.ditailsSelectboxleft {
	margin-bottom: 10px;
	width: 122px;
	float: left;
}

div#primary div.ditailsSelectboxsecondary p.ditailsSelectboxleft img {
	padding: 12px;
	border: 1px solid #CCCCCC;
	display: block;
}
div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright {
	width: 208px;
	float: right;
}

div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright h4 {
	font-size: 75%;
	line-height: 1.3;
	display: block;
	padding: 0;
	margin: 0 0 8px 0;
}
div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright h4 a {
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	margin-right: 0px;
}

div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright p {
	font-weight: bold;
	margin-right: 0px;
	color: #085480;
	margin-bottom: 6px;
}

div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright ul {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
div#primary div.ditailsSelectboxsecondary div.ditailsSelectboxright ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 62.5%;
	line-height: 1.3;
	list-style-position: outside;
	list-style-type: disc;
}
div#primary div.smallselectArea-long {
	width: 700px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#primary div.smallselectArea-long div.ditailsSelectbox {
	width: 700px;
}

div#primary div.smallselectArea-long p.ditailsSelectboxleft {
	margin-bottom: 10px;
	width: 122px;
	float: left;
}

div#primary div.smallselectArea-long p.ditailsSelectboxleft img {
	padding: 12px;
	border: 1px solid #CCCCCC;
	display: block;
}
div#primary div.smallselectArea-long div.ditailsSelectboxright {
	width: 568px;
	float: right;
}

div#primary div.smallselectArea-long div.ditailsSelectboxright h4 {
	font-size: 75%;
	line-height: 1.3;
	display: block;
	padding: 0;
	margin: 0 0 8px 0;
}
div#primary div.smallselectArea-long div.ditailsSelectboxright h4 a {
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	display: block;
	font-weight: bold;
	margin-right: 0px;
}

div#primary div.smallselectArea-long div.ditailsSelectboxright p {
	font-weight: bold;
	margin-right: 0px;
	color: #085480;
	margin-bottom: 6px;
}

div#primary div.smallselectArea-long div.ditailsSelectboxright ul {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
div#primary div.smallselectArea-long div.ditailsSelectboxright ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 62.5%;
	line-height: 1.3;
	list-style-position: outside;
	list-style-type: disc;
}

/*
 div.ditailsbox [ 製品カタログ詳細
----------------------------------------------------------- */

div#primary div.ditailsbox {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.ditailsbox1colums {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.ditailsbox p.ditailsboxleft {
	margin-bottom: 10px;
	width: 122px;
	float: left;
}

div#primary div.ditailsbox p.ditailsboxleft img {
	padding: 12px;
	border: 1px solid #CCCCCC;
	display: block;
}
div#primary div.ditailsbox div.ditailsboxright {
	width: 558px;
	float: right;
}

div#primary div.ditailsbox div.ditailsboxright h3 {
	font-size: 112.5%;
	line-height: 1.3;
	display: block;
	padding: 0;
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #033C5C;
}

div#primary div.ditailsbox div.ditailsboxright h4 {
	font-weight: bold;
	margin-right: 0px;
	color: #085480;
	margin-bottom: 6px;
	font-size: 87.5%;
	line-height: 1.3;
}

div#primary div.ditailsboxline {
	width: 100%;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 120px bottom;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.ditailsboxline h3.h3ditailsOutline {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
div#primary div.ditailsboxline h3.h3ditailsDrawing {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
div#primary div.ditailsboxline h3.h3ditailsConnectedchart {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
div#primary div.ditailsboxline h3.h3ditailsDownload {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxline h3.h3ditailsAbout {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxline .border1boxframeinqurty {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	width: 556px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div#primary div.ditailsboxline .border1boxframeinqurty h4.h4inqurty {
	display: none;
}
div#primary div.ditailsboxline .border1boxframeinqurty h4.h4discontinuance {
	display: none;
}

div#primary div.ditailsboxline .border1boxframeinqurty .border1boxframeinqurty-inner {
	display: block;
	background-color: #E4EBEF;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	padding: 9px;
}

div#primary div.ditailsboxline .border1boxframeinqurty dl.border1boxframeinqurtyleft {
	float: left;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 260px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#primary div.ditailsboxline .border1boxframeinqurty dl.border1boxframeinqurtyright {
	float: right;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 260px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#primary div.ditailsboxline .border1boxframeinqurty dl dt {
	margin: 0 0 10px 0;
	padding: 0px;
}

div#primary div.ditailsboxline .border1boxframeinqurty dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	line-height: 1.2;
}
div#primary div.ditailsboxline .border1boxframeinqurty dl dd span {
	margin: 0 0 10px 0;
	padding: 0 11px 0 11px;
	line-height: 1.3;
	font-size: 10px;
	display: block;
}
div#primary div.ditailsboxline .border1boxframeinqurty dl dd ul li {
	text-align: center;
}
div#primary div.ditailsboxline p.ditailsboximages {
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}
div#primary div.ditailsboxline p.ditailsboximages img {
	text-align: center;
}
div#primary div.ditailsbox1colums h3.h3specification {
	display: block;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
div#primary div.ditailsbox1colums h3.h3variation {
	display: block;
	height: 34px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxline div.ditailsboxlineright {
	width: 558px;
	float: right;
}

/*
 accordion
----------------------------------------------------------- */

div#primary dl#accordion dt.accordion_toggle {
	display: block;
	height: 30px;
	width: 700px;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
}

div#primary dl#accordion dd.accordion_content {
	overflow: hidden;	/* 必須 */
	width:700px;
	padding: 0px;
}
/* ===================================

	3: NEWS

====================================== */

/*
 localnavi2ndbox [ 2列
----------------------------------------------------------- */

div#primary div.localnavi2ndbox {
	display: none;
}

/* ===================================

	3: Application

====================================== */

div#primary div.localnavi4thbox {
	display: none;
}

div#primary div.appliMedbox {
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

div#primary div.appliMedbox dl {
	width: 350px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#primary div.appliMedbox dl dt {
	margin: 0 10px 8px 10px;
}

div#primary div.appliMedbox dl dt a {
	font-size: 75%;
	background-image: url(../common/carsol_small.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	line-height: 1.3;
	font-weight: bold;
	display: block;
}

div#primary div.appliMedbox dl dd {
	margin: 0;
	font-size: 62.5%;
	line-height: 1.2;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/* ===================================

	4: Download

====================================== */

/*
 downloadgNavi [
----------------------------------------------------------- */
ul#downloadgNavi {
	display: none;
}

div#primary div.downloadboxline {
	width: 700px;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 190px bottom;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.downloadboxline p.downloadboxlineleft {
	float: left;
	display: block;
	width: 200px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

div#primary div.downloadboxline div.downloadboxlineright {
	width: 490px;
	float: right;
}

/*
 localnavi3rdbox [ 3列
----------------------------------------------------------- */

div#primary div.localnavi3rdbox {
	display: none;
}

/*
 midDlselectbox
----------------------------------------------------------- */

div#primary div.midDlselectbox {
	width: 700px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../common/page_lineLength_under10pxnon.gif);
	background-repeat: repeat-y;
	background-position: 350px bottom;
}

div#primary div.midDlselectbox dl.midDlselectboxleft {
	width: 344px;
	float: left;
}
div#primary div.midDlselectbox dl.midDlselectboxleft dt {
	margin: 0 0 5px 0;
}

div#primary div.midDlselectbox dl.midDlselectboxright {
	width: 344px;
	float: right;
}
div#primary div.midDlselectbox dl.midDlselectboxright dt {
	margin: 0 0 5px 0;
}

/* ===================================

	4: Login

====================================== */

/*
 localnavi1stbox
----------------------------------------------------------- */

div#primary div.localnavi1stbox {
	background-image: url(../login/images/login_bg_loginarea.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 0px;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot {
	background-image: url(../login/images/login_bg_loginareafoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 0px;
	display: block;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot h3.h3login1stbox {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 37px;
	width: 700px;
	clear: both;
	background-image: url(../login/images/login_bg_ddlogin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot h3.h3regist1stbox {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 37px;
	width: 700px;
	clear: both;
	background-image: url(../login/images/login_bg_ddregist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel {
	display: block;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 17px;
	margin-bottom: 15px;
	margin-left: 17px;
	padding-top: 12px;
	padding-right: 160px;
	padding-bottom: 8px;
	padding-left: 170px;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel dt {
	height: 24px;
	padding: 0;
	line-height: 1;
	vertical-align: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0;
	display: inline;
	float: left;
	clear: left;
}
div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel dd {
	height: 24px;
	padding: 0;
	line-height: 1;
	float: right;
	vertical-align: top;
	width: 202px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: inline;
	clear: right;
}
div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel dd input {
	width: 200px;
	height: 22px;
	padding: 0;
	margin:0;
	border: 1px solid #ccc;
	line-height: 130%;
	vertical-align: top;
}
div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.registpanel {
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 17px;
	margin-bottom: 15px;
	margin-left: 17px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.registpanel dt {
	padding: 0;
	line-height: 1.4;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0;
	display: inline;
	float: left;
	width: 420px;
	font-size: 75%;
}
div#primary div.localnavi1stbox div.localnavi1stboxfoot dl.registpanel dd {
	padding: 0;
	line-height: 1;
	float: right;
	vertical-align: top;
	width: 201px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	display: inline;
}

/*
 login > regist.html
----------------------------------------------------------- */

div#primary div.formboxline {
	width: 700px;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 120px bottom;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.formboxline h3.h3formPurpose {
	float: left;
	display: block;
	width: 118px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.formboxline div.formboxlineright {
	width: 558px;
	float: right;
}

/*
 form > index.html
----------------------------------------------------------- */

div#primary div.formboxline h3.h3formTel {
	float: left;
	display: block;
	width: 118px;
	background-image: url(../form/images/form_h3_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.formboxline h3.h3formMail {
	float: left;
	display: block;
	width: 118px;
	background-image: url(../form/images/form_h3_mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

/* ===================================

	4: company

====================================== */

/*
 index.html
----------------------------------------------------------- */

div#primary div.flame div.companyleft {
	width: 210px;
	float: left;
}
div#primary div.flame div.companyright {
	width: 490px;
	float: right;
}

/*
 access
----------------------------------------------------------- */

div#primary div.accessboxline {
	width: 700px;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 180px bottom;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.accessboxline div.accessboxlineleft {
	width: 166px;
	float: left;
}
div#primary div.accessboxline div.accessboxlineright {
	width: 500px;
	float: right;
}

div#primary div.accessboxline div.accessboxlineleft h3.h3accesstokyo {
	display: block;
	width: 166px;
	background-image: url(../company/access/images/access_h3_honbu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	padding: 0px;
}
div#primary div.accessboxline div.accessboxlineleft h3.h3accessnishinihon {
	display: block;
	width: 166px;
	background-image: url(../company/access/images/access_h3_nishinihon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	padding: 0px;
}
div#primary div.accessboxline div.accessboxlineleft h3.h3accessnagoya {
	display: block;
	width: 166px;
	background-image: url(../company/access/images/access_h3_nagoya.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin: 0;
	padding: 0px;
}

/*
 recruit
----------------------------------------------------------- */

div#primary div.ditailsboxline h3.h3recruit {
	float: left;
	display: block;
	width: 118px;
	background-image: url(../company/recruit/images/recruit_txt_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxline .border1boxframerecruit {
	margin-bottom: 20px;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	width: 556px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
div#primary div.ditailsboxline .border1boxframerecruit h4.h4recruit {
	display: none;
}

div#primary div.ditailsboxline .border1boxframerecruit .border1boxframeinqurty-inner {
	display: block;
	background-color: #E4EBEF;
	border: 1px solid #CCC;
	margin-bottom: 2px;
	padding: 9px;
}

div#primary div.ditailsboxline .border1boxframerecruit dl.border1boxframeAll {
	float: left;
	display: block;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#primary div.ditailsboxline .border1boxframerecruit dl dt {
	margin: 0 0 10px 0;
	padding: 0px;
}

div#primary div.ditailsboxline .border1boxframerecruit dl dd {
	margin:  0;
	padding: 10px 0 0;
	font-size: 62.5%;
	line-height: 1.2;
}
div#primary div.ditailsboxline .border1boxframerecruit dl dd span {
	margin: 0 0 10px 0;
	padding: 0 11px 0 11px;
	line-height: 1.3;
	font-size: 10px;
	display: block;
}
div#primary div.ditailsboxline .border1boxframerecruit dl dd ul li {
	text-align: center;
}

div#primary div.ditailsboxline div.ditailsboxlineright {
	width: 558px;
	float: right;
}

/* ===================================

	6: sitemap

====================================== */

div#primary .flame div.sitemapflameleft {
	float: left;
	width: 340px;
	margin: 0 10px 0 0;
}

div#primary .flame div.sitemapflameright {
	float: right;
	width: 340px;
	margin: 0 0 0 0;
}

/* ===================================

	8: clearfix 

====================================== */

/*
 clearfix [
----------------------------------------------------------- */

#wrapper:after,
#head:after,
#head #headcontents:after,
#head #headcontents dl:after,
#head #headcontents dl.fontsizeArea dd ul:after,
#head #headcontents ul.headnav:after,
#head #headcontents dl.googlesarch:after,
#mainArea:after,
#productgNavi:after,
#foot:after,
#foot #footContents ul:after,
ul#gNavi:after,
#mainArea ul.pankuzuUl:after,
#indexPrimary div.productcatalogarea dl:after,
#primary div.producttopbox dl:after,
#primary div.localnavi4thbox dl:after,
#primary div.localnavi3rdbox dl:after,
#primary div.localnavi2ndbox dl:after,
#primary div.midselectbox:after,
#primary div.midselectbox dl.midselectboxright:after,
#primary div.smallselectArea:after,
#primary div.smallselectbox dl.dlsmallditailsbox:after,
#primary div.smallselectbox dl.dlsmalllineupbox:after,
#primary div.smallselectbox dl.dlsmalllineupbox dd:after,
#primary div.smallselectbox dl.dlsmalllineupbox dd ul:after,
#primary div.smallselectArea:after,
#primary div.smallselectArea div.ditailsSelectbox:after,
#primary div.smallselectArea-long:after,
#primary div.smallselectArea-long div.ditailsSelectbox:after,
#primary div.ditailsSelectbox div.ditailsSelectboxright:after,
#primary div.ditailsboxline .border1boxframeinqurty .border1boxframeinqurty-inner:after,
#primary div.ditailsbox:after,
#primary div.ditailsboxline:after,
#primary div.ditailsboxline .border1boxframeinqurty:after,
#primary ul.border1boxtxtList:after,
#primary ul.border1boxLink:after,
#primary div.appliMedbox:after,
#primary div.downloadboxline:after,
#primary div.midDlselectbox:after,
#primary div.localnavi1stbox div.localnavi1stboxfoot:after,
#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel:after,
#primary div.localnavi1stbox div.localnavi1stboxfoot dl.registpanel:after,
#primary div.accessboxline:after,
#primary div.formboxline:after,
#secondary div.subNavibox:after,
#secondary ul.subNavi:after,
#secondary ul.subNavi li ul:after,
#indexsecondary dl.dlborder1boxframe:after,
#primary:after,
#primary .flame:after,
#primary .flameselectArea:after,
#primary .border1boxflame10margin:after,
#primary .border1boxflame:after,
#primary .border1boxflame-mesh:after,
h3.h3txtline14px:after,
.ulbotton:after {
	content: url(../common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

#wrapper,
#head,
#head #headcontents,
#head #headcontents dl,
#head #headcontents dl,
#head #headcontents ul,
#head #headcontents dl.googlesarch,
#mainArea,
#productgNavi,
#foot,
#foot #footContents ul,
ul#gNavi,
#mainArea ul.pankuzuUl,
#indexPrimary div.productcatalogarea dl,
#primary div.producttopbox dl,
#primary div.localnavi4thbox dl,
#primary div.localnavi3rdbox dl,
#primary div.localnavi2ndbox dl,
#primary div.midselectbox,
#primary div.midselectbox dl.midselectboxright,
#primary div.smallselectArea,
#primary div.smallselectbox dl.dlsmallditailsbox,
#primary div.smallselectbox dl.dlsmalllineupbox,
#primary div.smallselectbox dl.dlsmalllineupbox dd,
#primary div.smallselectbox dl.dlsmalllineupbox dd ul,
#primary div.smallselectArea,
#primary div.smallselectArea div.ditailsSelectbox,
#primary div.smallselectArea-long,
#primary div.smallselectArea-long div.ditailsSelectbox,
#primary div.ditailsSelectbox div.ditailsSelectboxright,
#primary div.ditailsboxline .border1boxframeinqurty .border1boxframeinqurty-inner,
#primary div.ditailsbox,
#primary div.ditailsboxline,
#primary div.ditailsboxline .border1boxframeinqurty,
#primary ul.border1boxtxtList,
#primary ul.border1boxLink,
#primary div.appliMedbox,
#primary div.downloadboxline,
#primary div.midDlselectbox,
#primary div.localnavi1stbox div.localnavi1stboxfoot,
#primary div.localnavi1stbox div.localnavi1stboxfoot dl.loginpanel,
#primary div.localnavi1stbox div.localnavi1stboxfoot dl.registpanel,
#primary div.accessboxline,
#primary div.formboxline,
#secondary div.subNavibox,
#secondary ul.subNavi,
#secondary ul.subNavi li ul,
#indexsecondary dl.dlborder1boxframe,
#primary,
#primary .flame,
#primary .flameselectArea,
#primary .border1boxflame10margin,
#primary .border1boxflame,
#primary .border1boxflame-mesh,
h3.h3txtline14px,
ul.ulbotton {
	zoom: 100%;  
}

