@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.h2
	05.navigation
	06.main
	07.footer
	08.other
	09.index
	10.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	00.add
/--------------------------------------------------------------------\*/



#contents2{
background:#fff;
}


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	font-size: 100%;
	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{
	clear: both;
	margin:0;
	padding:0;
	border-width:0px;
	height:0;
	color:#ffffff;
}
li{list-style-type: none;}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/

/* a
----------------------------------------------------------------*/
a{outline:none;}
a:link,
a:visited,
a:hover,
a:active{
	color:#566a4c;
	text-decoration:none;
}

a:visited{text-decoration:none;}
a:hover  {
	color: #99b70a;
	text-decoration:none;
}
a:active {text-decoration:none;}


/* body
----------------------------------------------------------------*/
body{
	background: url(img/common_bg.gif) repeat-y center top;
	text-align:center;
	font-size:12px;
	color:#39312e;
}

/* wrapper
----------------------------------------------------------------*/
div#wrapper{width:100%;}


/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
div#header{
	width:100%;
	height:80px;
	background:url(img/common_bg_header.gif) no-repeat center;
}
div#header div{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:80px;
}
div#header h1{
	float:right;
	padding-top:15px;
	padding-right:10px;
	font-family:'ＭＳ ゴシック',sans-serif;
	font-size:10px;
	color:#555555;
	text-align:right;
}
div#header div div a{
	display:inline;
	float:left;
	width:315px;
	height:80px;
	text-indent: -9999px;
	overflow: hidden;
}


/*--------------------------------------------------------------------/
	04.h2
/--------------------------------------------------------------------*/

/* top
--------------------------------------------------------------------*/
div#h2-top{
	width:100%;
	height:370px;
	background:url(img/top_bg_h2.jpg) no-repeat top center;
}
div#h2-top div{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:940px;
	height:370px;
}
div#h2-top h2{
	position:absolute;
	top:65px;
	left:250px;
}
div#h2-top a img#t-btn01{
	position:absolute;
	top:135px;
	left:0;
}
div#h2-top a img#t-btn02{
	position:absolute;
	top:135px;
	left:690px;
}


/* property
--------------------------------------------------------------------*/
div#h2-property{
	width:100%;
	height:180px;
	background:url(img/property_bg_h2.jpg) no-repeat top center;
}


/* staffing
--------------------------------------------------------------------*/
div#h2-staffing{
	width:100%;
	height:180px;
	background:url(img/staffing_bg_h2.jpg) no-repeat top center;
}


/* company
--------------------------------------------------------------------*/
div#h2-company{
	width:100%;
	height:180px;
	background:url(img/company_bg_h2.jpg) no-repeat top center;
}


/* contact
--------------------------------------------------------------------*/
div#h2-contact{
	width:100%;
	height:180px;
	background:url(img/contact_bg_h2.jpg) no-repeat top center;
}



/*--------------------------------------------------------------------/
	05.navigation
/--------------------------------------------------------------------*/
div#navigation{
	width:100%;
	height:60px;
	background:url(img/common_bg_navigation.jpg) repeat-x;
}
div#navigation ul{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:60px;
	background:url(img/common_bg_navigation-ul.jpg) no-repeat;
}
div#navigation ul li,
div#navigation ul li a{
	display:inline;
	outline:none;
	float: left;
	width: 180px;
	height:60px;
	text-indent:-9999px;
}
#gn1 a{background-position: 0 0;}
#gn2 a{background-position: -180px 0;}
#gn3 a{background-position: -360px 0;}
#gn4 a{background-position: -540px 0;}
#gn5 a{background-position: -720px 0;}
div#navigation ul li a:hover{background-image: url(img/common_bg_navigation-ul_over.jpg);}



/*--------------------------------------------------------------------/
	06.main
/--------------------------------------------------------------------*/
div#main{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:80px;
	width:900px;
}
div#main:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#contents{
	float:left;
	width:650px;
}
div#side{
	float:right;
	margin-top:25px;
	width:190px;
}


/* side
--------------------------------------------------------------------*/
div#side dl{
	margin-top:15px;
	margin-bottom:25px;
	background:url(img/common_bg_dl.gif) no-repeat bottom right;
}
div#side dd{
	padding:0 10px 10px;
	text-align:left;
}



/*--------------------------------------------------------------------/
	07.footer
/--------------------------------------------------------------------*/
div#footer{
	width:100%;
	height:80px;
	background:url(img/common_bg_footer.gif) repeat-x bottom;
}
div#footer div{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:80px;
}

/* pagetop */
div#footer a img{
	display:inline;
	margin-top:15px;
	margin-right:8px;
	float:right;
}

/* footer navigation */
div#footer ul{
	float:left;
	display:block;
	padding-top:15px;
	margin-left:5px;
	height:20px;
}
div#footer ul li{
	display: block;
	float:left;
	margin: 0 10px 0 0;
	padding-right: 10px;
	height:15px;
	border-right:solid 1px #d2d2d4;
	line-height:1.2;
}
div#footer ul li.nb{border-right:none;}
div#footer ul a:link,
div#footer ul a:visited,
div#footer ul a:hover,
div#footer ul a:active{
	color:#1c8fcb;
	text-decoration:none;
}
div#footer ul a:hover{
	color:#1073d7;
	text-decoration:underline;
}

/* copyright */
div#footer p{
	clear: both;
	padding-top:16px;
	padding-left:10px;
	text-align:left;
	font-size:10px;
	font-family:tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#373737;
}




/*--------------------------------------------------------------------/
	08.others
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.ws-n{white-space:nowrap;}


/* text */
.txt_l{text-align: left;}
.txt_r{text-align: right;}
.txt_c{text-align: center;}
strong{color:#d62222;}
p.st{
	font-style:normal;
	font-weight:bold;
	color:#ae1a00;
}

/* size */
.fs_s{
	font-size: 80%;
	line-height: 100%;
}
.fs_m{
	font-size: 100%;
	line-height: 120%;
}
.fs_l{
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s{
	font-family:'ＭＳ ゴシック',sans-serif;
	font-size:10px;
}

/* letter spacing */
.ls_s{letter-spacing: -1pt;}
.ls_m{letter-spacing: 0pt;}
.ls_l{letter-spacing: 1em;}

/* padding */
.ps{padding: 5px;}
.ps_t{padding-top: 5px;}
.ps_b{padding-bottom: 5px;}
.ps_h{padding: 5px 0px;}
.ps_w{padding: 0px 5px;}

.pm{padding: 10px;}
.pm_t{padding-top: 10px;}
.pm_b{padding-bottom: 10px;}
.pm_h{padding: 10px 0px;}
.pm_w{padding: 0px 10px;}

/* margin */
.ms{margin: 10px;}
.ms_t{margin-top: 10px;}
.ms_b{margin-bottom: 10px;}
.ms_l{margin-left: 10px;}
.ms_r{margin-right: 10px;}
.ms_h{margin: 10px 0px;}
.ms_w{margin: 0px 10px;}

.mm{margin: 15px;}
.mm_t{margin-top: 15px;}
.mm_b{margin-bottom: 15px;}
.mm_l{margin-left: 15px;}
.mm_r{margin-right: 15px;}
.mm_h{margin: 15px 0px;}
.mm_w{margin: 0px 15px;}

.ml{margin: 20px;}
.ml_t{margin-top: 20px;}
.ml_b{margin-bottom: 20px;}
.ml_l{margin-left: 20px;}
.ml_r{margin-right: 20px;}
.ml_h{margin: 20px 0px;}
.ml_w{margin: 0px 20px;}

.m_a{margin:0px auto;}


/* pagetop */
div.pagetop{
	margin-top:10px;
	width:116px;
	height:15px;
	display:inline;
	float:right;
	margin-right:5px
}



/*--------------------------------------------------------------------/
	09.index
/--------------------------------------------------------------------*/

/* top box
--------------------------------------------------------------------*/
div#tbox{
	margin-top:30px;
	padding-bottom:0px;
	width:650px;
	background:url(img/top_bg_tbox.gif) no-repeat bottom;
}
div#tbox:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#tbox h3{margin-top:0;}
div#tbox div{
	display:inline;
	float:left;
	width:320px;
}
div#tbox p{
	padding:15px 25px;
	text-align:left;
}


div#tbox2{
	margin-top:30px;
	padding-bottom:20px;
	width:650px;
	background:url(img/top_bg_tbox.gif) no-repeat bottom;
}
div#tbox2:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div#tbox2 h3{margin-top:0;}
div#tbox2 div{
	display:inline;
	float:left;
	width:320px;
}
div#tbo2x p{
	padding:15px 25px;
	text-align:left;
}


/* topics
--------------------------------------------------------------------*/
div#topics{
	margin-top:35px;
	width:650px;
	height:250px;
	background:url(img/top_bg_topics.gif) no-repeat bottom;
}
div#topics h3{margin-top:0;}
div#topics div{
	margin-left:1px;
	width:648px;
	height:208px;
	overflow:auto;
}
div#topics table{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:630px;
}
div#topics th,
div#topics td{
	padding:10px 20px;
	border-bottom:solid 1px #eceef2;
	text-align:left;
}
div#topics th{
	width:60px;
	font-size:11px;
	font-family:tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#2891db;
}



/*--------------------------------------------------------------------/
	10.level2
/--------------------------------------------------------------------*/

/* common elements
--------------------------------------------------------------------*/

/* box */
div.box{width:650px;}
div.box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.box h3{
	margin-top:35px;
	padding:12px 20px 15px;
	background:url(img/common_bg_h3.gif);
	font-size:18px;
	font-weight:bold;
	text-align:left;
	line-height:1;
	letter-spacing:0.08em;
}
div.box h4{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-left:8px;
	background:url(img/common_bg_h4.gif);
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}
div.box p{
	padding:15px 20px 0 20px;
	text-align:left;
}
div.box img.pic{
	display:inline;
	float:right;
	margin:35px 25px 5px 30px;
	padding:3px;
	background:#ffffff;
	border:solid 1px #e8eeef;
}

/* txt link */
div.box p a,
dl.point dd a{
	margin:0 3px;
	padding:2px 5px;
	background:url(img/common_bg_a-txt.gif) repeat-x center;
	font-weight:bold;
	color:#ffffff;
}
div.box p a:hover,
dl.point dd a:hover{background:url(img/common_bg_a-txt_over.gif) repeat-x center;}

/* ul li */
ul.list{margin:15px 20px 0;}
ul.list li{
	padding:10px 30px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
	background:url(img/common_bg_li.gif) no-repeat top left;
}

/* dl dt dd */
dl.point{margin:15px 20px 0;}
dl.point dt{
	padding-bottom:8px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#0049b2;
	text-align:left;
	background:url(img/common_bg_dt.gif) repeat-x bottom;
	border-bottom:double #f1f2f2;
	letter-spacing:0.08em;
}
dl.point dd{
	padding:10px 30px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
	background:url(img/common_bg_li.gif) no-repeat top left;
}

/* bottom menu */
ul#bottom-menu{
	margin-top:40px;
	padding:9px 9px 0;
	height:90px;
	background:#fcfcfc;
	border:solid 1px #ebebec;
	border-top:solid 1px #f2f2f3;
}
ul#bottom-menu li{
	float:left;
}

/* table */
div.box table{
	margin-top:20px;
	width:620px;
	margin-left:auto;
	margin-right:auto;
}
div.box th,
div.box td{
	padding:10px 15px;
	border-bottom:dotted 1px #dce2e2;
	text-align:left;
	vertical-align:top;
}
div.box table th{width:26%;}
div.box table th span{
	font-size:10px;
	font-weight:bold;
	color:#b11212;
}

/* tool */
div.box table td.td1{
	width:20%;
	color:#2640a0;
}



/* property
--------------------------------------------------------------------*/

/* dl dt dd */
dl#property{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:45px;
	background:url(img/property_bg_dl.jpg) no-repeat bottom;
}
dl#property dt{margin-bottom:5px;}
dl#property dd{
	margin:0 40px 0 20px;
	padding:10px 10px 7px 33px;
	text-align:left;
	font-size:14px;
	background:url(img/property_bg_dd.gif) no-repeat top left;
	border-bottom:dotted 1px #dce2e2;
}

/* tool */
div.ktI-T2 ul{margin:0 20px;}
div.ktI-T2 ul li{
	padding:10px 30px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
	background:url(img/common_bg_li.gif) no-repeat top left;
}


/* p-info
--------------------------------------------------------------------*/

/* tool img txt */
div.ktI-T3,
div.ktI-T5{zoom:1;}
div.ktI-T3:after,
div.ktI-T5:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div.ktI-T3 div,
div.ktI-T5 div{
	display:inline;
	float:left;
	margin-top:15px;
}
div.ktI-T3 div img,
div.ktI-T5 div img{
	margin-left:10px;
	padding:3px;
	border:solid 1px #e8eeef;
}

/* tool table */
div.ktTable4,
div.ktTable6{
	zoom:1;
	margin-top:10px;
}
div.ktTable4:after,
div.ktTable6:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* staffing
--------------------------------------------------------------------*/

/* dl dt dd */
dl#staffing{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:45px;
	background:url(img/staffing_bg_dl.jpg) no-repeat bottom;
}
dl#staffing dt{margin-bottom:5px;}
dl#staffing dd{
	margin:0 40px 0 20px;
	padding:10px 10px 7px 33px;
	text-align:left;
	font-size:14px;
	background:url(img/property_bg_dd.gif) no-repeat top left;
	border-bottom:dotted 1px #dce2e2;
}

/* tool img txt */

div.ktI-T7,
div.ktI-T8{
	zoom:1;
	margin-top:10px;
}
div.ktI-T7:after,
div.ktI-T8:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div.ktI-T7 ul{margin:0 20px;}
div.ktI-T7 ul li{
	padding:10px 30px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
	background:url(img/common_bg_li.gif) no-repeat top left;
}
div.ktI-T7 img{
	display:inline;
	float:right;
	margin:25px 25px 10px 30px;
	padding:3px;
	background:#ffffff;
	border:solid 1px #e8eeef;
}


div.ktI-T8{
	zoom:1;
	margin-top:10px;
}
div.ktI-T8:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.ktI-T8 img{
	display:inline;
	float:right;
	margin:30px 10px 10px 25px;
	padding:3px;
	border:solid 1px #e8eeef;
}

/* tool table */
div.ktTable9,
div.ktTable10{
	zoom:1;
	margin-top:10px;
}
div.ktTable9:after,
div.ktTable10:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* flow */
dl#flow{margin:15px 20px 0;}
dl#flow dt{
	padding:5px 30px 0;
	font-size:14px;
	font-weight:bold;
	color:#ba0100;
	text-align:left;
}
dl#flow dt#no1{background:url(img/staffing_bg_dt-no1.gif) no-repeat top left;}
dl#flow dt#no2{background:url(img/staffing_bg_dt-no2.gif) no-repeat top left;}
dl#flow dt#no3{background:url(img/staffing_bg_dt-no3.gif) no-repeat top left;}
dl#flow dd{
	padding:0 30px 10px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
}


/* company
--------------------------------------------------------------------*/

/* tool img txt */
div.ktI-T11{
	zoom:1;
	margin-top:10px;
}
div.ktI-T11:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.ktI-T11 img{
	display:inline;
	float:right;
	margin:15px 10px 10px 25px;
	padding:3px;
	border:solid 1px #e8eeef;
}

/* tool table */
div.ktTable12{
	zoom:1;
	margin-top:10px;
}
div.ktTable12:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* access */
div.box img.right{
	display:inline;
	margin:15px 0 0 25px;
}


/* contact
--------------------------------------------------------------------*/
/* tool img txt */
div.ktI-T13 ul{margin:0 20px;}
div.ktI-T13 ul li{
	padding:10px 30px;
	text-align:left;
	border-bottom:dotted 1px #dce2e2;
	background:url(img/common_bg_li.gif) no-repeat top left;
}

/* p-info
--------------------------------------------------------------------*/
/* 手動更新　物件情報 img txt */
div.property{zoom:1;}
div.property:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.property div{
	display:inline;
	float:left;
	margin-top:15px;
}

div.property div img{
	margin-left:10px;
	padding:3px;
	border:solid 1px #e8eeef;
}
