/* flomage.css 2012.04.26 */

/*============目次============
　最終更新日：2012/04/26
１）共通
２）共通（Flomage向け追加）
３）上書き要素
４）Flomage トップ
５）製品紹介
６）動作環境
７）体験版・お問い合わせ
８）価格ご購入
============================*/

/*=====================================================
１）共通
=====================================================*/

/*--------------------------
	リセット・HTML再定義
---------------------------*/
* {
	margin:0;
	padding:0;
}

/*ul li{
	list-style:none;
}*/

body{
	color:#222;
	background:#eff0f7;
}

/*--------------------------
	ClearFix
---------------------------*/
.ProductMenu:after,
.ClearFix:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ProductMenu,
.ClearFix
{  
	display: inline-block;  
	zoom: 100%;  
}


/*--------------------------
	基本レイアウト
---------------------------*/

#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;
    /*width: 930px;*/
/*		padding-bottom:0;	*/
		padding: 10px 0 0 0;
		margin:10px 15px 0 15px;
		/*margin-bottom:20px;*/
}

DIV#MainArea960_row1 .Section_full {
    clear: both;
		width:960px;
}

DIV#MainArea960_row1 .Section_bottom {
    clear: both;
    width: 930px;
		margin-bottom:0;
}


/*--------------------------
	パンくず上書き（下余白無し）
---------------------------*/
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;
}
.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 20px 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;
}
#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;
}


/*--------------------------
■文字サイズ
---------------------------*/

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

.ContentInner ul li{
	font-size:80%;
}

.ContentInner ol li{
	font-size:80%;
}

.ContentInner p.pagetop_s{
	margin:0;
	text-align:right;
}


/*=====================================================
２）共通　※Flomage向け追加
=====================================================*/

/*-- テーブル内の文字サイズをPと合わせる --*/

.ContentInner TABLE TH,
.ContentInner TABLE TD,
.ProductInner TABLE TH,
.ProductInner TABLE TD{
	font-size: 80%;
	line-height: 140%;
}

/*-- テーブル内のリストは100%で表示 --*/

.ContentInner TABLE TD UL LI{
	font-size:100%;
}

/*-- フォント指定1（ヒラギノ優先） --*/

#MainArea960_row1 h1,
#MainArea960_row1 .ProductInner h2,
.Menu_top,
.Menu_navi,
.ProductMenu dl dt,
.topsample dl dt {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*-- フォント指定2（メイリオ優先） --*/
.ProductMenu ul li,
#MainArea960_row1 .topsummary p,
#MainArea960_row1 h2,
.pickup div span,
.footnavi_prd h3,
.footnavi_other h3 {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*-- 画像など左に置く枠 --*/

DIV.pt_Left{
	float: left;
	margin-right: 10px;
}

/*-- 画像など右に置く枠 --*/

DIV.pt_Right{
	float: right;
	margin-left: 10px;
}

/*-- 画像の余白 --*/

IMG.Bottom10{
	margin-bottom: 10px;
}



/*=====================================================
３）上書き要素
=====================================================*/


/*=====================================================
４）Flomage トップページ
=====================================================*/

/*------------------------------------
トップ画像（DIV#MainImage）
-------------------------------------*/

#MainImage{
	margin:0 auto;
	text-align:center;
	background:url(img/top/bk_topmain.jpg) repeat-x;
}


/*------------------------------------
製品キャッチ（DIV.topcatch）
-------------------------------------*/
.topcatch {
}

.topcatch P{
	font-size: 90%;
	line-height: 140%;
	margin-top:0;
	margin-bottom: 10px;
}

/*------------------------------------
開発例（DIV.topsample）
-------------------------------------*/

DIV#MainArea960_row1 .Section.topsample {
    width: 920px;
}

.topsample P{
	margin:0;
}

.topsample .foroffice,
.topsample .forshop,
.topsample .forlabo,
.topsample .forbuild{
	padding: 10px;
	border-top: 1px solid #fff;
	margin: 0 0 20px;
	background: #FFF;
}

.topsample .foroffice{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.30, #ffffff), color-stop(0.00, #ddedf0));
	background: -webkit-linear-gradient(top, #ddedf0 0%, #ffffff 30%);
	background: -moz-linear-gradient(top, #ddedf0 0%, #ffffff 30%);
	background: -o-linear-gradient(top, #ddedf0 0%, #ffffff 30%);
	background: -ms-linear-gradient(top, #ddedf0 0%, #ffffff 30%);
	background: linear-gradient(to bottom, #ddedf0 0%, #ffffff 30%);
}

.topsample .forshop{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.30, #ffffff), color-stop(0.00, #EBD6E1));
	background: -webkit-linear-gradient(top, #EBD6E1 0%, #ffffff 30%);
	background: -moz-linear-gradient(top, #EBD6E1 0%, #ffffff 30%);
	background: -o-linear-gradient(top, #EBD6E1 0%, #ffffff 30%);
	background: -ms-linear-gradient(top, #EBD6E1 0%, #ffffff 30%);
	background: linear-gradient(to bottom, #EBD6E1 0%, #ffffff 30%);
}

.topsample .forlabo,
.topsample .forbuild{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.30, #ffffff), color-stop(0.00, #cccccc));
	background: -webkit-linear-gradient(top, #cccccc 0%, #ffffff 30%);
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 30%);
	background: -o-linear-gradient(top, #cccccc 0%, #ffffff 30%);
	background: -ms-linear-gradient(top, #cccccc 0%, #ffffff 30%);
	background: linear-gradient(to bottom, #cccccc 0%, #ffffff 30%);
}

.topsample dl dt{
	font-size: 90%;
	line-height: 140%;
	margin: 0 0 5px 0;
}

.topsample dl dd{
	font-size: 80%;
	line-height: 140%;
	margin: 0 0 15px 10px;
}

.topsample .foroffice dl dt{
	background: url(img/top/ic_foroffice.jpg) left top no-repeat;
	padding: 0 10px 0;
}

.topsample .forshop dl dt{
	background: url(img/top/ic_forshop.jpg) left top no-repeat;
	padding: 0 10px 0;
}

.ContentInner ul.list_function{
	list-style-position: outside;
	margin: 0 0 0.7em;
	padding: 0;
}

.ContentInner ul.list_function li{
	margin: 0;
	padding: 0 0 5px 12px;
	font-size: 80%;
	color: #333;
	background: url(img/product/li_yellow.gif) left 3px no-repeat;
	list-style: none;
	display: block;
	width: 430px;
	float: left;
}

/*-- 「サンプルページ」ボタン --*/

A.go_sample{
	margin-top:5px;
	display:block;
	width:118px;
	height:24px;
	text-indent:-9999px;
	background:url(img/btn/bt_go_sample.jpg) left top no-repeat;
	overflow:hidden; /*点線対策*/
	outline:none;
}
A.go_sample:hover,
A.go_sample:focus{
	background:url(img/btn/bt_go_sample.jpg) left -24px no-repeat;
}


/*------------------------------------
キャンペーン・インフォメーション
-------------------------------------*/
.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;
	font-size: 90%;
	color: #333333;
}
.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;
}


/* 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{
	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;
}

/*-- 製品用フッタ --*/
.footnavi_prd{
	width:930px;
	padding:5px 15px 0 15px;
	margin:0 0 10px 0;
}
.footnavi_prd div{
	float:left;
	width:280px;
}
.footnavi_prd h3{
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_blue.gif) left top no-repeat;
}
.footnavi_prd 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{
	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-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;
}


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

/*--------------------------
上部メニューナビ(.Menu_nav)
---------------------------*/
.Menu_navi{
	margin:0 auto 20px auto;
	width:969px;
	height:50px;
	background:url(img/tool/bk_navi_sub.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
}
.Menu_navi .Left{
	float:left;
	margin:10px 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 10px 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:20px 15px 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;
}
.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{
	text-align:center;
	margin:0 auto;
}
.ProductPager_step ul.Pager li.TopBox a{
	width:62px;
	display:block;
	background:url(img/tool/btn_navi_top.gif) center center no-repeat;
	text-indent:-9999px;
}

/* ボタン--次へ */
.ProductPager_step ul.Pager li.NextBox{
	
}
.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{
}
.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:900px;
/*	width:840px;*/
	margin:0 auto;
}
.ProductPager_step .Navi li{
	float:left;
}
.ProductPager_step .Navi li a{
	display:block;
/*	width:120px;	*/
	width:240px;
	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;
}

/*===========================
■次へ、前へボタン
============================*/
.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;
}


/*=====================================
■機能と特長、機能一覧
======================================*/

/*--------------------------
	コンテンツ
---------------------------*/
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: 130%;
	line-height: 120%;
	margin: 0;
/*	padding: 0 0 0.5em 0;	*/
	padding: 0;
	font-weight: bolder;
}

.ProductInner h3.areaname{
	border-left: 3px solid #F90;
	padding: 5px;
	margin-bottom:10px;
}



/*-- テキスト設定 --*/
.ProductInner p{
	margin-bottom:10px;
	font-size:80%;
	color:#333;
	line-height:1.4;
}

.ProductInner ul{
	list-style-position: outside;
	list-style-type: disc;
}

.ProductInner ul li{
	font-size: 80%;
	line-height: 140%;
	margin: 0 0 0.1em 2em;
}

.ProductInner em{
	color: #D43C00;
/*--	color: #824000;	 --*/
	font-size: 90%;
	line-height: 140%;
	font-weight:bold;
	font-style:normal;
}
.ProductInner .notice{
	padding:7px;
/*--	font-size:75%; --*/
	background:#eee;
}
.ProductInner p.cap,
.ContentInner p.cap{
	padding:0 0 5px 10px;
	margin:0;
	font-size:70%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left 1px no-repeat;
	line-height:140%;
}
.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;
}


/*-- 拡大ボタン付画像 --*/
.ProductInner a.GoBig,
.ContentInner a.GoBig{
	background:url(img/tool/btn_zoom.gif) right bottom no-repeat;
	padding:0 0 26px 0;
	display:block;
}

/*-- 拡大ボタン付画像（PRO7設定）
.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;
} --*/

/*-- 2列 --*/
.ProductInner .col2{
	width:890px;
	padding:0 20px 0px 20px;
}

/* 2列　一番上と下のみ */
.ProductInner .col2 h2.top{
	margin:0 0 15px 0;
	font-size:160%;
}
.ProductInner .top_bk{
	background:url(img/product/bk_section_top.jpg) left top no-repeat;
}
.ProductInner .bottom_bk{
	background:url(img/product/bk_section_btm.jpg) left bottom no-repeat;
	background-color:#FFF;
	padding-bottom: 20px; /* 11.05.27追加 */
}

/*-- 3列 --*/
.ProductInner .col3{
	width:890px;
	padding:0 20px 0px 20px;
}

/*-- 2列／3列 補足、事例付き--*/
.ProductInner .col2_pu,
.ProductInner .col3_pu{
	width:910px;
	padding:0 0 0px 20px;
}

.ProductInner .col2_pu .ex,
.ProductInner .col3_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col2_pu .ex h3,
.ProductInner .col3_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,
.ProductInner .col3_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col2_pu .ex .photo
.ProductInner .col3_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col2_pu .ex .txt,
.ProductInner .col3_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}

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

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

/*-- テーブル共通 --*/
TABLE.funclist{
	border-collapse: collapse;
	margin: 10px 0 0 0;
}

TABLE.funclist TH{
	background-color: #EEE;
}

TABLE.funclist TH,
TABLE.funclist TD{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

TABLE.funclist SPAN{
	font-size: 90%;
	font-weight: normal;
}

/*-- テーブル共通（本文中用） --*/
TABLE.funclist_mini{
	border-collapse: collapse;
}

TABLE.funclist_mini TH{
	background-color: #EEE;
}

TABLE.funclist_mini TH,
TABLE.funclist_mini TD{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

TABLE.funclist_mini SPAN{
	font-size: 90%;
	font-weight: normal;
}



/*-- 備考（枠線あり） --*/
.notice_border{
	border: 1px dashed #CCC;
	padding: 5px 10px;
}


/*=====================================================
７）価格・ご購入
=====================================================*/

/* 購入申込書ダウンロード */
.ContentInner div.DownloadPurchaser {
	margin: 0 0 20px;
	width: 568px;
	border: 1px solid #333333;
	background: #F2F2F2;
}
.DownloadPurchaser h3 {
	color: #FFFFFF;
	background: #DD0000;
	border-bottom: 1px solid #333333;
	border-left: none;
	margin: 0;
	padding: 3px 5px;
	font-size: 93%;
	font-weight: bold;
}

.DownloadPurchaser .downloadReader {
	margin: 5px;
}
/* AdobeReaderダウンロード */
.downloadReader {
	font-size: 83%;
	margin: 0;
	padding: 5px 20px;
	width: 518px;
	clear: both;
	border-top: 1px dashed #CCC;
}
.downloadReader .readerBanner {
	float: left;
	border: 0;
	width: 98px;
}
.downloadReader p {
	margin: 0;
	padding: 0;
}

/* DownloadBox */
.downloadBox {
	margin: 5px auto;/*
	background-color: #FFFFFF;*/
	padding: 10px 20px;
	width: 528px;
}
.downloadBox .iconPdf {
	float: left;
	border: 0;
	width: 40px;
}
.downloadBox p {
	margin: 0;
	padding: 0;
}


/*=====================================================
６）動作環境
=====================================================*/

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

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


/*=====================================================
７）体験版・お問い合わせ
=====================================================*/

/* アンケート用の表 */
TABLE.dlFormTable{
	margin-bottom: 20px;
	border-collapse: collapse;
	width:890px;
}

TABLE.dlFormTable TH SPAN{
	color: #FF0000;
	font-weight: normal;
	margin-left: 5px;
}

TABLE.dlFormTable TH,
TABLE.dlFormTable TD{
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	font-size: 80%;
	line-height: 140%;
}

TABLE.dlFormTable TH{
	text-align: left;
	background-color: #EEEEEE;
	color: #333333;
	border-right: none;
}

TABLE.dlFormTable TD{
	border-left: none;
}

TABLE.dlFormTable TD TABLE.sub{
	border-collapse: collapse;
	margin-top:0.5em;
}

TABLE.dlFormTable TD TABLE.sub TH,
TABLE.dlFormTable TD TABLE.sub TD,
TABLE.dlFormTable TD P{
	font-size: 100%;
}

/*=====================================================
８）価格ご購入
=====================================================*/

.LicensePriceTable {
    border-collapse: collapse;
    margin: 0 0 10px 10px;
}
.LicensePriceTable TH,
.LicensePriceTable TD {
    border: 1px solid #AAAAAA;
    padding: 5px 20px;
}
.LicensePriceTable TH {
    background-color: #EEEEEE;
    text-align: center;
}
.LicensePriceTable TD.price {
    text-align: right;
}