@CHARSET "UTF-8";

/* --------------------------------------------
 *                 共通
 * -------------------------------------------- */
@import "./df.css";
@import "./default.css";

/* --------------------------------------------
 *                 common
 * -------------------------------------------- */
/**
{
	padding: 0px;
	margin: 0px;
}
*/
body
{
	font-size:12px;
}

a{
	color:#317db9;
	text-decoration:none;
}

a:visited{
	color:#873c5b;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:underline;
}

/* --------------------------------------------
 *                 layout
 * -------------------------------------------- */
#cms_header
{
	position:relative;
	width:960px;
	height:130px;
	margin:auto;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-align:left;
	z-index: 1px;
}

#cms_body3
{
	clear: both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
	z-index: 1;
}

#cms_body2
{
	clear: both;
	width:784px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

#cms_body1
{
	clear: both;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	line-height: 20px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

#cms_footer
{
	width:960px;
	margin:auto;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-align: right;
	font-size: 10px;
}

.cms_container {
    overflow: hidden;
}

.cms_container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .cms_container {
    height: 1em;
    overflow: visible;
}
/**/

/* --------------------------------------------
 *                 body
 * -------------------------------------------- */
#cms_body_left
{
	float:left;
	width:212px;
	position: relative;
	z-index: 1;
}

#cms_body_center
{
	float:left;
	width:510px;
	
	margin-left:4px;
	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
	position: relative;
	z-index: 1;
}

#cms_body_right
{
	float:right;
	width:212px;
	position: relative;
	z-index: 1;
}

/* --------------------------------------------
 *                 parts
 * -------------------------------------------- */

/* --------------------------------------------
 *                 マイアドパーク
 * -------------------------------------------- */
#cms_parts_favorite ul {
	list-style: none;
}

#cms_parts_favorite ul li {
	float: left;
	margin-left:4px;
}

#cms_parts_favorite li.cms_favorite_help a
{
	width: 110px;
	height: 26px;
	display: block;
	background:url('../template/01/top_use.gif') no-repeat center;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_favorite li.cms_favorite_list a
{
	width: 139px;
	height: 26px;
	display: block;
	background:url('../template/01/top_okini.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_favorite li.cms_favorite_condition a
{
	width: 165px;
	height: 26px;
	display: block;
	background:url('../template/01/top_kensaku.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}


/* --------------------------------------------
 *                 汎用block
 * -------------------------------------------- */
.cms_block
{
	margin: 0px;
	width:210px;
}

.cms_block_default_title
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:18px;
	background-position:bottom;
	background-image:url(../template/01/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:white;
}

.cms_block_default_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_default_center
{
	padding-top: 2px;
	width:188px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_default_center ul
{
	list-style:none;
}

.cms_block_default_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_default_center ul li div
{
	line-height: 20px;
}

.cms_block_default_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_default_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_default_image
{
	width:188px;
	border:none;
	display:block;
/*	margin:auto;*/
	padding-left:0px;
	padding-bottom:10px;
}

/* --------------------------------------------
 *                 アイコン
 * -------------------------------------------- */
.cms_block_icon_all
{
	float:right;
}

.cms_top_corner_new .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_osusume .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_topic .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_top_corner_post .cms_block_icon_all{
	margin-top:-38px;
	margin-right:15px;
	display:inline;
}

.cms_block_icon_all a{
	background:url('../template/01/go_list.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-top:10px;
	height:28px;
	width:52px;
}

.cms_block_icon_all a:active,
.cms_block_icon_all a:focus,
.cms_block_icon_all a:hover{
	background:url('../template/01/go_list_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-top:10px;
	height:28px;
	width:52px;
}

.cms_corner_shop_all
{
	float:right;
	display:inline;
	margin-top:5px;
	margin-right:5px;
}

.cms_corner_shop_all a {
	background:url('../template/01/go_shoplist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:82px;
}

.cms_corner_shop_all a:active,
.cms_corner_shop_all a:focus,
.cms_corner_shop_all a:hover{
	background:url('../template/01/go_shoplist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:82px;
}

.cms_corner_sales_all
{
	float:right;
	display:inline;
	margin-top:5px;
	margin-right:5px;
}

.cms_corner_sales_all a {
	background:url('../template/01/go_saleslist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:104px;
}

.cms_corner_sales_all a:active,
.cms_corner_sales_all a:focus,
.cms_corner_sales_all a:hover{
	background:url('../template/01/go_saleslist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:104px;
}

.cms_block_icon_detail
{
	float:right;
	display:inline;
}

.cms_block_icon_detail a{
	background:url('../template/01/go_detail.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:52px;
	margin:8px 0px 4px 0px;
}

.cms_block_icon_detail a:active,
.cms_block_icon_detail a:focus,
.cms_block_icon_detail a:hover{
	background:url('../template/01/go_detail_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:52px;
	margin:8px 0px 4px 0px;
}

.cms_saleslist_corner_main .cms_block_icon_detail{
	margin-top:-37px;
	margin-right:8px;
}

.cms_shoplist_corner_main .cms_block_icon_detail{
	margin-top:-37px;
	margin-right:8px;
}

/* --------------------------------------------
 *                 定義済みblock
 * -------------------------------------------- */
/* --- railway ---*/
.cms_block_railway_title
{
	height:32px;
	background-position:bottom;
	background-image:url(../template/01/l1_sagasu_rosen.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_railway_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_railway_center
{
	width:186px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_railway_category
{
	font-weight:bold;
}

.cms_block_railway_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_railway_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:8px;
}

.cms_block_railway_center div ul li div
{
	line-height: 14px;
	background-image:url(../template/01/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_railway_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_railway_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_railway_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
	margin-bottom:4px;
}

/* --- station ---*/
.cms_block_station_title
{
	height:32px;
	background-position:bottom;
	background-image:url(../template/01/h_stationsearch_side.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_station_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_station_center
{
	width:186px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_station_category
{
	font-weight:bold;
}

.cms_block_station_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_station_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:8px;
}

.cms_block_station_center div ul li div
{
	line-height: 14px;
	background-image:url(../template/01/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_station_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_station_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_station_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}

.cms_block_station_center div ul li div.cms_block_station_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;

	margin-top:4px;
	padding-bottom:2px;
	border-bottom:1px dotted gray;
}

/* --- area ---*/
.cms_block_area_title
{
	height:34px;
	background-position:bottom;
	background-image:url(../template/01/l2_sagasu_area.gif);
	background-repeat: no-repeat;
	border:solid #CCCCCC 1px;
}

.cms_block_area_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_area_center
{
	width:186px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_area_category
{
	font-weight:bold;
}

.cms_block_area_center div ul
{
	list-style:none;
	margin-top:-4px;
	margin-bottom:6px;
}

.cms_block_area_center div ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_area_center div ul li div
{
	line-height: 14px;
	background-image:url(../template/01/icon_whatsnew.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_area_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_area_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_area_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
}

.cms_block_area_center div ul li div.cms_block_area_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;

	margin-top:4px;
	padding-bottom:2px;
	border-bottom:1px dotted gray;
}

/* --- mobile ---*/
.cms_block_mobile_title
{
	height:27px;
	background-position:bottom;
	background-image:url(../template/01/l5_keitai.png);
	background-repeat: no-repeat;
}

.cms_block_mobile_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_mobile_center
{
	width:190px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_element_mobile_qrcode,
.cms_bind_mobile_qrcode
{
	float:left;
}

.cms_block_mobile_image
{
}

.cms_block_mobile_msg
{
	float:left;
	font-size:10px;
	line-height:18px;
}
	
.cms_block_mobile_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_mobile_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- topic ---*/
.cms_block_topic_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/01/l3_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_block_topic_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_topic_center
{
	width:190px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_topic_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_topic_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_topic_center li
{
	list-style-image: url(../template/01/icon_whatsnew.gif);
	list-style-position:outside;
	margin: 8px 0 0 20px;
	border-bottom:dotted 1px #cccccc;
}

/* --- post ---*/
.cms_block_post_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/01/h_blog_side.gif);
	background-repeat: no-repeat;
}

.cms_block_post_left
{
	padding-top: 0px;
	padding-left: 8px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_post_center
{
	width:190px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_post_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_post_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.cms_block_post_center li
{
	list-style-image: url(../template/01/icon_whatsnew.gif);
	list-style-position:outside;
	margin: 8px 0 0 20px;
	border-bottom:dotted 1px #cccccc;
}

/* --- sales ---*/
.cms_block_sales_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/01/r_midasi_eigyo.gif);
	background-repeat: no-repeat;
}

.cms_block_sales_left
{
	padding-top: 0px;
	padding-left: 12px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_sales_center
{
	width:182px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_sales_center ul
{
	list-style:none;
}

.cms_block_sales_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_sales_center ul li div
{
	line-height: 20px;
}

.cms_block_sales_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_sales_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- shop ---*/
.cms_block_shop_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/01/r_midasi_tenpo.gif);
	background-repeat: no-repeat;
}

.cms_block_shop_left
{
	padding-top: 0px;
	padding-left: 12px;
	width:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: left;
	background-repeat: repeat-y;
}

.cms_block_shop_center
{
	width:182px;
	border-top:solid white 1px;
	border-bottom:solid white 1px;
}

.cms_block_shop_center ul
{
	list-style:none;
}

.cms_block_shop_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_shop_center ul li div
{
	line-height: 20px;
}

.cms_block_shop_right
{
	background-image:url(../template/01/block_frame.png);
	background-position: right;
	background-repeat: repeat-y;
}

.cms_block_shop_footer
{
	clear:both;
	height:4px;
	background-image:url(../template/01/block_frame.png);
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* --- 特集・物件検索 ---*/
ul.cms_block_bukken li
{
	display:block;
	line-height:0px;
}

ul.cms_block_bukken li a
{
	line-height: 20px;
}

ul.cms_block_tokushu li
{
	display:block;
	line-height:0px;
}

ul.cms_block_tokushu li a
{
	line-height: 20px;
}

/* --------------------------------------------
 *                 corner(汎用)
 * -------------------------------------------- */
.cms_corner_title_default
{
	height:24px;
	background-image:url(../image/header_default.gif);
	background-repeat: no-repeat;
	
	padding-left:24px;
	padding-top:6px;
}

.cms_corner_topic_all
{
	clear:both;
	text-align:right;
}
		
.cms_corner_icon_pagetop
{
	margin-top:10px;
	margin-bottom:4px;
	text-align:right;
}

/* --------------------------------------------
 *                 corner(top)
 * -------------------------------------------- */

/* --- サマリー ---*/
.cms_top_corner_summary
{
	height:128px;
}

/* --- 路線 ---*/
.cms_top_corner_linemap
{
	height:128px;
}

/* --- 物件 ---*/
.cms_top_corner_search
{
	background:url(../template/01/bg_center.png) repeat-y;
	margin-bottom:10px;
}

.cms_top_corner_search_header
{
	height:32px;
	background-image:url(../template/01/center1_kensaku.gif);
	background-repeat: no-repeat;
}

.cms_output_search
{
	padding:10px;
	background:url(../template/01/foot_center.png) left bottom no-repeat;
}

.cms_output_search table tr td
{
	vertical-align:top;
}

.cms_top_corner_search_item3
{
	float:left;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	width:130px;
}

.cms_top_corner_search_item3 a span{
	padding-left:2em;
	background:url('../template/01/icon_simple_arrow.gif') 1px no-repeat;
  	background-position:0px 5px;
	display:block;
}

.cms_top_corner_search_item3 a img{
	padding-left:2em;
	width:118px;
	border:none;
}

/* --- 新着 ---*/
.cms_top_corner_new
{
	background:url(../template/01/foot_center.png) left bottom no-repeat;
	margin-bottom:16px;
}

.cms_top_corner_new_header
{
	height:32px;
	background:url('../template/01/center2_new.gif') no-repeat;
}

.cms_output_new
{
	padding:10px 15px;
	background:url('../template/01/bg_center.png') repeat-y;
}

.cms_output_new table
{
	border-collapse:collapse;
	border:solid 2px white;
}

.cms_output_new table tr td
{
	padding:0;
	vertical-align:top;
	border-bottom:solid #a1a1a1 1px;
}

.cms_top_corner_new_item3
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	width:140px;
}

.cms_top_corner_new_desc
{
	font-size:12px;
	line-height:18px;
}

.cms_top_corner_new_separator
{
	padding-top:1px;
	background:url('../template/01/dotted01.png') top repeat-x;
}

.cms_top_corner_new_link
{
	float:right;
}

.cms_top_corner_new_link a{
	background:url('../template/01/go_detail.gif') no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	height:21px;
	width:52px;
}

.cms_top_corner_new_image
{
	width:120px;
	border:none;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

.cms_top_corner_new_left
{
	float:left;
	width:130px;
}

.cms_top_corner_new_right
{
	float:left;
	padding-left:10px;
	width:340px;
}

/* --- オススメ ---*/
.cms_top_corner_osusume
{
	background:url(../template/01/foot_center.png) left bottom no-repeat;
	margin-bottom:16px;
}

.cms_top_corner_osusume_header
{
	height:32px;
	background:url('../template/01/center3_osusume.gif') no-repeat;
}

.cms_output_osusume
{
	padding:10px 15px;
	background:url('../template/01/bg_center.png') repeat-y;
}

.cms_output_osusume table
{
	border-collapse:collapse;
	border:solid 2px white;
}

.cms_output_osusume table tr td
{
	padding:0;
	vertical-align:top;
	border-bottom:solid #a1a1a1 1px;
}

.cms_top_corner_osusume_item3
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	width:140px;
}

.cms_top_corner_osusume_desc
{
	font-size:12px;
	line-height:18px;
}

.cms_top_corner_osusume_separator
{
	padding-top:1px;
	background:url('../template/01/dotted01.png') top repeat-x;
}

.cms_top_corner_osusume_link
{
	float:right;
}

.cms_top_corner_osusume_link a{
	background:url('../template/01/go_detail.gif') no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	height:21px;
	width:52px;
}

.cms_top_corner_osusume_image
{
	width:120px;
	border:none;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

.cms_top_corner_osusume_left
{
	float:left;
	width:130px;
}

.cms_top_corner_osusume_right
{
	float:left;
	padding-left:10px;
	width:340px;
}

/* --- 特集 ---*/
.cms_top_corner_tokushu
{
	margin-bottom:10px;
	background:url('../template/01/bg_center.png') repeat-y;
}

.cms_top_corner_tokushu_header
{
	height:32px;
	background-image:url(../template/01/center4_tokusyuu.gif);
	background-repeat: no-repeat;
}

.cms_output_tokushu
{
	background:url('../template/01/foot_center.png') left bottom no-repeat;
}

.cms_output_tokushu table
{
	margin:5px;
	border-collapse:collapse;
	border:solid 1px white;
}

.cms_output_tokushu table tr td
{
	padding:0;
	vertical-align:top;
	border:dotted #CCCCCC 1px;
}

.cms_top_corner_tokushu_item4
{
	float:left;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	width:112px;
	font-size:16px;
	text-align:center;
}

.cms_top_corner_tokushu_item4 a span{
}

.cms_top_corner_tokushu_item4 a img{
	padding-left:2px;
	width:96px;
	border:none;
}

/* --- トピックス ---*/
.cms_top_corner_topic
{
	background:url('../template/01/foot_center.png') left bottom no-repeat;
	margin-bottom:16px;
}

.cms_top_corner_topic_header
{
	height:32px;
	background-image:url(../template/01/center5_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_output_topic
{
	background:url('../template/01/bg_center.png') repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

.cms_output_topic table
{
	width:490px;
}

.cms_output_topic table tr{
}

.cms_output_topic table tr.cms_top_corner_topic_first_tr{
	background:none;
}

.cms_output_topic table td{
  border-bottom:dotted #A8A8A8 1px;
}

.cms_top_corner_topic_date
{
  padding-left:20px;
  background-image:url(../template/01/icon_whatsnew.gif);
  background-repeat: no-repeat;
  background-position:0px 4px;
  vertical-align:top;
  width:65px;
}

/* --- 投稿 ---*/
.cms_top_corner_post
{
	position:relative;
	background:url('../template/01/foot_center.png') left bottom no-repeat;
	margin-bottom:16px;
}

.cms_top_corner_post_header
{
	height:32px;
	background-image:url(../template/01/h_blog_center.gif);
	background-repeat: no-repeat;
}

.cms_block_icon_rss
{
	display:block;
	position:absolute;
	top:8px;
	right:14px;
	width:14px;
	height:14px;
	background-image:url(../template/01/feed-icon-14x14.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

.cms_output_post
{
	background:url('../template/01/bg_center.png') repeat-y;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
}

.cms_output_post table
{
	width:490px;
}

.cms_output_post table tr{
	vertical-align:top;
}

.cms_output_post table tr.cms_top_corner_post_first_tr{
	background:none;
}

.cms_output_post table td{
	border-bottom:dotted #A8A8A8 1px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

.cms_top_corner_post_image
{
	width:90px;
	height:90px;
}	

.cms_top_corner_post_image img
{
	display:block;
	max-width:80px;
	max-height:80px;
	margin-left:0px;
	border:none;
}

*html .cms_top_corner_post_image img {
	display:block;
	width:80px;
	margin-left:0px;
	border:none;
}

.cms_top_corner_post_sub_header
{
	border-bottom:solid 2px #A8A8A8;
	margin-bottom:3px;
}

.cms_top_corner_post_body
{
	width:400px;
	word-wrap: break-word;	
	overflow:auto;
}
	
.cms_top_corner_post_link
{
	float:right;
	padding-right:8px;
	padding-bottom:0px;
}

/* --------------------------------------------
 *                 corner(shoplist)
 * -------------------------------------------- */
.cms_shoplist_corner_summary
{
	height:128px;
}

.cms_shoplist_corner_main
{
}

.cms_shoplist_corner_main_header
{
	height:32px;
	background-image:url(../template/01/center8_shoplist.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_shoplist_corner_main_rowA
{
	border:solid #adbac3 1px;
	padding-bottom:40px;
}

.cms_shoplist_corner_main_rowB
{
	border:solid #adbac3 1px;
}

.cms_shoplist_corner_main_image
{
	float:left;
	padding-top:16px;
	padding-bottom:4px;
	width:180px;
}

.cms_shoplist_corner_main_image img
{
	width:150px;
	margin:auto;
	border:none;
	display:block;
}

.cms_shoplist_corner_main_name
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	width:320px;
	height:30px;
	background:url('../template/01/line01.png') bottom repeat-x;
}

.cms_shoplist_corner_main_info
{
	float:left;
	width:320px;
}

.cms_shoplist_corner_main_desc
{
	padding-top:8px;
}

.cms_shoplist_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_shoplist_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

/* --------------------------------------------
 *                 corner(shop)
 * -------------------------------------------- */
.cms_shop_corner_summary
{
	height:128px;
}

.cms_shop_corner_main
{
}

.cms_shop_corner_main_header
{

	height:32px;
	background-image:url(../template/01/center9_shop.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_element_shop_info,
.cms_bind_shop_info
{
	border:solid #adbac3 1px;
	padding-bottom:35px;
}

/*\*/
* html .cms_element_shop_info,
* html .cms_bind_shop_info
{
	height:1%;
	position:relative;
	padding-bottom:10px;
}
/**/

.cms_shop_corner_main_image
{
	padding-top:16px;
	padding-bottom:4px;
	float:left;
	width:190px;
}

.cms_shop_corner_main_image img
{
	width:160px;
	margin:auto;
	border:none;
	display:block;
}

.cms_shop_corner_main_name
{
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:16px;
	width:300px;
	color:#4E4C1E;
	background:url('../template/01/line01.png') bottom repeat-x;
}

.cms_shop_corner_main_info
{
	float:left;
	width:300px;
}

.cms_shop_corner_main_desc
{
	padding-top:8px;
}

.cms_shop_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_shop_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

.cms_shop_corner_map
{
	width:460px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.cms_shop_corner_map_text
{
	text-align:left;
}
	
.cms_shop_corner_map iframe
{
	padding-top:10px;
	width:460px;
	height:350px;
}

/* --------------------------------------------
 *                 corner(saleslist)
 * -------------------------------------------- */
.cms_saleslist_corner_summary
{
	height:128px;
}

.cms_saleslist_corner_main
{
}

.cms_saleslist_corner_main_header
{
	height:32px;
	background-image:url(../template/01/center7_saleslist.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_saleslist_corner_main_rowA
{
	border:solid #adbac3 1px;
	padding-bottom:40px;
}

.cms_saleslist_corner_main_rowB
{
	border:solid #adbac3 1px;
}

.cms_saleslist_corner_main_image
{
	float:left;
	width:180px;
	min-height:10px;
}

.cms_saleslist_corner_main_image img
{
	padding-top:16px;
	padding-bottom:4px;
	width:150px;
	margin:auto;
	border:none;
	display:block;
}

.cms_saleslist_corner_main_name
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	width:320px;
	height:30px;
	background:url('../template/01/line01.png') bottom repeat-x;
}

.cms_saleslist_corner_main_info
{
	float:left;
	width:320px;
}

.cms_saleslist_corner_main_desc
{
	padding-top:8px;
}

.cms_saleslist_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

.cms_saleslist_corner_main_msg
{
	margin-top:32px;
	line-height:16px;
}

.cms_saleslist_corner_main_profiletitle
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px 
}

.cms_saleslist_corner_main_profile
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

/* --------------------------------------------
 *                 corner(sales)
 * -------------------------------------------- */
.cms_sales_corner_summary
{
	height:128px;
}

.cms_sales_corner_main
{
}

.cms_sales_corner_main_header
{
	height:32px;
	background-image:url(../template/01/center10_sales.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_element_sales_info,
.cms_bind_sales_info
{
	border:solid #CCCCCC 1px;
	padding-bottom:35px;
}

/*\*/
* html .cms_element_sales_info,
* html .cms_bind_sales_info
{
	height:1%;
	position:relative;
	padding-bottom:10px;
}
/**/

.cms_sales_corner_main_image
{
	float:left;
	padding-top:16px;
	padding-bottom:4px;
	width:190px;
}

.cms_sales_corner_main_image img
{
	width:160px;
	margin:auto;
	border:none;
	display:block;
}

.cms_sales_corner_main_name
{
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding-top:16px;
	color:#4E4C1E;
	background:url('../template/01/line01.png') bottom repeat-x;
}

.cms_sales_corner_main_info
{
	float:left;
	width:300px;
}

.cms_sales_corner_main_desc
{
	padding-top:8px;
}

.cms_sales_corner_main_msg
{
	margin-top:28px;
	line-height:16px;
}

.cms_sales_corner_main_profiletitle
{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px 
}

.cms_sales_corner_main_profile
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

.cms_sales_corner_customer_header
{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px 
}

.cms_sales_corner_customer_row
{
	padding-top:20px;
}

.cms_sales_corner_customer_image
{
	float:left;
	width:190px;
	min-height:10px;
}

.cms_sales_corner_customer_image img
{
	width:140px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.cms_sales_corner_customer_info
{
	float:left;
	width:300px;
}

.cms_sales_corner_customer_comment
{
	font-size:10px;
	line-height:14px;
	margin-top:6px;
}

.cms_sales_corner_main_desc li
{
	line-height:16px;
	list-style: none;
}

/* --------------------------------------------
 *                 corner(faq)
 * -------------------------------------------- */
.cms_faq_corner_summary
{
	height:128px;
}

.cms_faq_corner_main
{
	margin-bottom:32px;
	background:url(../template/01/bg_center.png) repeat-y;
}

.cms_faq_corner_main hr
{
	margin-left:10px;
	margin-right:10px;
}

.cms_faq_corner_main_header
{
	height:32px;
	background-image:url(../template/01/center6_faq.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.cms_faq_corner_main_head
{
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}

.cms_faq_corner_main_head div ol li
{
	display:block;
	padding-top:4px;
	padding-left:2px;
	border-bottom:dotted 1px #A9A9A9;
}

.cms_faq_corner_main_head div ol li a
{
	display:block;
	line-height:22px;
	padding-left:40px;
	padding-right:8px;
	background-image:url('../template/01/icon_question.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}
	
.cms_faq_corner_main_body
{
	background:url('../template/01/foot_center.png') bottom no-repeat;
	padding-bottom:14px;
	
	padding-left:10px;
	padding-right:10px;
}

.cms_faq_row_pair
{
	padding-top:4px;
	padding-bottom:28px;
	
	padding-left:2px;
}

.cms_faq_row_question
{
	padding-left:40px;
	padding-right:8px;
	line-height:28px;
	
	background-image:url('../template/01/icon_question.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	
	font-weight:bold;
	font-size:17px;
	color:#C88C70;
	
	border-bottom:dotted 1px #A9A9A9;
}

.cms_faq_row_answer
{
	margin-top:8px;
	padding-left:40px;
	line-height:20px;
	background:url('../template/01/icon_answer.png') no-repeat top left;
}

/* --------------------------------------------
 *                 corner(topiclist)
 * -------------------------------------------- */
.cms_topiclist_corner_summary
{
	height:128px;
}

.cms_topiclist_corner_main
{
	background:url('../template/01/foot_center.png') bottom no-repeat;
	margin-bottom:32px;
}

.cms_topiclist_corner_main_header
{
	height:32px;
	text-indent:-9999px;
	background-image:url(../template/01/center5_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_output_topic
{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
}

.cms_output_topics tr{
	background:url('../template/01/dotted01.png') repeat-x;
}

/* --------------------------------------------
 *                 corner(newlist)
 * -------------------------------------------- */
.cms_newlist_corner_summary
{
	height:128px;
}

.cms_newlist_corner_main
{
	background:url(../template/01/foot_center.png) bottom no-repeat;
	margin-bottom:16px;
}

.cms_newlist_corner_main_header
{
	height:32px;
	background:url('../template/01/center2_new.gif') no-repeat;
	text-indent:-9999px;
}

/* --------------------------------------------
 *                 corner(osusumelist)
 * -------------------------------------------- */
.cms_osusumelist_corner_summary
{
	height:128px;
}

.cms_osusumelist_corner_main
{
	background:url(../template/01/foot_center.png) bottom no-repeat;
	margin-bottom:16px;
}

.cms_osusumelist_corner_main_header
{
	height:32px;
	background:url('../template/01/center3_osusume.gif') no-repeat;
	text-indent:-9999px;
}

/* --------------------------------------------
 *                 contact用
 * -------------------------------------------- */
div.cms_contact_corner_main_header
{
	height:32px;
	width:630px;
	font-size:14px;
	font-weight:bold;
	background-image:url(../template/01/center12_contact.gif);
	background-repeat: no-repeat;
	text-indent:25px;
	padding: 8px 0px 0px 0px;
}

div.cms_formitem
{
	background-image:url(../template/01/formbk.png);
	background-repeat: repeat-y;
}

/* --------------------------------------------
 *                 editor
 * -------------------------------------------- */
.mceNonEditable
{
	background-color:#ddd;
	border:dashed #aaa 3px;
}

.mceInvisible
{
	background-color:#ddd;
	border:dashed #f00 3px;
}

/* --------------------------------------------
 *                 custom
 * -------------------------------------------- */
li.cms_block_default_list {
	display:list-item;
	list-style-image:url('../template/01/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 16px;
	padding-top:0px;
	width: auto;
	line-height:22px;
}

li.cms_block_default_list a {
	margin-left:0px;
}

ul.cms_block_default_list li {
	display:list-item;
	list-style-image:url('../template/01/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 16px;
	padding-top:0px;
	width: auto;
	line-height:22px;
}

ul.cms_block_default_list li a {
	margin-left:0px;
}

/* --------------------------------------------
 *                 blog
 * -------------------------------------------- */
.widget_archive,.widget_categories,.widget_recent_entries,.widget_tag_cloud
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-position:left top;
	background-image:url(../template/01/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:white;
	padding-top:1px;
}

.cms_blog_title
{
	background-image:url(../template/01/h_blog_title.gif);
	background-repeat: no-repeat;
	height:30px;
}

.cms_blog_title a
{
	text-decoration:none;
	display:block;
	color:#CF650F;
	font-weight:bold;
	padding-left:32px;
	padding-top:6px;
}

.cms_blog_title a:visited
{
	text-decoration:none;
	color:#CF650F;
}	

.cms_blog_title a:hover
{
	text-decoration:none;
	color:#CF650F;
}	

.cms_blog_post_navi
{
	padding-top:8px;
	font-size:12px;
	text-align:center;
}

/* --- 投稿 ---*/
.cms_sales_corner_post_header
{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#6E6E3E;
	border-bottom:solid #6E6E3E 2px 
}

.cms_output_sales_post
{
	margin-left:16px;
	margin-right:16px;
	padding-bottom:10px;
}

.cms_output_sales_post table
{
	width:480px;
}

.cms_output_sales_post table tr{
	vertical-align:top;
}

.cms_output_sales_post table tr.cms_sales_corner_post_first_tr{
	background:none;
}

.cms_output_sales_post table td{
	border-bottom:dotted #A8A8A8 1px;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

.cms_sales_corner_post_image
{
	width:90px;
	height:90px;
}	

.cms_sales_corner_post_image img
{
	display:block;
	max-width:80px;
	max-height:80px;
	margin-left:0px;
	border:none;
}

*html .cms_sales_corner_post_image img {
	display:block;
	width:80px;
	margin-left:0px;
	border:none;
}

.cms_sales_corner_post_sub_header
{
	border-bottom:solid 2px #A8A8A8;
	margin-bottom:3px;
}

.cms_sales_corner_post_body
{
	width:390px;
	word-wrap: break-word;	
	overflow:auto;
}
	
.cms_sales_corner_post_link
{
	float:right;
	padding-right:8px;
	padding-bottom:0px;
}



/*プレイス専用css*/
/*reset.css==========================================================================*/

/*=Initialization=====================================*/
body {	margin:0;	padding:0;	}
p,br {	margin:0;	padding:0;	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding:0px;
	} 
ul, ol {	list-style: none;	}
ul, ol, li, dl, dt, dd, img {
	margin: 0;
	padding:0;
	border: 0;
	}
th,td {
	font-style:normal;
	font-weight:normal;
/*	padding:0;*/
	}
br {
	margin: 0;
	padding:0;
	border: 0;
	letter-spacing:0; 
	}


/*======================================*/
.float-r {		float:right;}
.float-r img {	margin-left:15px; margin-bottom:5px;}
.float-l {		float:left;}
.float-l img {	margin-right:15px; margin-bottom:5px;}

.t-left {	text-align:left;}
.t-center {	text-align:center;}
.t-right {	text-align:right;}

/*=margin=*/
.mt02 {	margin-top:2px; }
.mt03 {	margin-top:3px; }
.mt05 {	margin-top:5px; }
.mt08 {	margin-top:8px; }
.mt10 {	margin-top:10px; }
.mt15 {	margin-top:15px; }
.mt20 {	margin-top:20px; }
.mt25 {	margin-top:25px; }
.mt30 {	margin-top:30px; }
.mt35 {	margin-top:35px; }
.mt40 {	margin-top:40px; }
.mt45 {	margin-top:45px; }
.mt50 {	margin-top:50px; }

.mb05 {	margin-bottom:5px; }
.mb10 {	margin-bottom:10px; }
.mb15 {	margin-bottom:15px; }
.mb20 {	margin-bottom:20px; }
.mb25 {	margin-bottom:25px; }
.mb30 {	margin-bottom:30px; }
.mb40 {	margin-bottom:40px; }
.mb50 {	margin-bottom:50px; }

.ml05 {	margin-left:5px; }
.ml10 {	margin-left:10px; }
.ml15 {	margin-left:15px; }
.ml20 {	margin-left:20px; }
.ml25 {	margin-left:25px; }
.ml30 {	margin-left:30px; }
.ml40 {	margin-left:40px; }
.ml50 {	margin-left:50px; }

.mr05 {	margin-right:5px; }
.mr10 {	margin-right:10px; }
.mr15 {	margin-right:15px; }
.mr20 {	margin-right:20px; }
.mr25 {	margin-right:25px; }
.mr30 {	margin-right:30px; }
.mr40 {	margin-right:40px; }
.mr50 {	margin-right:50px; }

/*=clearfix=*/
.clearfix:after {
	content: "."; 
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	margin-bottom:20px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*base.css==========================================================================*/


/*=body=====================================*/
html	{	font-size:16px; *font-size:medium; overflow-y:scroll;}
body {
	color:#333333
	line-height:1.8em;
	/*font-size:62.5%;*/		/*defalt  1.0em==10px*/
	background:#FFFFFF url(http://www.place-gr.co.jp/images/share/bg_body02.gif) center top repeat-X;
}

/*=frame=====================================*/
#headContents,
#container,
#footContents {
	width:900px;
}

#headContents {
	position:relative;
	height:104px;
	text-align:left;
	background:transparent url(http://www.place-gr.co.jp/images/share/bg_header.gif) center bottom no-repeat;
	margin:0px auto 0;
	padding-top:9px;
}
		/*=head=*/
		h1 {
			height:1.0em;
			padding-top:7px;
			margin-left:91px;
		}
		#logo {
			float:left;
			padding:7px 17px 0 10px;
			
		}
		#inquiryBtn {
			float:right;
			margin-top:10px;
			padding-left:5px;
		}
		#tel {
			text-align:right;
			margin:10px 0 3px;
		}
		
		/*=LoginMenu=*/
		#LoginMenu {
			position:absolute;
			top:9px;
			right:0px;
			text-align:right;
		}
		#LoginMenu a {	color:#0400bf;	}
		#LoginMenu li,
		#LoginMenu li a {
			display:inline;
			text-align:left;
			background:transparent top left no-repeat;
			margin-left:10px;
			padding:3px 0;
		}
		#LoginMenu li.notLogin {	padding-left:15px;	background-image:url(http://www.place-gr.co.jp/images/share/ico_notLogin.gif) ; font-weight:bold; }
		#LoginMenu li.already {		padding-left:15px;	background-image:url(http://www.place-gr.co.jp/images/share/ico_already.gif) ; font-weight:bold; }
		#LoginMenu li.addMember a {	padding-left:15px;	background-image:url(http://www.place-gr.co.jp/images/share/ico_addMember.gif) ; }
		#LoginMenu li.Login a {		padding-left:18px;	background-image:url(http://www.place-gr.co.jp/images/share/ico_Login.gif) ; }
		#LoginMenu li.Logout a {		padding-left:15px;	background-image:url(http://www.place-gr.co.jp/images/share/ico_Logout.gif) ; }

		/*=menu=>[naci.css]=*/

/*=cont=====================================*/
#container {
	clear:both;
	width:900px;
	margin:0px auto 0;
}
#mainContents {
	float:left;
	width:690px;
	font-size:1.4em;
	line-height:1.8em;
}
#rightContents {
	float:right;
	width:201px;
}
/*=footer=====================================*/
#footWrap {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:9px 0 15px;
	border-top:1px solid #CCCCCC;
}

#footContents {
	width:900px;
	margin:0 auto;
}
#footLink {
	height:10px;
	border-left:1px solid #333333;
}
#footLink li {
	float:left;
	padding:0 5px 0 6px;
	border-right:1px solid #333333;
}
#copyright {
	position:relative;
	float:right;
	letter-spacing:0.1em;
	margin-top:-12px;
}



/*common.css==========================================================================*/


/*=<a>=====================================*/
a {	color:#323232;	text-decoration:underline;}
a:visited { color:#4e4e4e; }
a:hover {	color:#666666;	text-decoration:none;}

/*=caption/clear/hr=====================================*/
.cap { font-size:1.0em;	line-height:1.5em; text-align:right; }
.cap.bottom {	margin-top:20px;}

.clear {	clear: both; 	}

hr {
	display:none;
	margin: 0;
	padding:0;
}
.hr {
	height:1px;
	line-height:1px;
	border-top:1px solid #686666;
}

/*table {
	border-collapse: separate;
	border-collapse: collapse;	
}*/

/*=formatParts=====================================*/

/*=navigationSkip=*/
span#naviSkip {
  position: absolute;
  top: 0;
  left: 0;
}

p.noscript {
	position:absolute;
	top:9px;
	right:0px;
	color:#FFFFFF;
	text-align:right;
	background-color:#333333;
	padding:5px;
}

/*=panNavi=*/
#panNavi {
	margin:2px 0 23px;
}

/*=sNavi=*/
#sNavi li {
	display:inline;
	padding-right:8px;
}

/*=flowNavi=*/
#flowNavi {
	background:url(http://www.place-gr.co.jp/images/share/line_flowNavi.gif) 0px 0px no-repeat;
	margin-top:15px;
	margin-bottom:23px;
	padding-top:25px;
}
#flowNavi li {
	display:inline;
}
/*=Nextbutton=*/
.unit.btn_next {
	text-align:right;
	padding-bottom:0;
}

/*=Midashi=*/

h2 {
	margin-bottom:6px;
}
h3 {
	margin:10px 0 5px;
}
	#mainContents h3 {	margin:16px 0 30px;}


/*=textDeco=*/
.unit {
	padding:0 11px 16px 15px;
}


/*=textDeco=*/
#mainContents strong {
	color:#c50119;
	font-weight:bold;
}
#mainContents em {
	color:#c50119;
	font-weight:bold;
}
#mainContents strong.colorNormal {
	color:#000;
}
.txtStr {
	font-weight:bold;
}

/*=bannerArea=*/
#bannerArea {
	width:201px;
	height:127px;
	text-align:center;
	background:url(http://www.place-gr.co.jp/images/share/bg_bannerArea.gif) 0 0 no-repeat;
	padding-top:11px;
	z-index:2;
}
#bannerArea h3 {
	margin:0 0 10px;
}
#bannerArea .btn {
	width:100%;
	margin-top:10px;
}

/*=pickupArea=*/
#pickupArea ul {
	border-top:1px solid #d9d9d9;
}

/*=privacyArea=*/
#privacyArea {
	margin-top:30px;
	padding:8px;
	border:1px solid #d9d9d9;
}

/*=pageTop=*/
#pageTop {
	clear:both;
	width:900px;
	text-align:right;
	margin:0 auto 10px;
	padding-top:30px;
}

/*=footerNavi=*/







/*=commonParts=====================================*/

/*リスト（丸）*/
.listHead li {
	background:url(http://www.place-gr.co.jp/images/share/ico_discYellow.gif) 2px 8px no-repeat;
	padding-left:20px;
}
	
/*リスト番号（丸1、丸2）*/
.listNum li {
	background:2px 2px no-repeat;
	padding-left:25px;
	margin-bottom:1px;
}
.listNum li.li01 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li01.gif);}
.listNum li.li02 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li02.gif);}
.listNum li.li03 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li03.gif);}
.listNum li.li04 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li04.gif);}
.listNum li.li05 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li05.gif);}
.listNum li.li06 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li06.gif);}
.listNum li.li07 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li07.gif);}
.listNum li.li08 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li08.gif);}
.listNum li.li09 {background-image:url(http://www.place-gr.co.jp/images/share/ico_li09.gif);}


/*○○の流れのリスト、番号*/
.flowNumber li {
	background:url(http://www.place-gr.co.jp/images/share/flow_arrowYellow.gif) center bottom no-repeat;
	padding-bottom:30px;
}
.flowNumber li .liNum {
	width:569px;
	padding:19px 8px 19px 101px;
	background:left center no-repeat;
	border:1px solid #dbdbdb;
}
.flowNumber li.list01 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li01.gif);}
.flowNumber li.list02 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li02.gif);}
.flowNumber li.list03 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li03.gif);}
.flowNumber li.list04 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li04.gif);}
.flowNumber li.list05 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li05.gif);}
.flowNumber li.list06 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li06.gif);}
.flowNumber li.list07 .liNum {background-image:url(http://www.place-gr.co.jp/images/share/li07.gif);}


/*navi.css==========================================================================*/
/* globalNavi--------------------------------*/
#globalNavi {
	float:right;
	width: 798px;
	height: 30px;
	margin: 2px 0 0;
	*margin:0px;
	padding: 0;
	background: transparent url(http://www.place-gr.co.jp/images/share/g_navi-all_focused.gif) no-repeat left top;
	position: relative;
	line-height: 1;
	text-align: left;
	z-index: 1500;
}
#globalNavi li {
	float:left;
	position: relative;
	padding-right:10px;
	margin:0;
	font-size: 10px;
}
#globalNavi li.home {	padding-right:12px;}


#globalNavi li.search ul {	width: 112px;}
#globalNavi li.sale ul {	width: 112px;}
#globalNavi li.consult ul {	width: 181px;}
#globalNavi li.reform ul {	width: 122px;}
#globalNavi li.profile ul {	width: 105px;}


#globalNavi li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
* html #globalNavi li ul { line-height: 0;	}
#globalNavi li ul li { float: none; padding-right:0px; }
#globalNavi li ul li a,
#globalNavi li ul li strong { /*DropDownMenu-[li]*/
	display: block;
	zoom: 1;
	line-height: 1;
	text-decoration: none;
	font-size:1.2em;
	vertical-align: bottom;
	background: #eeeeee;
	/*background:#eeeeee url(http://www.place-gr.co.jp/images/share/line_gNavi.gif) top left repeat-x;*/
	padding: 8px 12px;
	color: #333333;
	border-bottom:1px solid #CCCCCC;
}
#globalNavi li ul li strong { /*DropDownMenu-notLink*/
}

#globalNavi li ul li a:hover { /*DropDownMenu-hover*/
  background: #CCCCCC;
}


#globalNavi li.home img,
body#search #globalNavi li.search img,
body#sale #globalNavi li.sale img,
body#consult #globalNavi li.consult img,
body#reform #globalNavi li.reform img,
body#profile #globalNavi li.profile img {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*page-index.css==========================================================================*/
body {
	background:#FFFFFF url(http://www.place-gr.co.jp/images/share/bg_body.gif) center top repeat-X;
}


/*=frame=*/
#container {
	*width:910px;
	*padding-left:10px;
}
#mainContents {
	font-size:1.2em;
	margin-top:20px;
}
	#mainMenu {
		float:right;
		width:480px;
	}
	#leftContents {
		float:left;
		width:201px;
	}
#rightContents {
	width:201px;
}

/*=Midashi=*/
h2 {
	margin:10px 0 5px;
}

/*--------------MainCon--------------*/

#searchLink dd,
#saleLink dd,
#reformLink dd,
#consultLink dd {
	padding-left:18px;
	padding-right:10px;
}
#searchLink dd a,
#saleLink dd a,
#reformLink dd a,
#consultLink dd a {
	color:#0400bf;
	padding-left:13px;
	background:url(http://www.place-gr.co.jp/images/share/ico_arrowRed.gif) left center no-repeat;
}
#searchLink {
	float:left;
	width:235px;
	height:180px;
	background:url(http://www.place-gr.co.jp/images/index/bg_search.gif) bottom left no-repeat;
}
#saleLink {
	float:right;
	width:235px;
	height:180px;
	background:url(http://www.place-gr.co.jp/images/index/bg_sale.gif) bottom left no-repeat;
}
	#searchLink dt,
	#saleLink dt {
		margin-bottom:12px;
	}
	#searchLink dd,
	#saleLink dd {
		float:left;
	}
	#searchLink dd {
		*padding-right:20px;
	}
	
#reformLink,
#consultLink {
	float:left;
	width:100%;
	height:67px;
	background:url(http://www.place-gr.co.jp/images/index/bg_reform.gif) top right no-repeat;
}
#consultLink {
	background:url(http://www.place-gr.co.jp/images/index/bg_consult.gif) top right no-repeat;
	height:87px;
}
#reformLink {	margin-top:10px;}
#consultLink {	margin-top:10px;}
#reformLink dt,
#consultLink dt {
	float:left;
}
#reformLink dd,
#consultLink dd {
	padding-left:303px;
}


	#searchLink dd.flowLink {
		width:200px;
		margin-bottom:3px;
	}
	#saleLink dd.flowLink {
		padding-right:5px;
	}
	#searchLink dd.flowLink a,
	#saleLink dd.flowLink a,
	#reformLink dd.flowLink a {
		color:#333333;
		padding:3px 0;
		padding-left:13px;
		padding-right:10px;
		background:url(http://www.place-gr.co.jp/images/share/ico_arrowBlack.gif) left center no-repeat;
		border:1px solid #CCCCCC;
	}
	#searchLink dd.flowLink a {
		padding-right:20px;
	}



#newsArea {
	clear:both;
}
#newsArea h2 {
	padding-top:10px;
	*padding-top:0px;
}
#newsArea iframe {
	overflow-x:hidden;
}

/*--------------leftCon--------------*/
#memberArea {
	width:199px;
	height:121px;
	text-align:center;
	background:url(http://www.place-gr.co.jp/images/index/bg_member.gif) top center no-repeat;
	padding-top:12px;
	padding-left:2px;
}
	#memberArea h2 {
		margin:0px 0px 9px;
	}
	#memberArea ul {
		height:20px;
		text-align:left;
		margin-left:15px;
		margin-bottom:4px;
	}
	#memberArea li {
		float:left;
		padding-right:7px;
	}
.Login#memberArea {
	width:201px;
	height:auto;
	background:none;
	padding:0;
}

#priceArea {
	position:relative;
	margin-top:-2px;
}

	#priceArea dl {
		position:relative;
		padding:5px 0 32px;
		background-color:#e8e8e8;
	}
	#priceArea dt {
		margin-bottom:8px;
	}
	#priceArea dd {
		width:183px;
		height:31px;
		line-height:3.0em;
		*line-height:2.5em;
		background:url(http://www.place-gr.co.jp/images/index/bg_priceList.gif) 0 0 repeat-x;
		margin:0 auto;
		padding-left:6px;
		border:1px solid #C0C0C0;
		border-top:none;
	}
	#priceArea dd.top {		border-top:1px solid #C0C0C0;	}
	#priceArea dd a {
		display:block;
		background:url(http://www.place-gr.co.jp/images/share/ico_arrowBlack.gif) left center no-repeat;
		padding-left:15px;
	}
	#priceArea dd.moreList {
		position:absolute;
		/*bottom:5px;*/
		right:4px;
		display:block;
		width:113px;
		height:21px;
		line-height:2.0em;
		font-size:0.8em;
		background:url(http://www.place-gr.co.jp/images/index/bg_priceLink.gif) 0 0 repeat-x;
		margin:4px 0 0 ;
		border-top:1px solid #C0C0C0;
	}
	#priceArea dd.moreList a {
		display:block;
		background:url(http://www.place-gr.co.jp/images/share/ico_arrowPrice.gif) left center no-repeat;
		padding-left:9px;
	}


/*--------------rightCon--------------*/
/*=bannerArea=*/
#bannerArea {
	position:static;
	height:auto;
	text-align:center;
	background:none;
	padding-top:0px;
}

/*=profileArea=*/
#profileArea {
	text-align:center;

}
#profileArea dl {
	line-height:1.3em;
	text-align:left;
	padding:0 10px;
}
#profileArea dt {
	font-weight:bold;
	margin:6px 0 2px;
}

#profileArea p.map {
	position:relative;
	text-align:right;
	margin-top:-40px;
	padding-bottom:18px;
	padding-right:5px;
}

/*=topicsArea=*/
#topicsArea {
	letter-spacing:0.1em;
	line-height:1.3em;
	padding:0 1px;
	margin:0 auto;
}
#topicsArea dt,
#topicsArea dd {
	padding-left:25px;
}
#topicsArea dt { margin:3px 0 2px; 	background:url(http://www.place-gr.co.jp/images/share/ico_arrowTopic.gif) left center no-repeat; }
#topicsArea dt.new {	background:url(http://www.place-gr.co.jp/images/share/ico_new.gif) left center no-repeat; }

#wantedArea {
	font-size:1.2em;
	margin-top:5px;
	padding:10px 10px 0;
	border:1px solid #d9d9d9;
}
#wantedArea p {
	margin-bottom:10px;
}


/*DF*/
#main {
	margin-top: 20px;
}

