@charset "utf-8";

/* ----------------------------
tenant.css
----------------------------- */

body {
	background: url("../images/tenant/footer_back.gif");
}

/* CONTENTS
----------------------*/

/* コンテンツ */
#contents {
	background: url("../images/tenant/contents_all_back.gif");
}

.contents_inner {
	padding-top: 13px;
	background: url("../images/tenant/contents_back_top.png") 0px 0px repeat-x;
}

.contents_top {
	margin: 0 auto;
	width: 964px;
	background: url("../images/tenant/content_middle.gif") 0px 0px repeat-y;
}

.contents_middle {
	padding: 12px;
	width: 940px;
	background: url("../images/tenant/content_top.png") 0px 0px no-repeat;
}

.top_text {
	color: #A9A5A4;
}

.l_navi dl {
	padding-bottom: 3px;
	background: url("../images/tenant/l_navi/l_navi_bottom.gif") 0px bottom no-repeat;
}

.l_navi dd ul {
	background: url("../images/tenant/l_navi/l_navi_middle.gif") 0px 0px repeat-y;
}

.l_navi_box {
	margin-bottom: 6px;
}

.other_navi li {
	margin-top: 6px;
}


/* ENTRY
-----------------------*/
.main_entry {
	width: 700px;
	float: right;
	background: url("../images/tenant/main_back.png") 0px 0px no-repeat;
}

.main_entry .entryWrapper {
	padding: 18px 0px 0px 15px;
	width: 685px;
}

.entryTitle_text {
	padding: 26px 0px 0px 30px;
	width: 674px;
	height: 68px;
	font-weight: bold;
	color: #FFF;
	font-size: 26px;
	background: url("../images/tenant/entry_title_back.png") 0px 0px no-repeat;
}

.entryHeader {
	margin-bottom: 15px;
}

.contents_main {
	padding-left: 17px;
	width: 702px;
}

.contents_main h3 {
	margin-top: 25px;
}

/* entry
--------------------*/
.topicPath {
	margin: 5px 0px 5px 5px;
	font-size: 92%;
	
}
.topicPath li {
	margin-right: 5px;
	float: left;
}

.entry h3,
h3.entryTitle {
	border-left: 6px solid #E8695E;
}

.entry h4 {
	background: url("../images/tenant/mark4.gif") 0px 0px no-repeat;
}

.entry h5 {
	color: #E8695E;
}

.entry ul li {
	background: url("../images/vacant/mark5.gif") 0px 4px no-repeat;
}

*:not(.topic_entry_text) > em,
span.js-tag_insertion a.em {
	color: #E8695E;
}


/* FOOTER
----------------------*/
.footer_inner {
	height: 19px;
	background: url("../images/tenant/content_bottom.gif") no-repeat 0px 0px;
}

.footer_navi1 {
	padding-top: 32px;
}

.footer_navi1 li,
.footer_navi2 li {
	background: url("../images/tenant/mark3.gif") no-repeat 0px 6px;
}

.address {
	top: 113px;
	background: url("../images/tenant/p_address.png") no-repeat 0px 0px;
}

.copyright {
	top: 121px;
	background: url("../images/tenant/p_copyright.png") no-repeat 0px 0px;
}

.scrollTo {
	position: fixed;
	right: 0;
	bottom: 0;
}


