/*
01.基本リンクカラー
02-01.ページ構成
02-02.ページ構成（ヘッダー）
02-03.ページ構成（コンテンツ）
02-04.ページ構成（コンテンツフッター）
02-05.ページ構成（フッター）
02-06.ページ構成（メインメニュー）
02-07.ページ構成（おそうじサブメニュー）
02-08.ページ構成（その他のサブメニュー）
03.おそうじメニュー
04.HTMLタグ
05.リンクアイコン
06.テーブル
07.カラーテキスト
08.フレーム
09.印刷設定
*/


/******* 01.基本リンクカラー *******/
a, a:link {
	color: #1170A0;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
a:visited {
	color: #1170A0;
}

/******* 02-01.ページ構成 *******/
body {
	background-image: url(../../img_cmn/bk.png);
	background-repeat: repeat-x;
	margin: 0px;
}
#wrap {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
#innerwrap {
	margin-right: 15px;
	margin-left: 15px;
}
.Rbox {
	float: right;
	width: 168px;
}
.Lbox {
	float: left;
	width: 540px;
	margin-bottom: 10px;
}

/******* 02-02.ページ構成（ヘッダー） *******/
#header {
	height: 103px;
	margin: 0px;
	padding: 0px;
}
#header .Llogo {
	float: left;
	padding-top: 15px;
}
#header .Rcontact {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header .Mflash {
	float: left;
}
#header .Cbtn {
	padding: 67px 0px 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}

/******* 02-03.ページ構成（コンテンツ） *******/
#contents {
	font-size: small;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

/******* 02-04.ページ構成（コンテンツフッター） *******/
#contentsfooter {
	font-size: x-small;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/******* 02-05.ページ構成（フッター） *******/
#footer {
	padding-top: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 25px;
}
#footer .Flogo {
	float: left;
}
#footer .Fcp {
	float: right;
	padding-top: 3px;
	font-size: x-small;
	color: #333333;
}

/******* 02-06.ページ構成（メインメニュー） *******/
#menu li {
	list-style-type: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu {
 margin: 0px;
	padding: 0px;
}

/******* 02-07.ページ構成（おそうじサブメニュー） *******/
#cleaningMenu li {
	list-style-type: none;
}
#cleaningMenu ul {
	margin: 0px;
	padding: 0px;
}
#cleaningMenu {
	padding: 0px 0px 15px;
	margin: 0px;
}
.subMenu {
	margin: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subMenu li {
	font-size: small;
	margin: 0px;
}
.subMenu a {
	background-image: url(../../img_cmn/menu_icn_kojin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
}
.subMenu a:hover {
	color: #FF81AB;
	text-decoration: none;
}
.subMenuOn li {
	font-size: small;
	margin: 0px;
}
.subMenuOn a {
	background-image: url(../../img_cmn/menu_icn_kojin_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
}
.subMenuOn a:hover {
	color: #FF81AB;
	text-decoration: none;
}

/******* 02-08.ページ構成（その他のサブメニュー） *******/
#otherMenu li {
	list-style-type: none;
}
#otherMenu ul {
	margin: 0px;
	padding: 0px;
}
#otherMenu {
	padding: 0px 0px 15px;
	margin: 0px;
}
.otherMenu {
	margin: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
}
.otherMenu li {
	font-size: small;
	margin: 0px;
}
.otherMenu a {
	background-image: url(../../img_cmn/menu_icn_kojin.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
}
.otherMenu a:hover {
	color: #33CCFF;
	text-decoration: none;
}
.subMenuOn li {
	font-size: small;
	margin: 0px;
}
.otherMenuOn a {
	background-image: url(../../img_cmn/menu_icn_kojin_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
}
.otherMenuOn a:hover {
	color: #33CCFF;
	text-decoration: none;
}
#service h3 {
	background-image: url(../../img_cmn/h3_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}

/******* 03.おそうじメニュー *******/
#btnClean {
	margin-bottom: 20px;
}

/******* 04.HTMLタグ *******/
h1 {
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
	font-size: medium;
}
h2 {
	font-size: medium;
	color: #1170A0;
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1170A0;
	margin-top: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1170A0;
}
h3 {
	background-color: #F0F0F0;
	padding-left: 5px;
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #003366;
	margin-top: 20px;
}
h4 {
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #99CCCC;
	margin-bottom: 5px;
	font-size: small;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

/******* 05.リンクアイコン *******/
.naviNext01 a:hover {
	background-image: url(../../img_cmn/navinext01_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 18px;
	color: #FF9933;
}
.naviNext01 a {
	background-image: url(../../img_cmn/navinext01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 18px;
}
.naviUp01 a:hover {
	background-image: url(../../img_cmn/naviup01_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
	color: #FF9933;
}
.naviUp01 a {
	background-image: url(../../img_cmn/naviup01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}

/******* 06.テーブル *******/
.tbe01 td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.serviceli {
	background-image: url(../../img_cmn/li01.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 3px;
}
.tbeCell01 {
	background-color: #EEEEEE;
	text-align: center;
	color: #333333;
}
.tbeCell02 {
	background-color: #EEEEEE;
	color: #333333;
}
.head01 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/******* 07.カラーテキスト *******/
.textRed {
	color: #CC3333;
}
.textRedS {
	font-size: x-small;
	color: #990000;
}
.textPrice {
	font-size: medium;
	font-weight: bold;
	color: #CC3300;
}
.textL {
	font-size: medium;
}

/******* 08.フレーム *******/
.frameInst {
	border: 2px solid #FFCC99;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.frameMap {
	margin-top: 20px;
	padding: 3px;
	background-color: #C4E7E6;
}

/******* 09.印刷設定 *******/
@media print{
.Rbox, .Rcontact, #header.Cbtn {
	display: none;
}
#innerwrap{
	padding-left: 10px;
}
}