/* @override http://tokyo.sublease.co.jp/css/common.css */

body * {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
	font-family: 'HiraKakuPro-W3', 'MS PGothic', sans-serif;
}

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

img {
    border: 0;
}

ul, ol {
	list-style: none;
}

a:link, a:visited {
	color: #fc5443;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffa167;
	text-decoration: underline;
}

div#wholewrapper{
	width: 780px;
	margin: 0 auto 20px;
	background: transparent url(../images/body_bg.gif) repeat-y;
}

div#headerimage {
	width: 100%;
	height: 14px;
	background: transparent url(../images/body_header.gif) no-repeat;
}

/* @group Header */

div#header {
	position: relative;
	width: 750px;
	height: 125px;
	margin: 0 auto;
	/*border-top: 4px solid #fd341f;*/
}

div#header h1 {
	position: absolute;
	bottom: 10px;
	left: 28px;
}

ul#globalmenu {
	position: absolute;
	bottom: 10px;
	right: 28px;
}

ul#globalmenu li {
	width: 138px;
	height: 18px;
	margin-right: 4px;
	float: left;
}

ul#globalmenu li a {
	display: block;
	width: 138px;
	height: 18px;
}


/* @end */

div#maincontainer {
	width: 690px;
	margin: 20px auto 10px;
}

div#maincontainer ul#sidemenu {
	width: 94px;
	float: left;
}

div#contents {
	width: 555px;
	float: right;
}

div.container {
	margin: 20px 0;
}

.redborder {
	border-left: 2px solid #fd341f;
	padding-left: 10px;
}

div.container.redborder h3 {
	font-size: medium;
	line-height: 1.8;
	color: #fd341f;
}

div.container.redborder p {
	line-height: 1.4;
}


ul#sidemenu li {
	width: 94px;
	height: 47px;
	margin-bottom: 12px;
}

div#footerimage {
	width: 100%;
	height: 20px;
	background: transparent url(../images/body_footer.gif) no-repeat;
}

div.clear {
	clear: both;
}

/* @group Footer */

div#footer {
	position: relative;
	width: 686px;
	height: 35px;
	margin: 30px auto 0;
	border-top: 2px solid #fd341f;
}

div#footer * {
	font-size: x-small;
}

ul#footermenu {
	position: absolute;
	top: 10px;
	left: 2px;
}

ul#footermenu li {
	float: left;
}

ul#footermenu li a:link,
ul#footermenu li a:visited {
	color: black;
}

ul#footermenu li a:hover,
ul#footermenu li a:active {
	color: #fc5443;
}

div#footer address {
	position: absolute;
	top: 10px;
	right: 0;
	font-style: normal;
}

/* @end */

.pagebottom_contact_anchor {
	margin-top: 25px;
	text-align: center;	
}