/* #03 contents style
---------------------------------------------------------------------------- */

/* left_navi
------------------------------------------------------------ */
#left_side{
	float: left;
	width: 194px;
}
ul#main-nav{
	width: 194px;
	margin-bottom: 16px;
}
ul#main-nav li{
	margin-bottom: 5px;
}



/* right_コンテンツ
------------------------------------------------------------ */
#right_side{
	float: right;
	width: 610px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bfbebe;
	color: #333333;
	font-size: 12px;
}

/* --------パンくず-------- */
ul#topicpath{
	background-image: url(../images/contents/topicpath_back.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 595px;
	padding-left: 15px;
	font-size: 10px;
	padding-top: 5px;
	margin-bottom: 12px;
	overflow: hidden;
}
ul#topicpath li{
	display: inline;
	font-size: 10px;
	float: left;
}


/* --------サブメニュー-------- */
/* CSS Document */


#tabnavi{
	margin-bottom: 30px;
	width: 610px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* 1段目 */
#tab1 {
	margin: 0px;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #717070;
	height: 30px;
}
* html #tab1 {
	height: 30px;/* for IE6 browser due to png hacks */
}
*:first-child+html #tab1 {
	height: 30px;/* for IE browser due to png hacks */
}
#tab1 ul {
	padding: 5px 5px 0px;
	height: auto;
	margin: 0px;
}
#tab1 li {
	display: block;
	border-top: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
	border-bottom: none;
	border-left: 1px solid #CCCBCB;
	background-image: url(../images/contents/tabmenu/navi02_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 2px;
	float: left;
	padding: 0px;
	height: auto;
	width: auto;
}
#tab1 li a {
	text-decoration: none;
}
#tab1 li a:link, #tab1 li a:visited {
	height: auto;
	width: auto;
	display: block;
	padding: 4px 7px;
	color: #333333;
}
#tab1 li a:hover{
	background-color: #666666;
	height: auto;
	width: auto;
	display: block;
	padding: 4px 7px;
	color: #FFFFFF;
}
#tab1 li.tab1_off{
	display: block;
	border-top: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCBCB;
	background-image: url(../images/contents/tabmenu/navi02_back02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 2px;
	float: left;
	padding: 0px;
}
#tab1 li.tab1_off a{
	color:#FFFFFF
}
* html #tab1 li.tab1_off a.tab1_off02{
	color:#FFFFFF
}


/* 2段目 */

#tab2 {
	background-color: #DDDDFF;
	background-image: url(../images/contents/tabmenu/navi02_back04.gif);
//	background-color: #717070;
	width: 600px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #589acb;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #589acb;
	height: 25px;
	margin: 0px;
	padding-bottom: 0px;
}
#tab2 ul.tab_appli {
//	padding: 0px 8px;
	padding: 0px 2px;
	overflow: hidden;
	height: auto;
}

#tab2 ul.tab_appli li {
	display: block;
	border-top: 1px solid #589acb;
	border-right: 3px solid #589acb;
	border-bottom: none;
	border-left: 1px solid #589acb;
	float: left;
	width: auto;
//	margin-right: 4px;
	margin-left: 4px;
	padding: 0px;
	background-image: url(../images/contents/tabmenu/navi02_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
* html #tab2 ul.tab_appli {
	height: 25px;
}
* html #tab2 ul.tab_appli li {
	height: 25px;
	display: block;
	margin: 2px;
	padding: 0px;
}
#tab2 ul.tab_appli li a {
	text-decoration: none;
}
#tab2 ul.tab_appli li a:link, #tab2 ul.tab_appli li a:visited {
	height: auto;
	width: auto;
	display: block;
	padding: 4px 7px;
	color: #333333;
}
* html #tab2 ul.tab_appli li a:link,
* html #tab2 ul.tab_appli li a:visited {
	color: #333333;
}
#tab2 ul.tab_appli li.tab2_off {
	display: block;
	border-top: 1px solid #589acb;
	border-right: 3px solid #589acb;
	border-bottom: 1px solid #589abc;
	border-left: 1px solid #589acb;
	background-image: url(../images/contents/tabmenu/navi02_back03.gif);
	background-repeat: repeat-x;
	background-position: left top;
//	margin-right: 4px;
	margin-left: 4px;
	float: left;
	padding: 0px;
	display: inline;	// avoid IE bug
}
* html #tab2 ul.tab_appli li.tab2_off  a:link,
* html #tab2 ul.tab_appli li.tab2_off  a:hover,
* html #tab2 ul.tab_appli li.tab2_off  a:visited {
//	padding: 4px 8px 0px;
	padding: 4px 7px 0px;
	color: #FFFFFF;
}
#tab2 ul.tab_appli li a:hover {
	background-color: #5092c3;
	height: auto;
	width: auto;
	display: block;
	padding: 4px 7px;
	color: #FFFFFF;
}
#tab2 ul.tab_appli li.tab2_off a{
	color: #FFFFFF;
}
/* IE7 and 8 Hack */
*:first-child+html #tab2 ul.tab_appli li {
	margin-left: 0px;
}




/* --アルファベット順-- */
#tab2_alpha {
	background-color: #EEEEEE;
	width: 590px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #589acb;
	clear: both;
	height: 25px;
	}
#tab2_alpha ul {
	height: 24px;
	background-image: url(../images/contents/tabmenu/navi02_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCBCB;
	border-right-color: #CCCBCB;
	border-left-color: #CCCBCB;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#tab2_alpha li {
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	height: auto;
	background-image: url(../images/contents/tabmenu/navi02_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#tab2_alpha li.last_node {
	background-image: none;
}
#tab2_alpha li a:link, #tab2_alpha li a:visited {
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #0E5B9A;
}
#tab2_alpha li a:hover {
	background-color: #589acb;
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #FFFFFF;
}

#tab2_alpha li.tab2_off {
	background-color: #589acb;
}


/* --ページタイトル-- */
h2#pagetitle{
	margin-bottom: 30px;
}
h3.subtitle01-1{
	background-image: url(../images/contents/subtitle01-1_back.gif);
	background-repeat: no-repeat;
	width: 583px;
	padding-left: 27px;
	height: 96px;
	padding-top: 9px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
}
h3.subtitle01-2{
	background-image: url(../images/contents/subtitle01-2_back.gif);
	background-repeat: no-repeat;
	width: 583px;
	padding-left: 27px;
	height: 150px;
	padding-top: 9px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
}
h3.subtitle01{
	background-image: url(../images/contents/subtitle01_back.gif);
	background-repeat: no-repeat;
	width: 583px;
	padding-left: 27px;
	height: 24px;
	padding-top: 9px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
}
h3.subtitle02{
	margin-bottom: 8px;
	background-image: url(../images/contents/subtitle02_back.gif);
	background-repeat: no-repeat;
	width: 597px;
	padding-left: 13px;
	height: 29px;
	padding-top: 6px;
	font-weight: bold;
}
h3.subtitle03{
	margin-bottom: 8px;
	background-image: url(../images/contents/subtitle03_back.gif);
	background-repeat: no-repeat;
	width: 586px;
	padding-left: 24px;
	height: 29px;
	padding-top: 6px;
	font-weight: bold;
}
/* --テキスト-- */
.read_txt{
	line-height: 1.5;
	margin-bottom: 15px;
}
.ct_11p{
	font-size:11px;
	line-height: 1.2;
}
.ct_r{
	color: #CC0000;
}
.ct_r10p{
	color: #CC0000;
	font-size:10px;
	line-height: 1.2;
}
.ct_b{
	color: #3786C7;
}
.ct_p{
	color: #44323E;
}
.ct_g{
	color: #1D6724;
}
.ct_br{
	color: #573F00;
}
.midashi_red{
	font-size: 10px;
	font-weight: bold;
	color: #c6000f;
}
/* --ページ途中のトップに戻る-- */
p.pagetop02{
	text-align: right;
	width: 610px;
	margin-bottom: 25px;
}
.read_txt02 {
	line-height: 1.5;
	margin-bottom: 30px;
}#banner {
	padding-top: 20px;
}

/* 各製品ページのテーブル
------------------------------------------------------------ */
table.products{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a8a7a7;
	border-left-color: #a8a7a7;
	margin-bottom: 10px;
}
table.products th{
	font-weight: normal;
	background-color: #e5e4e4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a8a7a7;
	border-bottom-color: #a8a7a7;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
table.products td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #a8a7a7;
	border-bottom-color: #a8a7a7;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
table.products td.left{
}
table.products td.center{
	text-align: center;
}

/* 各製品ページのリスト（分野色別に異なる）
   各製品ページの番号付リストby sawada
------------------------------------------------------------ */
ul.products-b, ul.products-r, ul.products-p, ul.products-g, ul.products-br, ol.products-deci, ul.products-nu, ul.products-co, ul.products-im{
	line-height: 1.8;
}
ul.products-b li{
	background-image: url(../images/common/square_b.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-r li{
	background-image: url(../images/common/square_r.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-p li{
	background-image: url(../images/common/square_p.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-g li{
	background-image: url(../images/common/square_g.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-br li{
	background-image: url(../images/common/square_br.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ol.products-deci li{
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0px;
}
ul.products-nu li{
	background-image: url(../images/common/square_nu.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-co li{
	background-image: url(../images/common/square_co.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
ul.products-im li{
	background-image: url(../images/common/square_im.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}


/* ページタイトル Language付き
------------------------------------------------------------ */
h2#pagetitle_lang{
	margin-bottom: 18px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}


/* 透明テーブル
------------------------------------------------------------ */

table.trans{
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 10px;
}
table.trans th{
	font-weight: normal;
	white-space: nowrap;
	padding: 2px;
}
table.trans td{
	padding: 2px;
}

/* システムページ  基本スタイル
-------------------------------------------------------- */
h3.section_t{
	background-image: url(../images/common/dot_1_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	margin-top:    20px;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
}
h4.section_t{
	width: 400px;
	background-image: url(../images/common/dot_1_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	margin-top:    20px;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
}

.section_ex{
	width: 610px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section_ex p{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	padding-bottom: 12px;
	width: 370px;
	float: none;
}
.section_ex p.section_clr{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	width: 610px;
	clear: both;
}
.section_ex img{
	float: right;
}

/*  section_lex 図左置き版section_ex ※サイズは固定しない
------------------------------------------------------------ */

.section_lex{
	width: 610px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section_lex p{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	padding-bottom: 12px;
}
.section_lex p.section_clr{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	width: 610px;
	clear: both;
}
.section_lex img{
	margin-right: 8px;
	float: left;
}

/*  section_ex 内 図・キャプションセンタリング/単純右寄せ用
------------------------------------------------------------ */

.section_ex p.image-center{
	line-height: 1.2;
	text-align: center;
	width: 610px;
	clear: both;
	margin-bottom: 10px;
}
.section_ex p.right{
	float: right;
	line-height: 1.2;
	text-align: center;
	width: 230px;
	clear: both;
	margin-bottom: 10px;
	padding-left: 10px;
}
.section_ex img.center{
	float: none;
	align: center;
}
.section_ex img.right{
	float: right;
	margin-left: 8px;
}

/* システムページ  二段組み
-------------------------------------------------------- */
.section_twocol{
	width: 610px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section_twocol p{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	padding-bottom: 12px;
	clear: both;
	width: 290px;
}
.section_twocol p.image-center{
	line-height: 1.2;
	text-align: center;
	width: 280px;
	clear: both;
	margin-bottom: 10px;
}
.section_twocol p img.left{
	float: left;
	margin-right: 10px;
}
.section_twocol img.center{
	float: none;
	align: center;
}
.section_twocol .block-a{
	width:290px;
	float:left;
}
.section_twocol .block-b {
	width:290px;
	float:right;
	padding-left: 15px;
}

/* 関連製品
------------------------------- */
h4#a-products-t{
	margin-bottom: 8px;
	margin-top: 25px;
}
#a-products{
	border: 1px solid #bfbebe;
	width: 588px;
	overflow: hidden;
	padding: 10px;
}
#a-products dl{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d0cfcf;
	padding-left: 5px;
	width: 125px;
	padding-right: 10px;
	float: left;
	padding-bottom: 4px;
}
#a-products dt{
	font-weight: bold;
	color: #0068b7;
	background-image: url(../images/common/arrow01_b.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px;
	margin-bottom: 3px;
}
#a-products dd{
	font-size: 10px;
	padding-left: 8px;
	color: #666666;
	line-height: 1.2;
}
.allied-top{
	overflow: hidden;
	background-image: url(../images/common/dot_1_2.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	background-position: bottom;
	margin-bottom: 5px;
	display: block;
	width: 588px;
}
.allied-bottom{
	overflow: hidden;
	width: 588px;
}

/* 2段目タブ(tab2)の二重版 上段tab2sup 下段tab2sub
------------------------------------------------------------ */

#tab2sup {
	background-color: #EEEEEE;
	width: 590px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 25px;
	margin: 0px;
	padding-bottom: 0px;
	}
#tab2sup ul.tab_appli {
	padding: 0px 8px;
	background-image: url(../images/contents/tabmenu/navi02_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCBCB;
	border-right-color: #CCCBCB;
	border-left-color: #CCCBCB;
	overflow: hidden;
	height: auto;
}

#tab2sup ul.tab_appli li {
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	background-image: url(../images/contents/tabmenu/navi02_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
* html #tab2sup ul.tab_appli {
	height: 25px;
}
* html #tab2sup ul.tab_appli li {
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#tab2sup ul.tab_appli li.last_node {
	background-image: none;
}
#tab2sup ul.tab_appli li a:link, #tab2sup ul.tab_appli li a:visited {
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #333333;
}

* html #tab2sup ul.tab_appli li a:link,
* html #tab2sup ul.tab_appli li a:visited {
	color: #333333;
}

#tab2sup ul.tab_appli li a:hover {
	background-color: #5092c3;
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #FFFFFF;
}

#tab2sup ul.tab_appli li.tab2_off {
	background-color: #589acb;
}
* html #tab2sup ul.tab_appli li.tab2_off  a:link,
* html #tab2sup ul.tab_appli li.tab2_off  a:visited {
	padding: 4px 8px 0px;
	color: #333333;
}
* html #tab2sup ul.tab_appli li.tab2_off a:hover {
	padding: 4px 8px 0px;
	color: #FFFFFF;
}
#tab2sup ul.tab_appli li.tab2_off a{
	color:#F8F8F8;
}

#tab2sup li a {
	text-decoration: none;
}

/* 二重tab2 下段 */

#tab2sub {
	background-color: #EEEEEE;
	width: 590px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #589acb;
	height: 25px;
	margin: 0px;
	padding-bottom: 0px;
}
#tab2sub ul.tab_appli {
	padding: 0px 8px;
	background-image: url(../images/contents/tabmenu/navi02_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCBCB;
	border-right-color: #CCCBCB;
	border-left-color: #CCCBCB;
	overflow: hidden;
	height: auto;
}

#tab2sub ul.tab_appli li {
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	background-image: url(../images/contents/tabmenu/navi02_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
* html #tab2sub ul.tab_appli {
	height: 25px;
}
* html #tab2sub ul.tab_appli li {
	height: 25px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#tab2sub ul.tab_appli li.last_node {
	background-image: none;
}
#tab2sub ul.tab_appli li a:link, #tab2sub ul.tab_appli li a:visited {
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #333333;
}
* html #tab2sub ul.tab_appli li a:link,
* html #tab2sub ul.tab_appli li a:visited {
	color: #333333;
}
#tab2sub ul.tab_appli li a:hover {
	background-color: #5092c3;
	height: auto;
	width: auto;
	display: block;
	padding: 4px 8px;
	color: #FFFFFF;
}

#tab2sub ul.tab_appli li.tab2_off {
	background-color: #589acb;
}
* html #tab2sub ul.tab_appli li.tab2_off  a:link,
* html #tab2sub ul.tab_appli li.tab2_off  a:visited {
	padding: 4px 8px 0px;
	color: #333333;
}
* html #tab2sub ul.tab_appli li.tab2_off a:hover {
	padding: 4px 8px 0px;
	color: #FFFFFF;
}
#tab2sub ul.tab_appli li.tab2_off a{
	color:#F8F8F8;
}

#tab2sub li a {
	text-decoration: none;
}

/* ボタン表示リスト
------------------------------------------------------------ */
dl.buttonlink{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
dl.buttonlink dt{
	background-image: url(../images/common/button_link_back.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 197px;
	padding-left: 25px;
	padding-top: 7px;
	background-position: left;
	margin-bottom: 5px;
}
dl.buttonlink dt a{
	color: #0e5b9a;
	text-decoration: none;
}
dl.buttonlink dt a:hover{
	color: #C6000F;
}



/* 定義リスト 横幅指定無し
------------------------------------------------------------ */
dl.dlist_r, dl.dlist_p, dl.dlist_g, dl.dlist_br{
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
dl.dlist_r dt{
	background-image: url(../images/common/square_r_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
dl.dlist_p dt{
	background-image: url(../images/common/square_p_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
dl.dlist_g dt{
	background-image: url(../images/common/square_g_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
dl.dlist_br dt{
	background-image: url(../images/common/square_br_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
dl.dlist_r dd, dl.dlist_p dd, dl.dlist_g dd, dl.dlist_br dd{
	margin-bottom:20px;
	padding-left: 15px;
}

/* 定義リスト　横幅指定有り
------------------------------------------------------------ 
dl.dlist_r{
	width: 500px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
dl.dlist_r dt{
	width: 480px;
	background-image: url(../images/common/square_r_big.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
dl.dlist_r dd{
	width: 470px;
	margin-bottom:20px;
	padding-left: 15px;
}*/




/* temp section_exf 図右置き、幅フリー
-----------------------------------------------------------------*/

.section_exf{
	width: 610px;
	margin-bottom: 40px;
	overflow: hidden;
}
.section_exf p{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	padding-bottom: 12px;
//	float: left;
}
.section_exf p.section_clr{
	line-height: 1.7;
	text-align: justify;
	text-justify:distribute;
	width: 610px;
	clear: both;
}
.section_exf img{
	margin-left: 10px;
	float: right;
}

/* FAQ用黒字に白文字枠
-----------------------------------------------------------------*/
p.command{
	line-height: 1.7;
	white-space: pre;
	text-align: justify;
	text-justify:distribute;
	padding: 5px;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	border-style: double;
	border-color: #ffffff;
	font-family: monospace;
}

