/* 3dmodel.css 2012.10.10 */

/*============目次============
　最終更新日：2012/10/22
１）共通
２）共通（住宅模型で追加）
３）住宅模型 トップページ
４）サービス紹介
５）ユーザー活用事例
６）サンプル
７）注意事項
８）価格サンプル
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%;  
}


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

#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:940px;
	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:270px;
		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:250px;
    color:#fff;
}
*html .Menu_top ul.menu ul a.sub{ /* IE6 */
    height: 10px;
    width: 250px;
	color:#ffffff;
}
*:first-child+html .Menu_top ul.menu ul a.sub{ /* IE7 */
    height: 10px;
    width: 250px;
}
.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 */


/*--------------------------
■見出し
---------------------------*/
#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,
.topcatch UL.uses LI,
.about_proarea .feature h3,
.ContentInner .repo_userinfo P {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*=====================================================
３）住宅模型 トップページ
=====================================================*/

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

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

/*------------------------------------
製品キャッチ（DIV.topcatch）
-------------------------------------*/
DIV.pt_Left{
	float: left;
	width:560px;
	margin-left: 0px;
}
.topcatch {
	width:560px;
}
.topcatch P{
	margin-left:20px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:130%;
	font-weight:bold;
}
#MainArea960_row1 .topcatch H2{
	background: none;
	margin: 0 0 15px 0;
	padding: 0;
}
/*-- こんな用途に使えます --*/
.howtouse {
	background:#E1DBD1;
	padding:5px;
	margin:10px;
	width:560px;
	height:130px;
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:130%;
}
.howtouse ul{
	margin:5px 0 0 5px;
}
.ColorPink{
	color:#D2781F;
}
/*-- サンプル --*/

DIV.pt_Right{
	float: right;
	width:350px;
	margin-left: 10px;
	margin-top:40px;
}
DIV.btn_sample{
	font-size: 90%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:right;
	margin:10px 40px 0 0;
}

/*------------------------------------
活用事例（DIV.report）
-------------------------------------*/
DIV.report ul{
	list-style-type:none;
}
DIV.report ul li{
	float:left;
	margin:5px;
}
#MainArea960_row1 DIV.topcomment UL{
	margin-left: 120px;
	list-style: none;
}

#MainArea960_row1 .topcomment UL LI{
	width: 375px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

DIV.topcomment P{
	font-size: 75%;
	line-height: 140%;
	text-align: right;
}
/*------------------------------------
ピックアップ
-------------------------------------*/
.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;
}

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

.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:270px;
		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:250px;
		color:#fff;
}
*html .Menu_navi ul.menu ul a.sub{ /* IE6 */
    height: 10px;
    width: 250px;
}
*:first-child+html .Menu_navi ul.menu ul a.sub{ /* IE7 */
    height: 10px;
    width: 250px;
}
.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 */

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

/*-- ページ上部 --*/
.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;
}

/*=====================================
４ サービス紹介
======================================*/

/*--------------------------
サービス紹介トップ
---------------------------*/
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:23px;
	color:#6C4439;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb;
	font-weight: bold;
	margin-left:-20px;
}
#MainArea960_row1 .ProductInner h3{
	font-size:110%;
	color:#6C4439;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:40px;
	padding:13px 0 0 115px;
	font-weight:normal;
}
#MainArea960_row1 .ProductInner h3.merit01{
	background:url(img/product/merit01.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h3.merit02{
	background:url(img/product/merit02.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h3.merit03{
	background:url(img/product/merit03.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h3.merit04{
	background:url(img/product/merit04.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h3.merit05{
	background:url(img/product/merit05.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner img.Waku{
	border:5px solid #F0EADF; 
}
#MainArea960_row1 .ProductInner DIV.type{
	background:#F0EADF; 
	width:600px;
	margin:10px 150px;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
#MainArea960_row1 .ProductInner DIV.type_st{
	background:#33A1DE; 
	width:300px;
	font-size:90%;
	margin:10px 0  10px 35px;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
#MainArea960_row1 .ProductInner DIV.type_st A{
	color:#FFFFFF;
}
#MainArea960_row1 .ProductInner DIV.type_mi{
	background:#EB7072; 
	width:300px;
	font-size:90%;
	margin:10px 0  10px 35px;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
#MainArea960_row1 .ProductInner DIV.type_mi A{
	color:#FFFFFF;
}
/*--------------------------
標準タイプ
---------------------------*/

#MainArea960_row1 .ProductInner h2.Standard{
	margin:0 0 0 0;
	height:280px;
	width:890px;
	background:url(img/product/standard_title.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h2.Standard P{
	font-size:22px;
	color:#6C4439;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb;
	font-weight: bold;
	margin:165px 20px 0 350px;
}
#MainArea960_row1 .ProductInner Table tr.kodate{
	background-color: #CFF3DB;
}

#MainArea960_row1 .ProductInner Table tr.mansion{
	background-color: #FFFFCC;
}
#MainArea960_row1 .ProductInner div.cont_service{
	margin-left:30px;
}

/*--------------------------
ミニタイプ
---------------------------*/
#MainArea960_row1 .ProductInner h2.Mini{
	margin:0 0 0 0;
	height:280px;
	background:url(img/product/mini_title.jpg) left no-repeat;
}
#MainArea960_row1 .ProductInner h2.Mini P{
	font-size:22px;
	color:#6C4439;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb, 0 0 3px #bbb;
	font-weight: bold;
	margin:120px 20px 0 350px;
}
/*--------------------------
標準・ミニ共通
---------------------------*/
#MainArea960_row1 .ProductInner h3.subT{
	background:url(img/product/subt_bc.jpg) left no-repeat;
	font-size:120%;
	color:#FFFFFF;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:40px;
	padding:13px 0 0 20px;
	font-weight:normal;
}
#MainArea960_row1 .ProductInner h3.subT span{
	color:#663300;
}
#MainArea960_row1 .ProductInner .price{
	color:#CC0000;
	font-size:150%;
	margin-left:10px;
	font-weight:bold;
}
#MainArea960_row1 .ProductInner p.point{
	font-weight:bold;
	margin-left:10px;
}
#MainArea960_row1 .ProductInner div.Price{
	height:40px;
	background:url(img/product/price_bc.jpg) left repeat;
	margin:10px;
	padding:20px;
	font-weight:bold;
	border:#999 3px solid;
}


/*-- キャプション設定 --*/
#MainArea960_row1 .ProductInner p.img_cap {
	background:url(img/product/ar_cap.gif) left 1px no-repeat;
	font-size:75%;
	color:#666666;
	padding-left:15px;
	margin:7px;
}
#MainArea960_row1 .ProductInner p.txt_cap {
	font-size:75%;
	color:#666666;
	margin:7px;
}
#MainArea960_row1 .ProductInner ul.txt_cap {
	font-size:90%;
	color:#666666;
	margin:7px;
}

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

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

/* 2列　一番上と下のみ */

.ProductInner .top_bk{
	background:url(img/product/bk_section_top.jpg) left top no-repeat;
}
.ProductInner .top_bk2{
	background:url(img/product/bk_section_top2.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;
}

/*-- 各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 ul{
	text-align:left;
	font-size: 120%;
}
TABLE.funclist P.caption02{
	text-align:left;
	font-size: 90%;
	color:#666666;
}


/*-- テーブル共通（本文中用） --*/
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;
}

.report_detail P{
	font-size: 75%;
	color: #666;
	margin-bottom: 5px;
}

.report_detail P IMG{
	margin: 0 0 5px 5px;
	float: right;
}
/*=====================================================
４）ユーザー活用事例
=====================================================*/
#report DIV.ContentInner{
	background:#E2D6BF;
}
#report DIV.LeftBox{
	float:left;
}
#report DIV.RightBox{
	float:right;
}
#report .photo{
	width:290px;
	height:485px;
	background:url(img/report/photo_bc_tate.jpg) left top no-repeat;
	padding:11px;
	margin:10px;
}
#report .photo_yoko{
	width:290px;
	height:200px;
	background:url(img/report/photo_bc_yoko.jpg) left top no-repeat;
	padding:11px;
	margin:10px;
}
#report .photo p{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:center;
	margin:10px 0 0 -10px;
	font-weight:bold;
}
#report .profile{
	width:530px;
	height:150px;
	background:url(img/report/profile.jpg) left top no-repeat;
	padding:50px 11px 11px 11px;
	margin:10px 0 10px 15px;
	font-size: 100%;
}
#report SPAN.line{
	background:#F7CF5D;
}
#report DIV.Image{
	width:370px;
	height:336px;
	background:url(img/report/img_bc.jpg) left top no-repeat;
	padding:10px;
}
#report DIV.Image P{
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:center;
	margin:2px 0 0 -10px;
}

/*-- 拡大ボタン付画像 --*/
#report A.GoBig {
	background:url(img/tool/btn_zoom.gif) 270px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*-- ページ下部 --*/
#report .ReportPager {
	margin:0px 20px;
	width:860px;
	font-size:100%;
	font-weight:bold;
}
#report .ReportPager li {
	list-style:none;
}
#report .ReportPager .PrevBox {
	float:left;
	margin-bottom:10px;
	padding:0px 0 0 36px;
	background:url(img/report/btn_back.jpg) left center no-repeat;
	height:25px;
}
#report .ReportPager .PrevBox a {
	color:#5D3B3A;
	display:block;
	padding:5px 0 10px 0px;
	margin-bottom:10px;
}
#report .ReportPager .NextBox {
	float:right;
	margin-bottom:10px;
	padding:10px 36px 0 0;
	background:url(img/report/btn_next.jpg) right center no-repeat;
	height:25px;
}
#report .ProductPager_column .NextBox a {
	color:#5D3B3A;
	display:block;
	padding:5px 0px 10px 0;
	margin-bottom:10px;
}
/*=====================================================
６）サンプル
=====================================================*/

#sample .ProductInner ul.samplelist{
	padding:10px 8px;
	width:980px;
}

#sample .ProductInner ul.samplelist li{
	float:left;
	width:300px;
	height:230px;
	margin:5px 5px 5px 0;
	list-style:none;
}
#sample .ProductInner ul.samplelist li img{
	border:2px solid #F0EADF; 
}
#sample .ProductInner ul.perslist{
	float:center;
	margin:1% auto;
	clear:both;
	display:block;
}
#sample .ProductInner ul.perslist li{
	list-style:none;
}
#sample .ProductInner div.perst{
	background:#999;
	color:#FFF;
	font-size:100%;
	padding:5px;
	margin:1% auto;
	width:95%;
	clear:both;
	display:block;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/*-- 拡大ボタン付画像 --*/
#sample A.GoBig {
	background:url(img/tool/btn_zoom.gif) 220px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
DIV.btn_compare{
	padding:1%;
	margin-top:5% !important;
	background:#d9a978;
	width:40%;
	float:center;
	margin:1% auto;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-weight:bold;
}
DIV.btn_compare A{
	text-decoration:none;
}
/*===
==================================================
７）注意事項
=====================================================*/

TABLE.att{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 120%;
}
TABLE.att TD{
	font-size: 75%;
	padding: 5px 10px;
}
TABLE.att h3{
	height:15px;
	width:100%;
	font-size: 100%;
	padding: 5px;
	margin:10px 0;
	background:#D2C8B9;
}
TABLE.att ul{
	margin-left:30px;
	line-height:150%;
}

/*=====================================================
８）価格サンプル
=====================================================*/
/* 標準タイプ 価格サンプル */
TABLE.pricesample_standard{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	border-collapse: collapse;
}

TABLE.pricesample_standard TH,
TABLE.pricesample_standard TD{
	font-size: 75%;
	padding: 5px 10px;
	border: 1px solid #999999;
}

TABLE.pricesample_standard TH{
	text-align: center;
	vertical-align: middle;
	background-color: #D2C8B9;
}

TABLE.pricesample_standard TH.scale{
	text-align: center;
	background-color: #F2F0EC;
}

TABLE.pricesample_standard TD{
	text-align: right;
}

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

