@charset "utf-8";

/* =================================== */
/*
/* 	print CSS
/* 	last update 070606
/*
/* =================================== */

/* =========== INDEX LIST ============

   1: Share Style
   2: Hx
   3: Link Color
   4: Table
   5: Basic Layout
   6: Header
   7: Footer

====================================== */

/* ===================================

	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: top; }

/* 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: #000;
}


*: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.6;
}
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;
}

.clearboth {
	clear: both;
}
.imgRight {
	padding: 0px;
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	padding: 0px;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1;
}

.imgLeft8 {
	padding: 0px;
	float: left;
	margin: 0 8px 10px 0;
	line-height: 1;
}

.imgLeftend {
	padding: 0px;
	float: left;
	margin: 0 0px 10px 0;
	line-height: 1;
}

.imgCenter {
	padding: 0px;
	text-align: center;
	display: block;
	margin: 0;
}

.txtRight{
	display: block;
	text-align: right;
	clear: both;
}


/* .text  ================ */

.indentTxt {
	display: block;
	text-indent: -9999px;
}

.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;
}
.txt14perup {
	font-size: 112.5%;
}
.txt16per {
	font-size: 125%;
}
.txtcolor990000 {
	color: #990000;
}


/* .pagenavi  ================ */

.pagenavi {
	display: none;
}

.contentsPagenavi {
	display: none;
}

/*
 Anchor [
----------------------------------------------------------- */

#primary a.pdffile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_pdf.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 16px;
	vertical-align: middle;
}

#primary a.tvfile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_television.png);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 16px;
	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: 700px;
	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(../images/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: 0px;
} 

ul.ulbotton li {
	float: right;
	font-size: 75%;
	text-align: right;
	margin-left: 0px;
} 

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(../images/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(../images/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(../images/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(../images/common/icon_attention12px.gif);
}

#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(../images/common/icon_attention14px.gif);
}

#primary .select-year{ display:none;}
/* 並列リスト（ol）  ================ */

ol.privacylist,
ul.privacylist{
	margin: 0px 0 10px 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%;
}

ul.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: disc;
}


/* .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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.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: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	line-height: 1;
	float: left;
}

#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: normal;
	padding: 0px;
	margin-bottom: 15px;
}

h2.h2imagestitle {
	font-size: 1px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2.h2ditailstitle {
	font-size: 1px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

h3.h3imagestitle {
	font-size: 1px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h3.h3txtunderline {
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 0px;
	clear: both;
	margin-bottom: 10px;
}

h3.h3txtunderline02 {
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 0px;
	clear: both;
	margin-bottom: 10px;
}

h3.h3txt {
	font-size: 87.5%;
	line-height: 1.4;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
}

h4.h4txt {
	font-size: 75%;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	color: #333;
	line-height: 1.3;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 6px;
}

h5 {
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 15px;
}


/* ===================================

	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.tablestud {
	background-color:#FFF;
	margin-bottom: 15px;
	line-height: 1.2;
	width: 100%;
	font-size:75%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 2px;
	border: 1px solid #ccc;
}

table.tablestud th,tfoot th {
	text-align: center;
	padding: 3px;
	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.tablestud tfoot td {
	color: #333;
	padding: 3px;
	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.tablestud tbody {
	margin: 0px;
	padding: 0px;
}

table.tablestud tbody tr {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}

table.tablestud tbody td {
	color: #4a4a4a;
	padding: 3px;
	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.tablestud tbody th {
	padding: 3px;
	background-image: none;
	background-color: #F3FAF3;
	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;
}

table.tablestud thead th {
	padding: 3px;
	background-image: none;
	background-color: #699;
	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;
	color: #FFF;
}

table tbody th.thdownloadfont10par {
	font-size: 62.5%;
}

table.tablestud tbody td a, 
table.tablestud tbody th a {
	text-decoration:underline;
}
table.tablestud caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

/*
 tableoutline [
----------------------------------------------------------- */

table.tableoutline {
	font-size: 75%;
	background-color:#FFF;
	margin-bottom: 15px;
	line-height: 120%;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 1px;
}

table.tableoutline tbody tr {
	margin: 0px;
	padding: 0px;
}

table.tableoutline tbody td {
	color: #333;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

table.tableoutline tbody th {
	padding: 3px;
	background-image: none;
	background-color: #FFFFFF;
	margin: 1px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: bold;
	vertical-align: top;
}

table.tableoutline p {
	font-size:100%;
}

/*
 tableform [
----------------------------------------------------------- */

table.tableform {
	background-color:#FFF;
	margin-bottom: 15px;
	line-height: 1.2;
	width: 100%;
	font-size:75%;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px solid #E6E6E6;
}

table.tableform th,tfoot th {
	text-align: center;
	padding: 3px;
	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.tableform tfoot td {
	color: #333;
	padding: 3px;
	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.tableform tbody {
	margin: 0px;
	padding: 0px;
}

table.tableform tbody tr {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}

table.tableform tbody td {
	color: #4a4a4a;
	padding: 3px;
	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: #FEFFF7;
	margin: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

table.tableform tbody th {
	padding: 3px;
	background-image: none;
	background-color: #ECF0F0;
	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;
}

table.tableform thead th {
	padding: 3px;
	background-image: none;
	background-color: #699;
	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;
	color: #FFF;
}

/* blockquote */

blockquote {
	margin: 10px 40px 15px;
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	font-size: 75%;
	line-height: 1.7;
	background-color: #FCFCFA;
}

table th.align-center,
table td.align-center {
	text-align: center;
}
table td.tdwidthmembers,
table th.tdwidthmembers {
	width: 150px;
}
table td.td80px,
table th.td80px {
	width: 80px;
}
table td.tdwidthproductimg,
table th.tdwidthproductimg {
	width: 70px;
}
table td.tdoutline,
table th.tdoutline {
	width: 200px;
}
table tbody tr td.tdform,
table tbody tr th.tdform {
	width: 150px;
}

table td.tdhistory,
table th.tdhistory {
	width: 120px;
}
div#primary table td ul.newsList {
	margin: 0px;
}
div#primary table td ul.newsList li {
	font-size: 100%;
}

/* ===================================

	5: Basic Layout 

====================================== */

#centerAll {
	text-align: center;
}

/*
 wrapper [
----------------------------------------------------------- */
div#wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#mainArea {
	width: 100%;
	clear: both;
}

/*
 gNavi [
----------------------------------------------------------- */
ul#gNavi {
	display: none;
}
/*
 primary [
----------------------------------------------------------- */
div#primary {
	width: 100%;
	float: left;
}

/*
 flame [
----------------------------------------------------------- */

div#mainArea .border1boxflame {
	display: block;
	background-color: #FFFFFF;
	clear: both;
	padding: 9px;
	margin: 0 0 15px;
	border: 1px solid #CCC;
}
div#mainArea .border1boxflame0mar {
	display: block;
	background-color: #FFFFFF;
	clear: both;
	padding: 5px;
	margin: 0 0 0px;
	border: 1px solid #CCC;
}

div#mainArea .border1boxflame0pad {
	display: block;
	background-color: #FFFFFF;
	clear: both;
	padding: 0px;
	margin: 0 0 0px;
	border: 1px solid #CCC;
}
div#mainArea .border1boxflame-chacool {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #ccc;
	background-color: #F1EFE2;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

div#mainArea .flame-chacool {
	margin-bottom: 10px;
	display: block;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div#mainArea .border1boxflame-skincolor {
	margin-bottom: 15px;
	display: block;
	border: 1px solid #ccc;
	background-color: #F6ECE3;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

div#mainArea .flame {
	display: block;
	margin: 0 0 15px 0;
	padding: 0px;
	clear: both;
}

div#mainArea .flamepad30px {
	display: block;
	margin: 0 0 15px 0;
	padding: 30px;
	clear: both;
}

div#mainArea .flamenomargin {
	display: block;
	margin: 0 0 0 0;
	padding: 0px;
	clear: both;
}
div#mainArea .flame-bottom1border {
	display: block;
	margin: 0 0 15px 0;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 1px;
	clear: both;
}

div#mainArea .flame-bottom1borderpad15px {
	display: block;
	margin: 0 0 15px 0;
	background-image: url(../images/common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 15px;
	clear: both;
}

div#mainArea ul.flame-3border {
	display:none;
}


/*
 pankuzu [
----------------------------------------------------------- */

div#wrapper ul.pankuzuUl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	line-height: 1;
	padding: 0　0 0 0;
	margin-left: 0px;
	display: block;
} 

div#wrapper ul.pankuzuUl li.pankuzuHome {
	background-image: none;
	padding-left: 0px;
} 

div#wrapper 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#wrapper ul.pankuzuUl li a {
	color:#333333;
	text-decoration:none;
}
div#wrapper ul.pankuzuUl li a:hover {
	color:#0095DD;
	text-decoration:underline;
}

/* ===================================

	8: secondary 

====================================== */

/*
 secondary [
----------------------------------------------------------- */
div#secondary {
	display: none;
}


/* ===================================

	6: Header 

====================================== */

/*
 Head [
----------------------------------------------------------- */
/*
 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%;
	padding-bottom: 20px;
}
	
	div#foot .footbanner {
	display: none;
		} 
		
	
		div#foot .footNavi {
	display: none;
		} 
		
	
div#foot .copy {
	padding-top: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-bottom: 0px;
}
		div#foot div.copyleft {
	float:left;
	width: 319px;
	padding-left: 5px;
		} 
		div#foot div.copyright {
	float:right;
	width: 281px;
		} 
		div#foot .copyright p {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1;
	padding: 0px;
		} 

/* ===================================

	8: clearfix 

====================================== */

/*
 clearfix [
----------------------------------------------------------- */

#wrapper:after,
#head:after,
#head #headcontents:after,
#head #headcontents dl.fontResizer:after,
#head #headcontents dl.fontResizer dd ul:after,
#head #headcontents ul.headnav:after,
#flashArea:after,
.indexproductArea:after,
#indexprimary .indexnewsArea:after,
#indexprimary .indexnewsArea dl:after,
#indexprimary ul.indexselectArea:after,
#foot:after,
#foot .copy:after,
#foot .footNavi:after,
#foot .footbanner:after,
#gNavi:after,
ul.pankuzuUl:after,
#primary ul.productselect:after,
#primary div.companyNaviarea:after,
#primary:after,
#mainArea .flame:after,
#mainArea .flamenomargin:after,
#mainArea .border1boxflame:after,
#mainArea .flame-bottom1border:after,
#mainArea .flame-bottom1borderpad15px:after,
#mainArea ul.flame-3border:after,
#mainArea .flameselectArea:after,
#mainArea .border1boxflame-skincolor:after,
#mainArea .border1boxflame-chacool:after,
#mainArea div.productNaviarea:after,
#mainArea div.ditailsboxline:after,
#mainArea .border1boxproductdetail:after,
#mainArea .border1boxflame0mar:after,
#mainArea .border1boxflame0pad:after,
#primary p.flamevoice:after,
.ulbotton:after
{
	content: url(../common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

#wrapper,
#head,
#head #headcontents,
#head #headcontents dl.fontResizer,
#head #headcontents dl.fontResizer dd ul,
#head #headcontents ul.headnav,
#flashArea,
.indexproductArea,
#indexprimary .indexnewsArea,
#indexprimary .indexnewsArea dl,
#indexprimary ul.indexselectArea,
#foot,
#foot .copy,
#foot .footNavi,
#foot .footbanner,
#gNavi,
ul.pankuzuUl,
#primary ul.productselect,
#primary div.companyNaviarea,
#primary,
#mainArea .flame,
#mainArea .flamenomargin,
#mainArea .border1boxflame,
#mainArea .flame-bottom1border,
#mainArea .flame-bottom1borderpad15px,
#mainArea ul.flame-3border,
#mainArea .border1boxflame-skincolor,
#mainArea .border1boxflame-chacool,
#mainArea .border1boxproductdetail,
#primary div.productNaviarea,
#primary div.ditailsboxline,
#mainArea .border1boxflame0mar,
#mainArea .border1boxflame0pad,
#primary p.flamevoice,
.ulbotton
{
	zoom: 100%;  
}

/**=999-2
 * PNG FIX (ONLY IE6) 
 * ========================================
 */
	 
* html 
{
    behavior: url(../js/png/iepngfix.htc):
} 
/**=
 * 
 * ----------------------------------------
 */

/* ===================================

	2: product

====================================== */

/*
 productselect [
----------------------------------------------------------- */

div#primary ul.productselect {
	display: block;
	margin: 0;
}

div#primary ul.productselect li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 24px 8px;
}

div#primary ul.productselect li.productselect_r {
	float: left;
	margin: 0;
	padding: 0 0 24px 10px;
}


/* ===================================

	2: product

====================================== */

/*
 productNavi [
----------------------------------------------------------- */
div#primary div.productNaviarea {
	display: block;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
}

div#primary div.productNaviarea dl {
	display: block;
	padding: 8px;
	margin: 0;
	float: left;
}

div#primary div.productNaviarea dl dt {
	margin: 0 0 10px 0;
}
div#primary div.productNaviarea dl dd {
	display: block;
	margin: 0;
}

div#primary div.productNaviarea dl.productNavi_c {
	display: block;
	padding: 8px;
	margin: 0;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}


/*
 productdetailNavi [
----------------------------------------------------------- */
div#mainArea .flamenomargin .flameleft {
	float:left;
}
div#mainArea .flamenomargin .flameright {
	float:right;
}

div#mainArea .border1boxproductdetail {
	display: block;
	background-color: #FFFFFF;
	clear: both;
	padding: 30px 0px 30px;
	margin: 0 0 0px;
	border: 1px solid #CCC;
}

div#mainArea .border1boxproductdetail h3 {
	display: block;
	clear: both;
	padding: 0px 0px 10px;
	margin: 0 39px 15px;
	border-bottom: 1px solid #CCC;
}

/*
 productdetailNavi [
----------------------------------------------------------- */

ul#productdetailNavi {
	width: 320px;
	display: block;
	padding: 0px;
	background-image: url(../products/images/product_lnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	clear:both;
}

ul#productdetailNavi li {
	float: left;
	text-indent: -9999px;
	height: 35px;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#productdetailNavi li a {
	text-indent: -9999px;
	height: 35px;
	text-decoration: none;
	background-image: url(../products/images/product_lnavi.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
}

ul#productdetailNavi li#nav-exteria {
	width: 159px;
}
ul#productdetailNavi li#nav-interior {
	width: 160px;
}

ul#productdetailNavi li#nav-exteria a {
	background-position: -0px 0px;
}
ul#productdetailNavi li#nav-interior a {
	background-position: -159px 0px;
}

ul#productdetailNavi li a:hover {
	text-indent: -9999px;
	height: 35px;
	text-decoration: none;
	background-image: url(../products/images/product_lnavi_on.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
}

ul#productdetailNavi li#nav-exteria a:hover {
	background-position: -0px 100%;
}
ul#productdetailNavi li#nav-interior a:hover {
	background-position: -159px 100%;
}

ul#productdetailNavi li a.on {
	height: 35px;
	text-decoration: none;
	background-image: url(../products/images/product_lnavi_on.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
}

ul#productdetailNavi li#nav-exteria a.on {
	background-position: -0px 100%;
}
ul#productdetailNavi li#nav-interior a.on {
	background-position: -159px 100%;
}

div#iframewrapper {
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#iframewrapper #mainArea {
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}


div#mainArea .border1boxflame0pad {
	display: block;
	background-color: #FFFFFF;
	clear: both;
	padding: 0px 0 0 25px;
	margin: 0 0 0px;
	border: 1px solid #CCC;
}

div#mainArea .border1boxflame0pad .flameleft {
	float:left;
	width: 550px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0px;
}
div#mainArea .border1boxflame0pad .flameright {
	float:right;
}

div#mainArea .border1boxflame0pad h3 {
	display: block;
	padding: 0px 0px 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCC;
}

/*
 MOKUフレーム [
----------------------------------------------------------- */
div#mainArea .flamemokucube {
	display: block;
	background-color: #8EC31F;
	clear: both;
	padding: 0 18px 0px;
	margin: 0 0 0px;
}

div#mainArea .flamemokucube .flameleft {
	float:left;
	width: 350px;
	padding-right: 0;
	padding-left: 0px;
}
div#mainArea .flamemokucube .flameright {
	float:right;
	width: 340px;
	padding-top: 13px;
}
div#mainArea .flamemokucube p {
	color: #000;
}
/* ===================================

	3: 展示場・ショールーム

====================================== */


/*
 areaNavi [
----------------------------------------------------------- */
div#primary dl#areaNavi {
	display: block;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

div#primary dl#areaNavi dt {
	margin: 0;
	float: right;
	padding:0;
	line-height:1;
}
div#primary dl#areaNavi dd {
	display: block;
	margin: 0;
	float: left;
}

div#primary dl#areaNavi dd ul {
	display: block;
	margin: 0;
	padding: 0;
}

div#primary dl#areaNavi dd ul li {
	display: block;
	margin: 0;
	padding: 0;
	padding:0;
	line-height:1;
}
div#primary h3.h3areaTitle {
	font-size: 75%;
	display: block;
	padding: 10px 0 10px 15px;
	margin: 0 0 15px 0;
	clear: both;
	background-color: #EFF2F5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: bold;
}

/*
 exhibition Flame [
----------------------------------------------------------- */

div#primary .flame .exhibitionright {
	width:100%;
	margin-bottom: 10px;
	display: block;
}

div#primary .flame .exhibitionleft {
	width:100%;
	display: block;
}
div#primary .flame .exhibitionleft .h4txt {
	display: none;
}

div#primary .flame .exhibitionright .flame {
	display: none;
}

div#primary .flame .exhibitionright ul {
	display: none;
}

div#primary .flame .exhibitionright .txt10per {
	display: none;
}
/*
 exhibition voice [
----------------------------------------------------------- */

div#primary p.flamevoice {
	display: none;
}
/*
 すまいる館 [
----------------------------------------------------------- */

div#primary .flameSmilewrapper {
	display: none;
}

div#primary .flameSmile {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
}


div#primary .flameSmile .flameSmilefirst {
	background-image: url(../exhibition/smile/images/smile_img_man.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	padding-left: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

div#primary .flameSmile .flameSmilebuilding {
	background-image: url(../exhibition/smile/images/smile_img_building.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-left: 380px;
	height: 590px;
	margin-bottom: 20px;
}

div#primary .flameSmile .flameSmilebuilding span {
	display: block;
	padding-right: 197px;
	padding-top: 470px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

div#primary .flameSmile .flame .flameSmileleft {
	width:332px;
	display: block;
	float: left;
}

div#primary .flameSmile .flame .flameSmileleft p.flameSmilelefttop {
	display: block;
	margin-bottom: 44px;
	background-image: url(../exhibition/smile/images/smile_img_precut.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 163px;
}

div#primary .flameSmile .flame .flameSmileleft p.flameSmilelefttop span {
	display: block;
	padding-right: 200px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 45px;
	padding-left: 5px;
}

div#primary .flameSmile .flame .flameSmileleft p.flameSmileleftsecond {
	display: block;
	margin-bottom: 0px;
	background-image: url(../exhibition/smile/images/smile_img_2fsumi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 166px;
}

div#primary .flameSmile .flame .flameSmileleft p.flameSmileleftsecond span {
	display: block;
	padding-right: 200px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 43px;
	padding-left: 5px;
}

div#primary .flameSmile .flame .flameSmileright {
	width:328px;
	display: block;
	float: right;
}

div#primary .flameSmile .flame .flameSmileright p.flameSmilerighttop {
	display: block;
	margin-bottom: 15px;
	background-image: url(../exhibition/smile/images/smile_img_reform.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 163px;
}

div#primary .flameSmile .flame .flameSmileright p.flameSmilerighttop span {
	display: block;
	padding-right: 124px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 10px;
	padding-left: 0px;
}

div#primary .flameSmile .flame .flameSmileright p.flameSmilerightsecond {
	display: block;
	margin-bottom: 0px;
	background-image: url(../exhibition/smile/images/smile_img_reformcorner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 166px;
}

div#primary .flameSmile .flame .flameSmileright p.flameSmilerightsecond span {
	display: block;
	padding-right: 190px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-top: 43px;
	padding-left: 0px;
}

div#primary .flameSmile .flamegardening {
	display: block;
	margin-bottom: 0px;
	background-image: url(../exhibition/smile/images/smile_img_3f_gardening.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 235px;
}

div#primary .flameSmile .flamegardening span {
	display: block;
	padding-right: 506px;
	font-size:10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

div#primary .flameSmile table.tableoutline {
	width:632px;
	margin-left: 39px;
}



/* ===================================

	4: exsample

====================================== */

/*
 exsample Flame [
----------------------------------------------------------- */

div#primary .flame-bottom1border .exhibitionright {
	width:385px;
	float:right;
	display: block;
}

div#primary .flame-bottom1border .exhibitionleft {
	width:365px;
	float:left;
	display: block;
}

/* ===================================

	4: company

====================================== */

/*
 companyNavi [
----------------------------------------------------------- */
div#primary div.companyNaviarea {
	display: block;
	margin: 0;
	clear: both;
}

div#primary div.companyNaviarea dl {
	display: block;
	padding: 8px 8px 0;
	margin: 0;
	float: left;
}

div#primary div.companyNaviarea dl dt {
	margin: 0 0 10px 0;
}
div#primary div.companyNaviarea dl dd {
	display: block;
	margin: 0;
}


div#primary div.ditailsboxline {
	width: 770px;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 230px 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: 250px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxline div.ditailsboxlineright {
	width: 520px;
	float: right;
}

/*
 exsample Flame [
----------------------------------------------------------- */

div#primary div.ditailsboxlinemessage {
	width: 770px;
	background-image: url(../common/page_lineLength_under20pxnon.gif);
	background-repeat: repeat-y;
	background-position: 160px bottom;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#primary div.ditailsboxlinemessage h3.h3ditailsOutline {
	float: left;
	display: block;
	width: 170px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

div#primary div.ditailsboxlinemessage div.ditailsboxlineright {
	width: 600px;
	float: right;
}
/* ===================================

	3: NEWS

====================================== */

div#primary .newsArea {
	width: 770px;
	display: block;
	margin-bottom: 10px;
	padding: 10px 0 15px 0;
	background-image: url(../images/common/line01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#primary .newsArea dl {
	margin-left: 0px;
	padding-bottom: 12px;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 12px;
}

div#primary .newsArea dt {
	color:#333;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight:bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	width: 80px;
}

div#primary .newsArea dd {
	font-size: 75%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 85px;
	line-height: 1.3;
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
}

div#primary .newsArea dd a {
	background-image: url(../common/cursor_s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#primary .newsArea dd a.pdffile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_pdf.gif);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 16px;
	vertical-align: middle;
}

div#primary .newsArea dd a.tvfile {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../common/icon_television.gif);
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 16px;
	vertical-align: middle;
}

/*
 ニュース詳細エリアタグ規制
----------------------------------------------------------- */

div#primary .newsditailArea {
	display: block;
	background-image: url(../images/common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div#primary .newsditailArea h1 {
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	clear: both;
	background-image: url(../images/common/line02.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 10px;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #609958;
}

div#primary .newsditailArea h2 {
	font-size: 87.5%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	clear: both;
	background-image: url(../images/common/line02.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 10px;
}

div#primary .newsditailArea h3 {
	font-size: 75%;
	line-height: 1.4;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
}
div#primary .newsditailArea p.date {
	display: block;
	font-size: 75%;
	text-align:right;
	margin-bottom: 25px;
}



/* ===================================

	4: faq

====================================== */

div#primary dl.dlfaq dt {
	margin-bottom: 8px;
	padding-left: 20px;
	font-weight: bold;
	line-height: 1.8em;
	background-image: url(../company/voice/images/icon_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 75%;
	clear: both;
}

div#primary dl.dlfaq dd {
	margin-bottom: 16px;
	padding-bottom: 18px;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#primary dl.dlfaq dd.btm {
	padding-bottom: 0px;
	background: none;
}

div#primary dl.dlfaq dd span.ans {
	padding-left: 20px;
	line-height: 1.8em;
	background-image: url(../company/voice/images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 75%;
	display: block;
}

/* ===================================

	6: sitemap

====================================== */

div.flame div.sitemapflameleft {
	float: left;
	width: 490px;
	margin: 0 10px 0 0;
}

div.flame div.sitemapflameright {
	float: right;
	width: 480px;
	margin: 0 0 0 0;
}

ul.sitemapList {
	margin-bottom: 20px;
	display: block;
	clear: both;
}

ul.sitemapList li {
	font-size: 75%;
	background-image: url(../common/cursor_s.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.3;
}


/**
 * ========================================
 * 目次 
 * ========================================
 * File Name:  toppage.css
 * Style Info: トップページ用スタイル定義
 * ----------------------------------------
 * Created:    2009-02-06
 * Modified:   2009-02-10
 * Author:     Sicoro-Works
 * ----------------------------------------
 * =1			  カラム幅
 * =3			コンテンツ部分
 * =3-1			  メインコンテンツ
 * =3-1-1		    メインコンテンツ共通部分
 * =3-2			  サイドバー
 * =3-2-1		    サイドバー共通部分
 * =4			フッター
 * =5			CLASSES
 * =999			HACKS
 * =999-1		  CLEAR FIX
 * =999-2		  PNG FIX (ONLY IE6)
 */
 
/**=1
 * カラム幅 
 * ========================================
 */
	
div#flashArea {
	padding: 4px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-color: #716764;
	display: block;
}

div#flashArealeft {
	float:left;
	width: 722px;
	padding: 0px;
	margin: 0;
}

div#flashArearight {
	float:right;
	width: 244px;
	padding: 0px;
	margin: 0;
}

div#flashArearight h2 {
	padding: 0px;
	margin: 0;
}

div#flashArearight ul {
	padding: 0px;
	margin: 0;
}

div#flashArearight ul li {
	padding: 0px;
	margin: 0;
}

div#indexprimary {
	display: block;
	width:770px;
	float:left;
}

/**=1-2
 * 商品紹介 
 * ========================================
 */
 
#wrapper .indexproductArea {
	display: block;
	margin-bottom: 15px;
	clear: both;
}

#wrapper .indexproductArea .indexproductArealeft {
	float:left;
	width:230px;
	display: block;
}
#wrapper .indexproductArea .indexproductArearight {
	float:left;
	width:750px;
	display: block;
}

/**=1-3
 * バナー部分 
 * ========================================
 */
 
div#indexprimary ul.indexselectArea {
	display: block;
	background-color: #DEE4E4;
	margin-bottom: 10px;
	padding: 8px;
}

div#indexprimary ul.indexselectArea li {
	float:left;
	display: block;
	margin-right: 6px;
}

div#indexprimary ul.indexselectArea li.liend {
	margin-right: 0px;
}


/*
 最新情報 [
----------------------------------------------------------- */

div#indexprimary .indexnewstitle {
	display: block;
	margin-bottom: 6px;
	position:relative;
	padding: 0px;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2CFCF;
	clear: both;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div#indexprimary .indexnewstitle h2 {
	position:absolute;
	top:20px;
	left:3px;
	margin: 0px;
	padding: 0px;
}

div#indexprimary .indexnewstitle p {
	position:absolute;
	top:23px;
	right:10px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1;
}

div#indexprimary .indexnewsArea {
	width: 770px;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 0 0;
}

div#indexprimary .indexnewsArea dl {
	width: 770px;
	margin-left: 0px;
	padding-bottom: 6px;
	background-image: url(../common/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#indexprimary .indexnewsArea dt {
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight:bold;
	display: block;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 100px;
	line-height: 1.3;
}

div#indexprimary .indexnewsArea dt img {
	margin: 0px 0px 0 5px;
	vertical-align: middle;
}

div#indexprimary .indexnewsArea dd {
	font-size: 75%;
	display: block;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 100px;
	line-height: 1.3;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}

/* ===================================

	4: voice

====================================== */

div#mainArea .dlvoice {
	margin-bottom: 15px;
	display: block;
	border: 1px solid #ccc;
	background-color: #FFFFF4;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

div#primary dl.dlvoice dt {
	float:left;
	width:150px;
	padding-left: 50px;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../company/voice/images/icon_voice.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 82.5%;
	clear: both;
}

div#primary dl.dlvoice dd {
	float:right;
	width: 570px;
}

div#primary dl.dlvoice dd p {
	margin: 0;
}