/* 3dofficepro3.css 2009.05.20 */
/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2011/07/03
　1.ClearFix
　2.上書きスタイル
　3.製品ごとに追加したクラス
　4.旧バージョン比較
　5.価格・ラインナップ
　6.出力サンプル
　7.ページ送り
　8.Footnavi
  9.オリジナルパーツ作成
============================*/
/*=====================================================
１）共通
=====================================================*/

/*--------------------------
	リセット・HTML再定義
---------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	color:#222;
	background:#eff0f7;
}
/*--------------------------
	基本レイアウト
---------------------------*/

#MainImage {
	margin:0 auto;
	text-align:center;
	background:url(img_top/bk_top.jpg) repeat-x;
}
#Outline {
	width: 100%;
	background:#eff0f7;
}
#MainArea960_row1 {
	margin:0 auto;
	text-align:left;
	width: 960px;
}
#MainArea960_row1 .Contents {
	clear:both;
	float:none;
	width:960px;
}
DIV#MainArea960_row1 .ContentInner {
	clear:both;
	margin:0 15px 20px 15px;
	width:930px;
	background:#fff;
}
DIV#MainArea960_row1 .Section {
  clear: both;
	width:900px;
	padding: 10px 0 0 0;
	margin:10px 15px 0 15px;
}
DIV#MainArea960_row1 .Section_full {
	clear: both;
	width:960px;
}
DIV#MainArea960_row1 .Section_bottom {
	clear: both;
	width: 930px;
	margin-bottom:0;
}

DIV#MainArea960_row1 .Section.btmspace {
margin-bottom:10px;
}

/*-- フロートBOX --*/
.ContentInner .boxL {
	float:left;
	margin:10px 0 0 0;
}
.ContentInner .boxR {
	float:right;
	margin:10px 0 0 0;
}
.topmgn0 {
	margin-top:0;
}
.imgbox {
	padding: 0;
	margin: 0 0 17px 0;
}
.imgbox.left {
	float: left;
	padding: 0 10px 0 0;
}
.imgbox.left0 {
	float: left;
	padding: 0 0 0 0;
}
.imgbox.right {
	float: right;
	padding: 0 0 0 10px;
}
.imgbox p.caption {
	margin: 2px 0 0 0;
	font-size: 75%;
	line-height: 130%;
	color: #555555;
}
/*--------------------------
	回り込み解除
---------------------------*/
.clear0 {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/*--------------------------
	パンくず上書き（下余白無し）
---------------------------*/
div#StatusArea {
	margin-bottom:0;
}
/*--------------------------
	トップナビ
---------------------------*/

.Menu_top {
	margin:10px 0 20px 0;
	height:38px;
	background:url(img_top/bk_navi.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Menu_top ul.menu {
	float:right;
	margin:0;
	padding:0;
}
.Menu_top ul.menu li {
	display:block;
	float:left;
	position:relative;
}
.Menu_top ul.menu a {
	float:left;
	display:block;
	padding:8px 20px 5px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
}
.Menu_top ul.menu a:visited {
	color:#000099;
}
.Menu_top ul.menu li:hover > a {
	color: #5656d6;
}
*html .Menu_top ul.menu li a:hover { /* IE6 */
	color: #5656d6;
}
.Menu_top ul.menu li:hover > ul {
	display: block;
}
/*-- サブメニュー --*/
.Menu_top ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(top, #444, #222);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222), color-stop(1, #444));
}
.Menu_top ul.menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	width:220px;
	text-align:left;
}
.Menu_top ul.menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.Menu_top ul.menu ul a.sub {
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	background:none;
	width:200px;
	color:#fff;
}
*html .Menu_top ul.menu ul a.sub { /* IE6 */
	height: 10px;
	width: 200px;
}
*:first-child+html .Menu_top ul.menu ul a.sub { /* IE7 */
	height: 10px;
	width: 200px;
}
.Menu_top ul.menu ul a:hover {
	background: #7690ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#7690ef), to(#5d7ae4));
	background: -moz-linear-gradient(top, #7690ef, #5d7ae4) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7690ef', endColorstr='#5d7ae4'); /* IE */
}
.Menu_top ul.menu ul li:first-child a {
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
*/}
.Menu_top ul.menu ul li:first-child a:after { /* 三角 */
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}
.Menu_top ul.menu ul li:first-child a:hover:after {
	border-bottom-color: #5d7ae4;
}
.Menu_top ul.menu ul li:last-child a {
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
*/}
/* Clear floated elements */
.Menu_top ul.menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .Menu_top ul.menu {
	zoom: 1;
} /* IE6 */
*:first-child+html .Menu_top ul.menu {
	zoom: 1;
} /* IE7 */
/*-- 価格ご購入ボタン --*/
.Menu_top li a.price {
	background:none;
	padding:0;
	margin:1px 2px 0 0;
}
/*--------------------------
	見出し
---------------------------*/
#MainArea960_row1 h1 {
	background:url(img/tool/ttl_bk_h1.jpg) left top repeat-x;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:150%;
	padding-left:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 h2 {
	background:url(img/tool/ttl_bk_h2.jpg) left top no-repeat;
	padding:6px 0 3px 20px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 .ContentInner h3 {
	margin:20px 0 10px 0;
	padding-left:10px;
	font-size:100%;
	letter-spacing:0.5px;
	border-left:6px solid #333366;
}
#MainArea960_row1 .ContentInner h4 {
	margin:10px 0 7px 0;
	padding:5px;
	font-size:85%;
	letter-spacing:0.5px;
	background:#E5E3E4;
}
/*--------------------------
	リスト（上書き）
---------------------------*/
.ContentInner ul li, .ProductInner ul li{
	font-size: 80%;
	margin: 0 0 0.2em 1.5em;
}

.ProductInner ol li {
	font-size: 80%;
	margin: 0 0 0.2em 2.5em;
}

/*--------------------------
	画像キャプション
---------------------------*/
.ContentInner p.cap {
	padding:2px 0 0 10px;
	margin:0;
	font-size:65%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left center no-repeat;
}
/*--------------------------
	拡大・再生ボタン付画像
---------------------------*/
/*-- 拡大ボタン付画像 --*/
a.GoBig {
	background:url(img/tool/btn_zoom.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_2 {
	background:url(img/tool/btn_zoom.gif) 250px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_3 {
	background:url(img/tool/btn_zoom.gif) 110px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_4 {
	background:url(img/tool/btn_zoom.gif) 201px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_5 {
	background:url(img/tool/btn_zoom.gif) 320px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_6 {
	background:url(img/tool/btn_zoom.gif) 485px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_7 {
	background:url(img/tool/btn_zoom.gif) 224px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_8 {
	background:url(img/tool/btn_zoom.gif) 166px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_9 {
	background:url(img/tool/btn_zoom.gif) 192px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_10 {
	background:url(img/tool/btn_zoom.gif) 128px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
/*-- 再生ボタン付画像 --*/
a.GoPlay {
	background:url(img/tool/btn_play.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoPlay_2 {
	background:url(img/tool/btn_play.gif) 202px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoPlay_3 {
	background:url(img/tool/btn_play.gif) 224px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoPlay_4 {
	background:url(img/tool/btn_play.gif) 100px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoPlay_5 {
	background:url(img/tool/btn_play.gif) 274px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*=====================================================
２）トップページ
=====================================================*/

/* h2見出し */
#MainArea960_row1 .Contents.toppage h2 {
	background:none;
	padding:6px 0 3px 0px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#MainArea960_row1 .Section.topsummary{
	     overflow: hidden;
}

* html #main .Section.topsummary{
     height: 1%;
}
	

.topsummary .img_about{
	width:210px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}

#MainArea960_row1 .ContentInner .topsummary .midashi{
	width:660px;
	float:right;
	margin:10px 0 0 0;
	padding:2px 0 2px 4px;
	font-size:100%;
	font-weight:bold;
	color:#333366;
	background-color:#FEF5CF;
	display:inline;
}

.topsummary .txt{
	width:660px;
	float:right;
	margin:10px 0 0 0;
	display:inline;
}

#MainArea960_row1 .topsummary h2 {
	margin:0;
	padding:0;
	height:56px;
	background:url(img_top/img_subttl.jpg) left top no-repeat;
	text-indent:-9999px;
}


/* PriceTableBlue*/
table.PriceTable {
	width: 650px;
	border-collapse: collapse;
	margin: 0 1px;
	padding: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 75%;
	line-height: 140%;
}

table.PriceTable th {
	font-weight: bold;
	text-align: center;
	padding: 2px 6px;
	margin: 0;
	background-color: #CCCCFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.PriceTable td {
	text-align: left;
	margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 6px;
}





/*------------------------------------
	主な４つの機能
-------------------------------------*/
#MainArea960_row1 .feature {
	background:url(img_top/bk_product.jpg) left top no-repeat;
}
#MainArea960_row1 .feature h2 {
	text-indent:-9999px;
	background:none;
}
.feature a {
	color:#000099;
	text-decoration:none;
}
.feature a:visited {
	text-decoration:none;
}
.feature a:hover, .feature a:active {
	text-decoration:underline;
}
.feature p.subttl {
	text-indent:-9999px;
}
.featureBox {
	width:930px;
	margin:10px auto 0 auto;
}
.feature01 {
	float:left;
	margin:10px 0 0 0;
	width:460px;
	height:200px;
	background:url(img_top/img_kinou_01.jpg) left top no-repeat;
}
.feature02 {
	float:right;
	margin:10px 0 0 0;
	width:450px;
	height:200px;
	background:url(img_top/img_kinou_02.jpg) right top no-repeat;
}
.feature03 {
	float:left;
	width:460px;
	height:200px;
	background:url(img_top/img_kinou_03.jpg) left top no-repeat;
}
.feature04 {
	float:right;
	width:450px;
	height:200px;
	background:url(img_top/img_kinou_04.jpg) right top no-repeat;
}
.feature01 h3, .feature03 h3 {
	margin-left:200px;
	font-size:140%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.feature01 p, .feature03 p {
	margin-left:200px;
	font-size:85%;
	line-height:140%;
}




#MainArea960_row1 .feature {
	background:url(img_top/bk_product.jpg) left top no-repeat;
}
#MainArea960_row1 .feature h2{
	text-indent:-9999px;
	background:none;
}
.feature a{
	color:#000099;
	text-decoration:none;
}
.feature a:visited{
	text-decoration:none;
}
.feature a:hover,
.feature a:active{
	text-decoration:underline;
}
.feature p.subttl{
	text-indent:-9999px;
}
.featureBox {
	width:930px;
	margin:10px auto 0 auto;
}
.feature01 {
	float:left;
	margin:10px 0 0 0;
	width:460px;
	height:200px;
	background:url(img_top/img_kinou_01.jpg) left top no-repeat;
}
.feature02 {
	float:right;
	margin:10px 0 0 0;
	width:450px;
	height:200px;
	background:url(img_top/img_kinou_02.jpg) right top no-repeat;
}
.feature03 {
	float:left;
	width:460px;
	height:200px;
	background:url(img_top/img_kinou_03.jpg) left top no-repeat;
}
.feature04 {
	float:right;
	width:450px;
	height:200px;
	background:url(img_top/img_kinou_04.jpg) right top no-repeat;
}
.feature01 h3,
.feature03 h3{
	margin-left:200px;
	font-size:140%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


.feature01 p,
.feature03 p{
	margin-left:200px;
	font-size:85%;
	line-height:140%;
}
.feature02 h3,
.feature04 h3{
	margin-right:190px;
	font-size:140%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.feature02 p,
.feature04 p{
	margin-right:200px;
	font-size:85%;
	line-height:140%;
}
.feature p.btn a{
	display:block;
	width:108px;
	height:27px;
	text-indent:-9999px;
	background:url(img_top/btn_kinou_shousai.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
.feature p.btn a:hover,
.feature p.btn a:focus{
	background:url(img_top/btn_kinou_shousai.gif) left -27px no-repeat;
}


/*------------------------------------
	ピックアップ
-------------------------------------*/
.pickup {
	background:url(img_top/bk_pickup.jpg) left top no-repeat;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
}
.pickup ul {
	margin:0 auto;
	width:900px;
}
.pickup li {
	float:left;
	width:214px;
	margin-right:14px;
	margin-top:55px;
	font-size:85%;
	line-height:140%;
	list-style:none;
}
* html .pickup li {
	margin-right:12px; /*IE6*/
}
.pickup li.end {
	margin-right:0;
}
.pickup div span {
	padding:1px 0 4px 17px;
	font-size:115%;
	font-weight:bold;
	background:url(/common/img/tool/arrow_blue.gif) left 0.3em no-repeat;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pickup div a {
	color:#000099;
	text-decoration:none;
}
.pickup div a:visited {
	text-decoration:none;
}
.pickup div a:hover span {
	color:#000099;
	text-decoration:underline;
}
.pickup div img {
	/*border:1px solid #dedede;*/
}

/*------------------------------------
	キャンペーン・インフォメーション
-------------------------------------*/
.info {
	margin:0 0 30px 0;
}
.info h3 {
	padding:8px 0 15px 10px;
	background:url(img_top/bk_ttl_info.jpg) left top repeat-x;
}
.info li {
	display:inline-block;
	clear:both;
	width:470px;
	margin:0 0 0.4em 0;
	padding:0;
	font-size:75%;
	line-height:140%;
}
.info .cam {
	float:left;
	width:470px;
}
.info .infomation {
	float:right;
	width:470px;
}
.info li img {
	float:left;
	margin-right:4px;
}
.info .infomation li {
	background:url(/common/img/tool/navi_yaji_2.gif) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

.info .infomation {
	float:right;
	width:470px;
}

/* 1カラム */

.info02 {
	margin:0 0 30px 0;
}
.info02 h3 {
	padding:8px 0 15px 10px;
	background:url(img_top/bk_ttl_info.jpg) left top repeat-x;
}
.info02 li {
	display:block;
	clear:both;
	margin:0 0 0.4em 0;
	padding:0;
	font-size:75%;
	line-height:140%;
}

.info02 .infomation li {
	background:url(/common/img/tool/navi_yaji_2.gif) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

/*------------------------------------
	フッター
-------------------------------------*/
.FootNavi {
	position:relative;
	padding-top:5px;
	background:#fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; /*Firefox*/
	-moz-border-radius-topright: 6px; /*Firefox*/
	-webkit-border-bottom-left-radius: 6px; /*Safari*/
	-webkit-border-bottom-right-radius: 6px; /*Safari*/
}
.FootNavi li {
	list-style:none;
}
/*-- リンク設定 --*/
.FootNavi li a {
	text-decoration:none;
	color:#000099;
}
.FootNavi li a:visited {
	text-decoration:none;
}
.FootNavi li a:hover {
	text-decoration:underline;
}
.FootNavi li a:active {
	text-decoration:underline;
}
/*-- 2重線 --*/
.FootNavi div.line_double {
	height:1px;
	border-top:1px solid #d9d9d9;
}
/*-- トップ部分 --*/
.FootTop {
	border-bottom:1px solid #ddd;
}
.FootTop li.left {
	margin:4px 0 0 15px;
	float:left;
}
.FootTop li.right {
	margin:0px 5px 0 0;
	float:right;
	padding:0;
}
/*-- 3dofficepro3用フッタ --*/
.footnavi_product {
	width:930px;
	padding:5px 15px 0 15px;
	margin:0 0 10px 0;
}
.footnavi_product div {
	float:left;
	width:280px;
}
.footnavi_product h3 {
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_blue.gif) left top no-repeat;
}
.footnavi_product li {
	background:url(/common/img/tool/navi_yaji_2.gif) no-repeat left center;
	padding-left:14px;
	line-height:1.6em;
	font-size:75%;
	color:#222;
}
.footnavi_product li.ora {
	background:url(/common/img/tool/navi_yaji_o.gif) no-repeat left center;
}
/*-- その他用フッタ --*/
.footnavi_other {
	width:930px;
	padding:5px 15px 20px 15px;
	background:#d9d9d9;
}
.footnavi_other div {
	float:left;
	width:232px;
}
.footnavi_other h3 {
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_gray.gif) left top no-repeat;
}
.footnavi_other li {
	background:url(/common/img/tool/navi_yaji_2.gif) no-repeat left center;
	padding-left:14px;
	line-height:1.6em;
	font-size:75%;
	color:#222;
}
.footnavi_other .fn_other li {
	display:inline-block;
	clear:both;
	width:220px;
	padding:0 0 0 2px;
	margin:0 0 4px 0;
	background:none;
}
.footnavi_other .fn_other img {
	float:left;
	margin-right:4px;
}
.FootNavi .goto_seriestop {
	position:absolute;
	top:135px;
	left:740px;
}

/*=====================================================
■下層ページ
=====================================================*/

/*--------------------------
	上部メニューナビ
---------------------------*/
.Menu_navi{
	margin:0 auto 20px auto;
	width:969px;
	height:50px;
	background:url(/starfax15/img/tool/bk_navi_sub.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Menu_navi .Left{
	float:left;
	margin:14px 0 0 15px;
}
.Menu_navi .Right{
	float:right;
	margin:5px 10px 0 0;
}
.Menu_navi ul.menu{
	float:left;
	margin:0;
	padding:0;
}
.Menu_navi ul.menu li{
	display:block;
	float:left;
	position:relative;
}
.Menu_navi ul.menu a{
	float:left;
	display:block;
	padding:8px 20px 5px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
}
.Menu_navi ul.menu a:visited{
	color:#000099;
}
.Menu_navi ul.menu li:hover > a{
    color: #5656d6;
}
 
*html .Menu_navi ul.menu li a:hover{ /* IE6 */
    color: #5656d6;
}
 
.Menu_navi ul.menu li:hover > ul{
    display: block;
}

/*-- 各ページ サブメニュー --*/
.Menu_navi ul.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(top, #444, #222);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222),color-stop(1, #444));
}
.Menu_navi ul.menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
		width:220px;
		text-align:left;
}
.Menu_navi ul.menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Menu_navi ul.menu ul a.sub{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
		background:none;
		width:200px;
		color:#fff;
}
*html .Menu_navi ul.menu ul a.sub{ /* IE6 */
    height: 10px;
    width: 200px;
}
*:first-child+html .Menu_navi ul.menu ul a.sub{ /* IE7 */
    height: 10px;
    width: 200px;
}
.Menu_navi ul.menu ul a:hover{
    background: #7690ef;
    background: -webkit-gradient(linear, left top, left bottom, from(#7690ef), to(#5d7ae4));
    background: -moz-linear-gradient(top,  #7690ef,  #5d7ae4) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7690ef', endColorstr='#5d7ae4'); /* IE */
}
.Menu_navi ul.menu ul li:first-child a{
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
*/}
 
.Menu_navi ul.menu ul li:first-child a:after{ /* 三角 */
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
.Menu_navi ul.menu ul li:first-child a:hover:after{
    border-bottom-color: #5d7ae4;
}
.Menu_navi ul.menu ul li:last-child a{
/*
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
*/}
 
/* Clear floated elements */
.Menu_navi ul.menu:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .Menu_navi ul.menu             { zoom: 1; } /* IE6 */
*:first-child+html .Menu_navi ul.menu { zoom: 1; } /* IE7 */


/*-- 価格ご購入ボタン --*/
.Menu_navi li a.price{
	background:none;
	padding:0;
	margin:1px 2px 0 0;
}


/*--------------------------
	ページナビゲーション
---------------------------*/

/*-- ページ上部 --*/
.TopPager{
	margin:0 15px;
	width:930px;
	font-size:75%;
}

.TopPager li{
	list-style:none;
}

.TopPager .PrevBox{
	float:left;
	background:url(img/tool/btn_navi_prev_s.gif) left top no-repeat;
}
.TopPager .PrevBox a{
	display:block;
	padding:5px 0 10px 66px;
}
.TopPager .NextBox{
	float:right;
	background:url(img/tool/btn_navi_next_s.gif) right top no-repeat;
}
.TopPager .NextBox a{
	display:block;
	padding:5px 66px 10px 0;
}

/*-- ページ下部 --*/
.ProductPager_step{
	margin:0 15px;
	width:930px;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	border:none;
}
.ProductPager_step li{
	list-style:none;
}
.ProductPager_step ul.Pager{
	margin:0 auto;
	height:3em;
	line-height:3em;
	text-align:center;
	width:900px;
}
.ProductPager_step ul.Pager li{
	float:left;
}

/* ボタン--機能と特長トップへ */
.ProductPager_step ul.Pager li.TopBox{
	width:62px;
	text-align:center;
	margin:0 auto;
}
.ProductPager_step ul.Pager li.TopBox a{
	display:block;
	width:62px;
	background:url(img/tool/btn_navi_top.gif) center center no-repeat;
	text-indent:-9999px;
}

/* ボタン--次へ */
.ProductPager_step ul.Pager li.NextBox{
	width:419px;
}
.ProductPager_step ul.Pager li.NextBox a{
	display:block;
	width:419px;
	background:url(img/tool/btn_navi_next.gif) left center no-repeat;
	text-decoration:none;
	text-align:left;
}
.ProductPager_step ul.Pager li.NextBox span{
	position:relative;
	left:80px;
	text-decoration:underline;
}
.ProductPager_step ul.Pager li.NextBox a:hover span{
	color:#0066ff;
}

/* ボタン--前へ */
.ProductPager_step ul.Pager li.PrevBox{
	width:419px;
	padding:0;
}
.ProductPager_step ul.Pager li.PrevBox a{
	display:block;
	width:419px;
	background:url(img/tool/btn_navi_prev.gif) right center no-repeat;
	text-decoration:none;
	text-align:right;
}
.ProductPager_step ul.Pager li.PrevBox span{
	position:relative;
	right:81px;
	text-decoration:underline;
}
.ProductPager_step ul.Pager li.PrevBox a:hover span{
	color:#0066ff;
}

/* ボタン--非表示 */
/* このときHTMLでは<span>●</span>とし、liにクラス指定 */
.ProductPager_step ul.Pager li.PrevBox_hidden,
.ProductPager_step ul.Pager li.NextBox_hidden{
	width:419px;
	visibility:hidden;
}

/*-- ページナビゲーション --*/
.ProductPager_step .Navi{
	clear:both;
	width:930px;
	height:3em;
	line-height:3em;
	background:#fff;
	border:1px solid #ddd;
	text-align:center;
	margin-bottom:20px;
}
.ProductPager_step .Navi ul{
	width:880px;
	margin:0 auto;
}
.ProductPager_step .Navi li{
	float:left;
}
.ProductPager_step .Navi li a{
	display:block;
	width:200px;
	background:url(img/product/bk_pageNavi_off.png) no-repeat 100% 50%;
	padding:0 1.5em 0 0;
	text-align:right;
	text-decoration:none;
}
.ProductPager_step .Navi li a.none{
	background:none;
	padding:0 0 0 1.25em;
	text-align:left;
}
.ProductPager_step .Navi li a.on{
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
}
.ProductPager_step .Navi li a:hover{
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
	text-decoration:underline;
}

/*----------------------------------
	収録済みオフィス家具分類表
-----------------------------------*/
#MainArea960_row1 table.partslist h2{
	padding:5px 5px  5px 7px;
	margin:0 10px 10px 0;
	font-size:90%;
	font-weight:bold;
	background:#ddd;
}
#MainArea960_row1 table.partslist ol{
	margin:0 10px 20px 0;
}

/*===========================
■次へ、前へボタン
============================*/
.ProductPager {
	border-top: 1px solid #c7c7c7;
	padding: 15px 0 0 0;
	position: relative;
}
.ProductPager .PrevBox {
	width: 120px;
	padding-left: 19px;
	float: left;
}
.ProductPager .NextBox {
	width: 139px;
	float: right;
}
.ProductPager .NumberBox {
	width: 240px;
	padding-left: 25px;
	padding-top: 10px;
	float: left;
}
.ProductPager ul.InfoList {
	margin: 0 auto;
}
.ProductPager ul.InfoList li {
	font-weight: bold;
	color: #999999;
	font-size: 87.5%;
}
.ProductPager ul.InfoList li a {
	font-weight: normal;
	font-size: 86.2%;
}

#vup .Section.TopPager,
.Section.TopPager {
	padding: 0;
	margin: 10px 0
}

#MainArea960_row1 .Section .Pager {
    border-top: 1px solid #283232;
    padding: 20px 0;
}

/*===========================
■機能一覧
============================*/

/*--------------------------
	メニュー
---------------------------*/
#MainArea960_row1 .ProductMenu{
	margin:0 15px;
	width:930px;
}
#MainArea960_row1 .ProductMenu h1{
	margin:0;
	padding:0;
	background:none;
}
.ProductMenu ul{
	float:left;
	margin:20px 20px 0 0;
}
.ProductMenu li{
	padding:0 0 10px 12px;
	font-size:95%;
	font-weight:bold;
	background:url(img/product/ar_products.gif) left 4px no-repeat;
	list-style:none;	
}
#product_step01{  /* 間取りを描く */
	height:200px;
	background:url(img/product/step01/img_top_r.jpg) right top no-repeat;
}

#product_step02{  /* 3Dイメージを作る */
	height:160px;
	background:url(img/product/step02/img_top_r.jpg) right top no-repeat;
}

#product_step03{  /* 多彩なプレゼン */
	height:210px;
	background:url(img/product/step03/img_top_r.jpg) right top no-repeat;
}

#product_step04{  /* 診断チェック */
	height:180px;
	background:url(img/product/step04/img_top_r.jpg) right top no-repeat;
}

/*--------------------------
	コンテンツ
---------------------------*/
DIV#MainArea960_row1 .ProductInner{
	margin:0 15px;
	width:930px;
}
DIV#MainArea960_row1 .ProductInner .Section{
	padding:0;
	margin:0;
	background:#fff;
	width:930px;
}
#MainArea960_row1 .ProductInner h2{
	background:none;
	font-size:140%;
	margin:0 0 15px 0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bolder;
}
#MainArea960_row1 .ProductInner h2.top{
	font-size:160%;
}

#MainArea960_row1 .ProductInner h2.ttl{
	margin:20px 0 0;
}

#MainArea960_row1 .ProductInner h3{
	margin:0 0 10px 0;
}



/*-- テキスト設定 --*/
.ProductInner p{
	margin-bottom:10px;
	font-size:80%;
	color:#333;
	line-height:1.4;
}
.ProductInner em{
	color:#824000;
	font-size:90%;
	font-weight:bold;
	font-style:normal;
}
.ProductInner .notice{
	padding:5px;
	background:#eee;
}
.ProductInner .notice ul.remark{
	padding-left:0;
	background:#eee;
}
.ProductInner .notice ul.remark li{
	margin:5px;
	line-height:1.4;
}
.ProductInner .notice_yellow{
	padding:7px;
	font-size:80%;
	background:#faf7e6;
	line-height:1.4;
}
.ProductInner p.cap{
	padding:2px 0 0 10px;
	margin:0;
	font-size:65%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left center no-repeat;
}
.ProductInner a:link p.cap,
.ProductInner a:visited p.cap,
.ProductInner a:hover p.cap{
	text-decoration:none;
}

/*-- フロートBOX --*/
.ProductInner .boxL{
	float:left;
	margin:20px 0 0 0;
}
.ProductInner .boxR{
	float:right;
	margin:20px 0 0 0;
}

/* step03.html #Section05のみ */

.ProductInner .boxL_step03_sec5{
	float:left;
	margin:20px 25px 0 0;
	width:280px;
}
.ProductInner .boxL_step03_sec5end{
	float:left;
	margin:20px 0 0 0;
	width:280px;
}

/*-- 拡大ボタン付画像 --*/
.ProductInner a.GoBig{
	background:url(img/tool/btn_zoom.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_2{
	background:url(img/tool/btn_zoom.gif) 250px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_3{
	background:url(img/tool/btn_zoom.gif) 110px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_4{
	background:url(img/tool/btn_zoom.gif) 202px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_5{
	background:url(img/tool/btn_zoom.gif) 320px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}


/*-- 再生ボタン付画像 --*/
.ProductInner a.GoPlay{
	background:url(img/tool/btn_play.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*-- 2列 --*/
.ProductInner .col2{
	width:890px;
	padding:0 20px 0px 20px;
}
.ProductInner .col2 h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}

/* 2列　一番上と下のみ */
.ProductInner .col2 h2.top{
	margin:0 0 15px 0;
	font-size:160%;
}
#product_step01_cts .top_bk{ /* 間取りを描く */
	background:url(img/product/step01/bk_products_top.jpg) left top no-repeat;
}

#product_step02_cts .top_bk{ /* 3Dイメージを作る */
	background:url(img/product/step02/bk_products_top.jpg) left top no-repeat;
}

#product_step03_cts .top_bk{ /* 多彩なプレゼン */
	background:url(img/product/step03/bk_products_top.jpg) left top no-repeat;
}

#product_step04_cts .top_bk{ /* 診断チェック */
	background:url(img/product/step04/bk_products_top.jpg) left top no-repeat;
}

.ProductInner .bottom_bk{
	padding-bottom:20px;
	background:url("img/product/bk_section_btm.jpg") no-repeat scroll left bottom #fff;
}


/*-- 2列 補足、事例付き--*/
.ProductInner .col2_pu{
	background:#fff;
	width:910px;
}
.ProductInner .col2_pu h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
.ProductInner .col2_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col2_pu .ex h3{
	padding:14px 0 10px 30px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.ProductInner .col2_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col2_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col2_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}
.ProductInner .ex .txt02{
	margin:0 15px 10px 10px;
	padding:4px;
	font-size:60%;
	color:#36281f;
	background:#F8EFC6;
}

/*-- 3列 --*/
.ProductInner .col3{
	background:#fff;
	width:890px;
	padding:0 20px 0px 20px;
}
.ProductInner .col3 h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}

/*-- 3列 補足、事例付き--*/
.ProductInner .col3_pu{
	background:#fff;
	width:910px;
	padding:0 0 0px 20px;
}
.ProductInner .col3_pu h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
.ProductInner .col3_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col3_pu .ex h3{
	padding:14px 0 10px 30px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.ProductInner .col3_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col3_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col3_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}

/*-- リスト その他の機能 --*/
.ProductInner ul.list_other li{
	padding:0 0 6px 14px;
	margin:0 0 0 5px;
	color:#333;
	background:url(img/product/li_yellow.gif) left 1px no-repeat;
	list-style:none;
}


/*-- 箇条書き --*/
.ProductInner .reference{
	padding: 10px 5px 5px;
	border: 1px solid #ddd;
}


/*-- テーブル --*/
table.data th,
table.data td{
	padding:2px;
}


/*-- 各Section ページトップへ --*/
.ProductInner p.pagetop_s{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ddd;
	background:#fff;
}


/*-- EXTRA PREMIUMのProductInner --*/
div#MainArea960_row1 .Section_EXP {
    background: none repeat scroll 0 0 #faf7e6;
    margin: 0;
    padding: 0;
    width: 930px;
		border-radius: 8px;  
		-webkit-border-radius: 8px;    /* Safari,Google Chrome */  
		-moz-border-radius: 8px;   /* Firefox */  
}
div#MainArea960_row1 .Section_EXP h2{
	color:#824000;
	margin-bottom:0;
}
div#MainArea960_row1 .Section_EXP .boxL .boxL{
	margin-top:10px;
}

/*-- step03 枠付きテーブル --*/
div#MainArea960_row1 .Section table.waku td{
	padding:7px;
	border:1px solid #ccc;
}




/*=====================================================
６）バージョンアップポイント
=====================================================*/

#MainArea960_row1 DIV.Contents.verup .ContentInner{
		padding-top: 10px;
}

#MainArea960_row1 DIV.Contents.verup h2{
	background: none;
	padding: 5px 0 5px 10px;
	margin: 15px 5px 10px 15px;
	/*border-bottom: 4px double #CCC;*/
	border-left:6px solid #333366;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:140%;
}

#MainArea960_row1 DIV.Contents.verup h2 span{
	font-size:80%;
}


#MainArea960_row1 DIV.Contents.verup .Section{
	margin:0 20px 10px 20px;
	width:890px;
}

#MainArea960_row1 DIV.Contents.verup .Section .notice{
    padding:7px;
    background:#eee;
	line-height:1.4;
}
#MainArea960_row1 DIV.Contents.verup .Section .notice_bk{
    padding:7px;
    background:#eee;
}

#MainArea960_row1 DIV.Contents.verup .devcom{
	padding-top:5px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

#MainArea960_row1 DIV.Contents.verup .devcom P{
	font-size: 75%;
	line-height: 1.8em;
	margin: 0 10px 5px 10px;
}

#MainArea960_row1 DIV.Contents.verup .devcom P SPAN{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DDD;
}

#MainArea960_row1 DIV.Contents.verup .devcom P.from{
	font-weight: bold;
	background-color: #BDE427;
	padding:3px 5px;
	line-height: 140%;
}




/*-- 注意書き --*/
#MainArea960_row1 DIV.Contents.verup .Section .notice {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 1.4;
    padding: 7px;
}

/*-- テキスト設定 --*/
#MainArea960_row1 DIV.Contents.verup em {
    color: #824000;
    font-size: 90%;
    font-style: normal;
    font-weight: bold;
}

/*-- その他のバージョンアップポイント --*/
#MainArea960_row1 DIV.Contents.verup .verup_other div{
	width:435px;
}



/*===========================
■動作環境
============================*/

/*-- Sectionの中の白Box --*/
.SpecTable_960{
	width:900px;
	margin:10px auto;
}
.SpecTable_960 th{
	background:#ebebeb;
	padding:6px;
	font-size:80%;
	width:150px;
}
.SpecTable_960 td{
	border-bottom:1px solid #ddd;
	padding:6px;
	font-size:80%;
}

.SpecTable_960 td.top{
	border-top:1px solid #ddd;
}

.SpecTable_960 td li{
	font-size:100%;

}



.ContentInner p{
	font-size:80%;
	/*width:900px*/;
	margin:0 auto 10px auto;
}

.ContentInner p.pagetop_s{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	background:#fff;
}

.ContentInner p.pagetop_s_line{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ccc;
	background:#fff;
}


/*===========================
■出力サンプル
============================*/
/* sample.css参照 */

/*===========================
■旧バージョンとの比較
============================*/
/* 旧バージョンとの比較リスト */
.ContentInner.VupOld {
	/*border: 1px solid #666666;*/
	width: 568px;
	margin-bottom: 10px;
}
#MainArea960_row1 .ContentInner .Section.VupSelect{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dotted #666;

}


.VupOld ul.InfoList {
list-style: none;
margin: 10px 0 10px 0;
}

.VupOld ul.InfoList li {
display: block;
float: left;
border-right: 1px solid #CCC;
padding: 0 0.75em;
margin: 0;
}

.VupOld h2.SubTitleBlank {
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 10px 10px 10px;
	font-size: 95%;
	color: #333366;
}
.VupOld p {
	margin-left: 5px;
}
ul.VupOldList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.VupOldList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 225px;
	text-align: center;
	height: 250px;
}
ul.VupOldList li div {
	margin: 0 auto 0 12px;
}
ul.VupOldList li img {
	margin: 5px auto;
	padding: 0;
	border: 0;
	display: block;
}

#VupOld div.PageTop {
	margin: 2px 0 10px 0;
	height: 12px;
}
#VupOld div.PageTop a {
	background: url(/3dmyhomepro7/img/tool/page_top_s.gif) no-repeat 0 0;
	width: 108px;
	height: 12px;
	overflow: hidden;
	line-height: 40px;
	display: block;
	float: right;
}

/* 機能比較テーブル */
table.CompareTable {/*
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;*/
	width: 890px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	padding: 0;
	display: block;
	font-size: 75%;
	line-height: 140%;
	clear: both;
}
table.CompareTable tbody {
	margin: 0;
	padding: 0;
}
table.CompareTable th {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px;
	margin: 0;
	width: 500px;
	
}
table.CompareTable th div {
	font-weight: normal;
	font-style: normal;
	display: block;
}
table.CompareTable td {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	text-align: center;
	margin: 0;
	background-color: #FFCC99;
	padding: 4px 6px;
	width: 195px;
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
table.CompareTable td span {
	margin: 0;
	span: 0;
}
table.CompareTable td.ItemOld {
	background-color: #FFFFCC;
}
table.CompareTable td em {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

/* 収録素材比較テーブル */
table.CompareTable_parts {/*
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;*/
	width: 548px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	padding: 0;
	display: block;
	font-size: 80%;
	line-height: 140%;
	clear: both;
}
table.CompareTable_parts tbody {
	margin: 0;
	padding: 0;
}
table.CompareTable_parts th {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px;
	margin: 0;
	width: 250px;
}

table.CompareTable_parts td {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px dashed #999999;
	text-align: center;
	margin: 0;
	background-color: #FFCC99;
	padding: 4px 6px;
	width: 25%;
}
table.CompareTable_parts td span {
	margin: 0;
}
table.CompareTable_parts td.ItemOld {
	background-color: #FFFFCC;
}

table.CompareTable_parts tr.total,
table.CompareTable_parts tr.total th,
table.CompareTable_parts tr.total td {
	background-color: #DDDDDD;
	border-bottom: none;
}

/* 「○○との違い」ボタン */
a.CssBtn.MetalBtn.TypeCompare span {
	height: 36px;
	line-height: 130%;
	padding-top: 5px;
	color: #000000;
}
a.CssBtn.MetalBtn.TypeCompare span {
	background: url("img/btn/compare_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeCompare {
	background:url("img/btn/compare_left.gif") no-repeat left center;
}
a.CssBtn.MetalBtn.TypeCompare:hover span {
	background:url("img/btn/compare_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeCompare:hover {
	background:url("img/btn/compare_left.gif") no-repeat -272px 0;
}


/*===========================
■CADとの比較
============================*/
.ContentInner#product_cad .ProductSection ul.Point {
    margin: 0;
    padding: 0;
    /*width: 570px;*/
    list-style: none;
}
.ContentInner#product_cad .ProductSection ul.Point li {
    margin: 0;
    padding: 10px;
    display: block;
    width: 265px;
    float: left;
    text-align: left;
}
.ContentInner#product_cad .ProductSection ul.Point li img {
    display: block;
    margin: 5px auto 10px auto;
}
.ContentInner .CatchBox {
	margin-bottom:10px;
    border: 1px solid #CCCCCC;
}
.ContentInner .CatchBox .SubTitleBar,
.ContentInner .CatchBox .SubTitleBlank {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0;
}
.ContentInner .CatchBox p {
    margin: 0 10px 0.4em;
}


/*===========================
■機能一覧
============================*/
ul.InfoList {
    list-style: none;
    border-left: 1px solid #CCCCCC;
    margin: 10px 0 0 0;
}
ul.InfoList li {
    display: block;
    float: left;
    border-right: 1px solid #CCCCCC;
    padding: 0 0.75em;
    margin: 0;
}
#product_function ul li {
	font-size:80%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
#product_function ul li strong {
    font-weight: bold;
    color: #000000;
}

#product_function ul li span.NewFunction {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #D23300;
    margin: 0 0 0 1em;
    padding: 1px 4px;
    font-size: 0.9em;
}


/*===========================
■よくあるご質問
============================*/
#MainArea960_row1 .ContentInner h3.Q{
		background:url(img/tool/icon_q.jpg) left top no-repeat;
		padding:10px 0 10px 45px;
		margin-bottom:10px;
		font-size:90%;
		font-weight:bold;
		border: none;
}


#MainArea960_row1 .ContentInner div.A{
		background:url(img/tool/icon_a.jpg) left top no-repeat;
		padding:6px 0 10px 45px;
		margin-bottom:10px;
		font-weight:normal;
}

#MainArea960_row1 .ContentInner ul.qa_list li{
	margin-bottom:10px;
}

#MainArea960_row1 .ContentInner div.A TABLE {
    border-collapse: collapse;
    margin: 0 0 10px 20px;
}

#MainArea960_row1 .ContentInner div.A td{
    border: 1px solid #CCCCCC;
    font-size: 75%;
    padding: 3px 5px;
}

#MainArea960_row1 .ContentInner div.A td.yaji {
    border: medium none;
    padding: 3px 10px;
    text-align: center;
}

#MainArea960_row1 .ContentInner div.A td.ok {
    background-color: #FFCC00;
    text-align: center;
}

/*===========================
■カタログ・お問い合わせ
============================*/
#info .InfoSection p{
	margin:0 0 0 10px;
}
#info .InfoSection .faq{
	margin:0;
	padding:10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
}
#info .InfoSection .faq span{
	font-size:80%;
	line-height:140%;
}

.DownloadBox {
    font-size: 80%;
    margin: 5px auto;
    padding: 10px 30px;
}
.DownloadReader {
    border-top: 1px dashed #CCCCCC;
    clear: both;
    font-size: 83%;
    margin: 0 10px;
    padding: 5px 10px 0;
}
.DownloadBox .IconPdf {
    border: 0 none;
    float: left;
    padding: 0 10px 0 0;
}
.DownloadReader .ReaderBanner {
    border: 0 none;
    float: left;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.CatalogTextBox {
    float: left;
    /*width: 637px;*/
}
.CatalogImageBox {
    float: right;
    margin: 10px 0;
    padding: 0 5px;
    width: 150px;
}

/*===========================
■CSSボタン
============================*/
/* 基本設定 */
div.CssBtn,
a.CssBtn {
	border: 0;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
	text-decoration: none;
}
div.CssBtn input,
a.CssBtn span {
	font: bold 12px/23px Verdana;
	color: #666;
	display: block;
	float: left;
	white-space: nowrap;
	height: 41px;   /* 画像（縦）サイズに合わせる */
	line-height: 41px; /* 画像（縦）サイズに合わせる */
	margin-left: 1px;
	/*padding: 0 8px 0 8px;*/
	border: none;
}
a.CssBtn span.compare {
	width:140px;
}

div.CssBtn:hover,
a.CssBtn:hover {
	text-decoration: none;
}
div.CssBtn:visited,
a.CssBtn:visited {
	text-decoration: none;
}


/* Type A */
div.CssBtn.MetalBtn.TypeA input,
a.CssBtn.MetalBtn.TypeA span {
	background: url("img/btn/metal1_right.gif") no-repeat right top;
}
div.CssBtn.MetalBtn.TypeA,
a.CssBtn.MetalBtn.TypeA {
	background:url("img/btn/metal1_left.gif") no-repeat 0 0;
}
div.CssBtn.MetalBtn.TypeA input:hover,
a.CssBtn.MetalBtn.TypeA:hover span {
	background:url("img/btn/metal1_right.gif") no-repeat right bottom;
}
div.CssBtn.MetalBtn.TypeA:hover,
a.CssBtn.MetalBtn.TypeA:hover {
	background:url("img/btn/metal1_left.gif") no-repeat -272px 0;
}

/* Type B */
a.CssBtn.MetalBtn.TypeB span {
	background: url("img/btn/metal2_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeB {
	background:url("img/btn/metal2_left.gif") no-repeat 0 0;
}
a.CssBtn.MetalBtn.TypeB:hover span {
	background:url("img/btn/metal2_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeB:hover {
	background:url("img/btn/metal2_left.gif") no-repeat -272px center;
}

/* Type C */
a.CssBtn.MetalBtn.TypeC span {
	background: url("img/btn/metal3_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeC {
	background:url("img/btn/metal3_left.gif") no-repeat 0 0;
}
a.CssBtn.MetalBtn.TypeC:hover span {
	background:url("img/btn/metal3_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeC:hover {
	background:url("img/btn/metal3_left.gif") no-repeat -272px 0;
}










/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after, dl:after, DIV.flame_enter:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.ClearFix, dl, DIV.flame_enter {
	display: inline-block;
	zoom: 100%;
}
/*===========================
■2. 上書きスタイル
============================*/
/* 「h1」の背景画像を変更する場合 */
.Contents h1.TitleBlank {
	background-image: url(/common/img/title/title_blank_odpro3.gif);
}
#function UL.last {
	margin-bottom: 20px;
}
/* 注釈 下マージン */
ul.remark {
	margin-bottom: 10px;
}
/* 製品紹介の「h1」 */
.Contents H1.product {
	margin: 0;
}
/* 製品紹介の「h2」 */
.Contents #product H2 {
	margin: 25px 0 10px 0;
	padding: 3px;
	border-bottom: 1px solid #00E1E1;
	color: #00788C;
}
/* 製品紹介の「h3」 */
.Contents #product H3 {
	color: #555555;
	border-left: 3px solid #CCCCCC;
	padding: 3px 5px;
	margin-top: 10px;
}
/*===========================
■3. 製品ごとに追加したクラス
============================*/
/* 文中のクリア */
BR.cl {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* キャンペーン情報 */
DIV.camp_info {
	width: 570px;
	height: 100px;
	margin-top: 20px;
}
DIV.camp_info IMG {
	margin-bottom: 5px;
}
/* プチアンケート */
.Section#fbform {
	margin: 20px 0 0 0;
	padding: 5px;
	width: 558px;
	border: 1px solid #C2E0DD;
	background-color: #F4F9F9;
}
.Section#fbform h4 {
	font-size: 87.5%;
	font-weight: bold;
	margin: 0 5px 10px;
	padding: 0;
}
.Section#fbform dl {
	margin: 0 10px 7px;
	padding: 0 0 0 0;
	clear: both;
	display: block;
	width: 538px;
}
.Section#fbform dt {
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	float: left;
}
.Section#fbform dd {
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	width: auto;
	display: block;
	float: left;
}
.Section#fbform dd.clear {
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	width: 523px;
	display: block;
	float: none;
}
.Section#fbform dd label {
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0 1em 0 0;
	float: left;
}
.Section#fbform dd .cform_com {
	width: 450px;
	height: 2.8em;
}
.Section#fbform .SubmitBox {
	text-align: center;
	display: block;
}
.Section#fbform .SubmitBox input {
	font-size: 75%;
	padding: 1px 5px;
}
/*--------------------------
□製品トップ
--------------------------*/
/* メインイメージ */
.MainImage {
	width: 583px;
	background-color:#FFFFCC;
	height: 270px;
	text-align:center;
	line-height: 270px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 0;
}
/* メインイメージ下のコンテンツ紹介 */
#ContentsMenu .EachBox {
	border: 1px solid #D9D9D9;
	margin: 0 0 8px 0;
	padding: 0;
}
#ContentsMenu .EachBox h2 {
	font-size: 90%;
	color: #000000;
	margin: 5px;
}
#ContentsMenu .EachBox h2 a {
}
#ContentsMenu .EachBox p {
	margin: 0 5px 3px 5px;
}
/*--------------------------
□製品紹介
--------------------------*/
.Left20 {
	margin-left: 20px;
}
/* 概要入り口 */
DIV.flame_enter {
	width: 550px;
	margin: 0 10px 10px 10px;
}

DIV.flame_enter P {
	margin: 0 10px 5px 10px;
}
DIV.flame_enter .enter_l {
	width: 263px;
	border: 1px solid #CCCCCC;
	float: left;
}
DIV.flame_enter .enter_r {
	width: 263px;
	border: 1px solid #CCCCCC;
	float: right;
}
/* 本文　文字サイズ小さめ */
P.memo {
	font-size: 65%;
}
/* 参考情報 */
DIV.reference {
	border: 1px dashed #AAAAAA;
	padding: 5px 10px;
	margin: 15px 0 0 0;
}
/* 注釈 文字色グレー */
ul.remark_s {
	margin: 5px 0 10px 0;
	padding: 0;
}
ul.remark_s li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 0 2px 0;
	font-size: 70%;
}
/* Optimage レンダリング傾向 */
DIV.opt_pattern {
	width: 570px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-top: 20px;
}
DIV.opt_pattern H4 {
	margin:10px 10px 5px 10px;
}
DIV.opt_pattern P {
	margin: 5px 10px;
}
DIV.opt_pattern TABLE {
	margin: 0 10px 10px 10px;
}
DIV.plus_pro6 {
	width: 570px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}
DIV.plus_pro6 H4 {
	margin:10px 10px 5px 10px;
}
DIV.plus_pro6 P {
	margin: 5px 10px;
}
/* サンプルムービー */
DIV.samplemv {
	width: 450px;
	background-image:url(product/img/bk_samplemv.gif);
	background-repeat:repeat-y;
	border: 1px solid #333333;
}
DIV.samplemv P {
	margin: 5px 15px;
}
DIV.samplemv P em {
	font-weight: bold;
	font-style:normal;
}
/* 画像：左右3pxスペースをとる */
IMG.LR5 {
	margin-left: 5px;
	margin-right: 5px;
}
/*--------------------------
□バージョンアップ ID:verup
--------------------------*/
/* 見出し H2*/
DIV#verup H2 {
	margin-bottom: 0px;
	color: #333333;
}
DIV#verup H3 {
	margin-top: 20px;
	color: #333333;
}
/* その他のポイント point_etc */
DIV#verup UL.point_etc {
	margin-top: 5px;
}
DIV#verup UL.point_etc LI {
	margin-bottom: 5px;
}
DIV#verup UL.point_etc LI EM {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
DIV#product P.imgcap, DIV#verup P.imgcap {
	line-height: 120%;
	color: #555555;
	text-align: center;
}
DIV#product P.imgcap IMG, DIV#verup P.imgcap IMG, DIV.f_center IMG {
	margin: 0 auto;
	display: block;
	text-align: center;
}
DIV#product IMG.f_right, DIV#verup IMG.f_right {
	margin-left: 10px;
	float: right;
}
DIV#product IMG.f_left, DIV#verup IMG.f_left {
	margin-right: 10px;
	float: left;
}
DIV.f_right {
	margin-left: 10px;
	padding-bottom: 10px;
	float: right;
}
DIV.f_center {
	padding-bottom: 10px;
}
DIV.f_left P, DIV.f_right P, DIV.f_center P {
	margin-top: 5px;
	margin-bottom: 0;
	color: #666666;
	text-align: center;
}
DIV.testspec_l {
	float: left;
	width: 260px;
}
DIV.testspec_l P {
	line-height: 120%;
}
DIV.testspec_r {
	float: left;
	width: 500px;
	margin-left: 10px;
	font-size: 80%;
	color: #666666;
}
TABLE.testspec {
	border-collapse: collapse;
	margin: 0;
	color: #666666;
}
TABLE.testspec CAPTION {
	margin: 0 0 5px 0;
	font-size: 65%;
	font-weight: normal;
}
TABLE.testspec TH {
	font-size: 65%;
	font-weight: normal;
	padding: 3px 5px;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
TABLE.testspec TD {
	font-size: 65%;
	padding: 3px 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*===========================
■よくあるご質問
============================*/
/* 質問リスト */
#faq ul {
	margin: 0 0 30px 0;
	width: 570px;
	padding: 0;
	list-style: none;
}
#faq ul li {
	background: transparent url(/common/img/tool/list_yaji_s.gif) no-repeat 3px 6px;
	margin: 0;
	padding: 3px 5px 3px 20px;
	display: block;
	width: 545px;
	clear: both;
}
/* 回答枠 */

#faq h2 {
	background: url(img/title/subtitle_bar_rep.gif) repeat-x 1px 1px;
	font-size: 95%;
	margin: 0 0 5px 0;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	color: #333333;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
#faq .Section.Answer {
	border-top: 1px solid #999999;
	margin: 0 0 30px 0;
}
#faq .Section.Answer h3 {
	border: none;
	background: url(img/title/subtitle_rep.gif) repeat-x left top;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	height: 22px;
	line-height: 135%;
	color: #333333;
}
#faq .Section.Answer p {
	margin: 0 20px 0.5em 20px;
	padding: 0;
	clear: both;
}
#faq .Section.Answer TABLE {
	border-collapse: collapse;
	margin: 0 0 10px 20px;
}
#faq .Section.Answer TABLE TD {
	font-size: 75%;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}
#faq .Section.Answer TABLE TD.yaji {
	text-align: center;
	padding: 3px 10px;
	border: none;
}
#faq .Section.Answer TABLE TD.ok {
	background-color: #FFCC00;
	text-align: center;
}
#faq .Section.Answer TABLE TD.so {
	background-color: #FFFF99;
	text-align: center;
}
#faq .Section.Answer TABLE TD.ng {
	background-color: #EEEEEE;
	text-align: center;
}
#faq div.PageTop {
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
}
#faq div.PageTop a {
	background: url(img/tool/page_top_s.gif) no-repeat 0 0;
	width: 108px;
	height: 12px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 40px;
	display: block;
	float: right;
	clear: both;
}
/*===========================
■4. 旧バージョン比較
============================*/
/* 旧バージョン製品選択 */
ul.VupOldList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.VupOldList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	height: 250px;
}
ul.VupOldList li div {
	margin: 0 auto 0 12px;
}
ul.VupOldList li img {
	margin: 5px auto;
	padding: 0;
	border: 0;
	display: block;
}
/* 「○○との違い」ボタン */
a.CssBtn.MetalBtn.TypeCompare span {
	height: 36px;
	line-height: 130%;
	padding-top: 5px;
	color: #000000;
}
a.CssBtn.MetalBtn.TypeCompare span {
	background: url("img/btn/compare_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeCompare {
	background:url("img/btn/compare_left.gif") no-repeat left center;
}
a.CssBtn.MetalBtn.TypeCompare:hover span {
	background:url("img/btn/compare_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeCompare:hover {
	background:url("img/btn/compare_left.gif") no-repeat -272px 0;
}
/* -----比較表----- */

TABLE.compare {
	width: 570px;
	border-collapse: collapse;
}
TABLE.compare TH {
	border: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
}
TABLE.compare TD {
	border: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	font-weight: normal;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
}
/* 機能の補足説明 */
TABLE.compare TH DIV {
	color: #666666;
	line-height: 120%;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
}
/* 一番上の項目名 */
TABLE.compare TH.title, TABLE.compare TH.newver, TABLE.compare TH.oldver {
	padding: 5px;
	text-align:center;
	font-size: 80%;
}
TABLE.compare TH.title {
	width: 330px;
}
TABLE.compare TH.newver, TABLE.compare TH.oldver {
	width: 120px;
}
/* 項目グループ subtitle */
TABLE.compare TH.subtitle {
	background-color: #EEEEEE;
	/*	background-color: #D5D6DF; */
	color: #333333;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 80%;
}
TABLE.compare TH.newver, TABLE.compare TD.newver {
	background-color: #D2DEFF;
}
TABLE.compare TH.oldver, TABLE.compare TD.oldver {
	background-color: #D2D2FF;
}
/* 最終行のラインは実線　classの値にlastを入れる */
TABLE.compare TH.last, TABLE.compare TD.last {
	border: 1px solid #999999;
}
/*===========================
■5.価格・ラインナップ
============================*/

/* 製品ブラウザ（横にパッケージ一覧） */
.LineupBrowser {
	width: 570px;
	padding: 5px 0 0 0;
	overflow: hidden;
	background: transparent url(img/price/lineupbrowser_bg_top.gif) no-repeat left top;
}
.LineupBrowser .Inner {
	width: 570px;
	padding: 0 0 0 0;
	overflow: visible;
	background: transparent url(img/price/lineupbrowser_bg.gif) repeat-y left top;
}
.LineupBrowser .Bottom {
	clear: both;
	width: 570px;
	padding: 0 0 10px 0;
	background: transparent url(img/price/lineupbrowser_bg_bottom.gif) no-repeat left bottom;
}
.LineupBrowser ul.LineupList {
	list-style: none;
	margin: 0;
	padding: 5px 10px 0;
	display: block;
	clear: both;
}
.LineupBrowser ul.LineupList li {
	width: 103px;
	margin: 0;
	padding: 0 3px;
	float: left;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
.LineupListPac {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
}
.LineupListText {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.LineupBrowser ul.LineupList li a, .LineupBrowser ul.LineupList li a:link, .LineupBrowser ul.LineupList li a:visited, .LineupBrowser ul.LineupList li a:hover, .LineupBrowser ul.LineupList li a:active {
	text-decoration: none;
	color: #000000;
	line-height: 120%;
}
.LineupBrowser h2 {
	font-size: 75%;
	padding: 0 10px;
	border: none;
}
/*===========================
■6.出力サンプル
============================*/
DIV#sample UL.thumb {
	width: 570px;
	margin: 0;
	padding: 0;
}
DIV#sample UL.thumb LI {
	list-style-type: none;
	width: 272px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: left;
	display: block;
}
DIV#sample UL.thumb LI IMG {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
}
/* 拡大ボタン表示*/
DIV#sample UL.thumb LI IMG.zoom {
	margin: -28px 0 0 220px;
	position: absolute;
	z-index: 1;
}
/*===========================
■7.ページ送り
===========================*/

DIV.turn_page {
	width: 570px;
	margin: 20px 0 0 0;
}
DIV.turn_page .prev {
	width: 170px;
	float: left;
	text-align: left;
}
DIV.turn_page .next {
	width: 170px;
	float: right;
	text-align: right;
}
DIV.turn_page A:link, DIV.turn_page A:hover, DIV.turn_page A:active, DIV.turn_page A:visited {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
/*--左送り 85px--*/
DIV.turn_page A.prev85 {
	width: 85px;
	height: 16px;
	background-image:  url(img/btn/bt_prev85.jpg);
	background-repeat:no-repeat;
	margin-right: 85px;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.prev85:hover {
	background-image:  url(img/btn/bt_prev85on.jpg);
}
/*--右送り 85px--*/
DIV.turn_page A.next85 {
	width: 85px;
	height: 16px;
	background-image: url(img/btn/bt_next85.jpg);
	background-repeat:no-repeat;
	margin-left: 85px;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.next85:hover {
	background-image:  url(img/btn/bt_next85on.jpg);
}
/*--左送り 130px--*/
DIV.turn_page A.prev140 {
	width: 140px;
	height: 16px;
	background-image:  url(img/btn/bt_prev140.jpg);
	background-repeat:no-repeat;
	margin-right: 30px;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.prev140:hover {
	background-image:  url(img/btn/bt_prev140on.jpg);
}
/*--右送り 130px--*/
DIV.turn_page A.next140 {
	width: 140px;
	height: 16px;
	background-image:  url(img/btn/bt_next140.jpg);
	background-repeat:no-repeat;
	margin-left: 30px;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.next140:hover {
	background-image:  url(img/btn/bt_next140on.jpg);
}
/*--左送り 160px--*/
DIV.turn_page A.prev170 {
	width: 170px;
	height: 16px;
	background-image:  url(img/btn/bt_prev170.jpg);
	background-repeat:no-repeat;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.prev170:hover {
	background-image:  url(img/btn/bt_prev170on.jpg);
}
/*--右送り 160px--*/
DIV.turn_page A.next170 {
	width: 170px;
	height: 16px;
	background-image:  url(img/btn/bt_next170.jpg);
	background-repeat:no-repeat;
	padding: 8px 0;
	display: block;
}
DIV.turn_page A.next170:hover {
	background-image:  url(img/btn/bt_next170on.jpg);
}
DIV.turn_page A.prev85 SPAN, DIV.turn_page A.prev140 SPAN, DIV.turn_page A.prev170 SPAN {
	padding-left: 20px;
}
DIV.turn_page A.next85 SPAN, DIV.turn_page A.next140 SPAN, DIV.turn_page A.next170 SPAN {
	padding-right: 20px;
}

/*===========================
■9.オリジナルパーツ作成
============================*/

.orgparts {
	float: left;
	margin-bottom: 20px;
}
.orgparts p {
	margin: 10px 15px 5px 15px;
	padding: 0;
	color:#58578C;
}

.orgparts p.image{
	margin:0;
	text-align:center;
}


/*===========================
■99.新バージョンへの誘導
============================*/

.commoninfo_newver {
	border: 1px solid rgb(153, 153, 153);
	margin: 0 0 10px 0;
	padding: 10px;
	background: none repeat scroll 0% 0% rgb(255, 255, 204);
	-moz-background-inline-policy: continuous;	
}

.commoninfo_newver P{
	font-size: 90%;
	line-height: 140%;
}

/*===========================
■99.旧バージョンとの比較
============================*/
ul.VupOldList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.VupOldList li {
	margin: 0 15px 0 0;
	padding: 0;
	display: block;
	float: left;
	width: 160px;
	text-align: center;
	height: 200px;
}
ul.VupOldList li div {
	margin: 0 auto 0 0px;
}
ul.VupOldList li img {
	margin: 5px auto;
	padding: 0;
	border: 0;
	display: block;
}


/* 「○○との違い」ボタン */
a.CssBtn.MetalBtn.TypeCompare span {
	height: 36px;
	color: #000000;
}


/*a.CssBtn.MetalBtn.TypeCompare span {
	height: 36px;
	line-height: 130%;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	color: #000000;
}*/

a.CssBtn.MetalBtn.TypeCompare span {
	background: url("img/btn/compare_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeCompare {
	background:url("img/btn/compare_left.gif") no-repeat left center;
}
a.CssBtn.MetalBtn.TypeCompare:hover span {
	background:url("img/btn/compare_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeCompare:hover {
	background:url("img/btn/compare_left.gif") no-repeat -272px 0;
}


/*-- 旧バージョンとの比較表　TALBE.compare --*/

TABLE.compare {
	width: 900px;
	border-collapse: collapse;
	margin-bottom:20px;
}

TABLE.compare TH,
TABLE.compare TD{
	padding: 3px 5px;
	border: 1px solid #999999;
	text-align:left;
}

TABLE.compare TH{
	background-color: #DDDDDD;
	vertical-align:top;
}

TABLE.compare TH.mifes9{
	background-color: #BEBEDE;
	text-align: center;
}

TABLE.compare TH.mifesold{
	background-color: #DDDDDD;
	text-align: center;
}

TABLE.compare TD.new{
	background-color: #FFFFCC;
}
TABLE.compare col.compareCol1{
	width:12%;
}
TABLE.compare col.compareCol2{
	width:18%;
}
.compareTextRight {
	text-align:right;
}

#jumpCompare {
	font-size: 80%;
}

/*===========================
■99.ご利用方法
============================*/

.Section.li_entry li{
	clear:both;
	margin:0 0 20px 0;
}

.Section.li_entry li img{
	display:block;
	float:left;
	padding-right:20px;
}

.Section.li_entry li p{
	float:right;

}



