/* mifes9.css 2011.04.08 */

/*============目次============
　最終更新日：2011/06/28
１）共通
２）共通（MIFES 9で追加）
３）上書き要素
４）MIFES 9 トップ
５）製品紹介
６）バージョンアップポイント
７）画面サンプル
８）動作環境
９）体験版ダウンロード
10）社員座談会
11）9.1β版
99）そのほか
============================*/

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

/*--------------------------
	リセット・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;
	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#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;
}


/*=====================================================
２）共通　※MIFES 9で追加
=====================================================*/

/*-- テーブル内の文字サイズを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 {
	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,
.beta91 .ContentInner H3,
.topadd {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

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

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

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


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


/*=====================================================
４）MIFES 9 トップページ
=====================================================*/

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

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

/*テスト-katayama*/
#MainImage02{
	margin:0 auto;
	text-align:center;
	background:url(img/top/bk_topmain02.jpg) repeat-x;
}


/*------------------------------------
製品キャッチ（DIV.topcatch）
-------------------------------------*/
DIV#MainArea960_row1 .Section.topcatch {
    margin:0 0 0 15px;
    width:930px;
    color: #2F006B;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 140%;
}

.topcatch P{
	font-size: 90%;
	margin-top:0;
	margin-bottom: 20px;
}


.topcatch dl dt{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

.topcatch dl dd{
	font-size: 90%;
	margin-bottom: 20px;
}

/*------------------------------------
機能概要（DIV.topsummary）
-------------------------------------*/
#MainArea960_row1 .Section.topsummary {
	background:url(img/top/bk_topsummary.jpg) left top no-repeat;
	min-height: 375px;
	margin:0 0 20px 30px;
}

#MainArea960_row1 .topsummary .summary_right{
	margin: 10px 0 0 330px;
	padding: 0;
}

#MainArea960_row1 .topsummary h2{
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	background: none;
	height: 50px;
	width: 170px;
	float: left;
}

#MainArea960_row1 .topsummary h2#sum01{
	background:url(img/top/summary01.gif) left top no-repeat;
}
#MainArea960_row1 .topsummary h2#sum02{
	background:url(img/top/summary02.gif) left top no-repeat;
}
#MainArea960_row1 .topsummary h2#sum03{
	background:url(img/top/summary03.gif) left top no-repeat;
}
#MainArea960_row1 .topsummary h2#sum04{
	background:url(img/top/summary04.gif) left top no-repeat;
}
#MainArea960_row1 .topsummary h2#sum05{
	background:url(img/top/summary05.gif) left top no-repeat;
}
#MainArea960_row1 .topsummary h2#sum06{
	background:url(img/top/summary06.gif) left top no-repeat;
}

#MainArea960_row1 .topsummary h2 A{
	text-indent:-9999px;
	height: 50px;
	width: 170px;
	display: block;
}


#MainArea960_row1 .topsummary p{
	margin:0 0 10px 160px;
	padding: 8px 5px 0 5px;
	color:#333;
	line-height: 120%;
	background-color: #FFF;
	height: 42px;
	font-size: 80%;
}

/*------------------------------------
9.1β案内（DIV.topbetainfo）
-------------------------------------*/

#MainArea960_row1 .topbetainfo table{
	width: 100%;
}

#MainArea960_row1 .topbetainfo p{
	padding: 0 20px;
	color:#333;
	line-height: 140%;
	font-size: 80%;
}

/*------------------------------------
9.1追加機能案内（DIV.topadd91）＆β版
-------------------------------------*/
#MainArea960_row1 .topadd{
	margin:30px 0 30px 0;
	font-size: 80%;
}

#MainArea960_row1 .topadd91{
	float:left;
	width:49%;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #a6a5a3;
}
#MainArea960_row1 .topaddbeta{
	float:right;
	width:49%;
}
#MainArea960_row1 .topadd H3{
	font-size: 110%;
	color: #2F006B;
}

#MainArea960_row1 .topadd IMG{
	margin-right: 10px;
}


/*------------------------------------
ピックアップ
-------------------------------------*/
.pickup{
	background:url(img/top/bk_pickup.jpg) left top no-repeat;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
	height: 259px;
}
.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:100%;
	font-weight:bold;
	background:url(/common/img/tool/arrow_blue.gif) left 0.3em no-repeat;
}

.pickup div span.mini{
	font-size:95%;
}

.pickup li p{
	font-size: 80%;
	line-height: 140%;
}

.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;
	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;
}


/*------------------------------------
	フッター
-------------------------------------*/
.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*/
	position: relative;
}

.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_prd .fn_other li{
	display:inline-block;
	clear:both;
	width:240px;
	padding:0 0 0 2px;
	margin:0 0 4px 0;
	background:none;
}
.footnavi_prd .fn_other img{
	float:left;
	margin-right:4px;
}


/*-- その他用フッタ --*/
.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;
}

/*-- フッタ内シリーズページへのリンク --*/
.FootNavi .goto_series {
    left: 790px;
    position: absolute;
    top: 175px;
}

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

/*--------------------------
上部メニューナビ(.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{
	margin:0 15px;
	width:930px;
	font-size:75%;
	font-weight:bold;
text-align:center;
}
.ProductPager li{
	list-style:none;
}
.ProductPager ul.Pager{
	margin:0 auto;
	height:3em;
	line-height:3em;
	text-align:center;
	width:900px;
}
.ProductPager ul.Pager li{
	float:left;
}

/* ボタン--機能と特長トップへ */
.ProductPager ul.Pager li.TopBox{
	text-align:center;
	margin:0 auto;
}
.ProductPager 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 ul.Pager li.NextBox{
	
}
.ProductPager 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 ul.Pager li.NextBox span{
	position:relative;
	left:80px;
	text-decoration:underline;
}
.ProductPager ul.Pager li.NextBox a:hover span{
	color:#0066ff;
}

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

/* ボタン--前へ*/
.ProductPager ul.Pager li.PrevBox{
}
.ProductPager 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 ul.Pager li.PrevBox span{
	position:relative;
	right:81px;
	text-decoration:underline;
}
.ProductPager ul.Pager li.PrevBox a:hover span{
	color:#0066ff;
}



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

/*-- ページナビゲーション --*/
.ProductPager .Navi{
	clear:both;
	width:930px;
	height:3em;
	line-height:3em;
	background:#fff;
	border:1px solid #ddd;
	text-align:center;
	margin-bottom:20px;
}
.ProductPager .Navi ul{
	width:900px;
/*	width:840px;*/
	margin:0 auto;
}
.ProductPager .Navi li{
	float:left;
}
.ProductPager .Navi li a{
	display:block;
	width:120px;
/*	width:180px;	*/
	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 .Navi li a.none{
	background:none;
	padding:0 0 0 1.25em;
	text-align:left;
}

.ProductPager .Navi li a.wide{
	width:180px;
}

.ProductPager .Navi li a.on{
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
}
.ProductPager .Navi li a:hover{
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
	text-decoration:underline;
}


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

/*------------------------------------
	メニュー
-------------------------------------*/
#MainArea960_row1 .ProductMenu{
	margin:0 15px;
	width:930px;
}

/*-- ProductMenu内H1 --*/

#MainArea960_row1 .ProductMenu h1{
	margin:0;
	padding:0;
	height: 52px;		/*-- mifes9で追加 --*/
	text-indent: -9999px;	/*-- mifes9で追加 --*/
/*	background:none;	*/
}
#MainArea960_row1 .ProductMenu#basic h1{
	background:url(img/product/title_basic.gif) left top no-repeat;
}
#MainArea960_row1 .ProductMenu#search h1{
	background:url(img/product/title_search.gif) left top no-repeat;
}
#MainArea960_row1 .ProductMenu#edit h1{
	background:url(img/product/title_edit.gif) left top no-repeat;
}
#MainArea960_row1 .ProductMenu#csv h1{
	background:url(img/product/title_csv.gif) left top no-repeat;
}
#MainArea960_row1 .ProductMenu#custom h1{
	background:url(img/product/title_custom.gif) left top no-repeat;
}
#MainArea960_row1 .ProductMenu#cnfver h1{
	background:url(img/product/title_cnfver.gif) left top no-repeat;
}

#MainArea960_row1 .ProductMenu#add91 h1{
	text-indent: 0;
    padding-left: 15px;
}

/*-- ProductMenu内のメイン画像 --*/
.ProductMenu#basic {
	background:url(img/product/basic/prdmenu.jpg) 10px 72px no-repeat;
}
.ProductMenu#search {
	background:url(img/product/search/prdmenu.jpg) 10px 72px no-repeat;
}
.ProductMenu#edit {
	background:url(img/product/edit/prdmenu.jpg) 10px 72px no-repeat;
}
.ProductMenu#csv {
	background:url(img/product/csv/prdmenu.jpg) 10px 72px no-repeat;
}
.ProductMenu#custom {
	background:url(img/product/custom/prdmenu.jpg) 10px 72px no-repeat;
}
.ProductMenu#cnfver {
	background:url(img/product/cnfver/prdmenu.jpg) 10px 72px no-repeat;
}

.ProductMenu#add91 {
	background:url(img/product/add91/prdmenu.jpg) 10px 72px no-repeat;
}


.ProductMenu .summary{
	float:right;
	width: 560px;
	margin:20px 0 0 0;
	padding: 0 0 20px 0;
}


.ProductMenu dl dt{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
}

.ProductMenu dl dd{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 82.5%;
	line-height: 140%;
}


.ProductMenu ul{
	margin: 10px 20px 0 0;
}
.ProductMenu ul li{
	margin: 0 0 0.1em 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	list-style:none;
	text-shadow: 3px 2px 3px rgba(0,0,0, 0.3);
}

.ProductMenu ul li a:link,
.ProductMenu ul li a:visited,
.ProductMenu ul li a:active,
.ProductMenu ul li a:hover{
	color: #333399;
	text-decoration: none;
	padding: 0 0 0 23px;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
	background:url(img/product/ar_productmenu.jpg) left top no-repeat;
}

.ProductMenu ul li a:hover{
	color: #993399;
}

/*--------------------------
	コンテンツ
---------------------------*/
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: url(img/product/line_h2.jpg) left bottom no-repeat;
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 15px 0;
	padding: 0 0 0.6em 0;
	font-weight: bolder;
}


/*-- テキスト設定 --*/
.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: #993399;
/*--	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;
}

.ContentInner .boxL{
	float:left;
	margin:0;
}
.ContentInner .boxR{
	float:right;
	margin: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;
}

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

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


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

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

#MainArea960_row1 DIV.Contents.verup h2{
	background: none;
	padding: 0 5px 3px 5px;
	margin: 0 5px 10px 5px;
	border-bottom: 4px double #CCC;
	font-weight: bold;
}

#MainArea960_row1 DIV.Contents.verup .Section{
	margin-top: 0;
	margin-bottom: 30px;
}

#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%;
}


/* 旧バージョン製品選択 */
ul.VupOldList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.VupOldList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 200px;
	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;
	padding-left:20px;
	padding-right:20px;
	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%;
}

/*=====================================================
７）画面サンプル
=====================================================*/

UL.thumb_sample{
	margin: 0;
	padding: 0;
	list-style:none;
}

UL.thumb_sample LI{
	display: block;
	float: left;
	height: auto;
	margin: 0 20px 20px 0;
	width: 280px;
}

UL.thumb_sample LI A{
	display: block;
	float: left;
	margin: 0;
	width: 280px;
}

UL.thumb_sample LI A.GoBig{
	background:url(img/tool/btn_zoom.gif) right bottom no-repeat;
	padding:0 0 26px 0;
	display:block;
}

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

/*-- 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{
	font-size: 100%;
}

/* EXEダウンロード枠 */

DIV.exedlArea{
	background-color: #EEE;
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
	/* 角丸（対応ブラウザのみなる） */
	border-radius: 10px;		/* CSS3草案 */  
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	/* Firefox用 */
}

DIV.exedlArea H3{
	font-size: 100%;
	color: #333333;
	margin-bottom: 10px;
}

DIV.exedlArea H3 SPAN{
	font-size: 80%;
	margin-left:10px;
}


/*=====================================================
10）社員座談会　<div class="Contents 91beta">
=====================================================*/

/*=====================================================
11）Ver.9.1β版
=====================================================*/

DIV#MainArea960_row1 .Section.beta91main {
    clear: both;
    margin: 10px 15px 30px;
    padding: 10px 0 0;
    width: 900px;
}

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

.beta91main P.memo{
	font-size: 75%;
	line-height: 140%;
}

.beta91 .ContentInner H3{
	font-size: 100%;
	border-bottom: 1px solid #333333;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.2em 0;
}

/* インストール説明枠 */

/*
.ContentInner#beta91dl DIV.exedlArea ol li{
	margin-bottom: 1.2em;
}
*/

.ContentInner#beta91dl DIV.exedlArea ol li li{
	margin-bottom: 0.4em;
}

.beta91 .ContentInner ol li{
	margin-bottom: 1.4em;
}

/* 体験版ダウンロードページでのお知らせ */

.betainfo_try{
	border: 2px solid #CCC;
}

.betainfo_try img{
	margin: 0 20px 10px 0;
	float: left;
}

.betainfo_try p.title{
	font-size: 100%;
	font-weight: bold;
}

.betainfo_try p{
	margin: 0 20px 10px;
}

/*=====================================================
99）そのほか
=====================================================*/

.Contents#commoncont{
}

.Contents#commoncont span.note{
	color: #006699;
	font-weight: bold;
}


.CatalogTextBox {
	float: left;
/*	width: 637px;	*/
	width: 650px;
}
.CatalogImageBox {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0 5px;
}
/* AdobeReaderダウンロード */
.DownloadReader {
	font-size: 83%;
	margin: 0 10px 20px 10px;
	padding: 5px 10px 0;
	clear: both;
	border-top: 1px dashed #CCC;
}
.DownloadReader .ReaderBanner {
	float: left;
	border: 0;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.DownloadReader p {
	margin: 0;
	padding: 0;
}

/* Enterpriseとは */

#MainArea960_row1 H1.nobk{
	background: none;
}

H3.merit{
	margin: 0 0 20px 30px;
}


H3.merit IMG{
	margin: 0 15px;
}

H3.ep_case1,H3.ep_case2,H3.ep_case3 {
	margin:0 0 10px 0;
	padding:0;
	height: 50px;
	text-indent: -9999px;
}

H3.ep_case1{
	background:url(img/enterprise/st_case1.gif) left top no-repeat;
}

H3.ep_case2{
	background:url(img/enterprise/st_case2.gif) left top no-repeat;
}

H3.ep_case3{
	background:url(img/enterprise/st_case3.gif) left top no-repeat;
}


DIV.caseimage{
	background-color: #EFF0F7;
	margin-bottom: 20px;
	padding: 10px 0 0;
	/* 角丸（対応ブラウザのみなる） */
	border-radius: 10px;		/* CSS3草案 */  
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;	/* Firefox用 */
}

DIV.caseimage P{
	font-size: 75%;
	line-height: 120%;
	margin-left: 10px;
	margin-right: 10px;
}


/* バージョン管理システムのススメ */
DIV.memo_gray{
	background-color: #F0F0F0;
	padding: 5px 10px;
	margin-right: 10px;
}

DIV.memo_gray_left{
	background-color: #F0F0F0;
	padding: 5px 10px;
	margin-right: 10px;
	float:left;
}

DIV.memo_gray_right{
	background-color: #F0F0F0;
	padding: 5px 10px;
	margin-left: 10px;
	float:right;
}

ul.footmenu_verkanri{
	    list-style: none;
	margin-left:20px;
}

ul.footmenu_verkanri li{
	width: 250px;
	float: left;
	border: 1px solid #CCC;
	text-align: center;
}

ul.footmenu_verkanri li A{
	display: block;
	text-decoration: none;
	background-color: #C4E1FF;
	padding: 5px 10px;

}

ul.footmenu_verkanri li A:hover{
	background-color: #E6F2FF;
}

ul.footmenu_verkanri li A.now{
	background-color: #FFFFFF;
	font-weight: bold;
}
