/* interiorneo.css 2011.05.12 */

/*============目次============
　最終更新日：2012/6/14
	■共通
	■インテリアデザイナーNeoトップページ
	■下層ページ
============================*/

/*=====================================================
■共通
=====================================================*/

/*--------------------------
	リセット・HTML再定義
---------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	color:#222;
	background:#FAF9F3;
}
/*--------------------------
	基本レイアウト
---------------------------*/

#MainImage {
	margin:0 auto;
	text-align:center;
	background:url(img_top/bk_topimg.jpg) repeat-x;
}
#Outline {
	width: 100%;
	background:url(img/back.jpg) ;
	padding: 20px;
}
#MainArea960_row1 {
	margin:0 auto;
	text-align:left;
	width: 960px;
	font-family: "Noto Sans Japanese", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 17px;
}
#MainArea960_row1 .Contents {
	clear:both;
	float:none;
}
DIV#MainArea960_row1 .ContentInner {
	clear:both;
	margin:0 15px 0 15px;
	width:930px;
	background:#fff;
}
DIV#MainArea960_row1 .Section {
    	clear: both;
	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;
}

.ColorPink {
	color:  #C97479;
}
#profile{
	width: 800px;
	padding: 10px;
	background: #f4ebdb;
	overflow: hidden;
	margin: 0 auto;
}
.profile_title{
	font-weight: bold;
	font-size: 110%;
	margin-top: 5px;
}
.profile_txt{
	font-size: 80% !important;
	line-height: 160% !important;
}
#profile_left{
	float: left;
	width: 274px;
}
#profile_right{
	float: right;
	width: 520px;
	color: #6D6150;
}
#profile_title{
	font-size: 19px;
	font-weight: bold;
	color: #5a5a5a;
	padding-left: 10px;
}
#profile_link{
	font-size: 80%;
	margin-bottom: 10px;
}
#column_category{
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #957643;
}
.neobunner {
	text-align: center;
	margin: 30px 0;
}
.neobunner :hover{
	opacity: 0.9;
}
.neobunner img{
	margin: 0 auto;
	text-align: center;
}
/*--------------------------
	パンくず上書き（下余白無し）
---------------------------*/
div#StatusArea {
	margin-bottom:0;
}
/*--------------------------
	Neoナビ
---------------------------*/

.Menu_top {
	margin:10px 0 20px 0;
	height:38px;
	background:url(img_top/bk_navi.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Menu_top ul.menu {
	float:right;
	margin:0;
	padding:0;
}
.Menu_top ul.menu li {
	display:block;
	float:left;
	position:relative;
}
.Menu_top ul.menu a {
	float:left;
	display:block;
	padding:8px 20px 10px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
	color: #5D3B3A;
}
.Menu_top ul.menu a:visited {
	color: #5D3B3A;
}
.Menu_top ul.menu li:hover > a {
	color: #887964;
}
*html .Menu_top ul.menu li a:hover { /* IE6 */
	color: #887964;
}
.Menu_top ul.menu li:hover > ul {
	display: block;
}
/*-- Neoサブメニュー --*/
.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:260px;
	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:240px;
	color:#fff;
}
*html .Menu_top ul.menu ul a.sub { /* IE6 */
	height: 10px;
	width: 240px;
}
*:first-child+html .Menu_top ul.menu ul a.sub { /* IE7 */
	height: 10px;
	width: 240px;
}
.Menu_top ul.menu ul a:hover {
	background: #7690ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#A39481), to(#887964));
	background: -moz-linear-gradient(top, #A39481, #887964) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#A39481', endColorstr='#887964'); /* 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: #A39481;
}
.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;
}
 --*/
.Menu_top ul.menu a.price {
	float:left;
	display:block;
	padding:8px 20px 10px 12px;
	background:url(img/tool/ar_navi_price.gif) left 14px no-repeat;
	text-decoration:none;
	color:#5D3B3A;
}
/* ピンク丸のリンク */
a.GoPink {
	background: url(img/tool/go_mark_pink.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}
/*--------------------------
	見出し
---------------------------*/
#MainArea960_row1 h1 {
	background:url(img/tool/ttl_bk_h1.jpg) left top repeat-x;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:150%;
	padding-left:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#MainArea960_row1 h2.Red {
	background:url(img/tool/ttl_bk_h2_red.jpg) left top no-repeat;
	padding:6px 0 3px 20px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 h2.Blue {
	background:url(img/tool/ttl_bk_h2_blue.jpg) left top no-repeat;
	padding:6px 0 3px 20px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*=====================================================
■Neoトップページ
=====================================================*/

/*------------------------------------
　イメージをカタチにする魔法の絵筆
-------------------------------------*/

#MainArea960_row1 .topsummary {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 .topsummary h2 {
	margin-top:0;
	height:29px;
	background:url(img_top/img_subttl.jpg) left top no-repeat;
	text-indent:-9999px;
}
.topsummary IMG.inLeft {
	margin:0 10px 10px 0;
	padding: 0;
	float: left;
	clear: left;
}
.topsummary .topBox_L {
	float:left;
	width:700px;
	font-size:80%;
	line-height:150%;
}
div.Seika {
	background:#FFF;
	color:#5D3B3A;
	padding:10px 0;
	text-align:center;
}

/*------------------------------------
	主な4つの機能
-------------------------------------*/
#MainArea960_row1 .feature {
	width:700px;
	height:541px;
	margin:5px 0 0 0;
	padding:0;
	background:url("img_top/bk_kinou.jpg") no-repeat;
}

p.FTitle {
	text-align:center;
	font-size:130%;
	line-height:0%;
	margin-top:-12px;
	font-weight:bold;
	color:#5D3B3A;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.feature a {
	color:#0066CC;
	text-decoration:none;
}
.feature a:visited {
	text-decoration:none;
}
.feature a:hover, .feature a:active {
	text-decoration:underline;
}
.featureBox {
	width:700px;
	margin:0;
	padding:40px 0 0 0;
	height:210px;
}
.feature01 {
	float:left;
	margin:0;
	padding:0;
	width:350px;
	height:230px;
	background:url(img_top/img_kinou_01.jpg) 15px 20px no-repeat;
}
.feature02 {
	float:right;
	margin:0px;
	padding:0;
	width:350px;
	height:200px;
	background:url(img_top/img_kinou_02.jpg) 175px 30px no-repeat;
}
.feature03 {
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:350px;
	height:210px;
	background:url(img_top/img_kinou_03.jpg) 12px 0px no-repeat;
}
.feature04 {
	float:left;
	margin:0;
	padding:0;
	width:150px;
	height:200px;
	background:url(img_top/img_kinou_04.jpg) 30px 0px no-repeat;
}
.feature01 h3 {
	width:150px;
	margin-left:160px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:150%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
	line-height:110%;
}
.feature02 h3 {
	width:150px;
	margin-left:0px;
	margin-top:25px;
	margin-bottom:10px;
	font-size:150%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
	line-height:110%;
}
.feature03 h3 {
	width:160px;
	margin-left:200px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:110%;
	font-size:150%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
}
.feature04 h3 {
	width:200px;
	margin-left:140px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:150%;
	font-family:"ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-weight:bold;
}
.feature01 p {
	margin-left:160px;
	font-size:90%;
	line-height:140%;
	width:160px;
}
.feature02 p {
	margin-left:0px;
	font-size:90%;
	line-height:140%;
	width:170px;
}
.feature03 p {
	margin-left:200px;
	font-size:90%;
	line-height:140%;
	width:155px;
}
.feature04 p {
	margin-left:140px;
	font-size:90%;
	line-height:140%;
	width:190px;
}
.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;
}

/* トップの右ボタン */

.topsummary .topBox_R {
	float:right;
	width:236px;
	height:755px;
	font-size:95%;
	background:#E3E2DF;
	padding:0px;
	margin:0;
}
.topsummary .topBox_R ul {
	width:225px;
	padding:5px;
	margin:0;
}
.topsummary .topBox_R li {
	display:inline; /* IE6 */
	list-style:none;
	font-size:90%;
}
.topsummary li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
	padding:8px;
	margin-bottom:5px;
	width:225px;
	height:80px;
}
.topsummary li a:hover {
	color:#0066CC;
}
.topsummary li a:visited {
	color:#0066CC;
}
.topsummary .topBox_R li a em {
	display:block;
	margin:0 95px 0 0;
	line-height:1.4;
	font-size:90%;
	font-weight:normal;
	font-style:normal;
}
.topsummary .topBox_R li.topbtn_01 a {
	background:url("img_top/bk_topbtn_01_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_02 a {
	background:url("img_top/bk_topbtn_02_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_03 a {
	background:url("img_top/bk_topbtn_03_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_04 a {
	background:url("img_top/bk_topbtn_04_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_05 a {
	background:url("img_top/bk_topbtn_05_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_06 a {
	background:url("img_top/bk_topbtn_06_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_08 a {
	background:url("img_top/bk_topbtn_08_off.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_09 a {
	background:url("img_top/bk_topbtn_09_off.jpg") no-repeat;
}


.topsummary .topBox_R li.topbtn_01 a:hover {
	background:url("img_top/bk_topbtn_01_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_02 a:hover {
	background:url("img_top/bk_topbtn_02_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_03 a:hover {
	background:url("img_top/bk_topbtn_03_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_04 a:hover {
	background:url("img_top/bk_topbtn_04_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_05 a:hover {
	background:url("img_top/bk_topbtn_05_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_06 a:hover {
	background:url("img_top/bk_topbtn_06_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_07 a:hover {
	background:url("img_top/bk_topbtn_07_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_08 a:hover {
	background:url("img_top/bk_topbtn_08_on.jpg") no-repeat;
}
.topsummary .topBox_R li.topbtn_09 a:hover {
	background:url("img_top/bk_topbtn_09_on.jpg") no-repeat;
}

.fb {
	float:right;
	margin:-10px 0 20px 0;
	padding:0px;
}
/*------------------------------------
	今月のユーザー作品
-------------------------------------*/
.work {
	float:left;
	width:540px;
	height:215px;
	background:url("img_top/bc_work.jpg") no-repeat;
	margin:-10px 0 20px 0;
	padding:0px;
}

.work_in {
	display:block;
	margin:10px;
	padding:0px;
}
.work IMG.sakuhin{
	float:left;
	margin:0 10px;
}
.work P{
	font-size:85%;
	line-height:120%;
	margin:10px 10px;
}
.work P.Title{
	float:right;
	width:250px;
	background:#FFFFFF;
	padding:5px;
	margin:3px 3px 3px 3px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------
	ピックアップ
-------------------------------------*/
.pickup {
	background:url(img_top/bk_pickup.jpg) left top no-repeat;
	padding:0 0 40px 0;
	margin:10px 0 20px 0;
	height:230px;
}
.pickup ul {
	margin:0 auto;
	width:905px;
}
.pickup li {
	list-style:none;
	float:left;
	width:217px;
	margin-right:10px;
	margin-top:55px;
	font-size:75%;
	line-height:140%;
}
* html .pickup li {
	margin-right:12px; /*IE6*/
}
.pickup li.end {
	margin-right:0;
}
.pickup div span {
	padding:1px 0 4px 17px;
	font-size:115%;
	background:url(/common/img/tool/arrow_blue.gif) left 0.3em no-repeat;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pickup div a {
	color:#0066CC;
	text-decoration:none;
}
.pickup div a:visited {
	text-decoration:none;
}
.pickup div a:hover span {
	color:#0066CC;
	text-decoration:underline;
}
.pickup div img {
	border:1px solid #dedede;
}

.pickup div span.new_pick{
	width:47px;
	height:16px;
	background:url(img_top/new.jpg) right 0.1em no-repeat;
	line-height:125%;
}
/*------------------------------------
	キャンペーン・インフォメーション
-------------------------------------*/
.info {
	margin:0 0 30px 0;
}
.info h3 {
	padding:8px 0 15px 10px;
	background:url(img_top/bk_ttl_info.jpg) left top repeat-x;
}
.info li {
	display:inline-block;
	clear:both;
	width:370px;
	margin:0 0 0.4em 0;
	padding:0;
	font-size:75%;
	line-height:140%;
}
.info .cam {
	float:left;
	width:370px;
}
.info .infomation {
	float:right;
	width:570px;
}
.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;
	width:570px;
}
/*------------------------------------
	Neoフッター
-------------------------------------*/
.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;
}
.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 10px 0 15px;
	float:left;
}
.FootTop li.right {
	margin:0px 5px 0 0;
	float:right;
	padding:0;
}
/*-- Neo用フッタ --*/
.footnavi_neo {
	width:930px;
	padding:5px 15px 0 15px;
	margin:0 0 10px 0;
}
.footnavi_neo div {
	float:left;
	width:180px;
}
.footnavi_neo div.fn_neo_notitle {
	float:left;
	margin:37px 0 10px 0;
	width:210px;
}
.footnavi_neo h3 {
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_blue.gif) left top no-repeat;
}
.footnavi_neo 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;
}
DIV.footnavi_other_notitle{
	float:left;
	margin-top:37px;
}
DIV.footnavi_other_notitle li{
	float:left;
	clear:both;
}
.footnavi_other div {
	float:left;
	width:198px;
	padding:0;
}
.footnavi_other h3 {
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_gray.gif) left top no-repeat;
}
.footnavi_other li {
	background:url(/common/img/tool/navi_yaji_2.gif) no-repeat left center;
	padding-left:14px;
	line-height:1.6em;
	font-size:75%;
	color:#222;
}

DIV.footnavi_other_short {
	float:left;
	width:130px;
}
.footnavi_other .fn_other li {
	display:inline-block;
	clear:both;
	padding:0 0 0 2px;
	margin:0 0 4px 0;
	background:none;
}
.footnavi_other .fn_other img {
	float:left;
	margin-right:4px;
}


/*=====================================================
■下層ページ
=====================================================*/

/*--------------------------
	Neoナビ
---------------------------*/
.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;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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;
	z-index:100;
}
.Menu_navi ul.menu a {
	float:left;
	display:block;
	padding:8px 20px 10px 12px;
	background:url(img/tool/ar_navi2.gif) left 16px no-repeat;
	text-decoration:none;
	color:#5D3B3A;
}
.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;
	color:#5D3B3A;
}
.Menu_navi ul.menu a:visited {
	color: #5D3B3A;
}
.Menu_navi ul.menu li:hover > a {
	color: #887964;
}
*html .Menu_navi ul.menu li a:hover { /* IE6 */
	color: #887964;
}
.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:260px;
	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:240px;
	color:#fff;
}
*html .Menu_navi ul.menu ul a.sub { /* IE6 */
	height: 10px;
	width: 240px;
}
*:first-child+html .Menu_navi ul.menu ul a.sub { /* IE7 */
	height: 10px;
	width: 240px;
}
.Menu_navi ul.menu ul a:hover {
	background: #887964;
	background: -webkit-gradient(linear, left top, left bottom, from(#A39481), to(#887964));
	background: -moz-linear-gradient(top, #A39481, #887964) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#A39481', endColorstr='#887964'); /* 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: #A39481;
}
.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;
}
--*/

.Menu_navi ul.menu a.price {
	float:left;
	display:block;
	padding:8px 20px 10px 12px;
	background:url(img/tool/ar_navi_price.gif) left 14px no-repeat;
	text-decoration:none;
	color:#5D3B3A;
}
/*--------------------------
	ページナビゲーション
---------------------------*/

/*-- ページ上部 --*/
.TopPager {
	margin:0 15px;
	width:930px;
	font-size:75%;
}
.TopPager li {
	list-style:none;
}
.TopPager .PrevBox {
	float:left;
	background:url(img/tool/btn_navi_prev_s.gif) left top no-repeat;
}
.TopPager .PrevBox a {
	color:#5D3B3A;
	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 {
	color:#5D3B3A;
	display:block;
	padding:5px 66px 10px 0;
}
/*-- ページ下部 --*/
.ProductPager {
	margin:0 15px;
	width:930px;
	font-size:75%;
	font-weight:bold;
}
.ProductPager li {
	list-style:none;
}
.ProductPager .PrevBox {
	float:left;
	background:url(img/tool/btn_navi_prev.gif) left top no-repeat;
	margin-bottom:10px;
}
.ProductPager .PrevBox a {
	color:#5D3B3A;
	display:block;
	padding:5px 0 10px 80px;
	margin-bottom:10px;
}
.ProductPager .NextBox {
	float:right;
	background:url(img/tool/btn_navi_next.gif) right top no-repeat;
	margin-bottom:10px;
}
.ProductPager .NextBox a {
	color:#5D3B3A;
	display:block;
	padding:5px 80px 10px 0;
	margin-bottom:10px;
}
/* ボタン--非表示 */
/* このとき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 {
	color:#5D3B3A;
	display:block;
	width:250px;
	background:url(img/product/bk_pageNavi_off.png) no-repeat 100% 50%;
	padding:0 1em 0 1em;
	text-align:center;
	text-decoration:none;
}
.ProductPager .Navi li a.none {
	background:none;
	padding:0 0 0 1.25em;
	text-align:left;
}
.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;
}
#MainArea960_row1 .ProductMenu h1 {
	margin:0;
	padding:0;
	background:none;
}
.ProductMenu ul {
	float:left;
	margin:20px 20px 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_step01 {  /* 空間をつくる */
	height:210px;
	background:url(img/product/step01/img_top_r.jpg) right top no-repeat;
}
#product_step02 {  /* 空間を飾る */
	height:210px;
	background:url(img/product/step02/img_top_r.jpg) right top no-repeat;
}
#product_step03 {  /* 空間を魅せる */
	height:210px;
	background:url(img/product/step03/img_top_r.jpg) right top no-repeat;
}
/*--------------------------
	コンテンツ
---------------------------*/
DIV#MainArea960_row1 .ProductInner {
	margin:0 15px;
	width:930px;
}
DIV#MainArea960_row1 .ProductInner .Section {
	padding:0;
	margin:0;
	background:#fff;
	width:930px;
}
#MainArea960_row1 .ProductInner h2 {
	background:none;
	font-size:140%;
	margin:0 0 15px 0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bolder;
}
#MainArea960_row1 .ProductInner h2.top {
	font-size:160%;
}
/*-- テキスト設定 --*/
.ProductInner p {
	margin-bottom:10px;
	font-size:80%;
	color:#333;
	line-height:1.4;
}
.ProductInner em {
	color:#824000;
	font-size:90%;
	font-weight:bold;
	font-style:normal;
}
p.notice {
	padding:7px;
	font-size:75%;
	background:#F0EDE1;
}
.ProductInner p.cap {
	padding:2px 0 0 10px;
	margin:0;
	font-size:65%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left center no-repeat;
	line-height:1.0;
}
.ProductInner a:link p.cap, .ProductInner a:visited p.cap, .ProductInner a:hover p.cap {
	text-decoration:none;
}
div.box_sozaiset {
	float:right;
	width:390px;
	padding:7px;
	margin:5px;
	font-size:75%;
	color:#333333;
	line-height:120%;
	background:#FFF;
	border:3px solid #dedede;
}
div.box_sozaiset img {
	margin:5px;
}
div.box_sozaiset strong {
	font-size:120%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*-- フロートBOX --*/
.ProductInner .boxL {
	float:left;
	margin:20px 0 0 0;
}
.ProductInner .boxR {
	float:right;
	margin:20px 0 0 0;
}
/*-- 拡大ボタン付画像 --*/
.ProductInner a.GoBig {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_2 {
	background:url(/interiorneo/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;
}
.ProductInner .col2 h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
/* 2列　一番上と下のみ */
.ProductInner .col2 h2.top {
	margin:0 0 15px 0;
	font-size:160%;
}
.ProductInner .step01_top_bk {
	background:url(img/product/step01/bk_products01_top.jpg) left top no-repeat;
}
.ProductInner .step01_bottom_bk {
	background:url(img/product/step01/bk_products01_btm.jpg) left bottom no-repeat;
}
.ProductInner .step02_top_bk {
	background:url(img/product/step02/bk_products02_top.jpg) left top no-repeat;
}
.ProductInner .step02_bottom_bk {
	background:url(img/product/step02/bk_products02_btm.jpg) left bottom no-repeat;
}
.ProductInner .step03_top_bk {
	background:url(img/product/step03/bk_products03_top.jpg) left top no-repeat;
}
.ProductInner .step03_bottom_bk {
	background:url(img/product/step03/bk_products03_btm.jpg) left bottom no-repeat;
}
/*-- 3列 --*/
.ProductInner .col3 {
	background:#fff;
	width:890px;
	padding:0 20px 0px 20px;
}
.ProductInner .col3 h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
/*-- 3列 補足、事例付き--*/
.ProductInner .col3_pu {
	background:#fff;
	width:910px;
	padding:0 0 0px 20px;
}
.ProductInner .col3_pu h2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
.ProductInner .col3_pu .ex {
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col3_pu .ex h3 {
	padding:14px 0 10px 30px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.ProductInner .col3_pu .ex p {
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col3_pu .ex .photo {
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col3_pu .ex .txt {
	float:right;
	width:195px;
	text-align:left;
}
/*-- リスト その他の機能 --*/
.ProductInner ul.list_other li {
	list-style:none;
	padding:0 0 10px 12px;
	font-size:75%;
	color:#333;
	background:url(img/product/li_yellow.gif) left 1px no-repeat;
}
/*-- 各Section ページトップへ --*/
.ProductInner p.pagetop_s {
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ddd;
	background:#fff;
}
/*-- 備考（枠線あり） --*/
.notice_border {
	border: 1px dashed #CCC;
	padding: 5px 10px;
}
/*===========================
■速攻レビュー
============================*/

#review h1 {
	background:none;
	margin:10px 0px;
	padding:0px;
}
#review div.Vol {
	float:left;
	margin:15px 0px;
}
#review div.Photo {
	float:right;
	width:150px;
	text-align:center;
	margin:15px 15px;
	padding:8px;
	border:1px solid #ddd;
}
#review div.boxL {
	float:left;
	margin:20px 0 0 0;
}
#review div.boxR {
	float:right;
	margin:20px 0 0 0;
}
#review div.boxR img {
	margin-bottom:5px;
}
#review h3.ReviewT {
	color:#5D3B3A;
}
#review p.Reviewcap {
	font-size:75%;
	padding:5px 0 0 10px;
	margin:0 0 10px 0;
	color:#5a5a5a;
	line-height:1.2;
}
/*-- 拡大ボタン付画像 --*/
#review .ContentInner a.GoBig {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 282px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#review .ContentInner a.GoBig_2 {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 250px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*-- メーカーリスト --*/
ul.MakerList {
	margin: 0 0 17px;
	padding: 5px;
	width: 400px;
	clear: both;
	list-style: none;
	background: url(img/product/step02/bg_ver_gradation_gray.jpg) repeat-x left top;
}
ul.MakerList li {
	display: block;
	float: left;
	height: 21px;
	width: 127px;
	margin: 0;
	padding: 0;
}

/*===========================
■収録パーツ
============================*/

#MainArea960_row1 ul.Parts_listbtn {
	width: 900px;
	margin: 20px 30px;
}
#MainArea960_row1 .Parts_listbtn li a.on {
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
}
#MainArea960_row1 .Parts_listbtn li a:hover {
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
	text-decoration:underline;
}
#MainArea960_row1 ul.Parts_listbtn li {
	float: left;
	list-style: none;
	margin: 2px;
}
#MainArea960_row1 ul.Parts_list {
	width: 905px;
	margin: 20px 0px;
}
#MainArea960_row1 ul.Parts_list li {
	float: left;
	list-style: none;
	margin: 2px;
}
#MainArea960_row1 ul.Parts_list li.long {
	float: left;
	list-style: none;
	margin: 2px 21px;
}
/*===========================
■動作環境
============================*/

/*-- Sectionの中の白Box --*/
.SpecTable_960 {
	width:900px;
	margin:10px auto;
}
.SpecTable_960 td.top {
	border-top:1px solid #ddd;
}
.SpecTable_960 th {
	background:#F0EDE1;
	padding:6px;
	font-size:80%;
	width:150px;
}
.SpecTable_960 td {
	border-bottom:1px solid #ddd;
	padding:6px;
	font-size:80%;
}
.ContentInner p {
	font-size:90%;
	margin:0 auto 10px auto;
}
.ContentInner p.pagetop_s {
	margin:0;
	text-align:right;
}
/*-- 2011/08/29 add --*/

.ContentInner ul, .ProductInner ul {
	list-style: disc outside none;
	margin: 5px 0;
}
.ContentInner ul li, .ProductInner ul li {
	font-size:80%;
	margin: 0 0 0.1em 0;
}
/*===========================
■よくあるご質問
============================*/

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;
}
div.A {
	background:url(img/tool/icon_a.jpg) left top no-repeat;
	padding:6px 0 10px 45px;
	margin-bottom:10px;
	font-size:90%;
	font-weight:normal;
}
div.A LI {
	font-size:90%;
	font-weight:normal;
}
/*===========================
■サンプルダウンロード
============================*/

ul.SmapleDList {
	width: 570px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.SmapleDList li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	float: left;
	width: 185px;
	height: 170px;
}
ul.SmapleDList li img {
	margin: 5px auto;
}
ul.SmapleDList li a img {
	margin: 5px auto;
}

/*===========================
■インテリアパースのサンプル
============================*/
DIV.Select_pers ul{
	width:800px;
	list-style-type:none;
	margin:-10px 110px 30px 110px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:110%;
}
DIV.Select_pers ul li{
	background:url(/interiorneo/img/sample/yaji.gif) left center no-repeat #DFD2B3;
	float:left;
	width:310px;
	height:15px;
	margin:3px;
	padding:10px;
	text-align:center;
	border:#DCCEAB solid 1px;
	border-top:1px solid #EDE6D3;/*上線の幅（細）とカラー（薄）*/
	border-right:2px solid #D0BC8E;/*右線の幅（太）とカラー（濃）*/
	border-bottom:2px solid #D0BC8E;/*下線の幅（太）とカラー（濃）*/
	border-left:1px solid #EDE6D3;/*左線の幅（細）とカラー（薄）*/
}

DIV.Select_pers ul li A{
	
}

/*===========================
■比較表
============================*/

/*-- Sectionの中の白Box --*/
.CompTable_960 {
	width:900px;
	margin:10px auto;
}
.CompTable_960 td.top {
	border-top:1px solid #ddd;
}
.CompTable_960 th {
	background:#FFF;
	font-size:80%;
	padding:6px;
	text-align:center;
	vertical-align:middle;
	border:1px dotted #ddd;
}
.CompTable_960 tr.gray {
	background:#F4F2F0;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}
.CompTable_960 tr.brown {
	padding:6px;
	color:#FFF;
	font-weight:bold;
	background:url(img/compare/cell_bc.jpg) left 1px repeat-x;
}
.CompTable_960 td {
	border-bottom:1px #ddd;
	padding:6px;
	font-size:80%;
}

.ContentInner p.pagetop_s {
	margin:0;
	text-align:right;
}
/*===========================
■比較（PRO7・EXとの）
============================*/

.Neobox {
	background-color:#FFF;
	font-size:85%;
	float:left;
	width:400px;
	margin:10px 5px 10px 35px;
	padding:10px;
	border:dotted 1px #999;
}
.Pro7box {
	background-color:#FFF;
	font-size:85%;
	float:right;
	width:400px;
	margin:10px 35px 10px 5px;
	padding:10px;
	border:dotted 1px #999;
}
div.Yaji01 {
	float:center;
	width:350px;
	margin:10px 23px;
}
div.Yaji02 {
	float:center;
	width:350px;
	margin:27px 23px;
}
IMG.Pac_left {
	float:left;
	margin-right:10px;
}
.Neobox02 {
	float:left;
	font-size:75%;
	line-height:140%;
	background-color:#F0EDE1;
	width:400px;
	height:220px;
	margin:10px 5px 10px 35px;
	padding:10px;
}
.Pro7box02 {
	float:right;
	font-size:75%;
	line-height:140%;
	background-color:#F0EDE1;
	width:400px;
	height:220px;
	margin:10px 35px 10px 5px;
	padding:10px;
}
.Neobox02 ul {
	margin:10px 5px 10px 45px;
}
.Pro7box02 ul {
	margin:10px 5px 10px 45px;
}
.Kinou {
	float:left;
	background-color:#FFFFFF;
	width:905px;
	margin:10px;
	padding:0px;
	font-size:90%;
	line-height:120%;
	border:dotted 1px #999
}
.Kinou strong {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	color:#333;
}
.Kinou div.Box {
	padding:10px;
}
.Kinou div.LBox {
	float:left;
	padding-right: 10px;
}
.Kinou div.RBox {
	float:right;
	padding-left: 10px;
}
p.cap {
	font-size:70%;
	padding:5px 0 0 10px;
	margin:0;
	color:#5a5a5a;
	background:url(/interiorneo/img/product/ar_cap.gif) left center no-repeat;
	line-height:1.0;
}
p.pagetop_s {
	margin:0;
	text-align:right;
}
div.BottomBox {
	float:right;
	width:200px;
	height:30px;
	padding-left: 10px;
}
/*===========================
■機能一覧
============================*/

/*-- Sectionの中の白Box --*/
.FuncTable_860 {
	width:860px;
	margin:10px auto;
}
.FuncTable_860 td.top {
	border-top:1px dotted #ddd;
}
.FuncTable_860 tr.gray {
	background:#F4F2F0;
	border-top:1px dotted #ddd;
	padding:6px;
}
.FuncTable_860 td {
	border-top:1px dotted #ddd;
	padding:6px;
	font-size:80%;
}

.ContentInner p.pagetop_s {
	margin:0;
	text-align:right;
}
.ContentInner h3.KinouT {
	color:#5D3B3A;
}
/*=====================================================
■カタログ・お問い合わせ
=====================================================*/

.CatalogTextBox {
	float: left;
	width: 637px;
}
.CatalogImageBox {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0 5px;
}
/* DownloadBox */
.DownloadBox {
	margin: 5px auto;/*
	background-color: #FFFFFF;*/
	padding: 10px 30px;
	font-size: 80%;
}
.DownloadBox .IconPdf {
	float: left;
	padding: 0 10px 0 0;
	border: 0;
}
.DownloadBox p {
	margin: 0;
	padding: 0;
}
/* 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;
}
/*===========================
■セミナー情報
============================*/
#seminarInfo {
}
#seminarInfo .Section {
	margin: 0 0 20px 0;
	padding: 0 0;
}
#seminarInfo .Section.SeminarBox {
	border: 1px solid #4A5060;
	width: 568px;
}
#seminarInfo .mega_nintei {
	padding:10px;
	margin:0 0 20px 0;
	background:#F0EDE1;
}
#seminarInfo .mega_nintei strong {
	display:block;
	font-size: 85%;
	color:#333366;
	letter-spacing: 0.5px;
	margin: 0 0 5px 0;
}
#seminarInfo .mega_nintei img {
	float:left;
	padding-right:10px;
}
#seminarInfo h2 {
	font-size: 85%;
	margin: 0 0 10px 0;
	border: none;
	border-bottom:1px solid #7A6A49;
	background: #887964;
	color:#FFFFFF;
	margin:0 0 5px;
	padding: 3px 10px;
	line-height: 130%;
}
#seminarInfo h3 {
	margin: 0 5px;
}
ul.SeminarArea {
	list-style: none;
	margin: 0 5px 15px;
	padding: 0;
}
ul.SeminarArea li {
	list-style: none;
	margin: 0 5px 0 0;
	padding: 1px 0.5em;
	display: block;
	float: left;
	border: 1px solid #FF9900;
	background-color:#FFCC66;
	color: #000000;
}
.BatchImage {
	width: 99px;
	float: right;
}
.SeminarListBox {
	/*width: 459px;*/
	margin:10px 0 20px 0;
}
table.SeminarArea {
	margin: 0 0 0 9px;
	width: 880px;
	border-top: 1px solid #917E56;
	border-collapse: collapse;
	border-spacing: 0;
}
table.SeminarArea th {
	margin: 0;
	padding: 5px;
	background-color: #F0EDE1;
	color: #555555;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 43px;
	font-size: 75%;
	text-align: center;
	clear: both;
	vertical-align: middle;
}
table.SeminarArea td {
	font-size: 75%;
	padding: 5px 0 5px 10px;
	margin: 0;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}
table.SeminarArea th.end, table.SeminarArea td.end {
	border-bottom: 1px solid #917E56;
}
table.SeminarArea td.school {
	width:190px;
}
table.SeminarArea td.shousai {
	width:165px;
}
.SeminarArea td em {
	font-style: normal;
	color: #BC7D78;
	margin: 0 0 0 1em;
}
.SeminarArea td a.GoWhite {
	margin: 0 0 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	height: 16px;
}
.SeminarArea td span {
	display:inline-block;
	margin:7px 0 0 0;
	font-size: 90%;
	font-weight:normal;
}
dl.SeminarArea {
	margin: 10px 0 0 9px;
	clear: both;
	width: 450px;
	display: block;
}
dl.SeminarArea dt {
	margin: 0;
	padding: 3px 5px 2px;
	display: block;
	float: left;
	border: 1px solid #8E4B46;
	background-color: #DFBFBD;
	color: #555555;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 43px;
	font-size: 93%;
	text-align: center;
	clear: both;
}
dl.SeminarArea dd {
	font-size: 93%;
	padding: 4px 0 2px 65px;
	display: block;
	color: #000000;
	font-weight: bold;
	position: relative;
	width: 365px;
}
dl.SeminarArea dd em {
	font-style: normal;
	color: #BC7D78;
	margin: 0 1em;
}
dl.SeminarArea dd span {
	font-weight: normal;
	margin: 0 0 0 0.5em;
	width: 150px;
}
dl.SeminarArea dd a.GoWhite {
	margin: 0.4em 0 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
}
.ContentInner .SeminarListBox p {
	margin: 10px 5px 0 15px;
}
/*===========================
■「10分で作成！〜」ムービー
============================*/

DIV#MainArea960_row1 .movie .Section {
	clear: both;
	margin: 10px 10px 0;
	padding-bottom: 0;
	width: 920px;
}
#MainArea960_row1 .movieBox {
	width:912px;
	height:365px;
	margin:0 0 10px 0;
	background:url("img/movie/bk_movie.jpg") no-repeat;
}
#MainArea960_row1 .movieBox h2 {
	padding:10px 10px 10px;
	background:none;
}
#MainArea960_row1 .movieBox ul {
	margin:0 0 0 10px;
}
#MainArea960_row1 .movieBox li {
	float:left;
	margin:0 2px 0 0;
	list-style:none;
	text-align:center;
}
#MainArea960_row1 .movieBox li a {
	display:block;
	width:147px;
	height:140px;
	text-decoration:none;
}
#MainArea960_row1 .movieBox li a:hover {
	color:#0066CC;
	text-decoration:underline;
}
#MainArea960_row1 .movieBox li a em {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-style:normal;
}
#MainArea960_row1 .movieBox li.end {
	margin-right:0;
}
#MainArea960_row1 .movieBox p {
	margin:10px 10px 0 500px;
	padding:8px 8px 0 8px;
	width:384px;
	background:#fff;
	font-size:80%;
	border:1px solid #ddd;
	/*text-align:right;*/
}
#MainArea960_row1 .movieBox p span{
	font-weight:bold;
	text-decoration:none;
}
#MainArea960_row1 .movieBox p img{
	float:left;
	margin-right:4px;
	padding-bottom:8px;
}

/*===========================
■インテリアのプロも認めた インテリアデザイナーNeo
============================*/

#interview h1 {
	background:none;
	margin:10px 0px;
	padding:0px;
}
#interview div.box01 {
	float:left;
	width:130px;
	margin:15px 15px;
}
#interview div.box02 {
	float:left;
	width:690px;
	margin:15px 0px;
}
#interview div.box02_in01 {
	float:left;
	margin:5px 2px;
}
#interview div.box02_in02 {
	float:right;
	margin:15px 2px;
}
#interview h2.chache {
	background:none;
	color:#5D3939;
	font-size:150%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:20px 0 10px -25px;
}
#interview span.name{
	font-size:100%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#interview span.company{
	font-size:90%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px 0 100px 0;
}
#interview p.cap {
	font-size:60%;
	padding:0 0 0 10px;
	margin:0;
	color:#5a5a5a;
	line-height:1.0;
}
#interview  p.pagetop_s {
	width:890px;
	padding:0 10px 0 0px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ddd;
	background:#fff;
}
#interview p.pagetop_s {
	margin:0;
	text-align:right;
}

/*=========================================
■インテリア・コーディネイト・トレーニング
==========================================*/

#column div.clear0 {  /* 高さ1pxのクリア */
	clear: both;
	overflow: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#column h1 {
	background:none;
	margin:10px 0px 0 0;
	padding:0px;
}

#column h3 {
	font-size: 120%;
	color:#5a5a5a;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px 0 0 0;
	padding:5px;
}
#column h5 {
	font-size: 120%;
	color:#5a5a5a;
	background:#ececec;
	margin:0 0 5px 0;
	padding:5px 0 5px 10px;
}

#column dl {
	float:left;
	margin:10px 15px 0 15px;
}
#column dl dt {
	margin: 0 0 0.3em;
	padding:0 0 0 17px;
	font-weight:bold;
	font-size:80%;
	background:url(img/column/ico_circle.gif) left top no-repeat;
}
#column dl dd {
	font-size:80%;
	margin: 0 0 0.1em 15px;
	line-height:1.4;
}
#column dl.noicon dt{
	margin: 0 0 0.3em;
	padding:0 0 0 0px;
	font-weight:bold;
	font-size:100%;
	background:none;
}
#column dl.noicon dd {
	font-size:100%;
	margin: 0 0 0.1em 25px;
	line-height:1.4;
}

#column .profile, #column .backnumber {
	margin:0 25px 10px 25px;
}
#column .profile h3 {
	height:36px;
	margin:0px 0 0 0;
	background:url(img/column/ttl_profile.jpg) no-repeat;
	text-indent:-9999px;
}
#column .backnumber h3 {
	margin:30px 0 0 0;
}
#column .backnumber li {
	margin: 0.2em 0;
	font-size:85%;
	list-style:none;
}
#column .backnumber li {
	float:left;
	width:48%;
	margin-left: 1%;
}
#column .Inner_ttl {
	position:relative;
	margin:0 25px;
	width:850px;
	height:111px;
	background:url(img/column/bk_ttl.jpg) no-repeat;
}


#column .Inner_ttl p.bknbr {
	position:absolute;
	top:0px;
	left:707px;
	width:125px;
	height:50px;
}
#column .Inner_ttl p.bknbr a {
	display:block;
	width:125px;
	height:50px;
	text-decoration:none;
}
#column .Inner_ttl p.bknbr a span {
	visibility:hidden;
}

#column .Inner_ttl2 {
	position:relative;
	width:850px;
	background:url(img/column/bk_ttl2.jpg) no-repeat;
}
h2#colum{
	top:20px;
	background: #957643;
	color: #fff;
	font-weight: bold;
    border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
	text-align: center;
	padding: 13px 0 10px;
	font-size: 21px;
	margin: 0 0 25px;
}
#column .Inner_ttl2 p.bknbr {
	position:absolute;
	top:0px;
	left:707px;
	width:125px;
	height:50px;
}
#column .Inner_ttl2 p.bknbr a {
	display:block;
	width:125px;
	height:50px;
	text-decoration:none;
}
#column .Inner_ttl2 p.bknbr a span {
	visibility:hidden;
}
#column .Inner p.txt {
	margin-top:0px;
	padding-top:10px;
	line-height:1.5;
	color:#6D6150;
}
#column .Inner {
	margin:0 50px;
}
#column .Inner h4 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size:20px;
	padding:27px 0 10px 0;
	margin-bottom: 15px;
}
h4 {
     position: relative;
     padding: 0.5em 0 !important;
     border-bottom: 4px solid #DDD !important;
}
 
h4::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #446689;
     bottom: -4px;
     width:10%;
     display: block;
}
#column .Inner img.Waku {
	border:2px solid #FFFFFF; 
}
#column .Inner ul {
	clear:both;
	color: #333;
	font-size: 18px;
}
#column .Inner ul.end {
	border-bottom:none;
}
#column .Inner li {
	margin:0 0 10px 0;
	float:left;
	list-style:none;
}
#column .Inner li.first {
}
#column .Inner li p.cap {
	font-size:90%;
	padding:5px 0 0 10px;
	color:#5a5a5a;
	background:url(img/product/ar_cap_ivory.gif) left center no-repeat;
	line-height:130%;
}
#column .Inner li p.cyu {
	font-size:90%;
	color:#666666;
}

#column table.Set {
	margin: 0;
	width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.Set th {
	margin: 0;
	padding: 5px;
	background-color: #E2DDC7;
	color: #555555;
	border: 1px solid #917E56;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	clear: both;
	vertical-align: middle;
}
table.Set td {
	font-size: 100%;
	padding: 5px 0 5px 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #917E56;
	text-align: center;
	vertical-align: middle;
}
table.Sou {
	width:750px;
}
table.Sou th {
	width:30%;
	margin: 0;
	padding: 10px;
	background-color: #E2DDC7;
	font-weight: bold;
	font-size: 100%;
}
table.Sou td {
	width:70%;
	font-size: 100%;
	padding: 10px;
	margin: 0;
	background-color: #f1efe4;
}

#column img.next {
	margin:0px 200px 10px 200px;
}

/*-- ページ下部 --*/
#column .ColumnPager {
	margin:0px 20px 30px;
	font-size:100%;
	font-weight:bold;
}
#column .ColumnPager li {
	list-style:none;
}
#column .ColumnPager .PrevBox {
	float:left;
	margin-bottom:10px;
}
#column .ColumnPager .PrevBox a {
	color:#5D3B3A;
	display:block;
}
#column .ColumnPager .NextBox {
	float:right;
	margin-bottom:10px;
}
#column .ProductPager_column .NextBox a {
	color:#5D3B3A;
	display:block;
	padding:5px 0px 10px 0;
}
#column img.maru {
	vertical-align:middle;
	margin:2px;
}

#column p.pagetop_s {
	width:830px;
	padding:0 10px 0 0px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ddd;
}

/*-- 拡大ボタン付画像 --*/
#column A.GoBig {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 320px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
/*-- 横幅350px --*/
#column A.GoBigL {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 275px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

#column A.GoBigM {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 230px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
/*-- 横幅275px --*/
#column A.GoBigS {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 200px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#column A.GoBigSS {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 160px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

#column A.GoBigSSS {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 145px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*=========================================
■Neoワンポイントテクニック
==========================================*/
#onepoint {
}
#onepoint div.clear0 {  /* 高さ1pxのクリア */
	clear: both;
	overflow: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#onepoint .newArea {
	padding:25px 32px 10px 32px;
	width:836px;
	background:url(img/onepoint/bk_new.jpg) no-repeat;
}
#onepoint h1 {
	position:relative;
}
#onepoint h1 span {
	position:relative;
	top:0px;
	left:15px;
	font-size:60%;
}
#onepoint h2 {
	margin:0;
	padding:0;
	background:none;
}
#onepoint .newArea table {
	float:left;
	width:266px;
	margin:10px 15px 10px 2px;
	font-size:75%;
	border:1px solid #bbb;
}
#onepoint .newArea table.end {
	margin-right:0px;
}
#onepoint .newArea table {
}
#onepoint .newArea table td.image {
	padding:7px 0;
	text-align:center;
}
#onepoint .newArea table td.linktxt {
	padding:10px 2px 10px 0;
	background:url(img/onepoint/bk_newlink.gif) no-repeat;
	border-top:1px dotted #aaa;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#onepoint .newArea table td.linktxt a {
	display:block;
	margin-left:14px;
}
#onepoint .technic {
	margin:0 25px;
	width:850px;
}
#onepoint .technic .ttl {
	padding:15px;
	background:#f0ede1;
}
#onepoint .technic .ttl td.image img {
	border:7px solid #887964;
	margin-right:15px;
}
#onepoint .technic .ttl h2 {
	margin:0 0 5px 0;
	color:#5d3b3a;
	font-size:160%;
	font-weight:bold;
}
#onepoint .technic .ttl p.vol {
	display:inline-block;
	padding:5px 10px;
	margin:10px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:1px solid #5d3b3a;
	background:#fff;
	font-size:80%;
	color:#5d3b3a;
}
#onepoint .technic table.step {
	margin:10px 15px 15px 15px;
	width:820px;
}
#onepoint .technic table.step td {
	font-size:80%;
	line-height:1.5;
	vertical-align:top;
}
#onepoint .technic table.step td.number {
	padding:5px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:150%;
	color:#5d3b3a;
	font-weight:bold;
	background:#a09484 url(img/onepoint/bk_step01.jpg) no-repeat;
}
#onepoint .technic table.step td.txt {
	padding:10px;
}
#onepoint .technic table.step td.image {
}
#onepoint .technic table.step td img.zoomR {
	margin:7px 0 0 0;
}
#onepoint .bknbr_btn{
	margin:15px 25px 20px 25px;
	width:850px;
}
#onepoint .bknbr_btn p{
	margin:10px 0 0 0;
	padding:10px;
	color:#fff;
	background:#887964;
}
#onepoint .bknbr_btn img{
	margin-right:7px;
}

#onepoint .bknbr_btn.line_top{
	padding-bottom:10px;
	border-top:1px dotted #999;
}

/*-- バックナンバー一覧 --*/
#onepoint .bknbrArea {
	padding:10px 25px 10px 25px;
	width:850px;
}
#onepoint .bknbrArea table {
	float:left;
	width:266px;
	margin:15px 17px 10px 4px;
	font-size:75%;
	border:1px solid #bbb;
}
#onepoint .bknbrArea table.end {
	margin-right:0px;
}
#onepoint .bknbrArea table {
}
#onepoint .bknbrArea table td.image {
	padding:7px 0;
	text-align:center;
}
#onepoint .bknbrArea table td.linktxt {
	padding:4px 10px 10px 10px;
}
#onepoint .bknbrArea table td.linktxt a {
	display:block;
}
#onepoint .bknbrArea table td.linktxt div{
	margin:6px 0 0 0;
	padding:4px;
	background:#f0ede1;
	min-height:30px;
}

/*===========================
■活躍される現場から…
============================*/

#report div.Section{
	clear: both;
	margin: 10px 10px 0;
	width: 930px;
	background:#F1ECDE;
	margin:0px;
	padding:10px;
}
#report div.Section_in{
	display:inline-block;
	background:#FFFFFF;
	height:100%;
}
#report div.LeftBox{
	float:left;
	background:#fff;
	margin:0;
	padding:0px;
	font-size:100%;
}
#report div.RightBox_line{
	float:right;
	background:#fff url(img/report/right_bc.jpg) repeat-y;
	margin:0px;
	padding:30px 5px 50px 5px;
	font-size:90%;
}
#report div.RightBox{
	float:right;
	background:#fff;
	margin:0px;
	padding:30px;
	font-size:90%;
}
*html #report div.RightBox{
	float:right;
	background:#fff;
	margin:0px;
	padding:0px;
	font-size:90%;
}
#report div.Waku {
	margin:20px 10px;
	padding:10px;
}
#report div.Waku p {
	line-height:150%;
	letter-spacing: 0.1em;
}
#report h1 {
	background:none;
	margin:0px;
	padding:0px;
}
#report h2 {
	background:none;
	margin:0px;
	padding:0px;
}
#report p.caption {
	font-size:70%;
	letter-spacing: 0.1em;
	color:#85533A;
	margin:10px;
}
#report div.Waku_memo {
	float:right;
	width:188px;
	height:218px;
	background:#fff url(img/report/memo01.jpg) no-repeat;
	font-size:90%;
	color:#845E48;
	margin:10px 0px;
	padding: 35px 2px 5px 10px;
}
#report div.Waku_memo02 {
	color:#845E48;
	float:right;
	width:388px;
	height:206px;
	background:#fff url(img/report/memo02.jpg) no-repeat;
	font-size:90%;
	margin:20px 0;
	padding: 35px 3px 10px 20px;
}
#report div.Kouki {
	border:1px solid #bbb;
	font-size:90%;
	background:#D5E4F0;
	margin:15px;
	padding:10px;
}

/*===========================
■お役立ちコンテンツ
============================*/

#useful h2.Tab{
	background:url(img/useful/tab.gif) no-repeat;
	width:174px;
	height:31px;
	padding:0px 0 0 0;
	margin:5px 0 0 0;
	text-align:center;
	line-height:220%;
	font-size:90%;
	font-weight:bold;
	color:#5D3B3A;
}
#useful div.Box{
	width:900px;
}
#useful div.Box_Left{
	float:left;
	background:url(img/useful/Box_l_bc.gif) no-repeat;
	width:430px;
	height:380px;
	padding:10px;
	margin:0px;
}
#useful div.Box_Right{
	float:left;
	background:url(img/useful/Box_r_bc.gif) no-repeat;
	width:430px;
	height:380px;
	padding:10px;
	margin:0px;
}
#useful div.Box_Left2{
	float:left;
	background:url(img/useful/Box_l_bc2.gif) no-repeat;
	width:430px;
	height:380px;
	padding:10px;
	margin:0px;
}
#useful div.Box_Right2{
	float:left;
	background:url(img/useful/Box_r_bc2.gif) bottom left no-repeat;
	width:430px;
	height:380px;
	padding:10px;
	margin:0px;
}
#useful h3.seminar{
	background:url(img/useful/icon_seminar.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.express{
	background:url(img/useful/icon_express.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.fb{
	background:url(img/useful/icon_fb.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.cam{
	background:url(img/useful/icon_cam.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.demo{
	background:url(img/useful/icon_demo.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.cd{
	background:url(img/useful/icon_cd.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.parts{
	background:url(img/useful/icon_parts.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.onepoint{
	background:url(img/useful/icon_onepoint.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.movie{
	background:url(img/useful/icon_movie.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.glossary{
	background:url(img/useful/icon_glossary.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.drama{
	background:url(img/useful/icon_drama.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.dc{
	background:url(img/useful/icon_dc.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.interview{
	background:url(img/useful/icon_interview.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.report{
	background:url(img/useful/icon_report.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.report_pro{
	background:url(img/useful/icon_report_pro.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.column{
	background:url(img/useful/icon_column.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.review{
	background:url(img/useful/icon_review.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3.place{
	background:url(img/useful/icon_3dplace.gif) no-repeat;
	font-size:70%;
	line-height:140%;
	padding:10px 0 3px 50px;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#useful h3 strong{
	font-size:130%;
}
#useful div.Box img{
	border:1px solid #bbb;
	margin:5px;
}
#useful div.fb{
	margin:10px 10px 5px 10px;
}
#useful div.Box p.exp{
	font-size:75%;
	height:80px;
}
#useful div.Box p.exp_short{
	font-size:75%;
	height:33px;
}
#useful div.Box p.exp_long{
	font-size:75%;
	height:98px;
}
a#detaillink {
	display: block;
	float:right;
	width: 107px;
	height: 24px;
	text-indent: -2000px; 
	background-image: url(img/useful/btn_detail.jpg); 
 }
a#detaillink:hover {
	background-position: top right;
 }

/*===========================
■新作パーツのご紹介
============================*/
#newparts DIV.Waku{
	background:#E9E6E0;
	padding:15px;
	margin:10px 0;
}
#newparts .Maru{
	color:#5D3B3A;
}
#newparts h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:85%;
	color:#5D3B3A;
	margin:10px 0;
}
#newparts img.Line{
	margin:15px 8px;
}
#newparts h2.Date{
	margin:5px 10px 15px 5px;
	background:#F0EDE1;
	color:#5D3B3A;
	width:230px;
	font-size:85%;
	font-weight:bold;
}
#newparts div.Box{
	width:900px;
}
#newparts div.BoxL{
	margin:5px;
	float:left;
	width:100px;
}
#newparts div.BoxR{
	float:right;
	width:720px;
}
#newparts p.count{
	color:#5D3B3A;
}
#newparts ul.parts{
	width:880px;
	margin:15px 40px;
}
#newparts ul.parts li{
	list-style:none;
	float:left;
	margin:5px;
}
#newparts hr{
	color:#CCCCCC;
	margin:10px 5px;
	height:1px;
}
/*===========================
■ユーザー成功事例
============================*/
#report_pro div.Section{
	clear: both;
	width: 930px;
	background:#F1ECDE;
	margin:0px -7px;
	padding:5px;
}
#report_pro DIV.topback {
	background:url(img/report_pro/top_back.jpg) no-repeat;
	width:930px;
	height:350px;
	padding-bottom:15px;
}
#report_pro DIV.bottomback_w {
	background:#FFFFFF;
	width:930px;
	height:auto;
	margin:0;
}
#report_pro DIV.bottomback {
	background:url(img/report_pro/bottom_back.jpg) no-repeat;
	width:930px;
	height:auto;
	padding-bottom:15px;
	margin:0 15px;
}
#report_pro P.top {
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:85%;
	color:#5D3B3A;
	margin:5px 17px;
}
#report_pro h1 {
	width:897px;
	height:51px;
	background:url(img/report_pro/ttl_back.jpg) no-repeat;
	color:#FFFFFF;
	font-size:23px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb;
	margin:3px 15px 0 15px;
	padding:7px 12px 0 8px;
}
#report_pro h1.Long {
	width:897px;
	height:51px;
	background:url(img/report_pro/ttl_back.jpg) no-repeat;
	color:#FFFFFF;
	font-size:22px;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb, 0 0 1px #bbb;
	margin:3px 15px 0 15px;
	padding:7px 12px 0 8px;
}
#report_pro span.ttl{
	letter-spacing:-0.06em;
}
#report_pro h2 {
	color:#6C4439;
	font-size:23px;
	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;
	background:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#report_pro DIV.LeftBox {
	float:left;
	margin:20px 0 0 15px;
}
#report_pro DIV.RightBox {
	float:right;
	margin:20px 15px 0 0;
}
#report_pro IMG.photo {
	border:solid 5px #DCCEAB;
}
#report_pro DIV.profile {
	background:url(img/report_pro/profile.jpg) no-repeat;
	width:507px;
	height:120px;
	margin:30px 5px 5 5;
	padding:40px 20px 0 10px;
}
#report_pro DIV.profile p{
	padding:0px 20px 0 10px;
}
#report_pro IMG.Waku{
	border: double 6px #FFF;
	background-color: #CCC;
	padding: 1px;
}
#report_pro DIV.message{
	width:893px;
	margin:10px 15px 10px 15px;
	padding:3px;
	border: solid 1px #CCCCCC;
}

#report_pro DIV.message P{
	margin:15px;
}

#report_pro p.caption {
	font-size:75%;
	letter-spacing: 0.1em;
	color:#85533A;
}

#report_pro p.caption_left80 {
	font-size:75%;
	letter-spacing: 0.1em;
	margin-left:80px;
	color:#85533A;
}

/*-- 拡大ボタン付画像 --*/
#report_pro A.GoBigL {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 320px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#report_pro A.GoBig {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 290px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#report_pro A.GoBigM {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 230px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#report_pro A.GoBigS {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 200px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#report_pro A.GoBigSS {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 160px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
#report_pro A.GoBigS3 {
	background:url(/interiorneo/img/tool/btn_zoom.gif) 130px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

/*-- ページ下部 --*/
#report_pro .ReportPager {
	margin:0px 20px;
	width:880px;
	font-size:100%;
	font-weight:bold;
}
#report_pro .ReportPager li {
	list-style:none;
}
#report_pro .ReportPager .PrevBox {
	float:left;
	margin-bottom:10px;
	padding:0px 0px 0px 26px;
	background:url(img/report_pro/btn_back.jpg) left center no-repeat;
}
#report_pro .ReportPager .PrevBox a {
	color:#5D3B3A;
	display:block;
	margin-bottom:10px;
}
#report_pro .ReportPager .NextBox {
	float:right;
	margin-bottom:10px;
	padding:0px 26px 0 0;
	background:url(img/report_pro/btn_next.jpg) right center no-repeat;
}
#report_pro .ProductPager .NextBox a {
	color:#5D3B3A;
	display:block;
	margin-bottom:10px;
}
#report_pro ul.backnum {
	margin: 0 15px;
	height:auto;
	width:860px;
}
#report_pro .backnum li {
	float:left;
	width:400px;
	height:auto;
	margin:10px 10px;
	padding:0;
	font-size:75%;
	list-style:none;
}
#report_pro .backnum li img {
	margin: 0 5px;
}

/*===========================
■今月のユーザー作品のご紹介〜店舗デザイン＆インテリア
============================*/

/*-- 募集ページ --*/

#work div.LeftBox{
	float:left;
	background:url(/interiorneo/img/work/image.jpg) left no-repeat;
	margin:0 0 0 -15px;
	padding:0px;
	width:395px;
	height:938px;
}
#work div.RightBox{
	float:right;
	background:#fff;
	margin:0;
	padding:0px;
	font-size:100%;
	width:512px;
}
#work H1{
	background:none;
	margin:10px -15px;
}
#work H2.Subt{
	background:none;
	margin:15px -15px;
}
#work P{
	margin:5px 10px;
}
#work UL{
	margin:5px 0px 5px 25px;
}
#work P.notice{
	background:#F7F7F7;
	margin:10px;
	padding:6px;
}
TABLE.frm {
	font-size:85%;
	border-collapse: collapse;
	line-height:120%;
}
TABLE.frm TH, TABLE.frm TD {
	border: 1px solid #CCCCB2;
	padding: 10px;
}
TABLE.frm TH {
	background-color: #CCCCB2;
	border-bottom:1px #AEAE86 solid;
}

TABLE.frm TD SPAN.BG {
	background-color: #E6F7E1;
	font-weight:bold;
	padding: 3px;
}

/*-- 作品紹介ページ --*/

#work_syokai H1{
	background:none;
	margin:10px 80px;
}

#work_syokai P.txt{
	font-size:85%;
	text-align:center;
}

#work_syokai IMG.Sakuhin{
	margin:10px 60px;
}

#work_syokai .WorkPager ul {
	width: 765px;
	list-style: none;
	margin:0px 65px;
}

#work_syokai .WorkPager li.PrevBox a {
	display: block;
	float: left;
	background: url(img/work/btn_prev.jpg) no-repeat right top;
	padding: 0;
	height: 40px;
	overflow: hidden;
	width: 74px;
	text-indent: -9999px;
}
#work_syokai .WorkPager li.PrevBox a:hover {
	background-position: right bottom;
}

#work_syokai .WorkPager li.TopBox a {
	float: left;
	display: block;
	background: url(img/work/btn_other.jpg) no-repeat right top;
	height: 40px;
	width: 191px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 210px 10px 210px;
}
#work_syokai .WorkPager li.TopBox a:hover {
	background-position: center bottom;
}

#work_syokai .WorkPager li.NextBox a {
	display: block;
	float: right;
	background: url(img/work/btn_next.jpg) no-repeat right top;
	padding: 0;
	height: 40px;
	overflow: hidden;
	width: 74px;
	text-indent: -9999px;
}
#work_syokai .WorkPager li.NextBox a:hover {
	background-position: right bottom;
}

#work_syokai Table {
	width: 790px;
	margin:10px auto;
	font-size:100%;
	line-height:120%;
	letter-spacing:0.02em;
	padding: 10px;
}
#work_syokai Table th{
	border-top:1px dotted #ddd;
	background:#EADDC5;
	width: 150px;
	font-size:90%;
	padding: 10px;
}
#work_syokai Table tr {
	background:#F4F2F0;
	border-top:1px dotted #ddd;
	padding: 10px;
}
#work_syokai Table td {
	border-top:1px dotted #ddd;
	padding:6px;
	font-size:80%;
	padding: 10px;
}
#work_syokai Div.Bosyu {
	width: 740px;
	margin:50px auto;
	background:#FFF;
	border:#D8D8D8 3px solid;
	padding:10px;
	font-size:100%;
}
#work_syokai Div.Bosyu P{
	margin:10px;
}

/*-- 作品一覧ページ --*/

#work_syokai H2{
	background:#8F877C;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:880px;
	color:#FFF;
	margin: 30px auto;
}

#work_syokai ul.WorkList {
	width:880px;
	list-style: none;
	margin: 10px auto;
	padding: 0;
	font-size:95%;
}

#work_syokai  ul.WorkList li {
	float: left;
	padding: 0px;
	margin: 4px;
	display:block;
	width:285px;
}

#work_syokai .WorkPager li.NewBox a {
	float: left;
	display: block;
	background: url(img/work/btn_saishin.jpg) no-repeat right top;
	height: 40px;
	width: 191px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 30px 290px 0 290px;
}
#work_syokai .WorkPager li.NewBox a:hover {
	background-position: center bottom;
}


/*西村追加*/

.left,.right{
	width: 400px;
}
.left{
	float: left;
}
.right{
	float: right;
	text-align: right;
}

@media only screen and (max-width: 640px){
.left,.right{
	width: 100%;
}
}
@media only screen and (max-width: 1024px){
#MainArea960_row1,#MainArea960_row1 .ContentInner{
	width: 100% !important;
}
DIV#MainArea960_row1 .ContentInner {
	margin:0;
}
#Outline {
	width: 96%;
	padding: 2%;
}
#column .Inner {
	margin:0;
}
DIV#MainArea960_row1 .Section {
	margin:2%;
	padding: 1% 0 0 0;
}
#column .backnumber li {
	float:left;
	width:100%;
	margin-left: 1%;
}
#column .profile, #column .backnumber{
	margin: 0;
}
#profile,#profile_right{
	width: 100%;	
}
}
