@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  background-image: url(img/back.gif);
  background-repeat: repeat-x;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #69821b;
  font-size: 13px;
}

a:hover {
  color: #99ab4e;
  font-size: 13px;
}

a:visited {
  color: #69821b;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
  width: 900px;
  height: 80px;
  margin: 0 auto 0 auto;
  text-align: center;
  background-color: #ffffff;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 10px 10px 0 15px;
  width: 400px;
  text-align: left;
  font-size: 20px;
  color: #666666;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 30px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #999999;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 8px 20px 2px 0;
  font-size: 16px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header-menu {
  width: 880px;
  margin: 0 10px 6px 10px;
  padding: 0;
  border-top: solid 3px #6CA914;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  height: 40px;
  text-align: left;
  background-image: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a {
  width: 110px;
  height:27px;
  padding: 10px 0 3px 0;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  background-image: url(img/head_menu_back.gif);
  text-align: center;
  display: block;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;
}

#header-menu li a:hover {
  background-image:url(img/head_menu_back_hover.gif);
}

#header-img {
  margin: 0 0 8px 0;
  padding: 0
  background-color: #ffffff;
}


/*---------- コンテンツ ----------*/

#container {
  width: 888px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 2px 6px 6px 6px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  line-height: 180%;
  width: 640px;
  letter-spacing: 1px;
  text-align:left;
}

#contents #pannavi {
  margin: 0;
  padding: 3px 0 5px 0;
  font-size: 12px;
}

#contents h2 {
  height: 28px;
  margin: 0 0 7px 0;
  padding: 7px 0 0 20px;
  font-size: 14px;
  color: #69821b;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
  clear:both;
}

#contents p {
	margin: 18px 0 18px 0;
	padding: 0 5px 0 5px;
	line-height: 180%;
	font-size: 12px;
}

#contents img.head_photo {
  margin: 0 0 8px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
  height: 20px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 2px #cccccc;
  border-left: solid 1px #dddddd;
  width: 174px;
  padding: 9px 4px 6px 30px;
  font-size: 13px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #99ab4e;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  line-height: 180%;
 }

.menu_free a:hover{
  color: #99ab4e;
  line-height: 180%;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(img/menu_back.gif);
  line-height: 180%;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 3px;
  border-top-color: #cccccc;
  background-color: #ffffff;
}

#footer a {
  color: #333333;
  font-size: 13px;
 }

#footer a:hover {
  color: #333333;
}


/*---------- 追加 ----------*/
h3{
	font-size:14px;
	font-weight:bold;
	color:#000;
}

/*navi  */

div#contents #navi1 a{
	text-decoration:none;
	display:block;
	width:180px;
	height:132px;
	background:url(img/top/navi1.jpg) no-repeat 0 0;
	margin:0 20px 0 0;
	padding:38px 120px 0 10px;
	font-size:12px;
	line-height:160%;
	float:left;
}

div#contents #navi2 a{
	text-decoration:none;
	display:block;
	width:180px;
	height:132px;
	background:url(img/top/navi2.jpg) no-repeat 0 0;
	margin:0;
	padding:38px 120px 0 10px;
	font-size:12px;
	line-height:160%;
	float:left;
}

div#contents #navi3 a{
	text-decoration:none;
	display:block;
	width:180px;
	height:132px;
	background:url(img/top/navi3.jpg) no-repeat 0 0;
	margin:0 20px 0 0;
	padding:38px 120px 0 10px;
	font-size:12px;
	line-height:160%;
	float:left;
}

div#contents #navi4 a{
	text-decoration:none;
	display:block;
	width:180px;
	height:132px;
	background:url(img/top/navi4.jpg) no-repeat 0 0;
	margin:0;
	padding:38px 120px 0 10px;
	font-size:12px;
	line-height:160%;
	float:left;
}

#navi1 a:hover,#navi2 a:hover,#navi3 a:hover,#navi4 a:hover{
	text-decoration:underline;
}


/*お問合せ  */
.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free p.tel{
	width:198px;
	padding:60px 0 0 12px;
	line-height:140%;
	height:30px;
	background:url(img/common/tel.jpg) 0 0 no-repeat;
	font-size:10px;
	float:left;
}

.menu_free a{
  color: #004080;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 0;
  padding: 8px 0 10px 0;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(img/menu_back.gif);
  line-height: 180%;
}

/* ビル・マンションの清掃業務 */
.clean_img{
	float:left;
	padding-left:30px;
	margin-top:10px;
}

.menu_line{
	clear:both;
	padding-top:10px;
	margin-left:30px;
}

.menu_txt01{
	color:#69821b;
	margin:20px 40px 0px 30px;
	font-size:14px;
	font-weight:bold;
}

.menu_txt02{
	line-height:21px;
	font-size:14px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 5px solid #fff3c8;
	font-size:12px;
	width:472px;
}


.menu_txt04 {
font-size:0.75em;
color:#333333;
line-height:1.8em;
margin-top:15px;
letter-spacing:0.05em;
margin-left:30px;
margin-right:40px;
margin-bottom:20px;
}

.menu_box_l{
	float:left;
}

.menu_box_r{
	float:right;
	padding-right:30px;
}

.prof_box{
	line-height:21px;
	font-size:14px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	border: 5px solid #C8F5FF;
	font-size:12px;
	width:600px;
}

/* ビル・マンションの清掃業務 */
.clean_img{
	float:left;
	padding-left:30px;
	margin-top:10px;
}

.menu_line{
	clear:both;
	padding-top:10px;
	margin-left:30px;
}

.menu_txt01{
	color:#0044aa;
	margin:20px 40px 0px 30px;
	font-size:14px;
	font-weight:bold;
}

.menu_txt02{
	line-height:21px;
	font-size:14px;
	padding: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 5px solid #fff3c8;
	font-size:12px;
	width:472px;
}

.menu_txt03{
	display:block;
	border: none;
	overflow: hidden;
	float:left;
	padding-bottom:10px;
	font-size:12px;
	width:420px;
	margin-left:0px;
	_margin-right:20px;
}

.menu_txt04 {
font-size:0.75em;
color:#333333;
line-height:1.8em;
margin-top:15px;
letter-spacing:0.05em;
margin-left:30px;
margin-right:40px;
margin-bottom:20px;
}

.menu_box_l{
	float:left;
}

.menu_box_r{
	float:right;
	padding-right:30px;
}
.blue {
	color:#7FB338;
	line-height:24px;
}

.txt30{
	font-size:30px;
}