/* 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: #DDE3E4;
	margin: 0;
	color: #333;
}

img {
    border: 0;
}

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

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

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


/* @group header */

#header{
	width: 100%;
}

#header h1{
	width: 800px;
	font-size: large;
	height: 64px;
	line-height: 252px;
	overflow: hidden;
	background: transparent url(../images/header_image.jpg) no-repeat;
}

/* @group navigation */

#globalmenu{
	width:800px;
	height:32px;
}
#navi{
	height:32px;
	display: inline;
	overflow: hidden;
}
#navi li{
	display: inline;
}

#navi a{
	float: left;
	line-height: 140px;
	overflow: hidden;
	height: 32px;
}
#navi a:hover{
	background-position: 0 -32px;
}
#navi a.active{
	background-position: 0 -64px;
}
#navihome a{
	width:160px;
	background: transparent url(../images/navihome.gif) top left no-repeat;
}
#naviroom a{
	width:160px;
	background: transparent url(../images/naviroom.gif) top left no-repeat;
}
#navioffice a{
	width:160px;
	background: transparent url(../images/navioffice.gif) top left no-repeat;
}
#navicompany a{
	width:160px;
	background: transparent url(../images/navicompany.gif) top left no-repeat;
}
#navicontact a{
	width:160px;
	background: transparent url(../images/navicontact.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: 30px;
	color: #FFF;
	background-color: #FFFFFF;
	background: transparent url(../images/footer_shadow.gif) no-repeat;
}
#footer div.copyright{
	margin-top: 3px; 
	width: 360px;
	text-align: right;
	float: right;
}
#footer div.links{
	width: 360px;
	line-height: 22px;
	float: left;
}
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: white;
	text-decoration: underline;
}
/* @end */
