/* 3dillust.css 2011.04.08 */

/*============目次============
　最終更新日：2011/10/07
１）共通
２）共通（イラストデザイナーで追加）
３）上書き要素
４）イラストデザイナー トップ
５）動作環境
６）よくあるご質問
10）そのほか
============================*/

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

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


/*--------------------------
	基本レイアウト
---------------------------*/
Div.MainImageInner{
	margin:0 auto;
	text-align:center;
	background:url(img/top/bk_topimg.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;
	padding-top:10px;
	background:#fff;
}

DIV#MainArea960_row1 .Section {
    clear: both;
		width:900px;
    /*width: 930px;*/
		padding-bottom: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;
}


/*=====================================================
２）共通　※イラストデザイナーで追加
=====================================================*/

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


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

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

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

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


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


/*=====================================================
■３Ｄイラストデザイナートップページ
=====================================================*/

/*------------------------------------
　作れるイラスト無限大
-------------------------------------*/

.topsummary{
	width:960px;
}
.topleft{
	width:500px;
	float: left;
}
.topright{
	width:395px;
	margin:0 0px 0 0;
	float: right;
}
.topsummary IMG.inLeft{
	margin:0;
	padding: 0;
	float: left;
	clear: left;
}
.topsummary IMG.inRight{
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}
#MainArea960_row1 .topsummary {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#MainArea960_row1 .topsummary h2{
	magin-top:0;
	height:47px;
	background:url(img/top/img_subttl.jpg) left top no-repeat;
	text-indent:-9999px;
}

.topsummary p{
	margin:0;
	color:#333;
	font-size:85%;
	letter-spacing:0.1em;
}


/*------------------------------------
　組み合わせ＆アレンジ自由自在
-------------------------------------*/
#MainArea960_row1 .feature {
	height:439px;
	margin:0;
	padding:0;
}

div .Kinou4{
	width:960px;
	margin:0;
	padding:0;
}

.feature a{
	color:#0066CC;
	text-decoration:none;
}
.feature a:visited{
	text-decoration:none;
}
.feature a:hover,
.feature a:active{
	text-decoration:underline;
}

.featureBox {
	width:960px;
	margin:0 0 0 0;
	padding:0;
	height:350px;
}
.feature01 {
	float:left;
	margin:0px 0 0 0;
	padding:0;
	width:480px;
	height:178px;
	background:url(img/top/img_index.jpg) left top no-repeat;
}
.feature02 {
	float:right;
	margin:0px 0 0 0;
	padding:0;
	width:480px;
	height:178px;
	background:url(img/top/img_arrange.jpg) right top no-repeat;
}
.feature03 {
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:500px;
	height:191px;
	background:url(img/top/img_howtouse.jpg) left top no-repeat;
}
.feature04 {
	float:right;
	margin:0px 0 0 0;
	padding:0;
	width:460px;
	height:191px;
	background:url(img/top/img_ar.jpg) right top no-repeat;
}

.feature01 h3{
	margin-left:185px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:120%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
}

.feature02 h3{
	margin-left:220px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:120%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
}

.feature03 h3{
	margin-left:280px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:120%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
}
.feature04 h3{
	margin-left:220px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:120%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
	color:#CC0000;
}

.feature01 p{
	margin-left:185px;
	font-size:75%;
	line-height:140%;
	width:250px;
}

.feature02 p{
	margin-left:220px;
	font-size:75%;
	line-height:140%;
	width:200px;
}

.feature03 p{
	margin-left:280px;
	font-size:75%;
	line-height:140%;
	width:170px;
}

.feature04 p{
	margin-left:230px;
	font-size:75%;
	line-height:140%;
	width:210px;
}

.feature p.btn a{
	margin-top:5px;
	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;
	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*/
}

.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:230px;
}
.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.top{
	float:left;
	display:block;
	padding:8px 20px 10px 12px;
	background:url(img/tool/ar_navi_top.gif) left 14px 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:840px;
	margin:0 auto;
}
.ProductPager .Navi li{
	float:left;
}
.ProductPager .Navi li a{
	display:block;
	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.Func{
	display:block;
	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-bottm:10px;
	padding:0;
	background:none;
}

#MainArea960_row1 .ProductMenu .summary_long{
	font-size:95%;
	width:510px;
}

#MainArea960_row1 .ProductMenu .summary{
	font-size:95%;
	width:430px;
}

.ProductMenu ul{
	float:left;
	margin:20px 10px 0 0;
}
.ProductMenu li{
	list-style:none;
	padding:0 0 10px 12px;
	font-size:95%;
	font-weight:bold;
	background:url(img/product/ar_products.gif) left 4px no-repeat;
}

.ProductMenu li a{
	color:#0066CC;
}

#product_index{  /* イラスト作成のステップ */
	height:250px;
	background:url(product/img/index/img_top_r_index.jpg) right top no-repeat;
}

#product_arrange{  /* 作れるイラスト無限大 */
	height:250px;
	background:url(product/img/arrange/img_top_r_arrange.jpg) right top no-repeat;
}

#product_ar{  /* 飛び出す立体イラスト作成 */
	height:300px;
	background:url(product/img/ar/img_top_r_ar.jpg) right top no-repeat;
}

#product_howtouse{  /* 使えるシーンいろいろ */
	height:320px;
	background:url(product/img/howtouse/img_top_r_howtouse.jpg) right top no-repeat;
}

#product_function_arrange{  /* 機能紹介-アレンジ */
	height:290px;
	background:url(product/img/function/img_top_r_function_arrange.jpg) right top no-repeat;
}

#product_function_sozai{  /* 機能紹介-収録素材 */
	height:250px;
	background:url(product/img/function/img_top_r_function_sozai.jpg) right top no-repeat;
}

#product_function_print{  /* 機能紹介-出力印刷 */
	height:250px;
	background:url(product/img/function/img_top_r_function_print.jpg) right top no-repeat;
}

#product_function_other{  /* 機能紹介-その他 */
	height:250px;
	background:url(product/img/function/img_top_r_function_other.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-weight: bolder;
}

#MainArea960_row1 .ProductInner h2 img{
	margin: 0 5px 0 0;
}

#MainArea960_row1 .ProductInner h3{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #EBF3DA;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 5px;
	font-weight: bolder;
}

/*-- 作れるイラスト無限大ページで使用 --*/
#MainArea960_row1 .ProductInner h3.arrange01{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(product/img/arrange/h3_back.gif) left 4px no-repeat;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	font-weight: bolder;
}

#MainArea960_row1 .ProductInner h3.arrange02{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(product/img/arrange/h3_back2.gif) left 4px no-repeat;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 60px 5px 15px 10px;
	font-weight: bolder;
}

#MainArea960_row1 .ProductInner h3.arrange03{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(product/img/arrange/h3_back3.gif) left 4px no-repeat;
	font-size: 100%;
	margin: 0 0 10px 0;
	padding: 60px 5px 25px 10px;
	font-weight: bolder;
}


/*-- 飛び出すイラストページで使用 --*/
#MainArea960_row1 .ProductInner .use{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(product/img/ar/use_bc.jpg) left 4px no-repeat;
	font-size: 110%;
	height: 115px;
	margin: 0;
	padding: 20px;
	font-weight: bolder;
}
#MainArea960_row1 .ProductInner .use p.title{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 105%;
	font-weight: bolder;
	color: #FF6600;
}
#MainArea960_row1 .ProductInner ul.sample{
	width:880px;
}
#MainArea960_row1 .ProductInner ul.sample li{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	list-style:none;
	float: left;  
	background:url(product/img/ar/sample_bc.jpg) left 4px no-repeat;
	width:290px;
	height: 235px;
	font-size: 95%;
	color: #444444;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align:center;
}

#MainArea960_row1 .ProductInner ul.sousa{
	width:880px;
	margin:0 13px;
}
#MainArea960_row1 .ProductInner ul.sousa li{
	list-style:none;
	float: left;  
	background:url(product/img/ar/sousa_bc.jpg) left 4px no-repeat;
	width:270px;
	height: 350px;
	margin: 0 0 0 0;
	padding: 15px 10px 10px 10px;
}
#MainArea960_row1 .ProductInner ul.sousa div.num{
	float: left;  
	width:25px;
	margin: 15px 2px;
}
#MainArea960_row1 .ProductInner ul.sousa div.cont{
	float: right;  
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width:215px;
	font-size: 90%;
	color: #444444;
	margin: 15px 10px 0 5px;
}

#MainArea960_row1 .ProductInner Table.spec{
	float: left;  
	width:700px;
	margin:10px auto;
}
#MainArea960_row1 .ProductInner Table.spec th{
	background:#ebebeb;
border-bottom:1px solid #ddd;
	padding:6px;
	width:150px;
}
#MainArea960_row1 .ProductInner Table.spec td{
	border-bottom:1px solid #ddd;
	padding:6px;
}
#MainArea960_row1 .ProductInner Table.spec td.top{
	border-top:1px solid #ddd;
}


/*-- テキスト設定 --*/
.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: #F27C00;
/*--	color: #824000;	 --*/
	font-size: 90%;
	line-height: 140%;
	font-weight:bold;
	font-style:normal;
}
.ProductInner .notice{
	width:800px;
	margin:20px 30px;
	padding:10px;
/*--	font-size:75%; --*/
	background:#FFFFFF;
	border: 2px dotted transparent #BEDB87;
}
.ProductInner 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 .boxL_line{
	float:left;
	margin:20px 0 0 0;
	padding:0px 3px;
	border-right:1px dotted #ddd;
}
.ProductInner .boxR{
	float:right;
	margin:20px 0 0 0;
}
.ProductInner .boxR_line{
	float:right;
	margin:20px 0 0 0;
	padding:0px 3px;
}

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


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

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


/*=====================================================
６）よくあるご質問
=====================================================*/

#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 ul.viewer_list li{
	float: left;
	display: block;
}

#MainArea960_row1 .ContentInner ul.viewer_list li img{
	margin: 5px;
}

#MainArea960_row1 .ContentInner .notice{
	width:400px;
	margin:10px 20px;
	padding:10px 10px 0px 10px;
	background:#FFFFFF;
	border: 2px dotted transparent #BEDB87;
}
/*=====================================================
■暑中見舞い・残暑見舞い
=====================================================*/

/* 一覧 */
#summercard .Section ul {
	width:950px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#summercard .Section li {
	float: left;
	padding: 0px;
	margin: 0 8px 20px;
	display:block;
	width:203px;
}
#summercard .Section li em {
	float: left;
	margin: 0px;
	display: block;
	font-size:110%;
	font-weight: bold;
	font-style: normal;
	padding: 5px;
	line-height: 120%;
}
#summercard .Sectionli.new em {
	background: url(img/summercard/bg_list_name_new.jpg) no-repeat 2px 1px;
}
#summercard .Section li a.Thumb {
	display: block;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom: none;
	width:200px;
	text-align:center;
}
#summercard .Section li div.BoxBtn {
	font-size:110%;
	font-weight:bold;
	line-height:220%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	border-top: none;
	border-bottom: 1px solid #CCC;
	display: block;
	height: 29px;
	text-align:center;
	padding: 0px;
	overflow: hidden;
}
#summercard .Section li div.BoxBtn A {
	text-decoration:none;
	background: url(img/summercard/bg_box_btn.jpg) no-repeat;
}
#summercard .Section# li div.BoxBtn A:hover {
	text-decoration:none;
	background: url(img/summercard/bg_box_btn2.jpg) no-repeat;
}

/* 詳細 */
H1.CardTitle {
	margin:20px auto;
	font-size:120%;
	background:#FFFFFF;
	padding:10px;
	line-height:120%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#carddetail DIV.sampleimage {
	width:100%;
}
#carddetail DIV.sampleimage DIV{
	width:600px; 
	margin:0 auto;
}
#carddetail IMG.Waku{
	border:3px solid #CCC;
}
#carddetail .sampleimage img.sample_tate {
	text-align: center;
	margin: 0px 0px 0px 80px;
}
#carddetail div.BoxBtn2 {
	border: 1px solid #ccc;
	border-top: none;
	background: url(img/summercard/bg_box_btn_detail.jpg) no-repeat;
	display: block;
	width:600px;
	height:33px;
	padding:8px auto;
}
#carddetail .Section.Description p.Info {
	background-color: #FFFFCC;	
	padding: 3px 10px;
}

#carddetail div.BoxBtn2 a.pdf,
#carddetail div.BoxBtn2 a.jpg {
	font-size:100%;
	line-height:200%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:5px 30px;
	font-weight:bold;
}
#summercard.Paging {
	width:600px; 
	margin:20px auto 0;
}
#summercard.Paging p.GoNext a {
	display: block;
	float: right;
	background: url(img/btn/btn_go_next.gif) no-repeat right top;
	padding: 0;
	height: 35px;
	width: 90px;	
	overflow: hidden;
	text-indent: -9999px;
}

#summercard.Paging p.GoNext a:hover {
	background-position: right bottom;
}
#summercard.Paging p.GoPrev a {
	display: block;
	float: left;
	background: url(img/btn/btn_go_prev.gif) no-repeat left top;
	padding: 0;
	height: 35px;
	width: 84px;
	overflow: hidden;
	text-indent: -9999px;
}
#summercard.Paging p.GoPrev a:hover {
	background-position: left bottom;
}
#summercard.Paging p.GoTop {
	width: 280px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 7px 0;
}
#summercard.Paging p.GoTop a {
	display: block;
	background: url(img/btn/paging_btn_top.gif) no-repeat 0 0;
	padding: 0 0 0 26px;
	height: 20px;
	position: relative;
	width: auto;
	margin: 0 auto;
	overflow: visible;
	white-space: nowrap;
	overflow: hidden;
	font-size:85%;
}
#summercard.Paging p.GoTop a:hover {
	background-position: left bottom;
}
P.bana {
	margin: 20px auto;
}

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

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

