@charset "utf-8";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/Logo_sml_bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 12px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 530px;
	display: inline;
	margin-right: 25px;
	margin-top: 30px;
}

#main p {
	padding: 0.5em 10px;
}



/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 30px;
	margin-top: 30px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}



/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #F7942A;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/Yiyang_Logo_bg_100308.jpg) no-repeat right bottom;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #005e15;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/arrow1.gif) no-repeat left 5px;
	padding-left: 8px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.5em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}

/*　.ta2テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta2 {
	border: 1px solid #F7942A;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/Yiyang_Logo_bg_100308.jpg) no-repeat left bottom;
}

.ta2 td {
	padding: 5px;
	vertical-align: top;
}

.ta2 h3 {
	color: #005e15;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/arrow1.gif) no-repeat left 5px;
	padding: 0 0 0 130px;
	line-height: 24px;
}

.ta2 p {
    float: right;
	line-height: 1.3em;
}

.ta2 .waku img {
	vertical-align: bottom;
}

.ta2 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new { 
	height: 120px;		/*What's Newボックスの高さ*/
	width: 490px;
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #F7942A;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 4em;	/*日付が入る分のスペースを空ける*/
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(/web/20160730061618im_/http://www.jinta-mall.com/JA/images/footer_bg.gif) no-repeat center bottom;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 50px;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
}




/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

/*
     FILE ARCHIVED ON 06:16:18 Jul 30, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:57:28 Jul 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.825
  load_resource: 233.243 (2)
  PetaboxLoader3.resolve: 106.278 (2)
  PetaboxLoader3.datanode: 42.606 (2)
*/