@charset "utf-8"; 



/* text -------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	height: 100%;
}
html {
	overflow: hidden;
}
body {
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
}
a {
	text-decoration: none;
	color: #b4193f;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
span.link {
	display: block;
	float: left;
	padding-right: 16px;
	background: url(../../images/arrow.png) no-repeat right 4px;
}



/* table -------------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
}
table.data {
	background: url(../../images/dot-horizontal.png) repeat-x left top;
}
table.data td,
table.data th {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	padding-left: 5px;
	background: url(../../images/dot-horizontal.png) repeat-x left bottom;
}



/* list -------------------------------------------------------------------------------- */

ul li {
	list-style: none;
}



/* other -------------------------------------------------------------------------------- */

img {
	border: none;
}
img.right {
	float: right;
	margin-left: 20px;
}
img.frame {
	border: 1px solid #e6e6e6;
}
div.clear {
	clear: both;
}



/* header -------------------------------------------------------------------------------- */

div#header {
	position: absolute;
	width: 100%;
	min-width: 780px;
	background: url(../../images/background-header.png) no-repeat 0px 0px;
}
div#header div#info {
	float: left;
	margin: 30px 0px 0px 30px;
}
div#header div#info h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding-top: 10px;
}
div#header div#info address {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
}
div#header div#info div.banner a {
	display: block;
	width: 100px;
	height: 33px;
	margin-top: 20px;
	background: url(../../images/banner-fudousan.png) no-repeat 0px 0px;
}
div#header div#navi {
	float: right;
	width: 450px;
	height: 20px;
	margin: 30px 60px 0px 0px;
}
div#header div#navi div.button {
	cursor: pointer;
}
div#header div#navi div.home a,
div#header div#navi div.company a,
div#header div#navi div.smart a,
div#header div#navi div.fudousan a,
div#header div#navi div.recruit a {
	display: block;
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#header div#navi div.home a:hover,
div#header div#navi div.company a:hover,
div#header div#navi div.smart a:hover,
div#header div#navi div.fudousan a:hover,
div#header div#navi div.recruit a:hover,
div#header div#navi div.home a.current,
div#header div#navi div.company a.current,
div#header div#navi div.smart a.current,
div#header div#navi div.fudousan a.current,
div#header div#navi div.recruit a.current {
	background-position: 0px -20px;
}
div#header div#navi div.home a {
	width: 40px;
	background-image: url(../../images/navi-home.png);
}
div#header div#navi div.company a {
	width: 56px;
	margin-left: 34px;
	background-image: url(../../images/navi-company.png);
}
div#header div#navi div.smart a {
	width: 74px;
	margin-left: 34px;
	background-image: url(../../images/navi-smart.png);
}
div#header div#navi div.fudousan a {
	width: 93px;
	margin-left: 34px;
	background-image: url(../../images/navi-fudousan.png);
}
div#header div#navi div.recruit a {
	float: right;
	width: 51px;
	background-image: url(../../images/navi-recruit.png);
}



/* container -------------------------------------------------------------------------------- */

div#container {
	overflow: hidden;
	width: 100%;
	height: 100%;
}



/* general -------------------------------------------------------------------------------- */

div#general {
	width: 5280px;
	height: 100%;
	min-height: 480px;
	background: url(../../images/background-general.jpg) no-repeat left bottom;
}
div#general div.inner {
	float: left;
	width: 960px;
	height: 640px;
}
div#general div.inner div.content {
	float: right;
	width: 450px;
	padding: 150px 60px 0px 0px;
}
div#general div.inner div.content p {
	padding: 0px 5px;
}
div#general div.inner div.content img.title {
	border-bottom: 1px solid #221e1f;
	margin-bottom: 20px;
	padding-bottom: 5px;
}



/* home -------------------------------------------------------------------------------- */

div#home {
}
div#home div.button {
	margin: 0px 0px 20px 5px;
}


/* company -------------------------------------------------------------------------------- */

div#company {
}



/* smart -------------------------------------------------------------------------------- */

div#smart {
}



/* fudousan -------------------------------------------------------------------------------- */

div#fudousan {
}



/* recruit -------------------------------------------------------------------------------- */

div#recruit {
}
