/* reset elements*/
* {
	margin: 0;
	padding: 0
}

/*basicSetting*/
html,body{
	width: 100%;
	height: 100%;
}

.body{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image:url("../img/bg_body.gif");
	background-repeat: repeat-x;
}

.mainTable{
	width: 100%;
}

.leftBg{
	background-image:url("../img/bg_header_left.gif");
	background-repeat: repeat-x;
}

.leftBgGr{
	width: 6px;
	background-image: url("../img/bg_leftgr.gif");
	background-repeat: no-repeat;
}

.centerBg{
	width: 770px;
}

.rightBg{
	background-image:url("../img/bg_header_right.gif");
	background-repeat: repeat-x;
}

.rightBgGr{
	width: 6px;
	background-image: url("../img/bg_rightgr.gif");
	background-repeat: no-repeat;
}

h1{
	font-size: 10px;
	font-weight: nomal;
	color: #000000;
	margin:0px 0 15px 20px; 
}


/*ページ全体*/

a:link{
	color: #0099FF;
	text-decoration: underline;
}

a:visited{
	color: #0099FF;
	text-decoration: underline;	
}

a:active{
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	color: #0099FF;
	text-decoration: none;
}

.footerNavi a:link{
	color: #333333;
	text-decoration: underline;
}

.footerNavi a:visited{
	color: #333333;
	text-decoration: underline;	
}

.footerNavi a:active{
	color: #666666;
	text-decoration: none;
}

.footerNavi a:hover{
	color: #666666;
	text-decoration: none;
}


/*td{
	font-weight: nomal;
	font-size: small;
	color:#666666;
	line-height: 150%;
}*/

/*フッターリンク*/

.copyright a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright a:visited{
	color: #FFFFFF;
	text-decoration: underline;	
}

.copyright a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/*ヘッダー部*/
.headerTable{
	width: 770px;
}

.headerTable .right{
	background-image:url("../img/bg_header_center.gif");
}

/*メインエリア*/
.mainArea{
	width: 770px;
	background-color: #FFFFFF;
}

.mainArea .leftArea{
	width: 190px;
	background-image: url("../img/bg_leftnavi_top.gif");
	background-repeat: no-repeat;
	padding: 24px 0px 20px 10px;
}

.mainArea .rightArea{
	width: 570px;
	padding: 8px 10px 20px 10px;
}

.mainArea .bukkenArea{
	width: 750px;
	background-image: url("../img/bg_leftnavi_top.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 24px 10px 20px 10px;
}

/*左メニュー*/

.apaman .top{
	width: 190px;
	height: 212px;
	text-align: center;
	background-image:url("../img/button_bg_apaman.gif");
}

.apaman .top img{
	margin: 10px 0 0 0;
}

.eigyoArea{
	padding: 20px 0 5px 0;
}

.kyouryokuten{
	padding: 15px 0 10px 0;
}

.apamanMobile{
	padding: 10px;
}

/*メインエリア*/
.midashi{
	padding: 10px 0 5px 0;
}

.text{
	padding: 5px 10px 10px 10px;
	font-size: small;
	line-height: 140%;
	color: #333333;
}

.pageup{
	width: 550px;
	padding: 5px 0 5px 0;
	text-align: right;
	font-size: x-small;
}

.pageup2{
	padding: 5px 0 5px 0;
	text-align: right;
	font-size: x-small;
}

/*お問い合わせ*/
.inq_tel{
	margin: 5px 10px 5px 10px;
	width: 530px;
	border-bottom: 1px dotted #666666;
}

.inq_tel .anker{
	padding: 10px 2px 10px 2px;
	width: 9px;
}

.inq_tel .shop{
	width: 180px;
	padding: 10px 5px 10px 5px;
	font-size: small;
	color: #0099FF;
	font-weight: bold;
	text-align: left;
}

.inq_tel .tel{
	width: 137px;
	padding: 10px 5px 10px 5px;
	font-size: small;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}

.inq_tel .time{
	width: 90px;
	padding: 10px 5px 10px 5px;
	font-size: small;
	font-weight: nomal;
	font-color: #333333;
	text-align: center;
}

.inq_tel .open{
	width: 90px;
	padding: 10px 5px 10px 5px;
	font-size: small;
	font-weight: nomal;
	font-color: #333333;
	text-align: center;
}

.inq_form{
	margin: 5px 10px 5px 10px;
	width: 530px;
}

.inq_form .left{
	padding: 5px;
	font-size: small;
	color: #333333;
	text-align: right;
}

.inq_form .right{
	padding: 5px;
	font-size: small;
	color: #333333;
	text-align: left;
}

.inq_form .caption{
	padding: 5px;
	font-size: small;
	color: #333333;
	background-color: #EEEEEE;
}

/*フッターナビ*/
.footerNavi{
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-bottom: 5px solid #101C89;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: x-small;
	color: #333333;
}

.navi{
	font-size: 10px;
	padding: 5px 0 5px 0;
}

.bukkenArea .navi{
	font-size: 10px;
	padding: 5px 0 5px 0;
	text-align: left;
}

/*コピーライト*/
.copyright{
	width: 770px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 10px 0 10px 0;
}

.copyright hr{
	line-height: 0px;
}

/*shopinfo*/
.shoptable{
	width: 230px;
	margin: 10px 5px 10px 30px;
}

.shoptable .title{
	padding: 2px 3px 6px 10px;
	font-size: 14px;
	color:#0099FF;
	text-align: left;
}

.shoptable .contents{
	padding: 5px 0 0 10px;
	font-size: 10px;
	line-height: 120%;
	
}

.shoptable .hg{
	padding: 5px;
}

.shoptable .hg img{
	border: 1px solid #999999;
}

/*会社概要*/
.gaiyou_table{
	margin: 20px 15px 10px 30px;
	font-size: small;
	padding: 10px;
}

.gaiyou_td{
	font-size: small;
	padding: 5px;
}

/*物件総合検索*/
.serch{
	margin: 20px 10px 10px 10px;
	font-size: 10px;
	color: #333333;
}

.serch td{
	padding: 5px;
}

.retitle{
	padding: 2px 10px 2px 10px;
	background-color: #EEEEEE;
	font-weight: bold;
	color: #333333;
}

/*社長挨拶*/
.aisatu_table{
	margin: 0 0 0 20px;

}

.aisatu_table2{
	border: 1px solid #CCCCCC;

}

.aisatu_td{
	font-size: small;
	padding: 5px;
}

/*地域協力店*/
.kyouryoku_td{
	font-size: small;
	padding: 5px;
}

/*お知らせ*/
.oshirase{
	width: 515px;
	margin: 0 5px 0 10px;
	border-bottom: 1px dotted #666666;
}

.oshirase .anker{
	width: 15px;
	padding: 19px 0 0 0;
}

.oshirase .date{
	width: 78px;
	font-size: x-small;
	line-height: 140%;
	padding: 15px 0 15px 12px;
}

.oshirase .comment{
	width: 398px;
	font-size: x-small;
	line-height: 140%;
	padding: 15px 0 15px 12px;
}