body {
	margin:0px;
	padding:0px;
	background: #ffffff;
	color:#444444;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align:left;
	font-size:88%;
	letter-spacing:0.1em;
	line-height:1.25;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a {
	color:#ff3366;
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color:#ff3366;
	background-color:transparent;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#ff6699;
	text-decoration:none;	
}

/*-----------------------------------------------
 __default style
-----------------------------------------------*/
h1 { 
	margin:0px;
	padding:0px;
} 
h2 { 
	margin:0px;
	padding:0px;
} 
h3 { 
	margin:0px;
	padding:0px;; 
} 
h4 { 
	margin:0px;
	padding:0px; 
} 
h5 { 
	margin:0px;
	padding:0px;
} 
p { 
	margin:0px;
	padding:0px;
} 
ul { 
	margin:0px;
	padding:0px;
	list-style-type: none;
	} 
ol { 
	margin:0px;
	padding:0px;
	list-style-type: none;
} 
li { 
	margin:0;
	padding:0; 
	list-style-type: none;
} 
dl { 
	margin:0px;
	padding:0px; 
	list-style-type: none;
} 
dt { 
	margin:0;
	padding:0; 
	list-style-type: none;
} 
dd { 
	margin:0px;
	padding:0px;
	list-style-type: none;
} 
address { 
	margin:0px;
	padding:0px;
} 
img { 
	margin:0px;
	padding:0px;
	border:none;
} 
form {
	margin:0;
	padding:0;
} 
select { 
	margin:0px;
	padding:0px;
} 
option { 
	margin:0px;
	padding:0px;
} 
input { 
	margin:0px;
	padding:0px;
} 
label { 
	margin:0px;
	padding:0px;
} 

form {
	margin:0px;
	padding:0px;
}
br {
 letter-spacing:0; 
}
.imgclear {
	margin:0 0 15px;
	padding:0px;
	}
.clear {
	clear:both;
}
.bold {
	font-weight: bold;	
}
.dispnon {
	display:none;
}
.txt_red{
	color:#ff0000;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container{
	overflow:hidden;
	width:900px;
	margin:0px auto;
	padding:0px;
	background:#fff1f4 url(../image/bg_content_blog_m.gif) repeat-y;
}

/*-----------------------------------------------
 __ヘッダ設定
-----------------------------------------------*/
#header {
	position:relative;
	width:900px;
	height:174px;
	margin:0;
	padding:0;
	background:url(../image/bg_header_blog.jpg) no-repeat 0px 0px;
	}
#header div#logo a {
	position:absolute;
	top:30px;
	left:5px;
	display:block;
	overflow:hidden;
	width:385px;
	height:70px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#header div#logo_hm a{
	position:absolute;
	top:30px;
	right:10px;
	display:block;
	overflow:hidden;
	width:230px;
	height:35px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	}
#header h1{
	position:absolute;
	top:108px;
	left:30px;
	width:680px;
	margin:0;
	padding:5px 0px;
	font-size:163%;
	font-weight:normal;
	}

/*-----------------------------------------------
 __コンテンツ設定
-----------------------------------------------*/
#content {
	overflow:hidden;
	width:900px;
	margin:0px;
	padding:0px;
	background: url(../image/bg_content_blog.gif) no-repeat 0px -175px;
	}
/*-----------------------------------------------
 __上部メニュー
-----------------------------------------------*/
#con_menu {
	position:relative;
	width:900px;
	height:55px;
	background: url(../image/bg_con_menu_blog.gif) no-repeat;
}
#con_menu ul#l_menu {
	position:absolute;
	top:9px;
	left:30px;
}
#con_menu #r_menu {
	position:absolute;
	top:15px;
	left:580px;
}
#con_menu ul#l_menu li {
	float:left;
	display:block;
	width:146px;
	height:30px;
	text-indent:-9999px;	
}
#con_menu #blog_main {
	position:absolute;
	top:5px;
	right:10px;
}
#con_menu ul#blog_main li {
	float:left;
	display:block;
	width:222px;
	height:32px;
	text-indent:-9999px;	
}

#con_menu ul#l_menu li#btn_pro {
	background: url(../image/btn_menu_pro.gif) no-repeat 0px 0px;
}
#con_menu ul#l_menu li#btn_pro a {

	overflow:hidden;
	display:block;
	width:146px;
	height:30px;
	background: url(../image/btn_menu_pro.gif) no-repeat 0px -30px;
}
#con_menu ul#l_menu li#btn_pro a:hover {
	display:block;
	width:146px;
	height:30px;
	background: url(../image/btn_menu_pro.gif) no-repeat 0px -60px;
}
#con_menu ul#l_menu li#btn_blog {
	margin-left:8px;
	background: url(../image/btn_menu_blog.gif) no-repeat 0px 0px;
}
#con_menu ul#l_menu li#btn_blog a {
	overflow:hidden;
	display:block;
	width:146px;
	height:30px;
	background: url(../image/btn_menu_blog.gif) no-repeat 0px -30px;
}
#con_menu ul#l_menu li#btn_blog a:hover{
	display:block;
	width:146px;
	height:30px;
	background: url(../image/btn_menu_blog.gif) no-repeat 0px -60px;
}
#con_menu ul#blog_main li#btn_blog_main {
	background: url(../image/btn_menu_blog_main.gif) no-repeat 0px 0px;
}
#con_menu ul#blog_main li#btn_blog_main a {
	overflow:hidden;
	display:block;
	width:222px;
	height:32px;
	background: url(../image/btn_menu_blog_main.gif) no-repeat 0px 0px;
}
#con_menu ul#blog_main li#btn_blog_main a:hover{
	display:block;
	width:222px;
	height:32px;
	background: url(../image/btn_menu_blog_main.gif) no-repeat 0px -32px;
}

/*-----------------------------------------------
 __LEFT
-----------------------------------------------*/
#left {
	float:left;
	overflow:visible;
	width:226px;
	margin:0 0 20px 0;
	padding:0px;
	font-size:82%;
	}
.l_box {
	width:206px;
	margin:10px 0px 0px 20px;
	padding-bottom:10px;
	background: url(../image/bg_l_companybox_b.gif) no-repeat left bottom;
}
.l_box dt {
	text-indent:-9999px;
}
.l_box dt#ttl_profile {
	height:33px;
	background: url(../image/l_ttl_company.gif) no-repeat;
}
.l_box dd {
	background:url(../image/bg_l_companybox_m.gif) repeat-y;
}
.l_box dd#shopinfo p {
	padding:5px 10px 0px;
	line-height:1.4;
}
dl#time {
	padding:0px 0px 10px;
}
dl#time dt {
	height:21px;
	margin:5px 0px 0px 10px;
	background: url(../image/img_time.gif) no-repeat;
}
dl#time p {
	padding:0px 10px;
	line-height:1.4;
}

.shopphoto {
	text-align:center;
	margin:0px 8px;
	border:solid 1px #ffffff;
}
/*-----------------------------------------------
 __iframeの地図
-----------------------------------------------*/
div#blogmap {
	clear:both;
	width:190px;
	height:240px;
	margin:0px auto 0px auto;
	padding:0px;
	background:#FFE6E9 url(../image/bg_l_companybox_m.gif) repeat-y;
}
dl#outside{
}
dl#outside dt#ttl_map {
	width:190px;
	height:30px;
	margin:0px;
	padding:0px;
	background: url(../image/l_ttl_map.gif) no-repeat center top;
	text-indent:-9999px;
}
dl#outside #map {
	}
dl#outside dd {
	background:#FFE6E9;
	margin:0px auto 0px auto;
}
dl#outside dd.map_opn {
	padding:5px 0 0 0;
	text-align:center;
	font-size:85%;
}

/*.l_box dd iframe{
	width:190px;
	height:190px;
	margin:0px auto;
	padding:0px;
}*/
/*#map {
	width:188px;
	height:188px;
	margin:0px auto;
	border:solid 1px #ffffff;
	overflow:hidden;
}*/

/*-----------------------------------------------
 __iframeの新着物件
-----------------------------------------------*/
dl#outside{
	margin:0px auto;
	padding:0px;
	width:195px;
	height:240px;
	background: url(../image/bg_l_newbox_b.gif) no-repeat left bottom;
	}
dl#outside dt#ttl_new {
	width:195px;
	height:36px;
	margin:0px;
	padding:0px;
	background: url(../image/l_ttl_new.gif) no-repeat 0 0;
	text-indent:-9999px;
}
dl#outside dd {
	width:194px;
	background: url(../image/bg_l_newbox.gif) repeat-y 0 0;
	margin:0px;
	padding:9px 0px 0px 0px;
	}
dl#outside dd ul {
	overflow:hidden;
	list-style:none;
	width:160px;
	margin:0px auto 0 10px;
	padding:0px;
	}
dl#outside dd ul li {
	overflow:hidden;
	float:left;
	width:160px;
	margin:0px;
	padding:0px 0px 9px;
	}
dl#outside dd ul li .bukken_photo {
	float:left;
	width:72px;
	height:54px;
	overflow:hidden;
	margin:0px 5px 0px 0px;
	padding:0px;
	vertical-align:bottom;
	text-align:center;
	}
dl#outside dd ul li .bukken_photo img {
	height:54px;
	}
dl#outside dd ul li .info  {
	float:right;
	width:83px;
	margin:0px;
	padding:0px;
	}
dl#outside dd ul li .info p.info_s {
	margin:0px 0px 0px 5px;
	padding:0px;
	font-size:85%;
	}
dl#outside dd ul li .info p.info_s  a {
	color:#00F;
	}
dl#outside dd ul li .info p.ico {
	clear:both;
	width:49px;
	height:18px;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
dl#outside dd p.bukken {
	margin:0px 10px 5px;
	padding:10px 0px 0px 0px;
	background: url(../image/l_line_list.gif) repeat-x 0 0;
	font-size:85%;
	text-align:center;
	}
dl#outside dd p.btn_list {
	width:164px;
	height:29px;
	margin:0px auto;
	padding:0;
	background: url(../image/l_btn_list.gif) no-repeat 0 0;
	text-indent:-9999px;
	}
dl#outside dd p.btn_list a {
	display:block;
	width:164px;
	height:29px;
	background: url(../image/l_btn_list.gif) no-repeat 0 0;
	}
dl#outside dd p.btn_list a:hover {
	background: url(../image/l_btn_list.gif) no-repeat 0 -29px;
	}


/*-----------------------------------------------
 __center
-----------------------------------------------*/
#center {
	float:left;
	width:418px;
/*	overflow:visible;*/
	overflow-y:visible;
	margin:10px 0px 20px;
	padding:0px;
	}
.inducementbox {
	clear:both;
	width:100%;
	margin:15px 0px 15px 10px;
	padding:5px 0px;
	text-align:center;
	font-size:107%;
	border-top:solid 1px #dcdddf;
	border-bottom:solid 1px #dcdddf;
}
.inducementbox img {
	margin:-2px 2px 0px;
	vertical-align:middle;
}
/*-----------------------------------------------
 __entry
-----------------------------------------------*/
.entry {
	overflow:visible;
	clear:both;
	width:418px;
	margin:0px 0px 10px 15px;
	padding:0px 0px 5px;
}
/*-----------------------------------------------
 __entry entry_header
-----------------------------------------------*/
.entry .entry_header {
	width:418px;
	height:1%;
	margin:0px auto;
	padding:0px;
	background: url(../image/bg_entry.gif) no-repeat top;
}
.entry .entry_header p.entry_date {
	height:30px;
	margin:0px 0px 0px;
	padding:7px 10px 0px 0px;
	text-align:right;
}
.entry .entry_header h2 {
	overflow:hidden;
	width:408px;
/*	height:29px;*/
	margin:0px;
	padding:8px 5px 8px;
	background: url(../portal/image/bg_entry_under.gif) repeat-x bottom;
	color:#ff3366;
	/*text-indent:0;*/
	font-size:113%;
}
.entry .entry_header dl {
	clear:both;
	width:418px;
	/*height:25px;*/
	margin:0 auto 0px;
	padding:0;
	background:#ffffff;
	font-size:88%;
}
.entry .entry_header dt {
	float:left;
	width:85px;
	height:20px;
	padding:5px 0px 0px 0px;
}
.entry .entry_header dd {
	float:left;
	margin-top:-5px;
	padding:0px 0px 2px 0px;
}
/*-----------------------------------------------
 __entry この記事のURL
-----------------------------------------------*/
.entry dl.link  {
	clear:both;
	overflow:visible;
	width:410px;
	height:53px;
	margin:8px 0 0 0;
	background:url(../image/bg_link.gif) no-repeat 0px 0px;
	padding:8px 0 0 8px;
	}
.entry dl.link dt.link_blog {
	clear:both;
	width:350px;
	height:18px;
	margin:0;
	padding:0 0 2px 24px;
	line-height:100%;
	}
.entry dl.link dd.link_url {
	clear:both;
	width:400px;
	margin:0;
	padding:0;
	line-height:100%;
	}


/*-----------------------------------------------
 __entry entry_header 物件タイプ部分
-----------------------------------------------*/
.entry .entry_header ul {
	float:left;
	margin:7px auto 0px auto;
	padding:0;	
}
.entry .entry_header ul li {
	float:left;
	width:135px;
	height:20px;
	margin:0;
	padding:3px 0px 0px 23px;
}
.marutoku {
	background: url(../image/ico_marutoku.gif) no-repeat;
}
.new {
	background: url(../image/ico_new.gif) no-repeat;
}
.station {
	background: url(../image/ico_station.gif) no-repeat;
}
.alone {
	background: url(../image/ico_alone.gif) no-repeat;
}
.family {
	background: url(../image/ico_family.gif) no-repeat;
}
.monthly {
	background: url(../image/ico_monthly.gif) no-repeat;
}
.gardening {
	background: url(../image/ico_gardening.gif) no-repeat;
}
.pet {
	background: url(../image/ico_pet.gif) no-repeat;
}
.senior {
	background: url(../image/ico_senior.gif) no-repeat;
}
.security {
	background: url(../image/ico_security.gif) no-repeat;
}
.designers {
	background: url(../image/ico_designers.gif) no-repeat;
}
.reform {
	background: url(../image/ico_reform.gif) no-repeat;
}
/*-----------------------------------------------
 __entry entry_body
-----------------------------------------------*/
.entry .entry_body {
	clear:both;
	width:418px;
/*	overflow-x:hidden;*/
	overflow:hidden;
	/*overflow-y:visible;*/
	margin:0;
	padding:8px 0 0 0;
	font-size:100%;
	line-height:1.6;
	border-top:1px solid #cbcdd1;
	word-break:break-all;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}
html>body.entry .entry_body br {
	line-height:1%;
	margin:0;
	padding:0;
	}
.entry .entry_body img {
	float:none;
	vertical-align:bottom;
	margin:0;
	padding:4px;
	}

/* .entry_body p {
	margin:3px 0px 0px;
}
.entry .entry_body .photo_a {
	float:left;
	padding:5px 0px 5px 0px;
}
.entry .entry_body .photo_b {
	float:right;
	padding:5px 0px 5px 0px;
}
*/
#content .inducementbox {
	clear:both;
	overflow:hidden;
	width:840px;
	text-align:center;
	border-top:1px solid #cccccc;
	border-bottom:none;
	margin:10px 0 0 30px;
	padding:10px 0 5px 0;
	}
#content .inducementbox .main {
	width:150px;
	border-left:2px solid #ff6699;
	border-right:2px solid #ff6699;
	background:url(../image/icon_blog_main.gif) no-repeat 10px 0px;
	padding:0 0 0 25px;
	}
#content .inducementbox .main a {
	position:relative;
	top:0;
	left:0;
	width:150px;
	height:20px;
	}

/*-----------------------------------------------
 __RIGHT
-----------------------------------------------*/
#right {
	float:right;
	width:226px;
/*	height:1040px;*/
	overflow:visible;
	margin:10px 0px 20px;
	padding:0px;
	color:#666666;
	font-size:82%;
	}
.r_box {
	width:206px;
	margin-bottom:15px;
	padding-bottom:10px;
	background: url(../image/bg_r_box_blog_b.gif) no-repeat bottom;
}
.r_box dl {
	width:206px;
	background:url(../image/bg_r_box_blog_m.gif) repeat-y;
}
.r_box dl dt {
	width:206px;
	height:36px;
	text-indent:-9999px;
}
.r_box dd ul {
	width:190px;
	margin:8px 0px 0px 0px;	
}
.r_box dd ul li {
/*	height:20px;*/
	margin-left:11px;
	padding:3px 0px 3px 25px;
}
/*-----------------------------------------------
 __カレンダー
-----------------------------------------------*/
/*
#monthNow {
	position:relative;
	top:0;
	width:100px;
	margin:0;
	padding:0;
	}*/
.r_box.calendar {
	width:206px;
	background: url(../image/bg_r_calendar_b.gif) no-repeat bottom;
}
#month {
	position:relative;
	width:206px;
	height:36px;
	margin:0;
	padding:0;
	background: url(../image/r_ttl_calendar.gif) no-repeat;
	font-weight:bold;
	text-align:center;
}
#month p {
	margin:0px auto;
	padding:11px 0px;
	text-align:center;
	font-weight:bold;
}
#month p span#monthPrev {
	position:absolute;
	top:11px;
	left:18px;
	width:30px;
	margin:0px;
	padding:0px;
	color:#ff3366;
	font-weight:normal;
	text-align:right;
	}
#month p span#monthNext {
	position:absolute;
	top:11px;
	right:18px;
	width:30px;
	margin:0px;
	padding:0px;
	color:#ff3366;
	font-weight:normal;
	text-align:left;
	}
#calendar {
	background: url(../image/bg_r_calendar_m.gif) repeat-y;
}
.r_box.calendar dl {
	background: url(../image/bg_r_calendar_m.gif) repeat-y;
}
.r_box.calendar dt {
	background: url(../image/r_ttl_archive.gif) no-repeat;
}
.r_box.calendar dd ul {
	margin:8px 0px 0px 0px;	
}
.r_box.calendar dd ul li {
	height:20px;
	margin-left:11px;
	padding:2px 0px 0px 25px;
	background: url(../image/ico_archive.gif) no-repeat;
}
#calendar table {
	height:100%;
	margin:5px 8px 0px;
	text-align:center;
	border-collapse:collapse;
}
#calendar table th {
	width:26px;
	height:18px;
	font-weight:normal;
}
#calendar table td {
	width:26px;
	height:26px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
#calendar table td a {
	display:block;
	width:24px;
	padding:1px 0px;
	background:#ffbfce;
}
#calendar table td a.today {
	display:block;
	width:24px;
	padding:1px 0px;
	background:#fc6f90;
	color:#ffffff;
}
.week {
	border-bottom: 2px solid #ccccb9;
}
.sun {
	color:#ff6666;
}
.sat {
	color:#6699ff;
}
/*-----------------------------------------------
 __最新記事_カテゴリ
-----------------------------------------------*/
dl#newarticle {
	width:206px;
	background:url(../image/bg_r_box_blog_m.gif) repeat-y;
}
dl#category {
	width:206px;
	background:url(../image/bg_r_box_blog_m.gif) repeat-y;
}
dl#newarticle dt {
	background: url(../image/r_ttl_newarticle.gif) no-repeat top;
}
dl#category dt {
	background: url(../image/r_ttl_category.gif) no-repeat top;
}
dl#newarticle li {
	padding:2px 0px 5px 25px;
	background: url(../image/ico_newarticle.gif) no-repeat;
}
dl#category li {
	background: url(../image/ico_category.gif) no-repeat;
}

/*-----------------------------------------------
 __フッタ設定
-----------------------------------------------*/
#footer {
	clear:both;
	position:relative;
	width:900px;
	height:100px;
	margin:0;
	padding:0;
	background:#ffffff url(../image/bg_footer_blog.gif) no-repeat;
	}
#btn_blogtop a{
	position:absolute;
	top:25px;
	right:10px;
	overflow:hidden;
	width:205px;
	height:25px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background: url(../image/btn_blogtop.gif) no-repeat 0px 0px;
}
#btn_blogtop a:hover{
	background: url(../image/btn_blogtop.gif) no-repeat 0px -25px;
}
#footer #copyright {
	clear:both;
	position:absolute;
	top:65px;
	width:900px;
	margin:0px;
	padding:0px;
	text-align:center;
}
