@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");
@import url("mtx.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffffff;
	background-image: url(images/bg-main.gif) ;
	background-repeat: repeat-x;
	color:#435655;
	line-height:1.6;
}

#wrapper {
    width: 870px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
	background-image: url(images/bg-header.gif) ;
	background-repeat: repeat-x;
}

#content {
    width: 870px;	
	background-image: url(images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 640px;
}

.layout-2column-right #aside {
    width: 205px;
}



/* style ----------------------------------------------------------------- */


a { color: #000000; text-decoration: none;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }


#header {
	width:880px;
    margin: 0 0 6px -5px;
    padding: 0;
	height:130px;
	border-bottom:solid 3px #eeeeee;
}

#header h1 {
    margin: 0;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	margin: 7px 0 0 0 ;
}

#header h1 a {
    text-decoration: none;
}

img.subnav{
	margin: 0 0 0 600px;
}

#banner {
	clear: both;
    margin: 0 0 6px 0;	
    border: 0;
	height: 250px;
}

#nav {
    background: none;
    height: 54px;
    margin: 0 0 5px -2px;
    padding: 0;
	width:880px;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 54px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 54px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 54px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 114px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 122px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 122px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 135px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 122px;
}

#nav ul li.nav06 a {
    background: url(images/img-nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 122px;
}

#nav ul li.nav07 a {
    background: url(images/img-nav07.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 139px;
}


#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -55px;
}




#pan{
	width:860px;
	font-size: 11px;
	text-align:right;
	padding-right: 10px;}

#pan a{ text-decoration:underline;}





#article {
    margin: 0 auto;
    padding: 0;
}

#article h2 {
	margin: 0 0 20px 0 ;
}

#article .section {
	clear:both;
	height:1%;
}





#aside {
    width: 205px;
	margin-bottom:40px;
	margin-left:24px;
}

#aside .section {
    margin-bottom: 10px;
}

#aside img{
    vertical-align: bottom;
	margin-bottom:10px;
}

#aside .section h4 {}

#aside .section h4 a {
    text-decoration: none;
}

#aside .section ul {}

#aside .section ul li {}



#footer_bg {
    margin: 0;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #2956BE;
	height:250px;
}

#footer {
	width:870px;
	margin:0px auto;
	text-align:left;
	color:#ffffff;	
}

#footer address,#footer img.topback {
	float:right;
	line-height:1.2;
	font-size:93%;	
}

#footer ul {
	width: 870px;
	overflow: hidden;
	margin: 5px 0 0 0;
    padding: 0;
	clear:both;
}

#footer ul li {
	display: inline;
	margin: 0px -1px 0 0;
	padding: 0 7px 0 11px;
	border-left: 1px #ffffff solid;
	list-style-type: none;
	font-size:93%;
}


#footer ul li a{	color:#ffffff;}
#footer ul li a:hover{	color:#dddddd;}

/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #f5f5f5;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid #f5f5f5;
}



/* table ----------------------------------------------------------------- */

.table-left {
    float: left;
    margin: 0 10px 10px 0;
}

.table-right {
    float: right;
    margin: 0 0 10px 10px;
}




/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.right { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



/* top-contents ----------------------------------------------------------------- */
.section-menu{
	float: left;
	width: 190px;
}

.section-menu h2{
	margin: 0 0 10px 0;
	}

img.linedot{
	margin: 0 0 0 0;
	float: left;
}


.section-menucontents{
	margin: 0 0 40px 0;
	height: 60px;
}

.section-menucontents img{
	margin: 0 7px 0 0;
	float: left;
}

.section-menucontents h3{
	margin: 0 0 0 0 ;
	font-size:12px;
}

.section-menucontents h3 img{
	margin: 4px 7px 0 0;
	float: left;
}
	
.section-menucontents p{
	font-size: 11px;
	color: #55605F;
	line-height: 1.3;
}

.section a{	text-decoration: none; }
.section a:hover{	color:#666666; }

.section table{
	margin:10px 5px 10px 5px;}
	
.section table td,.section table th{
	border:solid 1px #55605F;}

.section-menu02{
	float: left;
	margin:0 15px 0 0;
	height:80px;
}

.section-menu02 h3 img{
	margin: 0 3px 0 0;
}

.section-menu02 h3{
	margin: 0 0 0 0 ;
	font-size:12px;
}


/* top　MTX表示エリア */
#newsbox {
	width: 640px;
	clear: both;
	margin: 10px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	
}	
	
#newsbox h2 {
	background-image: url(images/title-top05-bg.jpg);
	background-repeat :no-repeat;
	margin: 0 0 0 0 ;
}
	
#newsbox h2 img.rss{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	background: none;
}
	
#newsbox ul{
	clear: both;
	list-style: none;
	margin: 0 0 0 0 ;
}

#newsbox li{	
	list-style: none;	
	font-size: 12px;
	margin: 0 0 0 0 ;
	padding: 6px 0px 6px 20px;
	vertical-align: bottom;
	border-bottom: dotted 1px #cccccc;
	background-image:url(images/arrow05.jpg);
	background-repeat:no-repeat;
}

#newsbox li span.mtxDate{
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
}

#newsbox li span.mtxCat{
	font-weight: bold;
	font-size: 11px;
	margin-right: 10px;
}

#newsbox li span.mtxtitle{	}

#newsbox li a{	color: #435655; text-decoration: none;}
#newsbox li a:hover{	color: #0D41AE;}
	
	

/* second-contents ----------------------------------------------------------------- */
img.img-inquiry{
	margin: 60px 0 100px 0;}



img.housecleaning-all-img{
	float:left;}

#article .section{	padding-top:20px;}

#article .section h3{
	clear:both;
	width:640px;
	height:30px;
	margin:0 0 5px 0 ;
	background-repeat:no-repeat;
	padding:4px 0px 0px 40px;
	font-size:100%;}
	
#article .section h3.housecleaning{background-image:url(images/bg-housecleaningtitle.jpg);}
#article .section h3.sanitation{background-image:url(images/bg-sanitation.jpg);}
#article .section h3.buildingmaintenance{background-color:#4A9D9D; color:#ffffff;
	padding:2px 0px 2px 10px;	height:20px;}
#article .section h3.others{background-image:url(images/bg-others.jpg);}


/*#article .section h4{	margin:5px 0 0 0 ;}
#article .section h4.buildingmaintenance{	
	color:#4A9D9D; 
	border-top:dashed 1px #cccccc; 
	border-bottom:dashed 1px #cccccc; 
	padding:5px 0px 5px 10px;	
	margin:40px 0 10px 0;
	clear:both;}*/

#article .section h4.buildingmaintenance{background-image:url(images/bg-buildingmaintenance.jpg);
	margin:5px 0 5px 0 ;
	background-repeat:no-repeat;
	padding:4px 0px 0px 40px;}


#article .section ul{	margin:0 0 5px 2em ;}
	
#article .section table{margin:0px 10px 10px 5px; width:620px;}
#article .section table caption{	text-align:left;	margin:0px;}
#article .section table th{	font-size:85%;	border: solid 1px #cccccc;}
#article .section table td{	border: solid 1px #cccccc;	text-align:center;}


#article p.buildingmaintenance{	width:410px;	float:right;}


.section-sub{
	float:right;
	margin:　0px 0px 30px 10px;
	width:500px;
	height:100%;}	

.section-sub h3,.section-sub h4{
	width:490px;
	color:#ffffff;
	font-size:12px;
	margin:0 0 3px 0 ;
	padding-left:10px;}

.section-sub h3.housecleaning{		background-color:#BD606F;}
.section-sub h3.sanitation{		background-color:#78AF2E;}
.section-sub h3.buildingmaintenance{		background-color:#4A9D9D; width:420px;}
.section-sub h3.others{	background-color:#FBB04A;}

.section-sub h4.housecleaning{		background-color:#BD606F;}

#article .section .section-sub table{	width:490px; margin:5px 0px 10px 0px;}

#article .section .section-sub table th{	text-align:left;}
#article .section .section-sub table th{ width:160px;}
#article .section .section-sub table th.floa{ width:320px;}

.section-sub.buildingmaintenance p{	width:420px;}
.section-sub p.housecleaning-all-exp{
	padding: 3px 0 10px 0;
	background-image: url(images/line-dot3.gif) ;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
	
	
	
	
.photobox{width:210px;
	float:left;
	margin-right:3px;}

.photobox p{width:200px;	line-height:1.4;}



/* housecleaning

.section-housecleaning{
	float:right;
	margin:　0px 0px 30px 10px;
	width:500px;
	height:100%;}	

.section-housecleaning h3,.section-housecleaning h4{
	width:490px;
	background-color:#BD606F;
	color:#ffffff;
	font-size:12px;
	margin:0 0 3px 0 ;
	padding-left:10px;}

.section h3.housecleaning{
	clear:both;
	background-image:url(images/bg-housecleaningtitle.jpg);
	width:640px;
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:100%;}


.section-housecleaning p{
	padding: 0px;
}

.section-housecleaning p.housecleaning-all-exp{
	padding: 3px 0 10px 0;
	background-image: url(images/line-dot3.gif) ;
	background-repeat: no-repeat;
	background-position: bottom;
	}



.section-housecleaning img{clear:both;} */

.section th.floa{	width:360px}




.section-others p{	margin-left:10px;}
.section-sub p.lisence{	border:solid 1px #dddddd;	padding:5px ; width:300px;}



.section-sub img.point{	margin-right:15px;}









/* result.html */
.section-result{
	float:left;	
	margin:0px 0px 10px 0px;
}	

.section-result table {
	width:310px;
	margin:0px 0px 5px 1px;
	font-size:11px;
}


.section-result table caption{	text-align:left;}

.section-result table td,.section-result table th{
	padding: 3px 5px;
	border:solid 1px #CCCCCC;
	text-align:left;
}
.section-result table.listprice td{
	text-align:center;}

.section-result table.listprice tr.topline th{
	text-align:center;}
	
	

/* company.html */

.section-company{}

.section-company h3{	background-color:#0D41AE; color:#ffffff; padding-left:15px;}
.section-company h4{	padding:0 0 0px 30px;
	margin-bottom:10px;
	color:#0D41AE;	
	background:url(images/arrow06.jpg) 5px  no-repeat;
	clear:both;
	background-color:#E7EDFA;}

.section-company p{ padding-left:15px;}
.section-company ul li{ list-style:decimal;	margin-left:15px;	line-height:1.3;	margin-bottom:10px;}



.section-company ul.information{
	list-style-type:none;
	float:right;
	width:320px;
	margin:0px;
}

.section-company ul.information li{
	list-style-type:none;
	margin:0px;	
    padding-left: 30px;
    background: url(images/arrow06.jpg) no-repeat 10px 0.5em;
    list-style: none;
}




.section-company  ul.information li a{	text-decoration:underline;}
.section-company  ul.information li a:hover{	color:#0000CC;}

.section-company table{
	width: 640px;
	background: url(images/line-dot3.gif) no-repeat bottom;
}

.section-company table tr{
	background: url(images/line-dot3.gif) no-repeat top;
}	

.section-company table th, .section-company table td{
	border: 0 ;
	}

.section-company table th{
	padding: 3px 0 0 0;
	vertical-align: top;
	text-align:left;
}
.section-company table td{
	padding: 10px 0 10px 0;
	vertical-align: top;
}

.section-company img.information{
	margin:0px 10px 20px 0px; float:left;}



.section-recruit h4{	padding:0 0 0 10px;color:#0D41AE;}

.section-recruit table{margin:0px 10px 10px 5px; width:620px;}
.section-recruit table caption{	text-align:left;	margin:0px;}
.section-recruit th{		border: solid 1px #cccccc; text-align:left; width:100px;}
.section-recruit td{	border: solid 1px #cccccc;	text-align:left;}


.section-sitemap h3{	color:#0D41AE;	margin:0px;}
.section-sitemap ul {margin:2px 0 25px 10px;}
.section-sitemap ul li{
	list-style-type:none;
	margin:0px;	
    padding-left: 30px;
    background: url(images/arrow06.jpg) no-repeat 10px 0.5em;
    list-style: none;
}

.section-sitemap ul li a{	text-decoration:underline;}
.section-sitemap ul li a:hover{	color:#0000CC;}

/* aside ----------------------------------------------------------------- */

#aside {
	line-height:1.6;}

.asidemenu {
	width: 190px;
	padding: 0 0 0 0;
	margin:0 0 0px 0 ;

}

.asidemenu a:hover{ color: #666666;}

.asidemenu h5{
	margin: 2px 0 0 0 ;
	font-size: 12px;
}

#aside .asidemenu h5 img{
	margin: 4px 7px 0 0;
	padding:0px;
	float: left;
}

.asidemenu p{margin:0px ;
	padding: 0 0 8px 0;
	font-size: 11px;
	color: #55605F;
	background-image: url(images/line-dot2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	/*height:100%;*/
}

#section-aside05{
	background-image: url(images/bg-aside05.jpg);
	background-repeat: no-repeat;
	margin: 0 0 40px 0;
	padding: 15px;
	width: 175px;
	height: 199px;
}

#section-aside05 img{
	margin: 0;
	padding: 0;}
	

#section-aside05 h4{	margin: 0px;
	font-weight:normal;}
	
#section-aside05 p {	margin: 0px;}

