/* DEFAULT SETTING */
body{
	margin:10px;
	padding:0;
	background:#fff;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#666;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:850px;
	text-align:left;
	margin:auto;
	padding:auto;
	background:#fff;
	border:1px solid #ff8400;
}

/* HOMEbtn */
#home{
	margin:0 0 1px 0;
}
#home a{
	line-height:1.0;
	font-size:12px;
	vertical-align:top;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:105px;
	border-bottom:3px solid #ff8400;
	background: url(img/bg_header.gif) no-repeat;
}
#logo{
	position:absolute;
	bottom:5px;
	left:10px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:200px;
	height:60px;
	margin:0;
}
#logo a{
	display:block;
	width:200px;
	height:60px;
	text-decoration:none;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:10px 0 0 0;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}
#logo h2{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}



/* MAINMENU */
#mainmenu{
	margin:0 0 20px 0;
	padding:0;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
	width:180px;
	vertical-align:top;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	font-size:12px;
	line-height:1.0;
	margin:0;
	padding:10px 0 10px 10px;
	width:170px;
	border-bottom:1px solid #ccc;
	color:#666;
	text-decoration:none;
	background:url(img/mainmenu_of.gif) no-repeat left center #fff;
}
#mainmenu a:hover{        
	color:#fff;
	background:url(img/mainmenu_off.gif) no-repeat left center #ff8400;
}
#mainmenu .active{
	color:#fff;
	background:url(img/mainmenu_off.gif) no-repeat left center #ff8400;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 10px;
	text-decoration:underline;
	color:#999;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0;
	width:180px;
	vertical-align:top;
}
#childmenu a{
	display:block;
	padding:5px 0 5px 20px;
	width:160px;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #ffcc66;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
	color:#ffcc66;
}
#childmenu .active{
	color:#ff9933;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
}


/* CONTENTS */
#contents{
	margin:15px 15px 15px 10px;
	padding:0;
	background:url(img/bg_contents.gif) repeat-y left;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:620px;
	padding:0;
}
#main h2{
	font-size:1.2em;
	background:url(img/bg_pagetitle.gif) no-repeat;
	height:42px;
	margin:0 0 30px 0;
	padding:8px 0 0 5px;
	color:#fff;
}
#main h2 span{
	display:block;
	font-size:0.6em;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#fff;
}
h3{
	font-size:20px;
	color: #666;
	font-weight:bold;
	clear:both;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 35px;
	background-color: #fff;
	background-image: url(img/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 30px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:600px;
	margin:0 10px 30px 10px;
}
.page_contents p{
	margin:0 0 10px 0;
        padding:0;
}
.clear {
        clear: both;
}


/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#ff8400;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:0.8em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:20px 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#fff;
	background-color: ff8400;
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footermenu{
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
	text-decoration:underline;
	color:#999;
}
#footermenu a:hover{
	color:#333;
	text-decoration:underline;
}
#footermenu .active{
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:5px 0 5px 30px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:5px 0 5px 2px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
        margin: 0 0 20px 0;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:598px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.blog_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 20px;
	font-weight:bold;
	color:#ff8400;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:580px;
	margin:0 20px 40px 20px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.bbs_cnt{
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}


/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:2px 5px;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:850px;
	height:330px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border-bottom:1px solid #ccc;
}
#topimage a{
	display:block;
	width:850px;
	height:330px;
}


/* TOPNEWS */
#top_news{
	font-size:21px;
	color: #666;
	font-weight:bold;
	clear:both;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 35px;
	background-color: #fff;
	background-image: url(img/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 30px;
}
.news_contents{
	overflow:hidden;
	width:600px;
	margin:0 10px 30px 10px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#666;
	padding:6px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	overflow:hidden;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}
.topnews_body a{
        color: #ff8400;
}

/* TOPPHOTO */
#top_photo{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	top:10px;
	right:15px;
}
#search .search{
	width:120px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	font-size:0.8em;
	margin:0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}


/* TOPPAGE BANA */
.topbana{
	width:100%;
	/**//*/
	overflow: hidden;
	/**/
	margin:0 auto;
	padding:10px 0 0 0;		
}
.topbana:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.topbana ul {
	padding: 0px;
	margin: 0 auto;
  text-align:center;
}
.topbana ul li {
	background-image: none;
	list-style-type: none;
	padding: 0 3px;
	margin-right: 3px;
	float: left;
}


/* TOPPAGE SPECIAL */
div#top_special {
	width: 100%;
	/**//*/
	overflow: hidden;
	/**/
	font-size: 12px;
	line-height: 21px;
}
div#top_special:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#top_special img {
	width: 260px;
	float: left;
	margin: 0px;
	padding-right: 20px;
	height: 198px;
}
div#top_special p {
}
.boton_sp {
	background: url(img/bg_arrow.gif) no-repeat right 0px;
	text-align: right;
	line-height: 25px;
	padding-right: 33px;
	display: block;
	margin: 30px 5px 0 0;
}
.boton_sp a {
	color: #FFFFFF;
	text-decoration: none;
}
.boton_sp a:hover {
	color: #ff8400;
}


/* TOPPAGE CONTENTS */
div.top_contents {
	width: 100%;
	/**//*/
	overflow: hidden;
	/**/
	margin: 0 0 5px 0;
	padding: 0;
}
div.top_contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div.top_contents h4 a {
	color: #ff8400;
	background: url(img/bg_arrow2.gif) no-repeat;
	background-position: left;
	padding-left: 20px;
}
div.top_contents h4 a:hover {
        color: #666;
}
div.top_contents h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
div.top_contents p {
	margin: 0;
	padding: 5px 0;
}
div.top_contents p img{
	border: 1px solid #CCCCCC;
	padding: 5px;
}


/* INDEX SHARE */
div#page_index {
	width: 300px;
	margin: 20px 0 20px 290px;
}
div#page_index dl {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	border: 1px solid #ff8400;
	padding: 0px;
	margin: 0px;
}
div#page_index dt {
	background-color: #ff8400;
	float: left;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	width: 60px;
	text-align: center;
}
div#page_index dd {
	padding: 5px;
	text-indent: 5px;
}
div#page_index dd a {
	color: #666666;
	text-decoration: none;
}
div#page_index dd a:hover {
	color: #ff8400;
}
div#page_index ul {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 20px 0 0 0;
}
div#page_index li {
	list-style-type: none;
	border: 1px solid #ff8400;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}
div#page_index li a {
	font-size: 12px;
	line-height: 18px;
	color: #ff8400;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
	height: 20px;
	width: 20px;
}
div#page_index li a:hover {
	color: #FFFFFF;
	background-color: #ff8400;
}
div#page_index .active {
	color: #FFFFFF;
	background-color: #ff8400;
}


/* SHIRYO SHARE */
div#shiryo {
	width: 300px;
	margin-left: 290px;

}
div#shiryo dl {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	border: 1px solid #33cc66;
	padding: 0px;
	margin: 0px;
}
div#shiryo dt {
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
div#shiryo dd {
	padding: 10px 20px;
	margin: 0;
	text-align: left;
	background-color: #99FFCC;
}
div#shiryo dt a {
	color: #fff;
	text-decoration: none;
	background-color: #33cc66;
	display: block;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding: 10px 5px;
	background-image: url(img/bg_shiryo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#shiryo dt a:hover {
	color: #FFFFFF;
	background-color: #ff8400;
	background-image: url(img/bg_shiryo_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div#shiryo p {
	background-image: url(img/telno.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: center bottom;
	text-align: center;
	font-size: 12px;
  padding: 20px 0 0 0;
}


/* KANREN CONT */
div#index_cont {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
div#index_cont h3 {
	background: url(img/index_cont_h3.gif) no-repeat;
	background-position: 0px;
	font-size: 18px;
	line-height: 21px;
	color: #33cc66;
	text-indent: 10px;
	border-bottom: 1px solid #33cc66;
	margin-bottom: 25px;
}
div#index_cont h4 {
	background: url(img/bg_arrow3.gif) no-repeat;
	text-indent: 18px;
	background-position: 0px;
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
div#index_cont h4 a {
        color: #33cc66;
}
div#index_cont h4 a:hover {
        color: #ff8400;
}
div#index_cont p {
	margin: 0 0 20px 0;
	padding: 0 18px;
}


/* HOTHOUSE */
.plan {
	display: block;
	width: 598px;
	height: 25px;
	border: 1px solid #ff8400;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 25px 0 20px 0;
	vertical-align: middle;
}
.plan dt {
	float: left;
	padding: 0px;
	margin: 0 20px 0 45px;
}
.plan dd {
	float: left;
	padding: 0;
	margin: 0;
}
.gaiyo {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}
.gaiyo table {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
}
.gaiyo table th {
	width: 35%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	text-indent: 45px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.gaiyo table td {
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 2px;
}
.madori {
	margin: 0px;
	padding: 0px;
}
.madori ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.madori li {
	float: left;
	margin: 0px;
}
.hyojun {
	padding: 0px;
	margin: 0 0 20px 0;
}
.hyojun img {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #CCCCCC;
}
.hyojun h4 {
	font-size: 16px;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
	color: #000000;
}
.hyojun p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.hyojun ol {
	clear: both;
	margin: 0;
	padding: 10px 0 0 25px;
	font-size: 12px;
	line-height: 18px;
}
.hyojun li {
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;

}
.hyojun ol li ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 0 0;
}
.hyojun ol li ul li {
	color: #333333;
	font-weight: normal;
}


/* FROM25 */
ul.from25menu {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

.from25menu li {
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
}


/* MERIT */
ul.house-merit {
	list-style-type: none;
	margin: 20px 0 0 0 ;
	padding: 0px;
}
.house-merit li {
	background: url(img/bg_maru.gif) no-repeat;
	background-position: 2px 3px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	text-indent: 25px;
	color: #33cc66;
	font-weight: bold;
}
.house-merit li ul {
	background-image: none;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 10px 0 20px 0;
}
.house-merit li ul li {
	background-image: none;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}


/* OYATINIKURA */
.loanplan {
	margin: 0px;
	padding: 0px;
}
.loanplan dl {
	margin: 0px;
	background-color: #FFFFCC;
	padding: 0 0 20px 0;
}
.loanplan dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	background-color: #FFFFFF;
	padding: 0 0 5px 0;
}
.loanplan dd {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 105px;
	margin: 0px;
}
.loanplan dd.loanprice {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.loanplan dd.loancenter {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.loanplan ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 25px 0;
	font-size: 10px;
	line-height: 16px;
}
.loanplan p {
	padding: 0px;
	margin: 25px 0 40px 0;
}


/* APARTMENTKYOJU */	
table.face {
	padding: 0px;
	margin: 25px 0;
	background-color: #999999;
}
table.face th,
td{
	padding: 10px 5px;
	font-size: 14px;
	background-color: #FFFFFF;
}
table.face .facegood {
	background: url(img/p115_facegood.gif) no-repeat;
	background-position: 7px center;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 40px;
}
table.face .facebad{
	background: url(img/p115_facebad.gif) no-repeat;
	background-position: 7px center;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 40px;
}
table.face span {
	font-size: 10px;
}
ol.facelist {
	margin: 10px 0 10px 0;
	padding: 0 0 0 35px;
	font-size: 12px;
	line-height: 18px;
}
ol.facelist li {
	margin-bottom: 10px;
}


/* BLOG ADD */	
div.gaiyo-table {
	border-top: 10px solid #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 50px 0;
}
div.gaiyo-table th {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0 15px 15px;
}
div.gaiyo-table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 15px 15px 5px;
}
div.gaiyo-table ol {
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
	margin: 0 0 10px 0;
}
div.gaiyo-table ol li {
}
div.gaiyo-table p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}


/* BLOG KENGAKU */	
div.kengaku {
        margin: 0 0 50px 0;
}
div.kengaku hr {
        margin: 0;
	padding: 0;
}
ul.kengakugaiyo {
	list-style-type: none;
	padding: 0px;
	margin: 0 0 40px 0;
	font-size: 12px;
	line-height: 18px;
}
ul.kengakugaiyo li {
	margin: 0 0 5px 0;
}
div.kengakuphoto {
	padding: 0px;
	margin: 0 0 10px 0;
}
div.kengakuphoto ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.kengakuphoto ul li {
	padding: 0px;
	float: left;
	width: 280px;
	margin: 0 10px 10px 0;
}
div.kengakuphoto p {
	width: 280px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	margin: -10px 0 0 0;
	float: right;
}
div.kengakuphoto p span {
	font-weight: bold;
	margin: -10px 10px 0 0;
	padding: 0px;
}
div.kengakumadori {
	padding: 0px;
	margin: 0 0 20px 0;
	clear: both;
}
div.kengakumadori ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.kengakumadori ul li img {
	border: 1px solid #CCCCCC;
}


/* BLOG BUNJO */
div.bukengaiyo {
	margin: 0px;
}
div.bukengaiyo table {
	margin: 0px;
}
div.bukengaiyo table th {
	font-size: 12px;
	line-height: 18px;
	background: url(img/bg_maru2.gif) no-repeat;
	background-position: 2px 9px;
	text-align: left;
	text-indent: 20px;
	padding: 5px 0 5px 0;
	margin: 0px;
}
div.bukengaiyo table td {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 5px 0;
}
.blog_body hr {
	padding: 0px;
	margin: 10px 0;
}


/* COMPANYLINK */
ul.companylist {
	padding: 0 0 0 5px;
	margin: 0 0 20px 0;
}
ul.companylist li {
	margin: 0px;
	padding: 7px 0;
	background: url(img/bg_arrow4.gif) no-repeat;
	background-position: 0px 10px;
	text-indent: 20px;
	list-style-type: none;
}
ul.companylist li a {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
ul.companylist li a:hover {
	color: #ff8400;
}


/* SITE POLICY */
div.right_link {
}
div.right_link p {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	background: url(img/bg_arrow2.gif) no-repeat;
	background-position: 460px;
}
div.right_link p a {
	color: #33cc66;
}
div.right_link p a:hover {
	color: #ff8400;
}
div.policylist { 
}
div.policylist h4 {
	background: url(img/bg_maru3.gif) no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
	margin: 25px 0 10px 0;
}
div.policylist p{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}


/* BASE POLICY */
div.basepolicy {
}
div.basepolicy p {
	font-weight: normal;
	text-indent: 0px;
	padding: 0px;
	margin: 10px 0 5px 0;
}
div.basepolicy table {
	margin: 0 0 10px 0;
	background-color: #999999;
}
div.basepolicy table th {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}
div.basepolicy table td {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 10px;
}
div.basepolicy ol li table td ul {
	margin: 0px;
	padding: 0px;
}
div.basepolicy ol li table td ul li {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
div.basepolicy ol {
	padding-left: 25px;
	margin: 0px;
}
div.basepolicy ol li {
	margin: 0 0 15px 0;
	font-weight: bold;
}
div.basepolicy ol li ul {
	list-style-type: none;
	margin: 10px 0 15px 0;
	padding: 0 0 0 16px;
}
div.basepolicy ol li ul li {
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: -18px;
}
div.basepolicy ol li ul li ul {
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding-left: 16px;
}
div.basepolicy ol li ul li ul li {
	margin: 0px;
}
.tetuduki {
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0px;
}


/* SITEMAP */
#sitemap {
	width: 100%;
}
#sitemap ul {
	margin:0;
	padding:0;
}
#sitemap ul li {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff8400;
	margin: 0 0 10px 0;
	padding: 20px 0 30px 0;
}
#sitemap ul li a {
	padding:5px 5px 5px 20px;
	background:url(img/bg_arrow5.gif) no-repeat;
	background-position:5px;
	font-size: 12px;
	line-height: 18px;
}
#sitemap ul li a:hover {
	color: #ff8400;
}
#sitemap ul li ul {
	margin:10px 0;
	padding:0;
}
#sitemap ul li ul li {
	margin:5px 0;
	list-style-type:none;
	border: none;
	padding: 0;
}
#sitemap ul li ul li a {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 0 45px;
	background: url(img/bg_arrow6.gif) no-repeat;
	background-position:30px 2px;
}


/* BLOG SHIRYO SHARE */
div.blogshiryo {
	width: 300px;
	margin-left: 270px;

}
div.blogshiryo dl {
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	border: 1px solid #33cc66;
	padding: 0px;
	margin: 0px;
}
div.blogshiryo dt {
	padding: 0px;
	font-weight: bold;
	text-align: center;
}
div.blogshiryo dd {
	padding: 10px 20px;
	margin: 0;
	text-align: left;
	background-color: #99FFCC;
}
div.blogshiryo dt a {
	color: #fff;
	text-decoration: none;
	background-color: #33cc66;
	display: block;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	padding: 10px 5px;
	background-image: url(img/bg_shiryo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.blogshiryo dt a:hover {
	color: #FFFFFF;
	background-color: #ff8400;
	background-image: url(img/bg_shiryo_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.blogshiryo p {
	background-image: url(img/telno.gif);
	background-repeat: no-repeat;
	height: 60px;
	background-position: center bottom;
	text-align: center;
	font-size: 12px;
        padding: 10px 0 0 0;
}


/* OTAKU */
div.otakuphoto {
	padding: 0px;
	width: 280px;
	height: 320px;
	float: left;
	margin: 0 20px 0 0;
}
div.otakuphoto ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.otakuphoto ul li {
	float: left;
}
div.otakuprof h4 {
	color: #ff8400;
}
div.otakuprof {
	margin: 0px;
	background: url(img/bg_otakuprof.jpg) no-repeat;
	background-position: right top;
	padding: 40px 0 0 10px;
	height: 320px;
}
div.otakuprof ul {
	margin: 10px 0 20px 0;
	padding: 0px;
}
div.otakuprof ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}


/* OTAKUINT */
div.otakuint {
	padding: 0px;
	margin: 0px;
}
div.otakuint ul {
	padding: 0px;
	margin: 0 0 20px 0;
}
div.otakuint ul li {
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #ff8400;
	background: url(img/bg_arrow4.gif) no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	margin: 0px;
	font-weight: bold;
}
div.otakuint ul p {
	margin: 5px 0 15px 0;
	color: #333333;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
div.otakugal {
	width: 284px;
	float: right;
	margin: 0 0 0 20px;
}
div.otakugal h4 {
}
div.otakugal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.otakugal ul li {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #CCCCCC;
	float: left;
}
div.otakugal ul li a {
}
div.otakugal ul p {
	background: url(img/bg_hana.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 12px;
	font-size: 12px;
}


/* OTAKUTOP */
div.otakunavi {
	padding: 0px;
	margin: 0 auto;
}
div.otakunavi ul {
	list-style-type: none;
	padding: 0px;
	height: 130px;
	margin: 0px;
}
div.otakunavi ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px 2px 2px 0;
}
div.otakunavi ul li p {
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 3px 0 0 0;
}
div.otakunavi ul li a {
	border: 2px solid #fff;
	display: block;
}
div.otakunavi ul li a:hover {
	border: 2px solid #ff8400;
}

/* 右サイドバナー */
div#l-bana {
	margin: 0 0 10px 0;
}
div#l-bana a {
	background: none;
	margin: 0;
	padding: 0;
        border: 0;
}

/* フッターテキスト */
div#footertext {
	margin: 20px 0px 5px 0px;
}
div#footertext p {
	font-size: 11px;
	text-align: center;
        margin: 0 0 5px 0;
        padding: 0;
}

h3.h3img {
        background-image: none;
        padding: 0;
        margin-bottom: 20px;
}

div.tochisagashi ul {
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url(img/bg-tochi.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
        height: 149px;
}

div.tochisagashi ul li {
        text-indent: -10000px;
}

div.tochisagashi dl dt,
div.tochisagashi dl dd {
        margin: 0 50px 0px 50px;
        padding: 0px;
}

div.tochisagashi dl dd {
        padding: 20px;
        margin-bottom: 15px;
        background-color: #febc75;
}

/* キャンペーン201103追加 */

div.cp_201103_1 {
	background-image: url(img/cp_201103_01.gif);
	width: 568px;
	height: 444px;
}
div.cp_201103_2 {
	background-image: url(img/cp_201103_02.gif);
	width: 568px;
	height: 257px;
}
div.cp_201103_3 {
	background-image: url(img/cp_201103_03.gif);
	width: 568px;
	height: 468px;
}
div.cp_201103_1,
div.cp_201103_2,
div.cp_201103_3 {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

div.cp_201103 h4,
div.cp_201103 dl,
div.cp_201103 p,
div.cp_201103 ul {
	text-indent: -9999px;
}

div.cp_201103_3 {
	margin-bottom: 40px;
}

div.cp_201103 ul li {
	list-style-type: none;
}

/* CUBIC */
div.cubic_cont {
	margin: 0;
	padding: 0;
}
div.cubic_cont h3 {
	background-image: none;
	margin: 0 0 10px 0;
	padding: 0;
}
div.cubic_cont div.planA_price {
	background: url(img/plana_price.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.cubic_cont div.planA_gaiyo {
	background: url(img/A_gaiyo.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.cubic_cont div.planC_gaiyo {
	background: url(img/C_gaiyo.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.cubic_cont div.planD_gaiyo {
	background: url(img/D_gaiyo.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.cubic_cont div.cubic_left {
	float: left;
}
div.cubic_cont div.cubic_right {
	float: right;
}
div.cubic_cont div#plan_gaiyo ul li {
	list-style-type: none;
}
div.cubic_cont div.cubic_madori {
	clear: both;
}
div.cubic_cont div.cubic_madori h4 {
	background:  url(img/cubic_madori.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.cubic_cont div.cubic_shiyo h4 {
	background:  url(img/cubic_shiyo.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_left {
	float: left;
	display: inline;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_right {
	float: right;
	display: inline;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_box {
	display: block;
	width: 299px;
	margin: 0;
	padding:0;
}
div.cubic_cont div.cubic_shiyo {
	clear: both;
}
div.cubic_cont div.cubic_shiyo,
div.cubic_cont div.cubic_shiyo dl.shiyo_box dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_box dd {
	margin: 0;
	padding:0;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_1 dt {
	background:  url(img/shiyo_1.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_2 dt {
	background:  url(img/shiyo_2.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_3 dt {
	background:  url(img/shiyo_3.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_4 dt {
	background:  url(img/shiyo_4.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_5 dt {
	background:  url(img/shiyo_5.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_6 dt {
	background:  url(img/shiyo_6.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.cubic_shiyo dl.shiyo_box dd {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	width: 284px;
}
div.cubic_cont div#plan_price h4,
div.cubic_cont div#plan_price p,
div.cubic_cont div#plan_gaiyo h4,
div.cubic_cont div#plan_gaiyo ul li,
div.cubic_cont div.cubic_madori h4,
div.cubic_cont div.cubic_shiyo h4,
div.cubic_cont div.cubic_shiyo dl.shiyo_1 dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_2 dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_3 dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_4 dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_5 dt,
div.cubic_cont div.cubic_shiyo dl.shiyo_6 dt {
	text-indent: -9999px;
}
/* 新ホッとハウス　インデックスページ */
div.cubic_cont div.new_mine_index ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
div.cubic_cont div.new_mine_index ul li {
	float: left;
	margin: 0;
	padding: 0;
}
div.cubic_cont div.new_mine_index ul li.new_mine_A,
div.cubic_cont div.new_mine_index ul li.new_mine_B,
div.cubic_cont div.new_mine_index ul li.new_mine_C,
div.cubic_cont div.new_mine_index ul li.new_mine_D {
	display: block;
	width: 300px;
	height: 300px;
}
div.cubic_cont div.new_mine_index ul li a {
	display: block;
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
div.cubic_cont div.new_mine_index ul li.new_mine_A,
div.cubic_cont div.new_mine_index ul li.new_mine_A a {
	background:  url(img/navi_A-1.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_A a:hover {
	background:  url(img/navi_A-2.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_B,
div.cubic_cont div.new_mine_index ul li.new_mine_B a {
	background:  url(img/navi_B-1.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_B a:hover {
	background:  url(img/navi_B-2.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_C,
div.cubic_cont div.new_mine_index ul li.new_mine_C a {
	background:  url(img/navi_C-1.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_C a:hover {
	background:  url(img/navi_C-2.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_D,
div.cubic_cont div.new_mine_index ul li.new_mine_D a {
	background:  url(img/navi_D-1.gif) no-repeat;
}
div.cubic_cont div.new_mine_index ul li.new_mine_D a:hover {
	background:  url(img/navi_D-2.gif) no-repeat;
}

/* ホッとハウスマイン展示場オーナー */

div.cubic_cont div.owner_price {
	background: url(img/owner_price.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.cubic_cont div.owner_exp {
	background: url(img/owner_exp.gif) no-repeat;
	width: 299px;
	height: 299px;
}
div.owner_loan {
	background: url(img/owner_loan.gif) no-repeat;
	width: 600px;
	height: 249px;
	clear: both;
	margin-bottom: 35px;
}
div.owner_loan ul li {
	list-style-type: none;
}
div.owner_subtitle {
	background: url(img/owner_subtitle.gif) no-repeat;
	width: 600px;
	height: 100px;
}
div.cubic_cont div.owner_gaiyo h4 {
	background:  url(img/owner_gaiyo.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.cubic_cont div.owner_gaiyo ul {
	background:  url(img/owner_gaiyo2.gif) no-repeat;
	width: 600px;
	height: 238px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.cubic_cont div.owner_gaiyo ul li {
	margin: 0;
	padding: 0;
}
div.cubic_cont div.owner_sp_shiyo h4 {
	background:  url(img/owner_sp_shiyo.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_left {
	float: left;
	display: inline;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_right {
	float: right;
	display: inline;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_box {
	display: block;
	width: 299px;
	margin: 0;
	padding:0;
}
div.cubic_cont div.owner_sp_shiyo {
	clear: both;
}
div.cubic_cont div.owner_sp_shiyo,
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_box dt,
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_box dd {
	margin: 0;
	padding:0;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_1 dt {
	background:  url(img/sp_shiyo_1.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_2 dt {
	background:  url(img/sp_shiyo_2.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_3 dt {
	background:  url(img/sp_shiyo_3.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_4 dt {
	background:  url(img/sp_shiyo_4.gif) no-repeat;
	width: 299px;
	height: 30px;
}
div.cubic_cont div.owner_map h4 {
	background:  url(img/owner_map.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.owner_tochi h4 {
	background:  url(img/owner_tochi.gif) no-repeat;
	width: 600px;
	height: 60px;
}
div.owner_tochi div {
	padding: 10px 20px;
	background-color: #eeeeee;
}
div.owner_tochi div p {
	font-size: 10px;
	line-height: 18px;
}
div#owner_box h4,
div#owner_box ul li,
div#owner_box p,
div.cubic_cont div.owner_gaiyo h4,
div.cubic_cont div.owner_gaiyo ul li,
div.cubic_cont div.owner_sp_shiyo h4,
div.cubic_cont div.owner_sp_shiyo dl.sp_shiyo_box dt,
div.cubic_cont div.owner_map h4,
div.owner_tochi h4 {
	text-indent: -9999px;
}
div.cubic_cont div.cubic_shiyo h4.owner_shiyo {
	background:  url(img/sp_shiyo.gif) no-repeat;
	width: 600px;
	height: 60px;
}

/* ホッとハウスタブ */
div.tab_hot {
	margin: 0;
	padding 0;
}
div.tab_hot ul {
	margin: 0;
	padding: 0;
}
div.tab_hot ul li {
	list-style-type: none;
	float: left;
	margin: 0 2px 0 0;
	padding 0;
}
div.tab_hot ul li a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0;
	padding 0;
	text-indent: -9999px;
}
div.tab_hot ul li.tab_hot_1 {
	background:url(img/tab1-2.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_2 {
	background:url(img/tab2-2.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_1 a {
	background:url(img/tab1-2.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_1 a:hover {
	background:url(img/tab1-1.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_1 a.active {
	background:url(img/tab1-1.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_2 a {
	background:url(img/tab2-2.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_2 a:hover {
	background:url(img/tab2-1.gif) no-repeat;
}
div.tab_hot ul li.tab_hot_2 a.active {
	background:url(img/tab2-1.gif) no-repeat;
}

/* トップページブランドナビ */

h3.brand_navi_h3 {
background: none;
margin: 0 0 10px 0;
padding: 0;
}
dl.brand_navi_box {
position: relative;
display: block;
width: 600px;
height: 205px;
margin: 0;
padding: 0;
}
dl.brand_navi_box dd {
position: absolute;
top: 0;
margin: 0;
padding: 0;
}
dl.brand_navi_box dd.brand_navi_01 {
left: 0;
}
dl.brand_navi_box dd.brand_navi_02 {
left: 305px;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title137 {background:url(img/title137.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title136 {background:url(img/title136.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title135 {background:url(img/title135.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title134 {background:url(img/title134.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title133 {background:url(img/title133.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title132 {background:url(img/title132.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title130 {background:url(img/title130.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title129 {background:url(img/title129.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title128 {background:url(img/title128.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title127 {background:url(img/title127.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}
.title131 {background:url(img/title131.png) no-repeat !important;padding:0;width:620px;height:50px;text-indent: -10000px;}

