/* @override http://www.sublease.co.jp/css/common_v3.css */

/* sublease.co.jp common.css */
body * {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
}
/* only IE6 */
* html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}
/* only IE7 */
*:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}
body {
	/* background-color: #a0b8e0; */
	margin: 0;
	color: #333;
}

img {
    border: 0;
}

ul{
	list-style: none;
}
hr {
	display: none;
}
a{
	text-decoration: underline;
}
a:link {
	color: #4B619E;
}
a:visited {
	color: #3333CC;
}
a:hover, a:active {
	color: #FF3300;
}

#wholewrapper{
	width: 820px;
	margin: 0 auto;
	padding-left:10px;
	background: transparent url(../images_v3/wholewrapper.gif) repeat-y;
}

div.center, div.clear {
	clear: both;
}
.righttext{
	text-align: right;
}


/* @group header */

#header {
	position: relative;
	background: transparent url(../images_v3/header_bg.png) no-repeat left top;
	width: 100%;
	height: 105px;
}

#header.for_owner {
	background: transparent url(../images_v3/header_bg_for_owner.png) no-repeat left top;
}

#header h1{
	position: absolute;
	top: 28px;
	left: 20px;
}

/* @group headermenu */

ul#headermenu {
	position: absolute;
	top: 0;
	left: 0;
}

ul#headermenu li.contact {
	position: absolute;
	top: 7px;
	left: 588px;
}

ul#headermenu li.biz {
	position: absolute;
	top: 7px;
	left: 693px;
}

/* @end */

/* @group globalmenu */

#globalmenu{
	position: absolute;
	left: 0;
	bottom: 0;
	width:800px;
	height:29px;
}
#navi{
	height:29px;
	display: inline;
	overflow: hidden;
}
#navi li{
	display: inline;
}

#navi a{
	float: left;
	line-height: 140px;
	overflow: hidden;
	height: 29px;
}
#navi a:hover{
	background-position: 0 -29px;
}
#navi a.active{
	background-position: 0 -58px;
}
#navihome a{
	width:160px;
	background: transparent url(../images_v3/navihome.gif) top left no-repeat;
}
#naviroom a{
	width:160px;
	background: transparent url(../images_v3/naviroom.gif) top left no-repeat;
}
#navioffice a{
	width:160px;
	background: transparent url(../images_v3/navioffice.gif) top left no-repeat;
}
#naviowner a{
	width:160px;
	background: transparent url(../images_v3/naviowner.gif) top left no-repeat;
}
#navicompany a{
	width:160px;
	background: transparent url(../images_v3/navicompany.gif) top left no-repeat;
}
.hideText {
    line-height: 300px;
    overflow: hidden;
}
/* @end */

/* @end */

/* @group contents */

#contents{
	width: 800px;
	background-color: #FFF;
}

#maincontents{
	padding: 20px;
}

#maincontents h2{
	font-size: large;
	overflow: hidden;
}

/* @end */

/* @group footer */

#footer {
	padding: 0px 30px 0px 20px;
	margin-left:-10px;
	height: 36px;
	background-color: #FFFFFF;
	background: transparent url(../images_v3/footer_shadow.gif) no-repeat;
}
#footer div.copyright{
	line-height: 29px;
	width: 360px;
	text-align: right;
	float: right;
	font-family: sans-serif;
}
#footer div.links{
	width: 360px;
	line-height: 29px;
	float: left;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* @end */

