@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　テンプレート用スタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*==================================================
	リセット＆全体
==================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f2f2f2;
	color: #333;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, samp, kbd, var {	font-family: "Lucida Console", Monaco, monospace;}

@media screen {
	dl.content5-1 dd {
		letter-spacing: 1px;
	}
	p.info_title,
	p.use_title {
		letter-spacing: 3px;
	}
	dl.content5-1 dd.red,
	br { letter-spacing: 0; }
}

h1,h2,h3,h4,h5,h6 {	font-size: 100%;}

input,textarea {	font-family: Verdana, Arial, sans-serif;}


/*--------------------------------------------------
	リンク
--------------------------------------------------*/

a 			{ text-decoration: none; overflow: hidden; }
a:link 		{	color: #333;	text-decoration: none;}
a:visited 	{	color: #333;	text-decoration: none;}
a:hover 	{	color: #000;	text-decoration: underline;}
a:active 	{	color: #333;	text-decoration: underline;}

h1 a:link 		{	color: #333;	text-decoration: none;}
h1 a:visited 	{	color: #333;	text-decoration: none;}
h1 a:hover 	    {	color: #0798D7;	text-decoration: none;}
h1 a:active 	{	color: #333;	text-decoration: none;}

/*--------------------------------------------------
	clearfix
--------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div {	zoom: 1;}
.clear {	clear: both;}


/*===================================
			レイアウト
===================================*/

#main {
	margin: 0 auto;
	/* width: 847px; */
	width: 847px;
	text-align: left;
	overflow: hidden;
}

/*===================================
			ヘッド
===================================*/

h1 { font-weight: normal; }

/*-----------------------------------
	4大メニュー
----------------------------------=*/

/*-----------------------------------
			お勧め物件
----------------------------------=*/

/*-----------------------------------
			リフォーム
----------------------------------=*/

/*-----------------------------------
			案内と利用方法
----------------------------------=*/

/*-----------------------------------
			会員
----------------------------------=*/

/*-----------------------------------
			バナー広告
----------------------------------=*/

/*-----------------------------------
			フッター
----------------------------------=*/

div.footer {
	margin-top: 20px;
	clear: both;
}

p.pagetop {
	margin: 0;
	border-bottom: 1px solid #ccc;
}

p.pagetop a {
	margin-left: 647px;
	display: block;
	width: 200px;
	height: 20px;
	background: url(../images/home/pagetop.gif) no-repeat left top;
	text-indent: -9999px;
}

p.pagetop a:hover { background: url(../images/home/pagetop.gif) no-repeat left -20px; }

div.footer p {
	margin-bottom: 20px;
	color: #666;
	line-height: 1.8;
}

div.footer p.left {
	float: left;
	height: 93px;
	width: 195px;
	background: url(../images/home/visual_literacy.gif) no-repeat;
}

div.footer p.left a {
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 195px;
}

div.footer p.left a:hover {	background: url(../images/home/visual_literacy_on.gif) no-repeat;}

div.footer p.right {
	margin-left: 185px;
	line-height: 1.7;
}

.footer ul {
	margin: 0px 0px 20px;
	padding: 0px;
	/* display: none; */  /* 090731 ADD 暫定非表示 */
}

.footer li {
	display: inline;
	list-style: none;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

.link1 li { display: none; } /* ADD */
.link2 li { font-size: 65%; /* display: none; */ } /* 80% */

div.footer a img {	border: none;}

div.footer a:link 		{	color: #666;	text-decoration: none;}
div.footer a:visited 	{	color: #666;	text-decoration: none;}
div.footer a:hover 	{	color: #000;	text-decoration: underline;}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　テンプレート用スタイル（追加）
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.content3 {
	margin-top: 5px;
	clear: both;
}

div.content4 {
	margin-top: 5px;
	clear: both;
	background:#FFF;
	border: 1px solid #CCCCCC;
}


/* テキストカラー -------------------- */

.txtBlue   { color: #003366; }
.txtGreen  { color: #336666; }
.txtOrange { color: #FF6600; }
.txtBrown  { color: #504030; }
.txtDarkOrange { color: #DF8600; }


/* テキストサイズ -------------------- */

.fontS12 { font-size: 120% ;}
.fontS14 { font-size: 140% ;}
.fontS16 { font-size: 160% ;}


/* 背景カラー -------------------- */

.bgOrange { background: #FF6600; }
.bgBlue   { background: #0066CC; }
.bgGreen  { background: #339966; }
.bgPink   { background: #CC3366; }


/* マージン・余白 -------------------- */

.mgT05 { margin-top: 5px; }
.mgT10 { margin-top: 10px; }
.mgT20 { margin-top: 20px; }
.mgT25 { margin-top: 25px; }
.mgT30 { margin-top: 30px; }
.mgT40 { margin-top: 40px; }

.mgL02 { margin-left: 2px; }
.mgL05 { margin-left: 5px; }
.mgL20 { margin-left: 20px; }

,pdL20 { padding-left: 20px;}
.pdR15 { padding-right: 15px; }

.pd10 { padding: 10px; }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　買取ホームプランナー用スタイル（追加）
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#hp {
	background: #FFFFFF;
	border: 5px solid #EEE;
	margin: 0 auto;
	/* width: 855px; */
	width: 845px;
	text-align: left;
	overflow: hidden;
}
#hp #contents {
	border: 10px solid #FFF;
	text-align: left;
	width: 825px;
	/* margin: 10px; */
}
#hp .header {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0798D7;
	margin-bottom: 5px;
}
#hp .mainvisual {
	margin: 5px 0 10px 0;
	width: 825px;
}
#hp .reason {
	text-align: center;
	margin-bottom: 10px;
	width: 825px;
}
#hp .member {
	text-align: center;
	margin-bottom: 10px;
}
#hp .cs {
	text-align: center;
	margin-bottom: 10px;
	width: 825px;
}
#hp .cs .cs_menu {
	text-align: left;
	width: 210px;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#hp .member .member_top {
	background-image: url(../images/home/member_bg_top.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 825px;
}
#hp .member .member_middle {
	background-image: url(../images/home/member_bg_middle.jpg);
	background-repeat: repeat-y;
	width: 825px;
}
#hp .member .member_bottom {
	background-image: url(../images/home/member_bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 825px;
}

#hp .menu {
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
}
#hp .menu img {
	margin-right: 5px;
}

#hp .cs .cs_menu .outline { padding: 1px; border: 5px solid #104C82; }
#hp .cs .cs_menu .title {
	background: #104C82 url(../images/home/title.jpg) repeat-x;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}
#hp .cs .cs_menu .outline .txt {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	text-align: left;
}


#hp .search {
	list-style: none;
	width: 825px;
	padding-left: 5px;
	clear: both;
	/* margin-right: 23px; */
	/* margin-left: 23px; */
	margin: 10px 0 10px 0;
}
* html .search {	width: 825px;}
#hp .search li {
	display: block;
	margin-right: 3px;
	float: left;
	height: 306px;
	/* width: 211px; */
}
#hp .search a img { border: 5px solid #f2f2f2 !important; }
#hp .search a:hover img { border: 5px solid #FFCD34 !important; }


#hp .ad_205 {
	list-style: none;
	width: 795px;
	padding-left: 5px;
	clear: both;
	margin-right: 23px;
	margin-left: 23px;
	padding-top: 10px;
}
* html .ad_205 {	width: 800px;}
#hp .ad_205 li {
	display: block;
	margin-right: 3px;
	float: left;
	height: 46px;
	width: 211px;
}
#hp .ad_205 a img { border: 3px solid #f2f2f2 !important; }
#hp .ad_205 a:hover img { border: 3px solid #000000 !important; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　テンプレートのスタイル（common.css, sub.css から移動）
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.entry {
	width: 600px;
	text-align: center;
	padding: 20px 0px 20px 125px;
}

#pankuzu {
	text-align: left;
	width: 600px;
	padding-bottom: 7px;
}

#pankuzu li {
	/* font-size: 10px; */
	font-size: 12px;
	display: inline;
	padding-right: 4px;
	line-height: 10px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　追加したスタイル（2012.1.17）
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --------------------------------------------------------------------------------------
 VL-CMS
--------------------------------------------------------------------------------------- */


/* ニュース（スタティック） -------------------- */

/*
.shinchaku {
	background: url(../images/home/center_shinchaku_bg.gif) no-repeat;
	height: 345px;
	width: 445px;
	text-align: left;
	margin-top: 2px;
}

#news {
	height: 150px;
	width: 670px;
	padding: 0px 0px 20px 0px;
	text-align:left;
}

#newsBox {
	height: 140px;
	width: 670px;
	overflow: auto;
}

#newsBox ul {
	width: 640px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#newsBox .date {
	float: left;
	width: 80px;
	color: #0099CC;
	display: block;
	line-height: 2.3;
}

#newsBox .cate {
	width: 70px;
	float: left;
	display: block;
	padding-top: 7px;
}

#newsBox .details {
	width: 560px;
	float: left;
	line-height: 2.3;
	margin-bottom: 3px;
}
#newsBox .details a { display: inline; }


#newsBox a:active { color: #900; text-decoration: underline; }
#newsBox a:hover { color: #900; text-decoration: underline; }
*/


/* ニュース（VL-CMS） -------------------- */

/*
#news_title {
	background: url(../images/news_bg.gif) no-repeat left;
	font-size: 17px;
	font-weight: bold;
	text-indent: 70px;
	text-align:left;
	height: 45px;
	color: #666;
	margin: 0 0 5px 5px;
	padding: 0;
	line-height: 3.0em;
}
*/
#news {
	height: 250px;
	width: 825px; /* 655px */
	padding: 0px 20px 20px 0px;
	text-align: left;
	margin-top: 5px;
}
#releaseBox {
	background-color: #FFF;
	padding: 10px;
	width: 805px; /* 635px */
	height: 290px;
	overflow: auto;
	vertical-align: top;
}
#releaseBox a{
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:visited {
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:active {
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:hover {
	color: #18327C;
	text-decoration: underline;
}
#releaseBox p {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#releaseBox b {
	font-size: 13px;
	/*font-weight: bold;*/
	color: #0099CC;
	letter-spacing: 2px;
}
#releaseBox .hot {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #339900;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .info {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #3399CC;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .blog {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #EF5050;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .event {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #FF6600;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .other {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #9F70CF;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}

/* RSS（VL-BLOG） -------------------- */

/*
#rss_title {
	text-align:left;
	letter-spacing: 2px;
	background-image: url(../images/news_title_arrow.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #113AA6;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 35px;
	line-height: 14px;
}
*/

#rss {
	height: 250px;
	width: 825px; /* 655px */
	padding: 0px 20px 20px 0px;
	text-align: left;
	margin-top: 5px;
}

#rssBox {
	background-color: #FFF;
	margin: 0px 0 10px 0;
	padding: 10px;
	width: 805px; /* 635px */
	height: 240px;
	overflow: auto;
	vertical-align: top;
}
#rssBox a{
	color: #0066CC;
	text-decoration: none;
}
#rssBox a:visited {
	color: #0066CC;
	text-decoration: none;
}
#rssBox a:hover {
	color: #18327C;
	text-decoration: underline;
}
#rssBox a:active {
	color: #0066CC;
	text-decoration: none;
}
#rssBox dt {
	font-size: 13px;
	/* font-weight: bold; A110704 DD */
	color: #CC0000;
	letter-spacing: 2px;
}
#rssBox dd {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

