@CHARSET "UTF-8";

/* --------------------------------------------
 *                 共通
 * -------------------------------------------- */
@import "./df.css";
@import "./default.css";

/* --------------------------------------------
 *                 common
 * -------------------------------------------- */
*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-size:12px;
  color:#666666;
}

a{
	color:#2D7E03;
	text-decoration:none;
  font-weight:bold;
}

a:visited{
	color:#2D7E03;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:underline;
}

/* --------------------------------------------
 *                 layout
 * -------------------------------------------- */
#cms_header
{
	position:relative;
	width:960px;
	height:200px;
	margin:auto;
	background:url(../template/02/headarea_bg.gif) no-repeat;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-align:left;
}

#cms_body3
{
	clear: both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	line-height: 20px;
  
  	background:url(../template/02/body3_bg.png) repeat-y;
	font-family: "ＭＳ ゴシック",sans-serif;
}

#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;
}

.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;
}

#cms_body_center
{
	float:left;
	width:510px;
	
	margin-left:4px;
	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
}

#cms_body_right
{
	float:right;
	width:212px;
}

/* --------------------------------------------
 *                 parts
 * -------------------------------------------- */
#cms_parts_logo
{
	position:absolute;
	left: 8px;
	top: 15px;
	width:400px;
	overflow:hidden;
}

.cms_element_header_logo,
.cms_bind_header_logo
{
	width:100%;
	height:100%;
	overflow:hidden;
}

#cms_parts_logo img{
	border:none;
}

/**電話とメールの枠**/
#cms_parts_sitedesc
{
	position:absolute;
	left:540px;
	top: 15px;
	width: 250px;
	height:80px;
	margin-bottom:10px;
	color:#666666;
	font-family: "ＭＳ ゴシック",monospace;
  	font-weight:bold;
	line-height:20px;
}

/**電話番号**/
#cms_parts_sitedesc_tel
{
	position:absolute;
	top: 15px;
	left: 0px;
	width:220px;
	height:28px;
	font-size:20px;
	font-family: "ＭＳ ゴシック",monospace;
	font-weight:bold;
	color:#FF7703;
	padding-left: 30px;
	line-height:24px;
}

/**フリーダイアル**/
#cms_parts_sitedesc_freedial
{
	position:absolute;
	top: 18px;
	left: 0px;
	width:200px;
	height:28px;
	font-family: "ＭＳ ゴシック",monospace;
	font-size:20px;
	font-weight:bold;
	color:#FF7703;
	padding-left: 33px;
	background:url('../template/02/tel.gif') no-repeat;
	line-height:24px;
}

/**メールアドレス**/
#cms_parts_sitedesc_icon
{
	position:absolute;
  top:40px;
	left:0px;
	bottom:20px;
	width:162px;
	height:32px;
}

#cms_parts_sitedesc_icon a{
	position:absolute;
	display:block;
	width:155px;
	height:25px;
	background:url('../template/02/mail.gif') no-repeat;
	text-indent:-9999px;
}

#cms_parts_sitedesc_icon a:active,
#cms_parts_sitedesc_icon a:focus,
#cms_parts_sitedesc_icon a:hover{
	position:absolute;
	display:block;
	width:155px;
	height:25px;
	background:url('../template/02/mail_r.gif') no-repeat;
	text-indent:-9999px;
}

/**お気に入り**/
#cms_parts_favorite
{
	position:absolute;
	top:8px;
	right:0;
	width:200px;
	height: 90px;
}

/**コピーライト**/
#cms_parts_copyright
{
	height:26px;
	color:#666666;
	clear:both;
	text-align:center;
}

/**コピーライト(文言)**/
.cms_element_header_copyrights,
.cms_bind_header_copyrights
{
	font-family: "ＭＳ ゴシック",monospace;
}

/* --------------------------------------------
 *                 ナビゲーションバナー
 * -------------------------------------------- */
#cms_parts_navi
{
	position:absolute;
	top: 140px;
	width: 960px;
	height: 36px;
	clear:both;
  background-color:#50AD20;
}

#cms_parts_navi ul {
	padding:0;
	margin-top:10px;
	float:right;
	list-style: none;
}

#cms_parts_navi ul li {
	float: left;
}

#cms_parts_navi li.cms_navi a
{
	width: auto;
	height: 20px;
	padding-left:10px;
	padding-right: 10px;
	font-family: "ＭＳ ゴシック",monospace;
	line-height:20px;
	background: url('../template/02/icon_ya_topli_r.gif') no-repeat;
	background-position:0px 4px;
	text-align:left;
	color:#FFFFFF;
	float:left;
}

#cms_parts_navi li.cms_navi a:active,
#cms_parts_navi li.cms_navi a:focus,
#cms_parts_navi li.cms_navi a:hover
{
	background: url('../template/02/icon_ya_topli.gif') no-repeat;
	background-position:0px 4px;
}

/* --------------------------------------------
 *                 物件バナー
 * -------------------------------------------- */
#cms_parts_banner
{
	position:absolute;
	top: 100px;
	width: 994px;
	height: 72px;
	display:block;
	clear:both;
	margin-bottom:20px;
}

ul#cms_parts_banner
{
	list-style:none;
}

ul#cms_parts_banner li {
	float: left;
}

#cms_parts_banner1
{
	clear:both;
	float:left;
}

#cms_parts_banner1 * {
	margin: 0;
}

#cms_parts_banner1 ul {
	float:left;
	list-style: none;
	height:45px;
}

#cms_parts_banner1 ul li {
	float: left;
}

#cms_parts_banner2
{
	float:left;
}

#cms_parts_banner2 * {
	margin-right:0;
}

#cms_parts_banner2 ul {
	float:left;
	list-style: none;
	height:45px;
}

#cms_parts_banner2 ul li {
	float: left;
}

#cms_parts_banner1 li span,
#cms_parts_banner1 li a,
#cms_parts_banner2 li span,
#cms_parts_banner2 li a

{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}

#cms_parts_banner1 li.cms_bukken_rt span {
	width: 75px;
	height: 45px;
	background:url('../template/02/but_rent_01.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_apt a
{
	width: 115px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_02.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_apt a:active,
#cms_parts_banner1 li.cms_bukken_rt_apt a:focus,
#cms_parts_banner1 li.cms_bukken_rt_apt a:hover {
	background: url('../template/02/but_rent_02_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_mly a
{
	width: 88px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_03.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_mly a:active,
#cms_parts_banner1 li.cms_bukken_rt_mly a:focus,
#cms_parts_banner1 li.cms_bukken_rt_mly a:hover {
	background: url('../template/02/but_rent_03_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_prk a
{
	width: 64px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_04.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_prk a:active,
#cms_parts_banner1 li.cms_bukken_rt_prk a:focus,
#cms_parts_banner1 li.cms_bukken_rt_prk a:hover {
	background: url('../template/02/but_rent_04_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_ofc a
{
	width: 64px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_05.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_ofc a:active,
#cms_parts_banner1 li.cms_bukken_rt_ofc a:focus,
#cms_parts_banner1 li.cms_bukken_rt_ofc a:hover {
	background: url('../template/02/but_rent_05_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_shp a
{
	width: 64px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_06.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_shp a:active,
#cms_parts_banner1 li.cms_bukken_rt_shp a:focus,
#cms_parts_banner1 li.cms_bukken_rt_shp a:hover {
	background: url('../template/02/but_rent_06_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_wrh a
{
	width: 63px;
	height: 45px;
  margin-top:5px;
	background:url('../template/02/but_rent_07.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_rt_wrh a:active,
#cms_parts_banner1 li.cms_bukken_rt_wrh a:focus,
#cms_parts_banner1 li.cms_bukken_rt_wrh a:hover {
	background: url('../template/02/but_rent_07_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by span {
	width: 65px;
	height: 45px;
	background:url('../template/02/but_buy_01.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_apt_usd a
{
	width: 89px;
	height: 45px;
	margin-top:5px;
	background:url('../template/02/but_buy_02.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_apt_usd a:active,
#cms_parts_banner2 li.cms_bukken_by_apt_usd a:focus,
#cms_parts_banner2 li.cms_bukken_by_apt_usd a:hover {
	background: url('../template/02/but_buy_02_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_new a
{
	width: 83px;
	height: 45px;
	margin-top:5px;
	background:url('../template/02/but_buy_03.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_new a:active,
#cms_parts_banner2 li.cms_bukken_by_dtc_new a:focus,
#cms_parts_banner2 li.cms_bukken_by_dtc_new a:hover {
	background: url('../template/02/but_buy_03_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_usd a
{
	width: 83px;
	height: 45px;
	margin-top:5px;
	background:url('../template/02/but_buy_04.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:active,
#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:focus,
#cms_parts_banner2 li.cms_bukken_by_dtc_usd a:hover {
	background: url('../template/02/but_buy_04_r.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_lnd a
{
	width: 65px;
	height: 45px;
	margin-top:5px;
	background:url('../template/02/but_buy_05.gif') no-repeat;
}

#cms_parts_banner2 li.cms_bukken_by_lnd a:active,
#cms_parts_banner2 li.cms_bukken_by_lnd a:focus,
#cms_parts_banner2 li.cms_bukken_by_lnd a:hover {
	background: url('../template/02/but_buy_05_r.gif') no-repeat;
}

#cms_parts_banner1 li.cms_bukken_tail span {
	width: 4px;
	height: 45px;
	background:url('../template/02/category_tail.gif') no-repeat;
	background-position:0px 5px;
}

#cms_parts_banner2 li.cms_bukken_tail span {
	width: 4px;
	height: 45px;
	background:url('../template/02/category_tail.gif') no-repeat;
	background-position:0px 5px;
}

#cms_parts_banner1 ul li.cms_list_type_default {
	padding-left:2px;
	background: url('../template/02/category_separator.gif') no-repeat;
	background-position:0px 5px;
}

#cms_parts_banner2 ul li.cms_list_type_default {
	padding-left:2px;
	background: url('../template/02/category_separator.gif') no-repeat;
	background-position:0px 5px;
}

/* --------------------------------------------
 *                 マイアドパーク
 * -------------------------------------------- */
#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/02/top_use.gif') no-repeat center;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
  position:absolute;
  top:60px;
  right:10px;
}

#cms_parts_favorite li.cms_favorite_list a
{
	width: 170px;
	height: 26px;
	display: block;
	background:url('../template/02/top_okini.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
  position:absolute;
  top:5px;
  right:10px;

}

#cms_parts_favorite li.cms_favorite_condition a
{
	width: 165px;
	height: 26px;
	display: block;
	background:url('../template/02/top_kensaku.gif') no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
  position:absolute;
  top:35px;
  right:15px;
}

/* --------------------------------------------
 *                 フッターメニュー
 * -------------------------------------------- */
#cms_parts_menu
{
	padding-top:8px;
	padding-bottom:10px;
	margin-bottom:2px;
	text-align:center;
	background:url('../template/02/footer_bg.gif') top repeat-x;
	list-style:none;
}

#cms_parts_menu li
{
	padding: 0px 7px;
	display: inline;
}

#cms_parts_menu li.cms_list_type_default
{
	background: url('../template/02/separator.png') no-repeat;
	background-position:left center;
}

#cms_parts_menu li a
{
	color:white;
	font-family: "ＭＳ ゴシック",monospace;
}

/* --------------------------------------------
 *                 汎用block
 * -------------------------------------------- */
.cms_block
{
	margin: 0px 0px 8px 0px;
	padding-top: 4px;
	width:210px;
}

.cms_block_default_title
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	background-position:bottom;
	background-image:url(../template/02/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:#605F5F;
}

.cms_block_default_left
{
	padding-top: 0px;
	width:4px;
  margin-left:4px;
}

.cms_block_default_center
{
	padding-top: 2px;
	margin-left: 1px;
	padding-left: 8px;
	width:190px;
	background-color:#FFFFFF;
	border-top:solid white 1px;
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
}

.cms_block_default_center ul
{
	list-style:none;
	margin-right:8px;
}

.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
{
  margin-right:5px;
}

.cms_block_default_footer
{
	clear:both;
	height:4px;
	overflow: hidden;
}

.cms_block_default_image
{
	width:180px;
	border:none;
	display:block;
	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:5px;
	display:inline;
}

.cms_top_corner_osusume .cms_block_icon_all{
	margin-top:-38px;
	margin-right:5px;
	display:inline;
}

.cms_top_corner_topic .cms_block_icon_all{
	margin-top:-38px;
	margin-right:5px;
	display:inline;
}

.cms_top_corner_post .cms_block_icon_all{
	margin-top:-38px;
	margin-right:5px;
	display:inline;
}

.cms_block_icon_all a{
	background:url('../template/02/go_list.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-top:10px;
	margin-right:6px;
	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/02/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/02/go_shoplist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:85px;
}

.cms_corner_shop_all a:active,
.cms_corner_shop_all a:focus,
.cms_corner_shop_all a:hover{
	background:url('../template/02/go_shoplist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:85px;
}

.cms_corner_sales_all
{
	float:right;
	display:inline;
	margin-top:5px;
	margin-right:5px;
}

.cms_corner_sales_all a {
	background:url('../template/02/go_saleslist.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:112px;
}

.cms_corner_sales_all a:active,
.cms_corner_sales_all a:focus,
.cms_corner_sales_all a:hover{
	background:url('../template/02/go_saleslist_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:21px;
	width:112px;
}

.cms_block_icon_detail
{
	float:right;
	display:inline;
}

.cms_block_icon_detail a{
	background:url('../template/02/go_detail.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:18px;
	width:46px;
	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/02/go_detail_r.gif') no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height:18px;
	width:46px;
	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:30px;
	background-position:bottom;
	background-image:url(../template/02/l1_sagasu_rosen.gif);
	background-repeat: no-repeat;
}

.cms_block_railway_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
}

.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/02/icon_news.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_railway_right
{
	margin-left:5px;
	margin-right:5px;
	border-left:solid #9FC120 1px;
	border-right:solid #9FC120 1px;
	border-bottom:solid #9FC120 1px;
	background-color:#FFFFFF;
}

.cms_block_railway_footer
{
	clear:both;
	height:4px;
	overflow: hidden;
}

.cms_block_railway_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
	margin-right:8px;
	margin-bottom:4px;
}

/* --- station ---*/
.cms_block_station_title
{
	height:30px;
	background-position:bottom;
	background-image:url(../template/02/l_sagasu_eki.gif);
	background-repeat: no-repeat;
}

.cms_block_station_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
}

.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/02/icon_news.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_station_right
{
	margin-left:5px;
	margin-right:5px;
	border-left:solid #9FC120 1px;
	border-right:solid #9FC120 1px;
	border-bottom:solid #9FC120 1px;
	background-color:#FFFFFF;
}

.cms_block_station_footer
{
	clear:both;
	height:4px;
	overflow: hidden;
}

.cms_block_station_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
	margin-right:8px;
}

.cms_block_station_center div ul li div.cms_block_station_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;

	margin-top:2px;
	padding-bottom:2px;
	margin-right:8px;
	border-bottom:1px dotted gray;
}

/* --- area ---*/
.cms_block_area_title
{
	height:30px;
	background-position:bottom;
	background-image:url(../template/02/l2_sagasu_area.gif);
	background-repeat: no-repeat;
}

.cms_block_area_left
{
	padding-top: 0px;
	padding-left: 10px;
	width:4px;
}

.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:8px;
}

.cms_block_area_center div ul li div
{
	line-height: 14px;
	background-image:url(../template/02/icon_news.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left:16px;
}

.cms_block_area_right
{
	margin-left:5px;
	margin-right:5px;
	border-left:solid #9FC120 1px;
	border-right:solid #9FC120 1px;
	border-bottom:solid #9FC120 1px;
	background-color:#FFFFFF;
}

.cms_block_area_footer
{
	clear:both;
	height:4px;
	overflow: hidden;
}

.cms_block_area_select
{
	color:#666;
	text-decoration:underline;
	text-align:right;
	cursor:pointer;
	margin-right:8px;
}

.cms_block_area_center div ul li div.cms_block_area_head
{
	font-weight:bold;
	background-image:none;
	padding-left:0px;
	margin-top:2px;
	padding-bottom:2px;
	margin-right:8px;
	border-bottom:1px dotted gray;
}

/* --- mobile ---*/
.cms_block_mobile_title
{
	height:30px;
	background-position:bottom;
	background-image:url(../template/02/l5_keitai.gif);
	background-repeat: no-repeat;
}

.cms_block_mobile_left
{
	padding-top: 0px;
	width:4px;
	margin-left:5px;
}

.cms_block_mobile_center
{
	padding-left: 0px;
	padding-right: 6px;
	width:192px;
	background-color: #FFFFFF;
	border-top:solid white 1px;
	border-bottom:solid #9FC120 1px;
	border-left:solid #9FC120 1px;
	border-right:solid #9FC120 1px;
}

.cms_element_mobile_qrcode,
.cms_bind_mobile_qrcode
{
	float:left;
	text-align:center;
}

.cms_block_mobile_image
{
	padding-right:2px;
}

.cms_block_mobile_msg
{
	float:left;
	font-size:10px;
	line-height:18px;
}

.cms_block_mobile_right
{
  margin-right:5px;
}

.cms_block_mobile_footer
{
	clear:both;
	height:4px;
	margin: 0 5px 0 5px;
	overflow: hidden;
}

/* --- topic ---*/
.cms_block_topic_title
{
	height:30px;
	background-position:bottom;
	background-image:url(../template/02/l3_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_block_topic_left
{
	padding-top: 0px;
	width:4px;
  margin-left:5px;
}

.cms_block_topic_center
{
	padding-left: 8px;
	padding-right: 6px;
	width:184px;
  background-color: #FFFFFF;
	border-top:solid white 1px;
	border-bottom:solid #F7A052 1px;
  border-left:solid #F7A052 1px;
  border-right:solid #F7A052 1px;
}

.cms_block_topic_right
{
  margin-right:5px;
}

.cms_block_topic_footer
{
	clear:both;
	height:4px;
	margin: 0 5px 0 5px;
	overflow: hidden;
}

.cms_block_topic_center li
{
	list-style-image: url(../template/02/icon_news.gif);
	list-style-position:outside;
	margin: 5px 0 0 15px;
	border-bottom:dotted 1px #cccccc;
}

/* --- post ---*/
.cms_block_post_title
{
	height:30px;
	background-position:bottom;
	background-image:url(../template/02/l_blog.gif);
	background-repeat: no-repeat;
}

.cms_block_post_left
{
	padding-top: 0px;
	width:4px;
	margin-left:5px;
}

.cms_block_post_center
{
	padding-left: 8px;
	padding-right: 6px;
	width:184px;
	background-color: #FFFFFF;
	border-top:solid white 1px;
	border-bottom:solid #F7A052 1px;
	border-left:solid #F7A052 1px;
	border-right:solid #F7A052 1px;
}

.cms_block_post_right
{
  margin-right:5px;
}

.cms_block_post_footer
{
	clear:both;
	height:4px;
	margin: 0 5px 0 5px;
	overflow: hidden;
}

.cms_block_post_center li
{
	list-style-image: url(../template/02/icon_news.gif);
	list-style-position:outside;
	margin: 5px 0 0 15px;
	border-bottom:dotted 1px #cccccc;
}

/* --- sales ---*/
.cms_block_sales_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/02/r_midasi__eigyo.gif);
	background-repeat: no-repeat;
}

.cms_block_sales_left
{
	padding-left: 10px;
	padding-top: 0px;
	width:4px;
}

.cms_block_sales_center
{
	padding-left: 0px;
	width:182px;
	border-top: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
{
	margin-left:5px;
	margin-right:5px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	border-bottom:solid #CCCCCC 1px;
	background-color:#FFFFFF;
}

.cms_block_sales_footer
{
	clear:both;
	height:4px;
	margin: 0 5px 0 5px;
	overflow: hidden;
}

/* --- shop ---*/
.cms_block_shop_title
{
	height:25px;
	background-position:bottom;
	background-image:url(../template/02/r_midasi_tenpo.gif);
	background-repeat: no-repeat;
}

.cms_block_shop_left
{
	padding-left: 10px;
	padding-top: 0px;
	width:4px;
}

.cms_block_shop_center
{
	padding-left: 0px;
	width:182px;
	border-top: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
{
	margin-left:5px;
	margin-right:5px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	border-bottom:solid #CCCCCC 1px;
	background-color:#FFFFFF;
}

.cms_block_shop_footer
{
	clear:both;
	height:4px;
	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
{
	margin-bottom:10px;
}

.cms_top_corner_search_header
{
	height:32px;
	background-image:url(../template/02/center1_kensaku.gif);
	background-repeat: no-repeat;
  margin-bottom:-2px;
}

.cms_output_search
{
	padding:10px;
  border-top:solid white 1px;
  border-right:solid #9FC120 1px;
  border-left:solid #9FC120 1px;
  border-bottom:solid #9FC120 1px;
}

.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/02/icon_kensaku.gif') 1px no-repeat;
  	background-position:0px 2px;
	display:block;
}

.cms_top_corner_search_item3 a img{
	padding-left:2em;
	width:118px;
	border:none;
}

/* --- 新着 ---*/
.cms_top_corner_new
{
	margin-bottom:16px;
}

.cms_top_corner_new_header
{
	height:32px;
	background:url('../template/02/center2_new.gif') no-repeat;
  margin-bottom:-2px;
}

.cms_output_new
{
	padding:10px 10px 40px;
  margin-bottom:-20px;
  border-top:solid white 1px;
  border-right:solid #9FC120 1px;
  border-left:solid #9FC120 1px;
  border-bottom:solid #9FC120 1px;
}

.cms_output_new table
{
	border-collapse:collapse;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	border-left:dotted #9FC120 1px;
	border-right:dotted #9FC120 1px;
}

.cms_output_new table tr td
{
	padding:0;
	vertical-align:top;
	border:dotted #9FC120 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_link
{
	float:right;
}

.cms_top_corner_new_link a{
	background:url('../template/02/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;
	height:100px;
	border:none;
	display:block;
	margin:auto;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

.cms_top_corner_new_left
{
	float:left;
	width:140px;
}

.cms_top_corner_new_right
{
	float:left;
	padding-left:10px;
	width:330px;
}

/* --- オススメ ---*/
.cms_top_corner_osusume
{
	margin-bottom:16px;
}

.cms_top_corner_osusume_header
{
	height:32px;
	background:url('../template/02/center3_osusume.gif') no-repeat;
  margin-bottom:-2px
}

.cms_output_osusume
{
	padding:10px 10px 40px;
	margin-bottom:-20px;
	border-top:solid white 1px;
	border-right:solid #9FC120 1px;
	border-left:solid #9FC120 1px;
	border-bottom:solid #9FC120 1px;
}

.cms_output_osusume table
{
	border-collapse:collapse;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	border-left:dotted #9FC120 1px;
	border-right:dotted #9FC120 1px;
}

.cms_output_osusume table tr td
{
	padding:0;
	vertical-align:top;
	border:dotted #9FC120 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_link
{
	float:right;
}

.cms_top_corner_osusume_link a{
	background:url('../template/02/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:140px;
}

.cms_top_corner_osusume_right
{
	float:left;
	padding-left:10px;
	width:330px;
}

/* --- 特集 ---*/
.cms_top_corner_tokushu
{
	margin-bottom:10px;
}

.cms_top_corner_tokushu_header
{
	height:32px;
	background-image:url(../template/02/center4_tokusyuu.gif);
	background-repeat: no-repeat;
  margin-bottom:-2px;
}

.cms_output_tokushu
{
  border-top:solid white 1px;
  border-right:solid #9FC120 1px;
  border-left:solid #9FC120 1px;
  border-bottom:solid #9FC120 1px;
}

.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
{
	margin-bottom:16px;
}

.cms_top_corner_topic_header
{
	height:32px;
	background-image:url(../template/02/center5_whatsnew.gif);
	background-repeat: no-repeat;
	margin-bottom:-2px;
}

.cms_output_topic
{
	padding:20px 20px 30px;
	margin-bottom:-20px;
	border-top:solid white 1px;
	border-bottom:solid #F7A052 1px;
	border-left:solid #F7A052 1px;
	border-right:solid #F7A052 1px;
}

.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/02/icon_news.gif);
  background-repeat: no-repeat;
  background-position:0px 4px;
  vertical-align:top;
  width:65px;
}

/* --- 投稿 ---*/
.cms_top_corner_post
{
	position:relative;
	margin-bottom:16px;
}

.cms_top_corner_post_header
{
	height:32px;
	background-image:url(../template/02/center_blog.gif);
	background-repeat: no-repeat;
	margin-bottom:-2px;
}

.cms_block_icon_rss
{
	display:block;
	position:absolute;
	top:10px;
	right:14px;
	width:14px;
	height:14px;
	background-image:url(../template/02/feed-icon-14x14.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

.cms_output_post
{
	padding-left:8px;
	padding-bottom:30px;
	margin-bottom:-20px;
	border-top:solid white 1px;
	border-bottom:solid #F7A052 1px;
	border-left:solid #F7A052 1px;
	border-right:solid #F7A052 1px;
}

.cms_output_post table
{
	width:490px;
}

.cms_output_post table tr{
}

.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/02/center8_shoplist.gif);
	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:4px;
	padding-bottom:4px;
	width:180px;
}

.cms_shoplist_corner_main_image img
{
	padding-top:16px;
	width:150px;
	margin:auto;
	border:none;
	display:block;
}

.cms_shoplist_corner_main_name
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	height:30px;
	width:320px;
	background:url('../template/02/name_underbar.gif') bottom repeat-x;
}

.cms_shoplist_corner_main_info
{
	float:left;
	width:320px;
	padding-bottom:40px;
}

.cms_shoplist_corner_main_desc
{
	padding-top:8px;
	color:#88903E;
}

.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/02/center9_shop.gif);
	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
{
	float:left;
	padding-top:16px;
	padding-bottom:4px;
	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:#646464;
	background:url('../template/02/name_underbar.gif') bottom repeat-x;
}

.cms_shop_corner_main_info
{
	float:left;
	width:300px;
}

.cms_shop_corner_main_desc
{
	padding-top:8px;
	color:#88903E;
}

.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/02/center7_saleslist.gif);
	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/02/name_underbar.gif') bottom repeat-x;
}

.cms_saleslist_corner_main_info
{
	float:left;
	width:320px
}

.cms_saleslist_corner_main_desc
{
	padding-top:8px;
	color:#88903E;
}

.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:#6EAE26;
	border-bottom:solid #BCDD41 3px 
}

.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/02/center10_sales.gif);
	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
{
	padding-top:16px;
	font-size:18px;
	font-weight:bold;
	height:30px;
	width:300px;
	background:url('../template/02/name_underbar.gif') bottom repeat-x;
	color:#646464;
}

.cms_sales_corner_main_info
{
	float:left;
	width:300px;
}

.cms_sales_corner_main_desc
{
	padding-top:8px;
	color:#88903E;
}

.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:#6EAE26;
	border-bottom:solid #BCDD41 3px 
}

.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:#6EAE26;
	border-bottom:solid #BCDD41 3px 
}

.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;
}

.cms_faq_corner_main hr
{
	border-color: #AED12D;
	margin-left:10px;
	margin-right:10px;
}

.cms_faq_corner_main_header
{
	height:32px;
	background-image:url(../template/02/center6_faq.gif);
	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 #A8A8A8 1px;
}

.cms_faq_corner_main_head div ol li a
{
	display:block;
	line-height:22px;
	padding-left:40px;
	padding-right:8px;
	background-image:url('../template/02/icon_question.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
}
	
.cms_faq_corner_main_body
{
	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;
	margin-bottom:5px;
	line-height:28px;
	
	background-image:url('../template/02/icon_question.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	
	border-bottom:dotted #A8A8A8 1px;
	color:#A2910F;
	font-size:17px;
	font-weight:bold;
}

.cms_faq_row_answer
{
	margin-top:8px;
	padding-left:40px;
	line-height:20px;
	background:url('../template/02/icon_answer.gif') no-repeat top left;
}

/* --------------------------------------------
 *                 corner(topiclist)
 * -------------------------------------------- */
.cms_topiclist_corner_summary
{
	height:128px;
}

.cms_topiclist_corner_main
{
	margin-bottom:32px;
}

.cms_topiclist_corner_main_header
{
	height:32px;
	text-indent:-9999px;
	background-image:url(../template/02/center5_whatsnew.gif);
	background-repeat: no-repeat;
}

.cms_output_topic
{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
}

.cms_output_topics tr{
}

/* --------------------------------------------
 *                 corner(newlist)
 * -------------------------------------------- */
.cms_newlist_corner_summary
{
	height:128px;
}

.cms_newlist_corner_main
{
	margin-bottom:16px;
}

.cms_newlist_corner_main_header
{
	height:32px;
	background:url('../template/02/center2_new.gif') no-repeat;
	text-indent:-9999px;
}

/* --------------------------------------------
 *                 corner(osusumelist)
 * -------------------------------------------- */
.cms_osusumelist_corner_summary
{
	height:128px;
}

.cms_osusumelist_corner_main
{
	margin-bottom:16px;
}

.cms_osusumelist_corner_main_header
{
	height:32px;
	background:url('../template/02/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/02/center12_contact.gif);
	background-repeat: no-repeat;
	text-indent:25px;
	padding: 8px 0px 0px 0px;
}

div.cms_formitem
{
	background-image:url(../template/02/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/02/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 15px;
	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/02/icon_simple_arrow.gif');
	list-style-position:outside;
	margin: 0px 0px 0px 15px;
	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/02/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:#605F5F;
	padding-top:4px;
}

.cms_blog_title
{
	background-image:url(../template/02/h_blog_title.gif);
	background-repeat: no-repeat;
	height:30px;
}

.cms_blog_title a
{
	text-decoration:none;
	display:block;
	color:white;
	font-weight:bold;
	padding-left:32px;
	padding-top:6px;
}

.cms_blog_title a:visited
{
	text-decoration:none;
	color:white;
}	

.cms_blog_title a:hover
{
	text-decoration:none;
	color:white;
}	

.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:#6EAE26;
	border-bottom:solid #BCDD41 3px 
}

.cms_output_sales_post
{
	margin-left:16px;
	margin-right:16px;
	padding-bottom:30px;
	margin-bottom:-20px;
}

.cms_output_sales_post table
{
	width:480px;
}

.cms_output_sales_post table tr{
}

.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;
}

/* --------------------------------------------
 *                 フォーム用
 * -------------------------------------------- */
.cms_block_form
{
	margin: 0px 0px 8px 0px;
	padding-top: 4px;
	width:210px;
}

.cms_block_form_title
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	background-position:bottom;
	background-image:url(../template/02/l4_midasi_cont.gif);
	background-repeat: no-repeat;
	color:#605F5F;
}

.cms_block_form_left
{
	padding-top: 0px;
	width:4px;
  margin-left:4px;
}

.cms_block_form_center
{
	padding-top: 2px;
	margin-left: 1px;
	padding-left: 8px;
	width:190px;
	background-color:#FFFFFF;
	border-top:solid white 1px;
	border-bottom:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
}

.cms_block_form_center ul
{
	list-style:none;
	margin-right:8px;
}

.cms_block_form_center ul li
{
	display:block;
	line-height:0px;
	padding-top:10px;
}

.cms_block_form_center ul li div
{
	line-height: 20px;
}

.cms_block_form_right
{
  margin-right:5px;
}

.cms_block_form_footer
{
	clear:both;
	height:4px;
	overflow: hidden;
}

.cms_block_form_image
{
	width:180px;
	border:none;
	display:block;
	padding-left:0px;
	padding-bottom:10px;
}
